Skip to content

Simple Spell Corrector using Natural Lanugage Processing

Notifications You must be signed in to change notification settings

ola-olek/spellcorrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell Corrector

Table of Contents

  1. Prerequisites
  2. Setting Up
  3. Running
  4. Usage Example
  5. References

Prerequisites

  • Python>=3.10

Setting up

Clone repo: git clone https://github.com/ola-olek/spellcorrector.git

Setup virtual environment: python -m venv venv

Activate your virtual environment:

  • Unix: source venv/bin/activate
  • Windows: venv\Scripts\activate.bat

Install requirement: pip install -r requirement.txt

Running

Just write in your terminal: python main.py. Simple window should be opened.

Usage example

example

References

https://www.norvig.com/spell-correct.html

About

Simple Spell Corrector using Natural Lanugage Processing

Topics

Resources

Stars

Watchers

Forks

Languages