Skip to content

andr3w321/spellchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

##Spellchecker An interactive spellchecker written in c++. It fixes any combination of the following spelling mistakes:

  1. Upper and lower case mixins
  2. Repeated letters
  3. Incorrect vowels

##Compile with g++ -Wall -o spellcheck spellcheck.cpp

##Run with ./spellcheck /usr/share/dict/words

##Sample Output

> shoooop
shop
> griiivoty
gravity
> JamPIng
jumping
> shoasdfasdf
NO SUGGESTION

An alternate solution can be found at https://github.com/namtsui/spellcheck/blob/master/src/spellcheck.cc

About

An interactive spellchecker written in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages