Automatic spell checker and corrector using TextBlob.
- Automatic spelling correction
- Interactive CLI
- Handles sentences and paragraphs
- Based on edit distance algorithm
- Language: Python
- Libraries:
textblob==0.17.1 - Complexity: Beginner-Intermediate
pip install -r requirements.txt
python main.pyOpen source for educational purposes.