spaCy/spacy/ml/models/__init__.py
Sofie Van Landeghem cb66ea7400
Remove simple_ner code (#6041)
* remove simple_ner code

* remove unused _biluo and _iob files
2020-09-09 16:11:27 +02:00

6 lines
159 B
Python

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