spaCy/spacy/ml/models/__init__.py

7 lines
193 B
Python
Raw Normal View History

2020-02-28 10:57:41 +00:00
from .entity_linker import * # noqa
from .parser import * # noqa
2020-06-20 12:15:04 +00:00
from .simple_ner import * # noqa
2020-02-28 10:57:41 +00:00
from .tagger import * # noqa
from .textcat import * # noqa
from .tok2vec import * # noqa