Uses of Interface
edu.mit.jmwe.data.concordance.IConcordanceSentence

Packages that use IConcordanceSentence
edu.mit.jmwe.data.concordance Provides interfaces and classes for accessing data taken Semcor-formatted concordances, useful for benchmarking detectors. 
edu.mit.jmwe.index Provides the MWE index interfaces and default implementations, which allow one to look up an MWE given one of its parts. 
 

Uses of IConcordanceSentence in edu.mit.jmwe.data.concordance
 

Classes in edu.mit.jmwe.data.concordance that implement IConcordanceSentence
 class ConcordanceSentence
          Default implementation of ISemcorSentence
 

Fields in edu.mit.jmwe.data.concordance declared as IConcordanceSentence
protected  IConcordanceSentence TaggedConcordanceIterator.next
           
 

Methods in edu.mit.jmwe.data.concordance that return IConcordanceSentence
 IConcordanceSentence TaggedConcordanceIterator.next()
           
 

Uses of IConcordanceSentence in edu.mit.jmwe.index
 

Methods in edu.mit.jmwe.index that return types with arguments of type IConcordanceSentence
protected  Iterable<IConcordanceSentence> IndexBuilder.getTaggedIterator()
          Gets an iterator over the tagged semcor sentences.
 

Methods in edu.mit.jmwe.index with parameters of type IConcordanceSentence
 void IndexBuilder.countUnmarked(IMWEDetector detector, IConcordanceSentence sent, List<IMWE<IConcordanceToken>> answers)
          Counts the number of MWEs that are detected by the specified detected, but not marked in the answer set as being MWEs.
 

Method parameters in edu.mit.jmwe.index with type arguments of type IConcordanceSentence
 void IndexBuilder.process(edu.mit.jwi.IDictionary dict, Iterable<? extends IConcordanceSentence> itr, edu.mit.jsemcor.main.IConcordanceSet cs, File dataFile, File indexFile)
          Constructs the index in five steps:
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.