Interface | 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. |
Class | Description |
---|---|
ConcordanceAnswerKey |
Default implementation of the
IAnswerKey interface. |
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.