mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
00842d7f1b
* merging conllu/conll and conllubio scripts * tabs to spaces * removing conllubio2json from converters/__init__.py * Move not-really-CLI tests to misc * Add converter test using no-ud data * Fix test I broke * removing include_biluo parameter * fixing read_conllx * remove include_biluo from convert.py
5 lines
206 B
Python
5 lines
206 B
Python
from .conllu2json import conllu2json # noqa: F401
|
|
from .iob2json import iob2json # noqa: F401
|
|
from .conll_ner2json import conll_ner2json # noqa: F401
|
|
from .jsonl2json import ner_jsonl2json # noqa: F401
|