NlpSaftMention

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

  1. 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.
  2. info (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Application-specific information about this mention.
  3. kind (type: String.t, default: nil)
    -
  4. nestingRelation (type: String.t, default: nil)
    -
  5. phrase (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase, default: nil)
    - Phrase for the mention.
  6. 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.
  7. role (type: String.t, default: nil)
    -
  8. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention