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

Packages that use IConcordanceToken
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 IConcordanceToken in edu.mit.jmwe.data.concordance
 

Classes in edu.mit.jmwe.data.concordance that implement IConcordanceToken
protected static class ConcordanceTagger.TaggerToken
          Represents a semcor token that is not yet tagged.
 class ConcordanceToken
          Default implementation of IConcordanceToken.
 

Methods in edu.mit.jmwe.data.concordance that return IConcordanceToken
 IConcordanceToken ConcordanceSentence.get(int index)
           
 

Methods in edu.mit.jmwe.data.concordance with parameters of type IConcordanceToken
static String ConcordanceToken.toString(IConcordanceToken token)
          Returns the String representation of the given token.
 

Constructor parameters in edu.mit.jmwe.data.concordance with type arguments of type IConcordanceToken
ConcordanceSentence(edu.mit.jsemcor.element.IContextID cid, int sentNum, List<? extends IConcordanceToken> tokens)
          Constructs a new semcor sentence from the list of tokens.
 

Uses of IConcordanceToken in edu.mit.jmwe.index
 

Methods in edu.mit.jmwe.index with type parameters of type IConcordanceToken
protected
<T extends IConcordanceToken>
boolean
IndexBuilder.isSplit(IMWE<T> mwe)
          Returns true if this MWE is not continuous - if it has interstitial tokens that are not a part of it; false otherwise.
 

Method parameters in edu.mit.jmwe.index with type arguments of type IConcordanceToken
protected  boolean IndexBuilder.contains(List<IMWE<IConcordanceToken>> list, IMWE<IConcordanceToken> mwe)
          Whether the specified MWE is contained in the specified list
protected  boolean IndexBuilder.contains(List<IMWE<IConcordanceToken>> list, IMWE<IConcordanceToken> mwe)
          Whether the specified MWE is contained in the specified list
 void IndexBuilder.countMarked(List<IMWE<IConcordanceToken>> answers, Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index)
          Counts instances of marked MWEs
 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.
 



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