Page tree

Versions Compared

Key

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

...

Config nameValuesDefaultDescription

runtimeOptions.termTagger.url.default

json array List of available TermTagger-URLs. At least one available URL must be defined. Example: ["http://localhost:9000"].
runtimeOptions.termTagger.url.importjson array Optional list of TermTagger-URL to use for task-import processing. Fallback is list runtimeOptions.termTagger.url.default. Example: ["http://localhost:9000"].
runtimeOptions.termTagger.url.guijson array Optional list of TermTagger-URL to use for gui-response processing. Fallback is list runtimeOptions.termTagger.url.default. Example: ["http://localhost:9000"].
runtimeOptions.termTagger.segmentsPerCallinteger20Maximal number of segments the TermTagger will process in one step.
runtimeOptions.termTagger.timeOut.tbxParsinginteger500connection timeout when parsing TBX.
runtimeOptions.termTagger.timeOut.segmentTagginginteger500connection timeout when tagging segments.
runtimeOptions.termTagger.switchOn.GUI0 or 11Setting this to 0 switches off the termTagger for the GUI.
    

Other termtagger related configuration

Config nameValuesDefaultDescription

runtimeOptions.termTagger.url.default

0 or 10Enables the TermTagger to be verbose.
runtimeOptions.termTagger.switchOn.import0 or 10Setting this to 0 switches off the termTagger for the import.

Other termtagger related configuration

Config nameValuesDefaultDescription
runtimeOptions.termTagger.exportTermTags.diffExport0 or 10Should not be used in productive use, exporting the term information is for localisations research engineers only!
runtimeOptions.termTagger.exportTermTags.normalExport0 or 10Should not be used in productive use, exporting the term information is for localisations research engineers only!

...