huggingface / neuralcoref

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

Training neuralcoref for my own custom entities #313

Open demongolem-biz opened 3 years ago

demongolem-biz commented 3 years ago

I have a corpus which is in CONLL format for my own list of entity classes. I trained my own custom ner model for this corpus successfully going through spacy.

Now I want to try to train a custom neuralcoref model using this same corpus. I try to start at he python -m neuralcoref.train.conllparser step on my conll files, but I get an empty key.txt file and an empty numpy directory as a result. Is there something that I am missing?

sanaullahaq commented 2 years ago

@demongolem-biz Did you solve the problem?