RepositoryWebrefEntityScores

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityScores


Table of Contents ▼

Jump to a specific part of the page:

Description

Keeps a set of scores about an entity. Next available tag: 20.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. alphaEntityIdf (type: number(), default: nil)
    - This field is only for debugging and link weight experiments. It stores the entity's idf from the alpha model. Alpha idfs are used for link weight computations and available during model omega building via enricher_current_entity_idf_for_link_direction.
  2. commonNgramProb (type: number(), default: nil)
    - Probability that the entity is a common ngram (e.g. from dictionary).
  3. entityIdf (type: number(), default: nil)
    - The final (model omega) idf of an entity. Equals log2(1 / probability of the entity to appear in a document). This probability is currently estimated from its names (i.e. it is a sum of the name frequency weighted by P(entity | name)).

  4. nameCapitalizationProb (type: number(), default: nil)
    - The following field is deprecated and should eventually be removed. It uses data and rules that have not been refreshed for ~10y and KG has changed a lot in the meantime.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityScores{
alphaEntityIdf: number() | nil,
commonNgramProb: number() | nil,
entityIdf: number() | nil,
nameCapitalizationProb: number() | nil
}

Function

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

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