jxmorris12 / language_tool_python

a free python grammar checker 📝✅
GNU General Public License v3.0
429 stars 61 forks source link

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 #92

Open d0minYk opened 3 months ago

d0minYk commented 3 months ago

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.

Screenshot 2024-07-02 at 07 59 18