ScienceCitationAnchor

AI Overview😉

  • The potential purpose of this module is to analyze and understand the context of citations within a document, specifically the text surrounding the citation. This module aims to identify the relevance and importance of the citation by examining the anchor text, font face, size, and weight.
  • This module could impact search results by influencing the ranking of academic or research-based content. It may prioritize documents with clear and concise citations that provide context, over those with poorly formatted or unclear citations. This could lead to more accurate and relevant search results for users searching for academic or research-based information.
  • To be more favorable for this function, a website could ensure that their citations are properly formatted, with clear and concise anchor text that explains the relevance of the citation. They could also use consistent font faces and sizes throughout the document, and provide additional context for the citation, such as the publication date or author. Furthermore, they could use structured data to provide additional information about the citation, making it easier for the module to understand and analyze the context.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The anchor class holds content relevant to a citation, for example, the text before or after the citation that explains what the citation is about.

Attributes

  • DEPRECATEDSrcFP (type: String.t, default: nil) - Fingerprint of the referral document. The fingerprint should resist to small variance in the document content. DO NOT USE IT!
  • count (type: integer(), default: nil) - Number of times this anchor text appears, only consider the text itself
  • face (type: integer(), default: nil) - font face bitmask: kBold, kItalic, etc.
  • size (type: integer(), default: nil) - font size, in px
  • text (type: String.t, default: nil) - Space-delimited anchor words. Text that needs segmentation (like CJK or Thai) is unsegmented. Generated by ScienceParseUtils::AppendTokenSeqToString()
  • type (type: integer(), default: nil) - one of the "Type" value defined below.
  • weight (type: integer(), default: nil) - weight of the anchor by looking where we get this anchor text. It can be PR, court level, year, or the combination of differerent aspects. weights are 1 - 128 defined as "Weights"

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.ScienceCitationAnchor{
  DEPRECATEDSrcFP: String.t() | nil,
  count: integer() | nil,
  face: integer() | nil,
  size: integer() | nil,
  text: String.t() | nil,
  type: integer() | nil,
  weight: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.