mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-20 10:44:41 +03:00
10 lines
287 B
Python
10 lines
287 B
Python
from .coref import * #noqa
|
|
from .span_predictor import * #noqa
|
|
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
|