spaCy/spacy/ml/models/__init__.py

6 lines
159 B
Python
Raw Normal View History

2020-02-28 13:57:41 +03:00
from .entity_linker import * # noqa
from .parser import * # noqa
from .tagger import * # noqa
from .textcat import * # noqa
from .tok2vec import * # noqa