Mention
Occurrence of a tag or entity in the text. To obtain mentions in the result, the request needs to specify returnMentions = true
Fields
Property | Required | Type | Description |
---|---|---|---|
id | True | string | ID of the mention used to refer to it from other objects |
mwl | False | string | Normalized form of the mention's text, abstracting from inflection (Multi-Word Lemma) |
text | False | string | Form of the mention as it occurred in the document, if applicable |
tokenIds | True | List[string] | Token IDs this mention consists of |
derivedFromEntityId | False | string | ID of the entity from which this mention can be derived, if applicable |
feats | False | object | Custom features |