Skip to content

foss-np/spellchecker-np

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nepali Spellchecker

A small standalone Nepali Spellchecker based on Hunspell's.


Packages Required

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.

How to Install

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
installing pre-requisite packages
$ sudo apt-get install python2.7-dev libhunspell ibus-qt python-qt4
installing pyhunspell
$ cd path_to_spellchecker/pyhunspell
$ sudo python2 setup.py install
installing regex

if you have setuptools or pip already installed use:

$ sudo easy_install-2.7 regex

or

$ sudo pip-2.7 regex

How To Use

After successful installation of prerequisite modules

open the terminal

$ cd path_to_spellchecker/src
$ make

===

FAQ

Q. ibus input method not working
  • 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

About

Spellchecker based on Hunspell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published