Package edu.mit.jmwe.detect.score

Provides various scoring mechanisms that can be used by subclasses of the FilterByScore and ResolveByScore detectors.

See:
          Description

Interface Summary
IScorer<T> A scorer provides a score for an object.
 

Class Summary
AbstractScorer<T> Base class for scorers that provides the comparator functionality.
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.
LengthScore<T extends IToken> Scores a MWE with its length
LeskScore<T extends IToken> Scores an object with its lesk-score overlap with dictionary glosses.
StartingIndexScore<T extends IToken> Scores an MWE with its starting index.
VarianceScore<T extends IToken> Scores each MWE with its index variance.
 

Package edu.mit.jmwe.detect.score Description

Provides various scoring mechanisms that can be used by subclasses of the FilterByScore and ResolveByScore detectors.



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