Skip to main content

Mention

Occurrence of a tag or entity in the text.
To include mentions in the analysis result, the NlpRequest must specify returnMentions = true.

Fields

PropertyRequiredTypeDescription
idTruestringUnique ID of the mention, used for cross-referencing from other objects.
mwlFalsestringNormalized, uninflected form of the mention's text (Multi-Word Lemma).
textFalsestringExact form of the mention as it appeared in the document.
tokenIdsTrueList[string]List of token IDs that make up this mention.
derivedFromEntityIdFalsestringID of the entity from which this mention was derived, if applicable.
featsFalseobjectCustom features associated with the mention.