mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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
|