spaCy/spacy/lang/ru/tokenizer_exceptions.py

10 lines
123 B
Python
Raw Normal View History

2017-10-12 15:24:20 +00:00
# encoding: utf8
from __future__ import unicode_literals
from ...symbols import ORTH, LEMMA
2017-10-12 15:24:20 +00:00
TOKENIZER_EXCEPTIONS = {
}