diff --git a/spacy/lang/nn/tokenizer_exceptions.py b/spacy/lang/nn/tokenizer_exceptions.py index 08552dd90..16fc817d2 100644 --- a/spacy/lang/nn/tokenizer_exceptions.py +++ b/spacy/lang/nn/tokenizer_exceptions.py @@ -11,6 +11,7 @@ for exc_data in [ {ORTH: "mar.", NORM: "mars"}, {ORTH: "apr.", NORM: "april"}, {ORTH: "jun.", NORM: "juni"}, + # note: "jul." is in the simple list below without a NORM exception {ORTH: "aug.", NORM: "august"}, {ORTH: "sep.", NORM: "september"}, {ORTH: "okt.", NORM: "oktober"},