I added a spelling corrector to an application a while back. I tried a couple of libraries that implement these ideas. Problem is it can be slow for big words. I stumbled across this algorithm which is much faster if…
Have you tried hunspell? https://hunspell.github.io/
I added a spelling corrector to an application a while back. I tried a couple of libraries that implement these ideas. Problem is it can be slow for big words. I stumbled across this algorithm which is much faster if…
Have you tried hunspell? https://hunspell.github.io/