Changelog - 2.31.0
Released on
Release notes
-
New languages to be handled in
analyze/dataset
. -
Handle a new
superclass of
property on thekg/browse
,kg/entities_bulk
andkg/{entity_id}/properties
routes when using the General KG. -
New
kg/sectors
route to retrieve the list of sectors from the Corporate Knowledge Graph. -
min_repeat
parameter is now available when using the precomputed workflow.
Comments
-
New languages to be handled in
analyze/dataset
. Only on precompute workflow, you need to use the parameter{"precompute": true}
. Similarity analysis (entity-similarity
worker) not available for those 8 new languages. Languagesczech
andslovak
not available for NER analysis.- 8 new languages to be handled:
- Slovak,
- Czech,
- Polish,
- Dutch,
- Finnish,
- Swedish,
- Norwegian,
- Danish.
- 8 new languages to be handled:
-
A new property,
superclass of
, is now handled by the General KG. This property allows you to perform thematic search. For example, when using this property with A.I. (Q11660
), you can retrieve the following keywords:NLP
,Deep Learning
,Statistical Computation
. -
A new
GET kg/sectors
route has been added to the API. This route allows you to retrieve all the sectors with the associated sub-sectors from the Corporate Knowledge Graph. -
The
min_repeat
parameter can now be used in combination with{"precompute": "true"}
.