richardpaulhudson / coreferee

Coreference resolution for English, French, German and Polish, optimised for limited training data and easily extensible for further languages
MIT License
102 stars 16 forks source link

Coreferee vs NeuralCoref #2

Closed mgiardinelli closed 2 years ago

mgiardinelli commented 2 years ago

What is the primary difference, if any, between Coreferee and NeuralCoref? I realize one specific difference is that NeuralCoref is english only. Just trying to understand any limitations or deltas between the two implementations.

NeuralCoref: https://github.com/huggingface/neuralcoref

richardpaulhudson commented 2 years ago

Hi @mgiardinelli, Neuralcoref has not been supported for the last few years and only runs with older versions of spaCy. I wrote Coreferee to remedy this.