2020-02-28 10:57:41 +00:00
|
|
|
from .entity_linker import * # noqa
|
2020-12-08 06:41:03 +00:00
|
|
|
from .multi_task import * # noqa
|
2020-02-28 10:57:41 +00:00
|
|
|
from .parser import * # noqa
|
|
|
|
from .tagger import * # noqa
|
|
|
|
from .textcat import * # noqa
|
|
|
|
from .tok2vec import * # noqa
|