language_tool_python
language_tool_python copied to clipboard
Correct method doesn't fix all issues that are displayed on the online tool, running correct again on the already modified sentence corrects more, but not all
Example sentence: 'El perro corría rapido a la parque para jugaba con los otros perros.' Correct applied: 'El perro corría rápido a el parque para jugada con los otros perros.' Correct applied to second sentence: 'El perro corría rápido al parque para jugada con los otros perros.'
How can this be made recursive without extra checks? Also it seems like the "jugada" is never corrected to "jugar" using this tool, but it is via the web interface.