Concept confidence
Concept confidences map a found entity’s concept links to a confidence score. These may be optionally be present if the processing feature entity-concept-link-confidence is enabled.
Example NLP API result file:
Specifically, the following snippet from the file contains the new heading_status fields.
Changes
The new feature flag is entity-concept-link-confidence and may be passed using the command-line process --features flag, or the features parameter of submit.
Python API
The new concept confidences are presented in the annotated document using concept_confidences. This will be a mapping from Concept instances to a confidence score (a float or None if it doesn’t exist).
The concept confidences will contain all the same concepts from concepts, so it can be iterated over without having to check both attributes.
Example usage:
Schema changes
The new confidence is present in the foundentityconcept.confidence column.
The schema of that table now looks like (for PostgreSQL):
Example query showing the new confidence on the foundentityconcept table:

