Versions Compared

Key

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

...

  1. Contact technical support and request links to download Autocomplete language models.
  2. Download the language models for required languages to the WebSpellChecker\AppServer\grammarautocomplete\neural\ directory.
  3. Unpack the downloaded models.

...

      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 Сhange the value from false to true . Use a similar approach for other AI-based languages, like Germanfor the Enabled tag

Code Block
languagejs
themeEmacs
<AIModels>
			<Model Enabled="true" Lang="en" ModelName="en" Type="grammar" WarmUpId="en_AI" SessionsNumber="1"/>
			<Model Enabled="true" Lang="de" ModelName="de" Type="grammar" WarmUpId="de_AI" SessionsNumber="1"/>
			<Model Enabled="true" Lang="es" ModelName="de_es" Type="grammar" WarmUpId="es_AI" SessionsNumber="1"/>
			<Model Enabled="true" Lang="en" ModelName="en" Type="autocomplete" WarmUpId="en_AI" ProbabilityThreshold="0.15" MaxInputSize="200" SessionsNumber="1"/>
</AIModels>

...