Package | Description |
---|---|
edu.mit.jmwe.harness.result |
Provides objects that encapsulate the results of a test harness run
|
Modifier and Type | Class and Description |
---|---|
class |
MWEResult<T extends IToken,S extends IMarkedSentence<T>>
Default implementation of
IOverallResult interface. |
Modifier and Type | Method and Description |
---|---|
IOverallResult<T,S> |
IResultBuilder.createResult()
Creates a result from the data stored in this builder.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.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.