View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefUniversalNgramData (google_api_content_warehouse v0.4.0)

This proto is filled with n-gram data during model building.

Attributes

  • idf (type: number(), default: nil) - IDF of the n-gram.
  • pluralProb (type: number(), default: nil) - Probability that the n-gram is a plural form of a word. This information is extracted from SAFT annotations of queries. See HasPluralProperty().

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefUniversalNgramData{
  idf: number() | nil,
  pluralProb: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.