mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-06 14:40:34 +03:00
Move converters under spacy.gold Move things around Fix naming Fix name Update converter to produce DocBin Update converters Make spacy convert output docbin Fix import Fix docbin Fix import Update converter Remove jsonl converter Add json2docs converter
7 lines
211 B
Python
7 lines
211 B
Python
from .iob2docs import iob2docs # noqa: F401
|
|
from .conll_ner2docs import conll_ner2docs # noqa: F401
|
|
from .json2docs import json2docs
|
|
|
|
# TODO: Update this one
|
|
#from .conllu2docs import conllu2docs # noqa: F401
|