Spaces:
Runtime error
Runtime error
Update keyphrase_extraction.py
Browse files- 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",
|
14 |
-
"
|
15 |
-
"sollte", "
|
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 |
|