diff --git a/spacy/lang/id/tokenizer_exceptions.py b/spacy/lang/id/tokenizer_exceptions.py index 915197cd8..4762dd26c 100644 --- a/spacy/lang/id/tokenizer_exceptions.py +++ b/spacy/lang/id/tokenizer_exceptions.py @@ -1,11 +1,11 @@ # coding: utf8 from __future__ import unicode_literals -from ._tokenizer_exceptions_list import FR_BASE_EXCEPTIONS +from ._tokenizer_exceptions_list import ID_BASE_EXCEPTIONS _exc = {} -for orth in FR_BASE_EXCEPTIONS + ["etc."]: +for orth in ID_BASE_EXCEPTIONS + ["etc."]: _exc[orth] = [{ORTH: orth}] TOKENIZER_EXCEPTIONS = dict(_exc) \ No newline at end of file