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 |
Consecutive
Detector that uses an index to detect the MWEs whose parts appear
continuously in the sentence.
|
class |
Exhaustive
Implements an exhaustive algorithm that detects all possible non-stop-word
MWEs in a sentence, including MWEs that are out of order or discontinuous.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.