I get data from Universal Dependencies I work mostly with Indonesian (bahasa) so I clone the repo:
both repo contains bz2 file and after unpack I get the contained files. everything there is in conllul format. so I tried to convert it to spacy's json format using command :
python -m spacy convert thefile.conllul .
however, spacy throwing error message :
Unknown format
Can't find converter for conllul
how to do the conversion?
is conllul and conll format is the same thing? if not, how do I convert conllul to conll format? thx in advance