neuralcoref
neuralcoref copied to clipboard
✨Fast Coreference Resolution in spaCy with Neural Networks
Hi :), I want train Neuralcoref in language Spanish. First I try train Neuralcoref in English, I get a corpus with format *.v4_gold_conll from this url: **https://github.com/clab/att-coref/tree/master/data/conll-2012** Then I saves...
When you use `numpy.zeros` to create the `embed_arr`, you can't later add it to `embed_vector`, because `embed_vector` might not be a numpy array. This re-works the code such that the...
According to the huggingface blog, neuralcoref is an adaptation of [Improving Coreference Resolution by Learning Entity-Level Distributed Representations](https://paperswithcode.com/paper/improving-coreference-resolution-by-learning), which has an accuracy of 65.29 on Ontonotes. There **is** a market...
🌋 Computing score Error during the scoring ``` Command '['perl', '/Users/mak/PycharmProjects/tradr_language_tool/neuralcoref/neuralcoref/train/scorer_wrapper.pl', 'muc', '/Users/mak/PycharmProjects/tradr_language_tool/neuralcoref/neuralcoref/train/data/key.txt', '/Users/mak/PycharmProjects/tradr_language_tool/neuralcoref/neuralcoref/train/test_mentions.txt']' returned non-zero exit status 1. Found too many repeated mentions (> 10) in the response, so...
I just want to ask that if we dont have files .conll file then what to do? I am working on resource poor langauge?
Hello! When trying to run the command: `python -m neuralcoref.train.conllparser --path ` We get the error: ```python File “/neuralcoref/neuralcoref/__init__.py", line 12, in from neuralcoref.neuralcoref import NeuralCoref ModuleNotFoundError: No module named...
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....
Hey In my use case, I need the main cluster value to be the longest mentioned value in the cluster. I've checked the output of my doc._.coref_clusters: ``` Medable: [Medable,...
Hi, after training a model for a new language, I only have files ending with *_best_modeltoppairs, *_best_modelranking, *_best_modelallpairs. But `spacy.load("mymodel_best_modelranking")` does not work. What should I do to load the...
I'm getting an error running `pip install neuralcoref` on a Windows machine with Python 3.9 installed: ``` Using legacy 'setup.py install' for neuralcoref, since package 'wheel' is not installed. Installing...