Package | Description |
---|---|
edu.mit.jmwe.detect |
Provides MWE detector API, a baseline detector, plus numerous other detector implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
Leftmost
A resolver that chooses the leftmost MWE.
|
class |
LMLR
Stands for "Longest Match, Left to Right".
|
class |
Longest
A detector resolver that chooses the longest MWEs in a set of conflicts.
|
class |
ResolveByScore
Abstract base class for MWE detector resolvers that use a simple score to
resolve conflicts.
|
class |
SmallestVariance
A detector resolver that chooses the MWE with the smallest variance.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.