spaCy/spacy/ml/models/__init__.py
2021-07-10 18:10:40 +09:00

9 lines
245 B
Python

from .coref import *
from .entity_linker import * # noqa
from .multi_task import * # noqa
from .parser import * # noqa
from .spancat import * # noqa
from .tagger import * # noqa
from .textcat import * # noqa
from .tok2vec import * # noqa