ai-content-maker/.venv/Lib/site-packages/spacy/ml/models/__init__.py

9 lines
259 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
from .entity_linker import * # noqa
from .multi_task import * # noqa
from .parser import * # noqa
from .span_finder import * # noqa
from .spancat import * # noqa
from .tagger import * # noqa
from .textcat import * # noqa
from .tok2vec import * # noqa