Package edu.fiu.jtlex

Enum ITerm.PartOfSpeech

java.lang.Object
java.lang.Enum<ITerm.PartOfSpeech>
edu.fiu.jtlex.ITerm.PartOfSpeech
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ITerm.PartOfSpeech>, java.lang.constant.Constable
Enclosing interface:
ITerm

public static enum ITerm.PartOfSpeech
extends java.lang.Enum<ITerm.PartOfSpeech>
An enum that represents the Part of Speech Tag the term is associated with. 36 types are allowed.
  • Nested Class Summary

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

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

    Enum Constants 
    Enum Constant Description
    CC  
    CD  
    DT  
    EX  
    FW  
    IN  
    JJ  
    JJR  
    JJS  
    LS  
    MD  
    NN  
    NNP  
    NNPS  
    NNS  
    PDT  
    POS  
    PRP  
    PRP$  
    RB  
    RBR  
    RBS  
    RP  
    SYM  
    TO  
    UH  
    VB  
    VBD  
    VBG  
    VBN  
    VBP  
    VBZ  
    WDT  
    WP  
    WP$  
    WRB  
  • Method Summary

    Modifier and Type Method Description
    static ITerm.PartOfSpeech valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ITerm.PartOfSpeech[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait