Hi all,
I did a new Cloudron install of LanguageTool.
Problem:
While the grammar check works fine, no spell-check happens.
Inside the container both German and English Hunspell files exist:
/opt/LanguageTool/org/languagetool/resource/de/hunspell/de_DE.{dic,aff}
/opt/LanguageTool/org/languagetool/resource/en/hunspell/en_US.{dic,aff}
I get no errors - neither in the frontend, nor in API response.
How I tested it:
- Chrome LT extension →
https://lt.<my‑domain>/v2
- API call →
curl -X POST https://lt.<my‑domain>/v2/check -d "language=de-DE" -d "text=Feher"
Same for en‑US. API returns 200, grammar rules fire, but obvious typos aren’t caught at all.
Is this a known issue with the current Cloudron LanguageTool package, or am I missing a step?
Any hints welcome!
Thanks,
Florian