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