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 |
ConstrainLength
A detector filter that constrains MWEs by length.
|
class |
LeskAtLeast
A filter detector that throws out MWEs whose lesk score is less than some value.
|
class |
MoreFrequentAsMWE
Filters the results of its backing detector to include only those MWEs whose
parts, in a continuous run of tokens, are more often marked as an MWE than as
individual tokens.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.