Skip to content

Commit 243a8df

Browse files
j3ernhardAngledLuffa
authored andcommitted
austrian german month names for german tokenizer post processor
1 parent 935d2fa commit 243a8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/international/german/process/GermanTokenizerPostProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class GermanTokenizerPostProcessor extends CoreLabelProcessor {
2828
tok.containsKey(CoreAnnotations.AfterAnnotation.class) && tok.after().equals("");
2929

3030
public HashSet<String> ordinalPredictingWords = new HashSet<>(Arrays.asList(
31-
"Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",
31+
"Januar","Jänner","Februar","Feber","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",
3232
"Jahrhundert"));
3333

3434
public HashSet<String> germanAbbreviations = new HashSet<>(Arrays.asList(

0 commit comments

Comments
 (0)