Changelog

Changelog - 2.33.0

Released on

Release notes

  • Handle NER for Czech and Slovak when using analyse/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 the analyze/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 with entity_ and will only be computed thanks to the sentences matching the entity of interest
  • Using the language parameter on the documents/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.