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
742 stars 75 forks source link

how to import my custom spacy model in catalyst #104

Open bihari123 opened 11 months ago

bihari123 commented 11 months ago

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

tuke307 commented 9 months ago

any solution found?

bihari123 commented 9 months ago

not till now