NlpSaftAnnotatedPhrase

AI Overview😉

  • Potential purpose of module: This module, NlpSaftAnnotatedPhrase, appears to be responsible for annotating specific phrases or spans within a document, excluding those that are considered mentions of entities. It enables the identification and highlighting of important phrases or keywords within a document.
  • Impact on search results: This module could impact search results by influencing the ranking of documents based on the relevance and importance of specific phrases or keywords. It may prioritize documents that contain annotated phrases, potentially leading to more accurate and relevant search results.
  • Optimization for this function: To be more favorable for this function, a website could focus on using clear and concise language, emphasizing key phrases and keywords relevant to their content. This may involve using header tags, bolding or italicizing important text, and structuring content to make it easier for the algorithm to identify and annotate important phrases.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.NlpSaftAnnotatedPhrase (google_api_content_warehouse v0.4.0)

Representation of a phrase in the document with a particular annotation. Provides the ability to annotate arbitrary spans in the document. This is intended for representing spans that SAFT does NOT consider to be mentions of entities within a SAFT document.

Attributes

  • info (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t, default: nil) - Annotation for this phrase.
  • phrase (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t, default: nil) - Contains start and end pointers to the token array for this span.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftAnnotatedPhrase{
  info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
  phrase: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.