🚀 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 get (if its possible) suggested values for text autocomplete #92
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.