Uses of Class
cic.wsd.semcor.pruning.Pruning

Packages that use Pruning
cic.wsd.semcor Classes for loading SEMCOR format files. 
cic.wsd.semcor.pruning Classes for creating pruning algorithms. 
cic.wsd.testing Classes for testing Word Sense Disambiguation algorithms over SEMCOR test files. 
 

Uses of Pruning in cic.wsd.semcor
 

Constructor parameters in cic.wsd.semcor with type arguments of type Pruning
Input(java.io.File file, java.util.ArrayList<Pruning> pruningList)
          Parse a SEMCOR file.
 

Uses of Pruning in cic.wsd.semcor.pruning
 

Subclasses of Pruning in cic.wsd.semcor.pruning
 class FirstSenses
          Pruning method for keeping the first N senses.
 class NthSenseOnly
          Pruning method for keeping only the Nth sense.
 class RemoveNthSense
          Pruning method for removing the Nth sense.
 

Uses of Pruning in cic.wsd.testing
 

Methods in cic.wsd.testing that return types with arguments of type Pruning
private static java.util.ArrayList<Pruning> TestSet.getPruningMethods(java.lang.String senses)
          Retrieves the pruning methods from the XML configuration file.
 

Method parameters in cic.wsd.testing with type arguments of type Pruning
private static java.util.ArrayList<Input> TestSet.parseInputs(java.lang.String source, java.util.ArrayList<Pruning> pruningList)
          Utility method for creating the Inputs for a source.