Uses of Class
cic.wsd.semcor.Input

Packages that use Input
cic.wsd.disambiguation Classes for creating disambiguation algorithms. 
cic.wsd.testing Classes for testing Word Sense Disambiguation algorithms over SEMCOR test files. 
 

Uses of Input in cic.wsd.disambiguation
 

Methods in cic.wsd.disambiguation with parameters of type Input
 java.util.ArrayList<Decision> WSDAlgorithm.solve(Input document, java.util.ArrayList<Condition> conditions, int windowSize, WSDAlgorithm backoff, WSDAlgorithm tie)
          Tells the disambiguation algorithm to solve an input document.
 

Uses of Input in cic.wsd.testing
 

Fields in cic.wsd.testing with type parameters of type Input
(package private)  java.util.ArrayList<Input> Test.docs
          The set of SEMCOR documents used as test-bed.
 

Methods in cic.wsd.testing that return types with arguments of type Input
 java.util.ArrayList<Input> Test.getDocs()
          Returns the test-bed used on this test.
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.
 

Constructor parameters in cic.wsd.testing with type arguments of type Input
Test(java.util.ArrayList<Input> docs, WSDAlgorithm algorithm, int windowSize, WSDAlgorithm backoff, java.lang.String testSet, WSDAlgorithm tie, java.util.ArrayList<Condition> conditions, java.lang.String retrievedSenses, java.lang.String KNSources)
          Creates a new test.