From ae67abd2703f338dd427f1764e997775544db51c Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 17 Nov 2023 09:51:24 +0100 Subject: [PATCH] Add note about jul. --- spacy/lang/nn/tokenizer_exceptions.py | 1 + 1 file changed, 1 insertion(+) 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"},