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 |
InflectionRule
Enumerates the ways in which MWEs with certain parts of speech are allowed to inflect.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IInflectionRule> |
InflectionPattern.getRules()
Returns the set of inflection rules to be used by this detector.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
InflectionRule.isInflectedByPattern(IMWE<?> mwe,
java.util.Collection<? extends IInflectionRule> rules)
Returns
true if the specified MWE inflects according to some
rule in the specified collection; false otherwise. |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.