Spaces:
Runtime error
Runtime error
shalakasatheesh
commited on
Commit
•
b74dccc
1
Parent(s):
d21b9c7
german articles
Browse files- compute_score.py +1 -1
compute_score.py
CHANGED
@@ -16,7 +16,7 @@ import sys
|
|
16 |
import numpy as np
|
17 |
|
18 |
|
19 |
-
ARTICLES_REGEX = re.compile(r"\b(
|
20 |
|
21 |
OPTS = None
|
22 |
|
|
|
16 |
import numpy as np
|
17 |
|
18 |
|
19 |
+
ARTICLES_REGEX = re.compile(r"\b(die|Die|der|Der|das|Das|den|Den|dem|Dem|des|Des|ein|Ein|eine|Eine|einem|Einem|einen|Einen|einer|Einer|eines|Eines)\b", re.UNICODE)
|
20 |
|
21 |
OPTS = None
|
22 |
|