huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.83k stars 474 forks source link

Neuralcoref with ConLL-U #323

Open fernandoantoniodantas opened 2 years ago

fernandoantoniodantas commented 2 years ago

Is it possible to use Conll-U format with neuralcoref?

hiiamsid commented 2 years ago

@fernandoantoniodantas , I also found conll-u format data for spanish language and tried to train neuralcoref. And following steps from training.md using python -m neuralcoref.train.conllparser --path ./ to make the data but i found that it searches for spacy en models and results models not found. So, i changed that portion of the connlparser.py and added es models then parsing started but unfortunately no result were obtained with error message as:

Parsing utterances and filling docs with use_gold_mentions=False 0it [00:00, ?it/s] read_corpus time elapsed 1.4494678974151611 Could not parse any valid docs 🌋 Building key file from corpus Saving in .//key.txt In ./ In ./numpy

@fernandoantoniodantas did you tried and got any sucess?