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

how to import my custom spacy model in catalyst #104

Open bihari123 opened 9 months ago

bihari123 commented 9 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 8 months ago

any solution found?

bihari123 commented 7 months ago

not till now