-
Notifications
You must be signed in to change notification settings - Fork 39
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
Grammar check fails #67
Comments
Here is another sentence which Language tool identifies four issues but no issues are found by nlprule, "Doesnt it mean theyre youre friends" |
Hi, thanks for the issue. There are two things here:
That leaves one error in your second sentence (with "means") but since this is a false positive by LT anyway I don't think its necessary to investigate further. There are some rules from LT which are not implemented in nlprule (see stats in the README). |
Let me know if there's any other mismatches not explained by the points above (point (1) is usually the case if LT writes "... seems less likely than..."). |
Issue:
Grammatically incorrect english sentence is not identified
sentence = 'Make sure to include you phone number.'
Received result:
Make sure to include you phone number.
Expected result:
Make sure to include your phone number.
Version:
nlprule-0.5.3
To recreate:
Result on LanguageTool
The text was updated successfully, but these errors were encountered: