Page tree

Versions Compared

Key

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

...

Communicates therefore with the TermTagger.

For a recommended TermTagger setup please see the installation manual.

Configuration of the termtagger itself

...

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

Enables the TermTagger to be verbose
Config nameValuesDefaultDescription

runtimeOptions.termTagger.url.default

0 or 10.
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 10


Warning
Should not be used in productive use, exporting the term information is for localisations research engineers only! Enabling this feature can lead to invalid export files because of an internal created invalid XML structure!


runtimeOptions.termTagger.exportTermTags.normalExport0 or 10


Warning
Should not be used in productive use, exporting the term information is for localisations research engineers only! Enabling this feature can lead to invalid export files because of an internal created invalid XML structure!


Debugging

Adding the following line to your installation.ini enables debugging output for TermTagger Plugin.

...