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.errors.ModelNotSupportedError: en_core_web_md version 3.1.0 #1

Closed vaibhav010498 closed 2 years ago

vaibhav010498 commented 2 years ago

When executing the following code -

nlp=spacy.load('en_core_web_md') nlp.add_pipe('coreferee')

I am getting the following error -

coreferee.errors.ModelNotSupportedError: en_core_web_md version 3.1.0

Any idea why this is happening? And what can be done in order to resolve this?

richardpaulhudson commented 2 years ago

Hi @vaibhav010498, are you getting any output further up before the stack trace suggesting how to resolve the problem?