ProjetPP / PPP-Spell-Checker

Spell checking module for the PPP
MIT License
2 stars 2 forks source link

PPP-Spell-Checker

Spell checking for the PPP, using the aspell API and a Python wrapper

Dependencies:

Build Status Code Coverage Scrutinizer Code Quality

How to install

With a recent version of pip:

pip3 install git+https://github.com/WojciechMula/aspell-python.git
pip3 install git+https://github.com/ProjetPP/PPP-Spell-Checker.git

With an older one:

git clone https://github.com/WojciechMula/aspell-python.git
cd aspell-python
python3 setup.py install
cd ..
git clone https://github.com/ProjetPP/PPP-Spell-Checker.git
cd PPP-Spell-Checker
python3 setup.py install

Use the --user option if you want to install it only for the current user.