diff --git a/spacy/lang/hi/lex_attrs.py b/spacy/lang/hi/lex_attrs.py index bb0b4ba99..50aa66271 100644 --- a/spacy/lang/hi/lex_attrs.py +++ b/spacy/lang/hi/lex_attrs.py @@ -53,6 +53,6 @@ def like_num(text): LEX_ATTRS = { - NORM: norm + NORM: norm, LIKE_NUM: like_num }