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

The type or namespace name 'English' does not exist in the namespace 'Catalyst.Models' (are you missing an assembly reference?) #108

Closed mrTR24 closed 4 months ago

mrTR24 commented 4 months ago

image

53nch4 commented 4 months ago

Have you installed the English language pack via NuGet?

mrTR24 commented 4 months ago

i did not know i had to install the Catalyst.Models.English nuget. Working fine now. Thanks 53ch4