neuralcoref icon indicating copy to clipboard operation
neuralcoref copied to clipboard

✨Fast Coreference Resolution in spaCy with Neural Networks

Results 66 neuralcoref issues
Sort by recently updated
recently updated
newest added

Is there any plan/ date to get neuralcoref to work on the latest version of spaCy (ver 2.1.8)? Thanks

upgrade
install
compat

hi, will there be - and if, when? - support for German language? Best, Rainer

usage

Master thread for collecting incorrect and/or problematic coreference predictions with the pretrained models. These can be interesting test cases when training the next version of the model.

perf / accuracy

Hej guys, thank you for your amazing work! I just have one clarification question: is there some sort of heuristics to decide which value of greedyness one should use when...

``` clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -I/usr/local/include -I/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.11/include/python3.11 -I/private/var/folders/b_/7nbv248s2nq019mcx58xrrb80000gn/T/pip-install-4w4tbrnm/neuralcoref_ec8382bdcf32461da12bc431aa5c3c71/include -I/Users/ar/work/cpdoc/dhbb-nlp/venv/include -I/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c neuralcoref/neuralcoref.cpp -o build/temp.macosx-14-x86_64-cpython-311/neuralcoref/neuralcoref.o -O2 -Wno-strict-prototypes -Wno-unused-function neuralcoref/neuralcoref.cpp:196:12: fatal error: 'longintrepr.h' file...

My env is as follows: ``` win10 python==3.8.18 spacy==2.3.9 en_core_web_sm==2.3.1 neuralcoref==4.0.0 ``` and I run the following code: ``` import en_core_web_sm nlp = en_core_web_sm.load() import neuralcoref coref = neuralcoref.NeuralCoref(nlp.vocab) nlp.add_pipe(coref,...

I've tried running the demo code from the repo readme: ``` # Load your usual SpaCy model (one of SpaCy English models) import spacy nlp = spacy.load('en') # Add neural...

When I want to install requirements I get this error: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is...

My internet is about 350Mbps, but I've been resolving dependencies for well over an hour now, and wondering if this is normal? Python 3.11 on Mac M1 Pro ![Screenshot 2023-08-13...