Uses of Interface
edu.mit.jmwe.harness.result.IOverallResult

Packages that use IOverallResult
edu.mit.jmwe.harness.result Provides objects that encapsulate the results of a test harness run 
 

Uses of IOverallResult in edu.mit.jmwe.harness.result
 

Classes in edu.mit.jmwe.harness.result that implement IOverallResult
 class MWEResult<T extends IToken,S extends IMarkedSentence<T>>
          Default implementation of IOverallResult interface.
 

Methods in edu.mit.jmwe.harness.result that return IOverallResult
 IOverallResult<T,S> IResultBuilder.createResult()
          Creates a result from the data stored in this builder.
 

Methods in edu.mit.jmwe.harness.result with parameters of type IOverallResult
static String MWEResult.toString(IOverallResult<?,?> result)
          Creates a table displaying the number of answer, found and correct multi-word expressions and the precision, recall and partial credit scores of the detector for each part of speech.
 



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