Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note, if you want to highlight the nonsense words you have to take some steps for updates on your side. For on-premise version work with gibberish words can be configured for AI-based, auto or classic languages with using additional enforceAI parameter. For Cloud version, only two last options works and the configuration will be the same for both versions.

I. On-premise version 5.28.0.0+ for AI-based language:

Note

Configuration below is the example for AI-based English (en_AI). You can configure the same for AI-based German (de_AI) or AI-based Spanish (es_AI).

...

Code Block
languagejs
themeEmacs
linenumberstrue
<SpellCheck Enabled="true" DisableSuggestions="true">
    <Locale>en_US</Locale>
    <Provider>hunspell</Provider>
    </SpellCheck>
<SpellCheckPriority>true</SpellCheckPriority>

4) Start AppServer

II. Cloud and

...

On-premise versions for AI-based language

...

working under the hood

a) When AI-based language works under the hood of the 'auto' language. Thus, the following configuration is needed in your WEBSPELLCHECKER_CONFIG:

...