Skip to content

Conversation

Vishisht16
Copy link
Contributor

Description

This project is an implementation of an autocorrect system using a sequence-to-sequence neural machine translation (NMT) model with attention. The dataset to train the model is downloaded by running the source code file.

Fixes #1268

Type of change

  • Created an autocorrect model that uses encoder and decoder to fix sentences and grammatical errors.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

github-actions bot commented Oct 7, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Vishisht16
Copy link
Contributor Author

@sanjay-kv why isn't it merged yet?

@sanjay-kv sanjay-kv merged commit b590773 into recodehive:main Oct 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💡[Feature]: Autocorrect

2 participants