Page tree

Versions Compared

Key

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

...

Configuration of the SpellCheck Plug-In

Config nameValuesDefaultValueDescription

runtimeOptions.plugins.SpellCheck.activeliveCheckOnEditing

integer01If set to active, spell- grammar and style check is active while typing in the editor (based on languagetool)Defines if SpellCheck should be active (Can be set in task template task specific).
runtimeOptions.plugins.SpellCheck.languagetool.apiurl.baseurlguistringhttp://yourlanguagetooldomainlocalhost:8081/api/v2Base-URL used for LanguagaTool - use the API-URL of your installed languageTool (without trailing slash!)
runtimeOptions.plugins.SpellCheck.languagetool.url.importlist["http://localhost:8081/v2"]Refers to import processes. List one or multiple URLs, where LanguageTool-instances can be reached for segment target text spell checking. Translate5 does a load balancing, if more than one is configured.
runtimeOptions.plugins.SpellCheck.languagetool.url.defaultlist["http://localhost:8081/v2"]List of available LanguageTool-URLs. At least one available URL must be defined.
runtimeOptions.autoQA.enableSegmentSpellCheckinteger1If activated (default), AutoQA covers checking the segments against spell-, grammar- and style-checks, provided by LanguageTool
runtimeOptions.plugins.activejson arrayas configured in your installationAdd the bootstrap name editor_Plugins_SpellCheck_Init of the spell check class to the json array, as explained here: Plugin installation and activation

...