Skip to content

siddarthshinde/SpellCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpellCheck v1.0

Text-based implementation of a spell checker in C

How to use: bin/spellcheck [filename] [optional dictionary]

Example: bin/spellcheck SpellCheck/test/test-files/tolstoy.txt

Implementation

Uses a custom hash function to hash words and load them into a hash table. Polynomial hashing with separate chaining

About

Text-based implementation of a spell checker in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors