|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAnswerKey | |
---|---|
edu.mit.jmwe.detect | Provides MWE detector API, a baseline detector, plus numerous other detector implementations. |
edu.mit.jmwe.harness | Provides testing harness infrastructure |
Uses of IAnswerKey in edu.mit.jmwe.detect |
---|
Constructors in edu.mit.jmwe.detect with parameters of type IAnswerKey | |
---|---|
Perfect(IAnswerKey key)
Constructs a new detector that uses the specified answer key |
Uses of IAnswerKey in edu.mit.jmwe.harness |
---|
Classes in edu.mit.jmwe.harness that implement IAnswerKey | |
---|---|
class |
ConcordanceAnswerKey
Default implementation of the IAnswerKey interface. |
Methods in edu.mit.jmwe.harness with parameters of type IAnswerKey | ||
---|---|---|
|
TestHarness.run(IMWEDetector detector,
IResultBuilder<T,S> result,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
|
|
|
ITestHarness.run(IMWEDetector detector,
IResultBuilder<T,S> results,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
Runs the detector in the test harness and stores the results in the provided result builder. |
|
|
TestHarness.run(Map<IMWEDetector,IResultBuilder<T,S>> detectors,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
|
|
|
ITestHarness.run(Map<IMWEDetector,IResultBuilder<T,S>> detectors,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
Runs the detectors in the test harness and stores the results in the associated result builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |