mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-08 00:06:37 +03:00
5 lines
200 B
Python
5 lines
200 B
Python
from .iob2docs import iob2docs # noqa: F401
|
|
from .conll_ner2docs import conll_ner2docs # noqa: F401
|
|
from .json2docs import json2docs # noqa: F401
|
|
from .conllu2docs import conllu2docs # noqa: F401
|