curiosity-ai/catalyst

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

Opened this issue · 0 comments

xbaha commented

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?