google_api_language v0.7.0 GoogleApi.Language.V1.Model.PartOfSpeech View Source

Represents part of speech information for a token. Parts of speech are as defined in http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf

Attributes

  • aspect (type: String.t, default: nil) - The grammatical aspect.
  • case (type: String.t, default: nil) - The grammatical case.
  • form (type: String.t, default: nil) - The grammatical form.
  • gender (type: String.t, default: nil) - The grammatical gender.
  • mood (type: String.t, default: nil) - The grammatical mood.
  • number (type: String.t, default: nil) - The grammatical number.
  • person (type: String.t, default: nil) - The grammatical person.
  • proper (type: String.t, default: nil) - The grammatical properness.
  • reciprocity (type: String.t, default: nil) - The grammatical reciprocity.
  • tag (type: String.t, default: nil) - The part of speech tag.
  • tense (type: String.t, default: nil) - The grammatical tense.
  • voice (type: String.t, default: nil) - The grammatical voice.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Language.V1.Model.PartOfSpeech{
  aspect: String.t(),
  case: String.t(),
  form: String.t(),
  gender: String.t(),
  mood: String.t(),
  number: String.t(),
  person: String.t(),
  proper: String.t(),
  reciprocity: String.t(),
  tag: String.t(),
  tense: String.t(),
  voice: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.