Uses of Interface
sg.edu.nus.comp.nlp.ims.lexelt.ILexelt

Packages that use ILexelt
sg.edu.nus.comp.nlp.ims.implement Package containing the main WSD API. 
sg.edu.nus.comp.nlp.ims.io Package related to IO. 
sg.edu.nus.comp.nlp.ims.lexelt Package related to one instances set of the same lexelt. 
 

Uses of ILexelt in sg.edu.nus.comp.nlp.ims.implement
 

Fields in sg.edu.nus.comp.nlp.ims.implement declared as ILexelt
protected  ILexelt CTestThread.LexeltThread.lexelt
           
 

Fields in sg.edu.nus.comp.nlp.ims.implement with type parameters of type ILexelt
protected  java.util.Hashtable<java.lang.String,ILexelt> CTestThread.m_Lexelts
           
 

Constructors in sg.edu.nus.comp.nlp.ims.implement with parameters of type ILexelt
CTestThread.LexeltThread(ILexelt p_Lexelt)
          constructor
 

Uses of ILexelt in sg.edu.nus.comp.nlp.ims.io
 

Methods in sg.edu.nus.comp.nlp.ims.io with parameters of type ILexelt
protected  java.lang.String CWekaLexeltWriter.getHeader(ILexelt p_Lexelt)
          generate the head part of arff file
 java.lang.Object ILexeltWriter.getInstances(ILexelt p_Lexelt)
          extract instances from p_iLexelt
 java.lang.Object CWekaSparseLexeltWriter.getInstances(ILexelt p_Lexelt)
           
 java.lang.Object CWekaLexeltWriter.getInstances(ILexelt p_Lexelt)
           
 java.lang.Object CLibSVMLexeltWriter.getInstances(ILexelt p_Lexelt)
           
 java.lang.Object CLibLinearLexeltWriter.getInstances(ILexelt p_Lexelt)
           
 java.lang.Object CGISLexeltWriter.getInstances(ILexelt p_Lexelt)
           
protected  int[][] CLibSVMLexeltWriter.loadStatistic(ILexelt p_iLexelt)
          load the statistic of p_iLexelt for each feature type in statistic if feature is binary keep it else if feature is list and the number of values is less than 2 one new feature else set each value as a new feature
protected  int[][] CLibLinearLexeltWriter.loadStatistic(ILexelt p_iLexelt)
          load the statistic of p_iLexelt for each feature type in statistic if feature is binary keep it else if feature is list and the number of values is less than 2 one new feature else set each value as a new feature
protected  int[][] CGISLexeltWriter.loadStatistic(ILexelt p_iLexelt)
          load the statistic of p_iLexelt for each feature type in statistic if feature is binary keep it else if feature is list and the number of values is less than 2 one new feature else set each value as a new feature
 java.lang.String ILexeltWriter.toString(ILexelt p_Lexelt)
          write lexelt to a string
 java.lang.String CWekaLexeltWriter.toString(ILexelt p_Lexelt)
           
 java.lang.String CLibSVMLexeltWriter.toString(ILexelt p_iLexelt)
           
 java.lang.String CLibLinearLexeltWriter.toString(ILexelt p_Lexelt)
           
 java.lang.String CGISLexeltWriter.toString(ILexelt p_Lexelt)
           
 void ILexeltWriter.write(java.lang.String p_Filename, ILexelt p_Lexelt)
          write information of p_iLexelt to p_FileName in some format
 void CWekaLexeltWriter.write(java.lang.String p_FileName, ILexelt p_Lexelt)
           
 void CLibSVMLexeltWriter.write(java.lang.String p_Filename, ILexelt p_iLexelt)
           
 void CLibLinearLexeltWriter.write(java.lang.String p_Filename, ILexelt p_Lexelt)
           
 void CGISLexeltWriter.write(java.lang.String p_Filename, ILexelt p_Lexelt)
           
 

Uses of ILexelt in sg.edu.nus.comp.nlp.ims.lexelt
 

Classes in sg.edu.nus.comp.nlp.ims.lexelt that implement ILexelt
 class ALexelt
          abstract lexelt.
 class CLexelt
          a common lexelt.