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
722 stars 73 forks source link

Catalyst.Models.{LANGUAGE}.Register() Is it necessary? #82

Open xbaha opened 1 year ago

xbaha commented 1 year ago

I am using the line:

 Catalyst.Models.English.Register();

and It's able to detect different languages, I do not understand why there are packages for each language and do I need to register them or not since I do not understand why do we need them if it's able to detect different languages by registering English only?