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
699 stars 71 forks source link

How to get (if its possible) suggested values for text autocomplete #92

Open rzechu opened 1 year ago

rzechu commented 1 year ago

Same as title. Propably FastText libraries provies something like this. Can I use pretrained model https://fasttext.cc/docs/en/crawl-vectors.html ?

Sorry if stupid question here but checked samples but nothing similiar, and cant find any docs. I have no idea where to start.