Skip to content

Checks a text file for misspelled words using a hash table.

License

Notifications You must be signed in to change notification settings

agnibhu-1902/speller

Repository files navigation

speller

Checks a text file for misspelled words using a hash table.

How to compile?

Make sure 'clang' and 'make' are installed.

make speller

How to execute?

./speller [dictionary] text

Note: [dictionary] is optional. If you omit this, the program will use dictionaries/large by default.

Sample command:

./speller dictionaries/small texts/lalaland.txt

About

Checks a text file for misspelled words using a hash table.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published