diff --git a/spacy/lang/id/tokenizer_exceptions.py b/spacy/lang/id/tokenizer_exceptions.py new file mode 100644 index 000000000..339f5a54c --- /dev/null +++ b/spacy/lang/id/tokenizer_exceptions.py @@ -0,0 +1,4 @@ +# coding: utf8 +from __future__ import unicode_literals + +TOKENIZER_EXCEPTIONS = {} \ No newline at end of file