Uses of Class
edu.mit.jmwe.detect.score.AbstractScorer

Packages that use AbstractScorer
edu.mit.jmwe.detect.score Provides various scoring mechanisms that can be used by subclasses of the FilterByScore and ResolveByScore detectors. 
 

Uses of AbstractScorer in edu.mit.jmwe.detect.score
 

Subclasses of AbstractScorer in edu.mit.jmwe.detect.score
 class FractionAsMWEScore<T extends IToken>
          A scorer that scores with the fraction of times it appears marked as an MWE, as opposed to a run of unmarked tokens.
 class LengthScore<T extends IToken>
          Scores a MWE with its length
 class LeskScore<T extends IToken>
          Scores an object with its lesk-score overlap with dictionary glosses.
 class StartingIndexScore<T extends IToken>
          Scores an MWE with its starting index.
 class VarianceScore<T extends IToken>
          Scores each MWE with its index variance.
 



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