• Scientific Computing | SciVision
  • About
  • Blog
  • Tags
  • Categories

Recursive spell check with Aspell and Python

4 October, 2018

We have created a Python script that recursively checks spelling in text files using aspell: spellcheck.py

install

pip install textutils3

usage

spellcheck

Alternatives

Pure Python spell checker

  • python
  • aspell
GitHub   Twitter