spaCy/spacy/ml/models/__init__.py

8 lines
219 B
Python

from .entity_linker import * # noqa
from .parser import * # noqa
from .simple_ner import *
from .tagger import * # noqa
from .tensorizer import * # noqa
from .textcat import * # noqa
from .tok2vec import * # noqa