inception-project / inception-external-recommender

Get annotation suggestions for the INCEpTION text annotation platform from spaCy, Sentence BERT, scikit-learn and more. Runs as a web-service compatible with the external recommender API of INCEpTION.
Apache License 2.0
40 stars 17 forks source link

Problem with spaCy 3 #20

Closed reckart closed 3 years ago

reckart commented 3 years ago

The code is presently not compatible with spaCy 3 - but if one follows the instructions in the README.md, spaCy 3 is what the user gets.

Either the code needs to be updated for compatibility with spaCy 3 or the repo needs to pin the version of spaCy down to the latest 2.x version.

jcklie commented 3 years ago

Duplicate of #19