Spell Check Implementation

We have a customer request to implement a non-public spell-checker (we cannot use the browser or OS spell checker – this is disabled by customer policy due to data protection reasons). Does anybody else have a similar requirement or, even better, an implementation?

Thanks!

I found GitHub - hunspell/hunspell: The most popular spellchecking library. which is the spell checker behinds many popular software.

Hello @josef-brisk-cache , I am a member of the Discourse team. I can see that there was a new response to your question on the Topic of the discussion. Do you find it helpful, or should the question remain open?

Thanks ahead for your feedback and have a nice rest of the day!

<PROJECT_NAME> has the same requirement - what was the solution here? Any experience with hunspell (it is native, not java, on the other hand it is mature…)?