View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryToken (google_api_content_warehouse v0.3.0)
A token represents an ngram with relevant information about it. If the token is a context phrase, it will have a prior score associated with it. The prior is computed via knowledge/answers/query_generalization/ word_prior/word_prior_from_examples_lib.cc, and ranges between 0 and 1. Stopwords and intent tokens (primary and component) have a score of 1.0.
Attributes
-
evalData(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t, default:nil) - This field is used inside Aqua and outside Aqua for identifying the token indices and/or byte offsets of this Token. -
ngram(type:String.t, default:nil) - |ngram| should be populated with a string from the raw query, not the normalized tokens. E.g. The ngram in the ignored token for the Height intent on the query [Height of barack obama], will be "Height". The ngram in the ignored token for the Videos intent on the query [vidéos] will be "vidéos". -
parsedDueToExperiment(type:list(String.t), default:nil) - Experiments that caused this Token to parse, without which this would not have parsed. -
prior(type:number(), default:nil) - -
provenance(type:String.t, default:nil) - -
provenanceId(type:list(String.t), default:nil) - Unique identifiers for the provenance of this token, for example, NLP Repository Example IDs. -
provenanceLanguage(type:String.t, default:nil) - -
synonyms(type:list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokenSynonym.t), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryToken{ evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil, ngram: String.t() | nil, parsedDueToExperiment: [String.t()] | nil, prior: number() | nil, provenance: String.t() | nil, provenanceId: [String.t()] | nil, provenanceLanguage: String.t() | nil, synonyms: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokenSynonym.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.