Skip to content

A spell checker that loads /usr/share/dict/words and uses Levenshtein distance to find similar words.

License

Notifications You must be signed in to change notification settings

little512/spellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spellcheck

A spell checker that loads /usr/share/dict/words and uses Levenshtein distance to find similar misspelled words.

Building

To build, run:

> make

To install, run:

> sudo make install

To remove, run:

> sudo make uninstall

Contributing

Please send a pull request if you think you can improve the existing code.

About

A spell checker that loads /usr/share/dict/words and uses Levenshtein distance to find similar words.

Topics

Resources

License

Stars

Watchers

Forks