A C E F G I J L M P Q T U V

G

getAll() - Static method in enum jmrc.MRCPoS
 
getFields() - Method in class jmrc.LexicalDatabase
 
getFields() - Method in class jmrc.MRCDatabase
Returns all the fields of the MRC database.
getLexiconComparator(Field, PoS) - Method in class jmrc.LexicalDatabase
Returns a string comparator for based on the database values of a given field and for a given PoS tag.
getMap() - Method in class jmrc.LexicalDatabase
Returns the underlying mapping of the database.
getMRCPoS(String) - Static method in enum jmrc.MRCPoS
Returns the MRCPoS associated with the string, if it exists, else returns null.
getValue(String, PoS, String) - Method in class jmrc.LexicalDatabase
Returns an integer feature value from the database.
getValue(String, String) - Method in class jmrc.LexicalDatabase
Returns an integer feature value from the database for any random PoS of the input word.
getValue(String, PoS, Field) - Method in class jmrc.LexicalDatabase
Returns an integer feature value from the database.
getValue(String, Field) - Method in class jmrc.LexicalDatabase
Returns an integer feature value from the database for any random PoS of the input word.
getValue(String, MRCPoS, Field) - Method in class jmrc.MRCDatabase
Returns an integer feature value from the database.
getValue(String, String, Field) - Method in class jmrc.MRCDatabase
Returns an integer feature value from the database.
getWords(Field, PoS, double, double) - Method in class jmrc.LexicalDatabase
Returns all words in the database with values within the [min,max] interval specified (linear search).
getWords(Field, PoS, int) - Method in class jmrc.LexicalDatabase
Returns all words in the database with the exact specified integer value (linear search).

A C E F G I J L M P Q T U V