NlpSaftPhrase

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase

2
out of 10
Low
SEO Impact
A document phrase marks a range of tokens in a document as a phrase. The indices are token positions in the document.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Saft Phrase) contains 4 attributes that define its data structure. Key functionality includes: The head token in the phrase is the id of the top-most token within the phrase. It either has an arc from outside the phrase going to it, or it is a r...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

4
Sort:|Filter:
endinteger(
Default: nil
facetstring
Default: nilFull type: String.t
headinteger(
Default: nil

The head token in the phrase is the id of the top-most token within the phrase. It either has an arc from outside the phrase going to it, or it is a root token of the sentence. A value of -1 indicates that the head has not yet been computed for the phrase (not the same semantics as the head of a token!). Note that even when it is uniquely defined, there is no guarantee that the head is set for entities and measurements within a document: you may need to explicitly compute it.

startinteger(
Default: nil

First and last token in the phrase. The phrase goes from start to end (inclusive).