Package edu.fiu.jtlex

Enum ITerm.NamedEntity

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

public static enum ITerm.NamedEntity
extends java.lang.Enum<ITerm.NamedEntity>
An enum that represents the Standard CORENLP Named Entity Tag the term is associated with. 14 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
    ADDRESS  
    CITY  
    COUNTRY  
    DATE  
    DURATION  
    FACILITY  
    LOCATION  
    MISC  
    MONEY  
    ORGANIZATION  
    PERSON  
    SET  
    STATE_OR_PROVINCE  
    TITLE  
  • Method Summary

    Modifier and Type Method Description
    static ITerm.NamedEntity valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ITerm.NamedEntity[] 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