Changelog

Changelog - 2.25.0

Released on

Release notes

  • Retrieve concept-related volume indicators in the time series for each concept of an analysis

  • Analyze documents that have no Quality Score

  • Retrieve an entity of interest info with an uuid

  • Retrieve an entity's description

Comments

  • {id}/timeseries/{hash}/download endpoint

    • added the volume_document_{concept_label} indicator in the response. Counts the number of documents that match both the entity of interest and the concept.

    • added the volume_sentence_{concept_label} indicator in the response. Counts the number of sentences that match both the entity of interest and the concept.

    • These two indicators are returned for each concept selected in the analysis. The {concept_label} variable is linked to the value of the /dataset route concept parameter.

  • /kg/browse endpoint

    • New uuid field in the request can be set when using the Corporate KG. Allows identifying the entity of interest in the KG.

    • Added the description field in the response. Provides the description of the entity of interest.

  • analyze/dataset endpoint

    • qscore parameter can now be set to null. This allows to analyze documents that have no quality score.