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 install
if you have setuptools or pip already installed use:
$ sudo easy_install-2.7 regex
or
$ sudo pip-2.7 regex
After successful installation of prerequisite modules
open the terminal
$ cd path_to_spellchecker/src
$ make
===
- install
ibus-qt
plugin - add
export XMODIFIERS=@im=ibus
to your.bash.rc
file - restart ibus daemon with parameters
ibus-daemon --xim -d
If you got any Quetions, post them to issue with label FAQ