From 80bc140533092ab129568e85975fa6fb76f97dd4 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 16 Feb 2023 17:57:02 +0100 Subject: [PATCH] Add grc to langs with lexeme norms in spacy-lookups-data (#12287) --- spacy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index dc7a4efe0..38ba7b1b5 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -60,7 +60,7 @@ if TYPE_CHECKING: # fmt: off OOV_RANK = numpy.iinfo(numpy.uint64).max DEFAULT_OOV_PROB = -20 -LEXEME_NORM_LANGS = ["cs", "da", "de", "el", "en", "id", "lb", "mk", "pt", "ru", "sr", "ta", "th"] +LEXEME_NORM_LANGS = ["cs", "da", "de", "el", "en", "grc", "id", "lb", "mk", "pt", "ru", "sr", "ta", "th"] # Default order of sections in the config file. Not all sections needs to exist, # and additional sections are added at the end, in alphabetical order.