Skip to content

iamareebjamal/spell-correct-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell Correct

Codacy grade

A simple spell corrector built in C++

Working

Loads a list of words from a dictionary, takes a word as input and suggests a list of correct words based on levenshtein damerau distance and some other priority algorithms.
Based on an article by Peter Norvig

Author

@iamareebjamal

Releases

No releases published

Packages

No packages published