Spell checking for the PPP, using the aspell API and a Python wrapper
Dependencies:
- python3-dev
- libaspell-dev
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.