This project aims to build a grammar and spell checker using Natural Language Processing (NLP) techniques.
To install the necessary libraries and dependencies, follow these steps:
git clone https://github.com/Aniketh999/grammar-spell-checker.git
To use the grammar and spell checker, follow these steps:
1.Prepare your text file or input text.
2.Run the application using the command.
python main.py [input-text-file]
- The application will output the corrected text with grammar and spelling errors highlighted.
We welcome contributions from the community! To contribute, follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make the necessary changes and commit them.
-
Push the changes to your forked repository.
-
Create a pull request and describe the changes you made.