Skip to content

It is a spell checker implemented using bloom filters that highlights spelling mistakes. A file is taken as an input which is checked against the provided dictionary highlighting the words not present in the dictionary.

License

Zaraahmad/Spell-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spell-Checker

It is a spell checker implemented using bloom filters that highlights spelling mistakes. A file is taken as an input which is checked against the provided dictionary highlighting the words not present in the dictionary. Feel free to propose improvements and generating pull requests.

Interface

How to Run

  • In the folder Spell_Checker, there is a subfolder Spell_Checker which contains the exe file "Spell_Checker.exe". Double click on it to directly execute it.

OR

  • Open this project in Visual Studio and re build it.

Note: By default it checks the spelling mistakes for the file named check.txt. To check your own file, modify the readFile function by changing "check.txt" to the name of your own file.

Contributions

Your proposed improvements to the repository are most welcome.

Also if you found it useful, please give it a star :D

License

MIT

Author

Zara Ahmad

To stay updated with my GitHub Repositories follow me here on github:
GitHub

About

It is a spell checker implemented using bloom filters that highlights spelling mistakes. A file is taken as an input which is checked against the provided dictionary highlighting the words not present in the dictionary.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages