Uses of Package
edu.mit.jmwe.detect.score

Packages that use edu.mit.jmwe.detect.score
edu.mit.jmwe.detect Provides MWE detector API, a baseline detector, plus numerous other detector implementations. 
edu.mit.jmwe.detect.score Provides various scoring mechanisms that can be used by subclasses of the FilterByScore and ResolveByScore detectors. 
 

Classes in edu.mit.jmwe.detect.score used by edu.mit.jmwe.detect
IScorer
          A scorer provides a score for an object.
 

Classes in edu.mit.jmwe.detect.score used by edu.mit.jmwe.detect.score
AbstractScorer
          Base class for scorers that provides the comparator functionality.
FractionAsMWEScore
          A scorer that scores with the fraction of times it appears marked as an MWE, as opposed to a run of unmarked tokens.
IScorer
          A scorer provides a score for an object.
LengthScore
          Scores a MWE with its length
 



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