Mention
Occurrence of a tag or entity in the text.
To include mentions in the analysis result, the NlpRequest must specify returnMentions = true.
Fields
| Property | Required | Type | Description |
|---|---|---|---|
id | True | string | Unique ID of the mention, used for cross-referencing from other objects. |
mwl | False | string | Normalized, uninflected form of the mention's text (Multi-Word Lemma). |
text | False | string | Exact form of the mention as it appeared in the document. |
tokenIds | True | List[string] | List of token IDs that make up this mention. |
derivedFromEntityId | False | string | ID of the entity from which this mention was derived, if applicable. |
feats | False | object | Custom features associated with the mention. |