spaCy/spacy/language_data/__init__.py

6 lines
123 B
Python
Raw Normal View History

2016-12-07 20:11:59 +00:00
from .emoticons import *
2016-12-08 18:46:43 +00:00
from .punctuation import *
2016-12-18 15:54:19 +00:00
from .tag_map import *
2016-12-18 14:36:09 +00:00
from .entity_rules import *
2016-12-17 11:27:41 +00:00
from .util import *