Added Swedish city abbreviations

This commit is contained in:
Magnus Burton 2016-12-30 21:17:34 +01:00 committed by GitHub
parent e935c950d8
commit 56e2219b65
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@ TOKENIZER_EXCEPTIONS = {
], ],
"sön.": [ "sön.": [
{ORTH: "sön.", LEMMA: "söndag"} {ORTH: "sön.", LEMMA: "söndag"}
],
"sthlm": [
{ORTH: "sthlm", LEMMA: "Stockholm"}
],
"gbg": [
{ORTH: "gbg", LEMMA: "Göteborg"}
] ]
} }