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

Modified Spacy.GetSpacyVersion to utilize the SemVersion nuget packag… #94

Open CisionDavidSingleton opened 1 year ago

CisionDavidSingleton commented 1 year ago

…e to parse the versions within CompatibilityData to enable backward compatibility when the current version of spacy is not in the CompatibilityData.

CisionDavidSingleton commented 1 year ago

This PR is to address this issue: https://github.com/curiosity-ai/catalyst/issues/84

theolivenbaum commented 1 year ago

@CisionDavidSingleton apologies, missed this PR on the backlog - is there an issue merging it?