mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-20 18:54:21 +03:00
This absolutely does not work. First step here is getting over most of the code in roughly the files we want it in. After the code has been pulled over it can be restructured to match spaCy and cleaned up.
9 lines
251 B
Python
9 lines
251 B
Python
from .coref 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
|