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
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?