A small standalone Nepali Spellchecker based on Hunspell's.
Hunspell to Check Spellings of Nepali unicode. It is MANDATORY for the 'ne_NP.dic' file and the 'ne_NP.aff' file to be present inside the hunspell directory.
Download the source files using
$ wget https://github.com/foss-np/spellchecker-np/archive/master.zip
or
$ wget https://github.com/foss-np/spellchecker-np/archive/master.tar.gz$ sudo apt-get install python2.7-dev libhunspell ibus-qt python-qt4$ cd path_to_spellchecker/pyhunspell
$ sudo python2 setup.py installif you have setuptools or pip already installed use:
$ sudo easy_install-2.7 regexor
$ sudo pip-2.7 regexAfter successful installation of prerequisite modules
open the terminal
$ cd path_to_spellchecker/src
$ make===
- install
ibus-qtplugin - add
export XMODIFIERS=@im=ibusto your.bash.rcfile - restart ibus daemon with parameters
ibus-daemon --xim -d
If you got any Quetions, post them to issue with label FAQ