Versions Compared

Key

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

...

  1. Contact technical support and request links to download language models.
  2. Download the language models for required languages (e.g. English or German) and unpack them.
Code Block
languagejs
themeEmacs
titleExample of the Linux unpack command
tar -xvzf en.tar.gz

      3. Place the downloaded models in

...

the WebSpellChecker\AppServer\grammar\neural\ directory.

      4. Go to AppServerX.xml and navigate to the language tags.

     5. In the case of AI-based English, locate <Language Id="en_AI" Enabled="false"> tag and change the value from false to true. Use a similar approach for other AI-based languages, like German. Don't forget to restart AppServer to apply changes.

If you have trouble with the described steps, it's better to use the automated option when there is an Internet connection in place.

...