Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Spell Checker

Description

Automatic spell checker and corrector using TextBlob.

Features

  • Automatic spelling correction
  • Interactive CLI
  • Handles sentences and paragraphs
  • Based on edit distance algorithm

Stack

  • Language: Python
  • Libraries: textblob==0.17.1
  • Complexity: Beginner-Intermediate

Installation

pip install -r requirements.txt
python main.py

License

Open source for educational purposes.