Changelog
Changelog - 2.33.0
Released on
Release notes
- Handle NER for
Czech
andSlovak
when usinganalyse/dataset
route with precompute pipeline. - New sentiment and emotion indicators for sentences matching an entity of interest
- The document can now be translated in any language supported by AWS using
documents/translate
.
Comments
- Using the
ner-linking
worker and the{"precompute": "true"}
parameter on theanalyze/dataset
route, you can now request 2 new languages:- Slovak
- Czech
- New sentiment and emotion indicators will now display when using
analyse/{id}/timeseries
along with the already existing indicators. These new indicators will be prefixed withentity_
and will only be computed thanks to the sentences matching the entity of interest - Using the
language
parameter on thedocuments/translate
route, you can now chose in which language you want to translate the document. If you don't specify a language, the document will be translated in English by default.