Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.45 KB

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