mirror of https://github.com/explosion/spaCy.git
Added Swedish city abbreviations
This commit is contained in:
parent
e935c950d8
commit
56e2219b65
|
@ -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"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue