myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
326 stars 102 forks source link

Missing Grammar check rules- does not delete multiple commas #49

Closed nnayar closed 6 years ago

nnayar commented 6 years ago

I am testing out for a few grammatical error conditions and not getting the desired results:

Repeated Commas: Example: Input: How does it handle multiple commas,,, , , ,. Output: How does it handle multiple commas,,, , , ,. Ideally, the output should delete the extra repeated commas

What is the best way to add this additional rule?

myint commented 6 years ago

language-check is a Python interface to LanguageTool so I think additional checks would need to be added there.