PartOfSpeech

public enum PartOfSpeech : String

The part of speech of the token. For more information about the values, see Universal Dependencies POS tags.

  • adj

    Undocumented

    Declaration

    Swift

    case adj = "ADJ"
  • adp

    Undocumented

    Declaration

    Swift

    case adp = "ADP"
  • adv

    Undocumented

    Declaration

    Swift

    case adv = "ADV"
  • aux

    Undocumented

    Declaration

    Swift

    case aux = "AUX"
  • Undocumented

    Declaration

    Swift

    case cconj = "CCONJ"
  • det

    Undocumented

    Declaration

    Swift

    case det = "DET"
  • Undocumented

    Declaration

    Swift

    case intj = "INTJ"
  • Undocumented

    Declaration

    Swift

    case noun = "NOUN"
  • num

    Undocumented

    Declaration

    Swift

    case num = "NUM"
  • Undocumented

    Declaration

    Swift

    case part = "PART"
  • Undocumented

    Declaration

    Swift

    case pron = "PRON"
  • Undocumented

    Declaration

    Swift

    case propn = "PROPN"
  • Undocumented

    Declaration

    Swift

    case punct = "PUNCT"
  • Undocumented

    Declaration

    Swift

    case sconj = "SCONJ"
  • sym

    Undocumented

    Declaration

    Swift

    case sym = "SYM"
  • Undocumented

    Declaration

    Swift

    case verb = "VERB"
  • x

    Undocumented

    Declaration

    Swift

    case x = "X"