Uses of Class
jmrc.MRCPoS

Uses of MRCPoS in jmrc
 

Methods in jmrc that return MRCPoS
static MRCPoS MRCPoS.getMRCPoS(java.lang.String pos)
          Returns the MRCPoS associated with the string, if it exists, else returns null.
static MRCPoS MRCPoS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MRCPoS[] MRCPoS.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jmrc that return types with arguments of type MRCPoS
static java.util.Set<MRCPoS> MRCPoS.getAll()
           
 

Methods in jmrc with parameters of type MRCPoS
 int MRCDatabase.getValue(java.lang.String word, MRCPoS pos, Field field)
          Returns an integer feature value from the database.