Enum Class Pc.Pos

java.lang.Object
java.lang.Enum<Pc.Pos>
org.fa.tei.jaxb.facustomization.Pc.Pos
All Implemented Interfaces:
Serializable, Comparable<Pc.Pos>, Constable
Enclosing class:
Pc

public static enum Pc.Pos extends Enum<Pc.Pos>
https://universaldependencies.org/u/pos/index.html These tags mark the core part-of-speech categories.

Java class for null.

The following schema fragment specifies the expected content contained within this class.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="adj"/>
     <enumeration value="adp"/>
     <enumeration value="adv"/>
     <enumeration value="aux"/>
     <enumeration value="cconj"/>
     <enumeration value="det"/>
     <enumeration value="intj"/>
     <enumeration value="noun"/>
     <enumeration value="num"/>
     <enumeration value="part"/>
     <enumeration value="pron"/>
     <enumeration value="propn"/>
     <enumeration value="punct"/>
     <enumeration value="conj"/>
     <enumeration value="sconj"/>
     <enumeration value="sym"/>
     <enumeration value="verb"/>
     <enumeration value="x"/>
   </restriction>
 </simpleType>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Adjectives are words that typically modify nouns and specify their properties or attributes.
    Adposition is a cover term for prepositions and postpositions.
    Adverbs are words that typically modify verbs for such categories as time, place, direction or manner.
    An auxiliary is a function word that accompanies the lexical verb of a verb phrase and expresses grammatical distinctions not carried by the lexical verb, such as person, number, tense, mood, aspect, voice or evidentiality.
    A coordinating conjunction is a word that links words or larger constituents without syntactically subordinating one to the other and expresses a semantic relationship between them.
    Not in universaldependencies.
    Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context.
    An interjection is a word that is used most often as an exclamation or part of an exclamation.
    Nouns are a part of speech typically denoting a person, place, thing, animal or idea.
    A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction.
    Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech.
    Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context.
    A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object.
    Punctuation marks are non-alphabetical characters and character groups used in many languages to delimit linguistic units in printed text.
    A subordinating conjunction is a conjunction that links constructions by making one of them a constituent of the other.
    A symbol is a word-like entity that differs from ordinary words by form, function, or both.
    A verb is a member of the syntactic class of words that typically signal events and actions.
    The tag X is used for words that for some reason cannot be assigned a real part-of-speech category.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Pc.Pos
     
     
    static Pc.Pos
    Returns the enum constant of this class with the specified name.
    static Pc.Pos[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • adj

      public static final Pc.Pos adj
      Adjectives are words that typically modify nouns and specify their properties or attributes.
    • adp

      public static final Pc.Pos adp
      Adposition is a cover term for prepositions and postpositions.
    • adv

      public static final Pc.Pos adv
      Adverbs are words that typically modify verbs for such categories as time, place, direction or manner.
    • aux

      public static final Pc.Pos aux
      An auxiliary is a function word that accompanies the lexical verb of a verb phrase and expresses grammatical distinctions not carried by the lexical verb, such as person, number, tense, mood, aspect, voice or evidentiality.
    • cconj

      public static final Pc.Pos cconj
      A coordinating conjunction is a word that links words or larger constituents without syntactically subordinating one to the other and expresses a semantic relationship between them.
    • det

      public static final Pc.Pos det
      Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context.
    • intj

      public static final Pc.Pos intj
      An interjection is a word that is used most often as an exclamation or part of an exclamation.
    • noun

      public static final Pc.Pos noun
      Nouns are a part of speech typically denoting a person, place, thing, animal or idea.
    • num

      public static final Pc.Pos num
      A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction.
    • part

      public static final Pc.Pos part
      Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech.
    • pron

      public static final Pc.Pos pron
      Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context.
    • propn

      public static final Pc.Pos propn
      A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object.
    • punct

      public static final Pc.Pos punct
      Punctuation marks are non-alphabetical characters and character groups used in many languages to delimit linguistic units in printed text.
    • conj

      public static final Pc.Pos conj
      Not in universaldependencies. A conjunction is a conjunction that links constructions, where no assumption about the role of the constructions is made.
    • sconj

      public static final Pc.Pos sconj
      A subordinating conjunction is a conjunction that links constructions by making one of them a constituent of the other.
    • sym

      public static final Pc.Pos sym
      A symbol is a word-like entity that differs from ordinary words by form, function, or both.
    • verb

      public static final Pc.Pos verb
      A verb is a member of the syntactic class of words that typically signal events and actions.
    • x

      public static final Pc.Pos x
      The tag X is used for words that for some reason cannot be assigned a real part-of-speech category.
  • Method Details

    • values

      public static Pc.Pos[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Pc.Pos valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static Pc.Pos fromValue(String v)