So I have a working setup for Emacs (v23.3.1) on Windows 7 using hunspell after following the instructions in the wiki.
I\'m building a Rails app that uses Hunspell and the hunspell-ffi gem so that Ruby can interface with it. I\'m deploying the app to heroku, but unfortunately it needs Hunspell to be installed on the s
I need a spell checker with the following specification: Very scalable. To be able to set a maximum edit distance for the suggested words.
My goal is to take a file of sentences, apply some basic filtering, and output the remaining sentences to a file and the terminal. I\'m using the Hunspell library.
Does anyone successfully implemented Hunspell spell-checker on Android platform? Is it even possible? Did you try it? Wha开发者_高级运维t about the results?
I need a spellcheck tool for my MS C++ (MFC) project. It looks like hunspell is a good choice. However, I found it difficult to compile with visual studio. Can someone help?
I use emacs 23.1.50 version on Windows XP operation system. I could not setup hunspell or aspell as part of emacs with the example provided by the emacs wiki. Anyone has working confiug开发者_开发问答
I had a specific question reg开发者_如何学编程rading ordering the suggested words returned by hunspell on a typo. The words seems to be returned in an alpha order. I want to order the suggestions by r