简体   繁体   中英

Spell checking using fastText model?

So I'm using fastText from itsGitHub repo and wondering if it has build-in spell checking command.

If yes, how do I use them? and can I get full documentation of fastText because as in here answer from Kalana Geesara , I could use model.get_nearest_neighbor (and it worked) while I can't find it anywhere (even in the repo readme).

If no, is there any way for me to do spell checking with the model provided?

I am using english model provided here and code it without Gensim

I've solved the problem by using Peter Norvig's Spell Correction Algorithm and load it with fastText models.

But I've to install it with Gensim since I only found a tutorial about it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM