Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling and grammar correction #504

Open
arvindpdmn opened this issue Dec 25, 2020 · 1 comment
Open

Spelling and grammar correction #504

arvindpdmn opened this issue Dec 25, 2020 · 1 comment
Assignees

Comments

@arvindpdmn
Copy link

arvindpdmn commented Dec 25, 2020

Interactive spell checking is handled by #259.

The proposed task will check for both spelling and grammar. It will also suggest corrections, similar to what Gmail does. However, within the scope of this task the NLP model is expected to run offline. Suggestions will not be given interactively to the user. This will be scheduled later as a separate task.

Spelling checks should be sensitive to context. For example, "I showed him the write way to format the text" has a spelling error but most spellcheckers will not catch it. Word "write" should be "right". Gmail catches this error.

During inference, input to the NLP model will be an entire article. Thus, model has sufficient context. Output should be problem locations and suggestions. BERT-based model is expected to be suitable for this task but other approaches can be researched.

@arvindpdmn arvindpdmn self-assigned this Dec 25, 2020
@arvindpdmn arvindpdmn added this to the Future milestone Dec 25, 2020
@arvindpdmn
Copy link
Author

Resources:

@arvindpdmn arvindpdmn removed this from the Future milestone Jan 18, 2021
@arvindpdmn arvindpdmn added this to the V0.39 milestone Jul 15, 2021
@arvindpdmn arvindpdmn modified the milestones: V0.39, V0.40 Sep 9, 2021
@arvindpdmn arvindpdmn modified the milestones: V0.40, V0.41 Nov 28, 2021
@arvindpdmn arvindpdmn modified the milestones: V0.41, V0.42 Jan 1, 2022
@arvindpdmn arvindpdmn modified the milestones: V0.42, V0.43 Feb 11, 2022
@arvindpdmn arvindpdmn removed this from the V0.43 milestone Apr 13, 2022
@arvindpdmn arvindpdmn added this to the V0.44 milestone Apr 27, 2022
@arvindpdmn arvindpdmn removed this from the V0.44 milestone Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant