#Nepali SpellCorrector
##Description A spell corrector for Nepali that uses Edit Distance to predict correct words.
##Running Checkout the latest sources with:
git clone https://github.com/tnagorra/nspell
Compile and run the application with:
python3 setup.py build_ext --inplace
python3 main.py
##License It is distributed under GNU GPL. A copy of the license is available in the distributed LICENSE file.