mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-12 23:35:47 +03:00
5 lines
205 B
Python
5 lines
205 B
Python
from .conllu2json import conllu2json # noqa: F401
|
|
from .iob2json import iob2docs # noqa: F401
|
|
from .conll_ner2json import conll_ner2json # noqa: F401
|
|
from .jsonl2docs import ner_jsonl2json # noqa: F401
|