I am currently self-hosting LanguageTool using the erikvl87/languagetool Docker image and the n-grams for Spanish on my local machine. The container is running correctly, and I can interact with the API.
However, I have encountered limitations when using LanguageTool with long texts—particularly in integrations with Microsoft Word.
In these cases, the spelling and grammar checking either fails when the text is too large.
I would appreciate any clarification on the following points:
-
Is it possible to increase the document size that the API can process reliably?
-
Are there specific parameters, memory settings, or API usage patterns that can help?
-
Can the official LanguageTool Word plugin be configured to connect to a self-hosted instance? If not, are there recommended alternatives for checking large documents via a self-hosted server?
Thank you in advance for your insights. Any advice or documentation references would be greatly appreciated.