/Grammer-checker

Grammer analyser applicaation using python programming

Primary LanguagePythonMIT LicenseMIT

Grammer-checker

This project is a Grammar Checker developed using Python. It uses Natural Language Processing techniques to identify grammatical errors in a given text and suggests corrections for them.

Features

Identify grammatical errors such as spelling mistakes, punctuation errors, wrong verb usage, etc. Suggest corrections for identified errors Provide possible alternatives for the corrections

Technologies Used

Python programming language Natural Language Toolkit (NLTK) library TextBlob library

How to Use

Clone the repository to your local machine. Install the required libraries mentioned in the requirements.txt file using pip install -r requirements.txt. Run the main.py file using the command python main.py. Enter the text you want to check for grammatical errors. The program will display the identified errors and their suggested corrections.

Contributing

Contributions are always welcome! If you would like to contribute to this project, feel free to open a pull request or an issue.

#License This project is licensed under the MIT License. See the LICENSE file for more information.