Package | Description |
---|---|
edu.mit.jmwe.detect |
Provides MWE detector API, a baseline detector, plus numerous other detector implementations.
|
edu.mit.jmwe.harness |
Provides testing harness infrastructure
|
Class and Description |
---|
IAnswerKey
Classes implementing this interface find the correct multi-word expressions
for an
IMarkedSentence object. |
Class and Description |
---|
IAnswerKey
Classes implementing this interface find the correct multi-word expressions
for an
IMarkedSentence object. |
ITestHarness
Classes implementing this interface test an
IMWEDetector by comparing
the multi-word expressions it finds to those found in an IAnswerKey
object. |
TestHarness
Runs an
IMWEDetector over a corpus and compares the
multi-word expressions the detector finds to the multi-word expressions found
in the answer key. |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.