Uses of Class
sg.edu.nus.comp.nlp.ims.util.CWordNetSenseIndex.SenseType

Packages that use CWordNetSenseIndex.SenseType
sg.edu.nus.comp.nlp.ims.util Package related to utility data structures, algorithms and some external API used by multiple other packages. 
 

Uses of CWordNetSenseIndex.SenseType in sg.edu.nus.comp.nlp.ims.util
 

Methods in sg.edu.nus.comp.nlp.ims.util that return CWordNetSenseIndex.SenseType
static CWordNetSenseIndex.SenseType CWordNetSenseIndex.SenseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CWordNetSenseIndex.SenseType[] CWordNetSenseIndex.SenseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in sg.edu.nus.comp.nlp.ims.util with parameters of type CWordNetSenseIndex.SenseType
protected  java.lang.String CWordNetSenseIndex.getSense(java.lang.String p_Sense, java.lang.String p_Offset, java.lang.String p_POS, java.lang.Integer p_No, CWordNetSenseIndex.SenseType p_SenseType)
          generate sense of the given sense type
 

Constructors in sg.edu.nus.comp.nlp.ims.util with parameters of type CWordNetSenseIndex.SenseType
CWordNetSenseIndex(java.lang.String p_SenseIndexFile, CWordNetSenseIndex.SenseType p_SenseType)
          constructor