mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
6e2930a4a2
* Started simple conllxbiluo converter * Fix missing BIO to BILUO conversion
5 lines
154 B
Python
5 lines
154 B
Python
from .conllu2json import conllu2json
|
|
from .conllubio2json import conllubio2json
|
|
from .iob2json import iob2json
|
|
from .conll_ner2json import conll_ner2json
|