Uses of Interface
edu.mit.jmwe.harness.IAnswerKey

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
<T extends IToken,S extends IMarkedSentence<T>>
void
TestHarness.run(IMWEDetector detector, IResultBuilder<T,S> result, Iterator<S> itr, IAnswerKey answers, IProgressBar pb)
           
<T extends IToken,S extends IMarkedSentence<T>>
void
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.
<T extends IToken,S extends IMarkedSentence<T>>
void
TestHarness.run(Map<IMWEDetector,IResultBuilder<T,S>> detectors, Iterator<S> itr, IAnswerKey answers, IProgressBar pb)
           
<T extends IToken,S extends IMarkedSentence<T>>
void
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.
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.