Versions Compared

Key

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

...

You must have the Internet connection enabled and have free space available on the disk according to Hardware requirements for v5.7.0+. If these criteria are met, the The Autocomplete language models will be downloaded automatically if these criteria are met. Otherwise, the download will fail and you can download the models manually and enable them accordingly.

...

Code Block
languagejs
themeEmacs
titleExample of the Linux unpack command for English model
tar -xvzf en.tar.gz

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

      65. 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. 

...

Note
iconfalse

For the WebSpellChecker version less older than 5.26.0.0, in point #5 you just need to uncomment the <AutoCompleteCheckProviderOptions>...</AutoCompleteCheckProviderOptions> tag in the AppServerX.xml file. This is relevant for en_AI, en_US, en_GB, en_CA, en_AU, en_NZ, en_ZA languages.

...