🚀 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
742
stars
75
forks
source link
how to import my custom spacy model in catalyst #104
I have my own custom sapcy model that I would like to use in c#. Is it possible to import that model in catalyst and then use it in my c# project?
Thanks
I have my own custom sapcy model that I would like to use in c#. Is it possible to import that model in catalyst and then use it in my c# project?
Thanks