Zaraahmad / 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.

Repository from Github https://github.comZaraahmad/Spell-CheckerRepository from Github https://github.comZaraahmad/Spell-Checker

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.

License:MIT License


Languages

Language:C++ 100.0%