Releases: CAFDataProcessing/worker-languagedetection
Releases · CAFDataProcessing/worker-languagedetection
v2.5.0
Version Number
2.5.0-85
New Features
- CAF-3859: New complex output format variation.
A new variation for the complex output format has been added where instead of a single field added to a document containing a JSON encoded array of the matches (the originalCOMPLEX
output format) each match will instead be output as a separate field with a value set to the JSON encoded object containing the match properties. This new format can be activated by passingresultFormat
asCOMPLEX_SPLIT
.
Known Issues
v2.4.0
Version Number
2.4.0-82
New Features
- CAF-3567: New output mode added.
A new output mode has been added for detected languages which outputs the language codes as a serialized object.
e.g.
"LANGUAGE_CODES": "[
{ \"CODE\":\"fr\", \"CONFIDENCE\":\"60\" },
{ \"CODE\":\"en\", \"CONFIDENCE\":\"20\" },
{ \"CODE\":\"tib\", \"CONFIDENCE\":\"10\" }
]"
Detail on enabling this 'COMPLEX' mode can be found under 'Per Tenant Settings' in the worker documentation.
Known Issues
- None
v2.3.1
v2.3.0
Version Number
2.3.0-58
New Features
- CAF-1389: Support language detection on multiple fields in Workflow
The Worker now supports multi-field processing, allowing multiple field names to be specified for language detection. The response will indicate the languages that were detected in each field. - CAF-3113: Updated to consume latest worker-document-framework which includes change to how Composite Document Workers handle failures.
Now if the Worker encounters a task failure e.g. due to a message being marked as poison, the response task will include the document sent on the task with the failure added as a field.
Known Issues
v2.2.0
2.2.0-38
New Features
- Updated to use v3.0.0 of the Document Worker Framework, which supports processing composite documents.
Known Issues
- None
v2.1.0
Version Number
2.1.0-27
New Features
Known Issues
Notes
-
Updated to latest released worker framework version to avail of new features:
-
Configurable logging via enviornment variable.
-
Priority RabbitMQ queue's
-
v2.0.0
Version Number
2.0.0-6
New Features
- Worker-LanguageDetection has been open-sourced to github.com - V2.0.0