Skip to content

RohitSaha/Spell-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spell-Checker

This Spell Checker works on the concept of Minimum Edit Distance (number of insertions, deletions and substitution) to find the best word. The dictionary is a database consisting of several words related to Computer Science. If a misspelled word is entered, the program returns the best spelled word from the dictionary database.

About

Spell Checker which works on the concept of Minimum Edit Distance (number of insertions, deletions and substitution) to find the best word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages