Skip to content

English auto-correct using edit distance algorithm. Edit distance is a dynamic programming based algorithm. Words with edit distance value 1 closest to entered word is chosen from the dictionary of 1000 words and then displayed.

Notifications You must be signed in to change notification settings

somyajain99/english-autocorrect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

english-autocorrect

English autocorrect using edit distance algorithm. The first three words closest to entered word is chosen from the dictionary of 1000 words and then displayed.

#Input Enter a word to be auto-corrected

Enter number of words

#Output N possible auto-corrected words are chosen from a database of 1000 words and then they are diaplayed.

#Example:- I/P:- pape 3

O/p:- paper, page, pale

All the above three words have edit distance 1 with pape.

About

English auto-correct using edit distance algorithm. Edit distance is a dynamic programming based algorithm. Words with edit distance value 1 closest to entered word is chosen from the dictionary of 1000 words and then displayed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages