Uses of Class
edu.fiu.jtlex.ITerm.NamedEntity
-
Uses of ITerm.NamedEntity in edu.fiu.jtlex
Methods in edu.fiu.jtlex that return ITerm.NamedEntity Modifier and Type Method Description ITerm.NamedEntityITerm. getNamedEntity()Marks the Term as an Entity type.ITerm.NamedEntityTerm. getNamedEntity()static ITerm.NamedEntityITerm.NamedEntity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ITerm.NamedEntity[]ITerm.NamedEntity. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.fiu.jtlex with parameters of type ITerm.NamedEntity Constructor Description Term(int id, java.lang.String lemma, java.lang.String frameSet, java.lang.String text, int begin, int end, int elementId, java.lang.String timexText, ITerm.NamedEntity namedEntity, java.lang.String normalizedNER, edu.fiu.jtlex.data.ITimex.TimexType timexType, int tid)Creates a new Term with the specified information.