Set limit of the suggestion given back from the language tool

I want to use a language tool in my app. I would like to limit the suggestions I am getting maximum to top 5 suggestions. How I can set that. I

You can’t do that via the HTTP API, I think. You’ll just need to ignore the suggestions > 5.

1 Like