Uses of Class
edu.fiu.jtlex.ICompoundTerm.Label
-
Uses of ICompoundTerm.Label in edu.fiu.jtlex
Methods in edu.fiu.jtlex that return ICompoundTerm.Label Modifier and Type Method Description ICompoundTerm.Label[]CompoundTerm. getLabels()Tags categoryICompoundTerm.Label[]ICompoundTerm. getLabels()static ICompoundTerm.LabelICompoundTerm.Label. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ICompoundTerm.Label[]ICompoundTerm.Label. 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 ICompoundTerm.Label Constructor Description CompoundTerm(int id, ICompoundTerm.Label[] labels, java.lang.String lemma, edu.fiu.jtlex.data.ITimex.TimexType timexType, int begin, int end, java.lang.String text, ITerm.PartOfSpeech pos, int elementID, java.lang.String tense, java.lang.String aspect, java.lang.String timexText, java.lang.String duration, Term[] terms)