EE21 commited on
Commit
59d4664
1 Parent(s): b8bd0f2

Update keyphrase_extraction.py

Browse files
Files changed (1) hide show
  1. keyphrase_extraction.py +3 -3
keyphrase_extraction.py CHANGED
@@ -10,9 +10,9 @@ obligation_words = [
10
  "agrees to", "has a duty to", "is expected to", "commits to",
11
 
12
  # German words
13
- "muss", "wird", "nutzen", "darf", "stellt bereit", "ist verpflichtet",
14
- "muss", "muss", "muss", "ist erforderlich", "soll",
15
- "sollte", "sollte", "erforderlich", "verpflichtet", "Pflicht",
16
  "stimmt zu", "hat die Pflicht", "wird erwartet", "verpflichtet sich"
17
  ]
18
 
 
10
  "agrees to", "has a duty to", "is expected to", "commits to",
11
 
12
  # German words
13
+ "muss", "wird", "nutzen", "darf", "stellt bereit",
14
+ "ist verpflichtet", "ist erforderlich", "soll",
15
+ "sollte", "erforderlich", "verpflichtet", "Pflicht",
16
  "stimmt zu", "hat die Pflicht", "wird erwartet", "verpflichtet sich"
17
  ]
18