spaCy/spacy/ml/models/__init__.py

8 lines
224 B
Python
Raw Normal View History

2020-02-28 13:57:41 +03:00
from .entity_linker import * # noqa
from .multi_task import * # noqa
2020-02-28 13:57:41 +03:00
from .parser import * # noqa
2021-06-28 12:48:00 +03:00
from .spancat import * # noqa
2020-02-28 13:57:41 +03:00
from .tagger import * # noqa
from .textcat import * # noqa
from .tok2vec import * # noqa