mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
52ee1f9bf9
attrs
10 lines
123 B
Python
10 lines
123 B
Python
# encoding: utf8
|
|
from __future__ import unicode_literals
|
|
|
|
from ...symbols import ORTH, LEMMA
|
|
|
|
|
|
TOKENIZER_EXCEPTIONS = {
|
|
|
|
}
|