🚀 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.
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.
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.