From d86b537a3820b23d66b5a8d52d15ae5d11c2b34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Lind=20Kristiansen?= Date: Thu, 30 Nov 2017 15:58:02 +0100 Subject: [PATCH] Enable morph rules for Danish --- spacy/lang/da/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/lang/da/__init__.py b/spacy/lang/da/__init__.py index b4e248cf6..8b3fe1e05 100644 --- a/spacy/lang/da/__init__.py +++ b/spacy/lang/da/__init__.py @@ -22,7 +22,7 @@ class DanishDefaults(Language.Defaults): lex_attr_getters[NORM] = add_lookups(Language.Defaults.lex_attr_getters[NORM], BASE_NORMS, NORM_EXCEPTIONS) tokenizer_exceptions = update_exc(BASE_EXCEPTIONS, TOKENIZER_EXCEPTIONS) - # morph_rules = MORPH_RULES + morph_rules = MORPH_RULES tag_map = TAG_MAP stop_words = STOP_WORDS