curiosity-ai / catalyst

🚀 Catalyst is a C# Natural Language Processing library built for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.
MIT License
699 stars 71 forks source link

Catalyst.Spacy problems with Spacy 3.4.3 #84

Open NavanBethrax opened 1 year ago

NavanBethrax commented 1 year ago

Describe the bug Looks like the newest spacy version 3.4.3 isn't included in the compatibility list or there is a problem with version parsing. Catalyst.Spacy.GetSpacyVersion() fixedVersion is null

To Reproduce Just run the Catalyst.Spacy.Test

Expected behavior I hosted my own compatibility.json changing the version to 3.4.3 and it worked again.

hlkong323 commented 1 year ago

Have the same issue. Please help fix. Thanks.