diff --git a/spacy/sv/tokenizer_exceptions.py b/spacy/sv/tokenizer_exceptions.py index b2a85eec9..d8d4e8823 100644 --- a/spacy/sv/tokenizer_exceptions.py +++ b/spacy/sv/tokenizer_exceptions.py @@ -62,6 +62,12 @@ TOKENIZER_EXCEPTIONS = { ], "sön.": [ {ORTH: "sön.", LEMMA: "söndag"} + ], + "sthlm": [ + {ORTH: "sthlm", LEMMA: "Stockholm"} + ], + "gbg": [ + {ORTH: "gbg", LEMMA: "Göteborg"} ] }