2020-02-28 13:57:41 +03:00
|
|
|
from .entity_linker import * # noqa
|
|
|
|
from .parser import * # noqa
|
2020-06-20 15:15:04 +03:00
|
|
|
from .simple_ner import * # noqa
|
2020-02-28 13:57:41 +03:00
|
|
|
from .tagger import * # noqa
|
|
|
|
from .textcat import * # noqa
|
|
|
|
from .tok2vec import * # noqa
|