GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention
Table of Contents ▼
Jump to a specific part of the page:
Description
Mentions of the entity in the document.
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
confidence
(type:float()
, default:nil
)
- Estimate of the confidence that this mention is in the correct cluster. Zero means this mention is probably in the wrong cluster, 1 means this mention is probably in the correct cluster. See nlp/saft/components/coreference/coreference-confidence.h for details about what "correct cluster" might mean. -
info
(type:GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet
, default:nil
)
- Application-specific information about this mention. -
kind
(type:String.t
, default:nil
)
- -
nestingRelation
(type:String.t
, default:nil
)
- -
phrase
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase
, default:nil
)
- Phrase for the mention. -
resolution
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftMentionResolution
, default:nil
)
- Mention-level resolution. This is used for encoding the meaning of the mention rather than the entity. For example, definite references and appositions are resolved to the mid for the concept rather than the entity. -
role
(type:String.t
, default:nil
)
- -
type
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention{
confidence: float() | nil,
info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
kind: String.t() | nil,
nestingRelation: String.t() | nil,
phrase: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t() | nil,
resolution: GoogleApi.ContentWarehouse.V1.Model.NlpSaftMentionResolution.t() | nil,
role: String.t() | nil,
type: String.t() | nil
}
confidence: float() | nil,
info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
kind: String.t() | nil,
nestingRelation: String.t() | nil,
phrase: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t() | nil,
resolution: GoogleApi.ContentWarehouse.V1.Model.NlpSaftMentionResolution.t() | nil,
role: String.t() | nil,
type: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention