mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
8 lines
224 B
Python
8 lines
224 B
Python
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
|