Package | Description |
---|---|
edu.mit.jmwe.harness |
Provides testing harness infrastructure
|
edu.mit.jmwe.harness.result |
Provides objects that encapsulate the results of a test harness run
|
edu.mit.jmwe.harness.result.error |
Provides error detectors to evaluate the results of a test harness run
|
Class and Description |
---|
IResultBuilder
Classes implementing this interface build an
IOverallResult object. |
Class and Description |
---|
IBaseResult
Results store, at a minimum, f-measure, precision, and recall scores and the
values used to calculate them.
|
IErrorResult
Stores MWEs under the type of error they make.
|
IOverallResult
Contains results collected from running a test harness over a group of
IMarkedSentence objects. |
IResultBuilder
Classes implementing this interface build an
IOverallResult object. |
ISentenceResult
Contains results for one
IMarkedSentence object. |
MWEResult
Default implementation of
IOverallResult interface. |
MWEResultBuilder
Builds an
MWEResult by processing the data in ISentenceResult
objects. |
Class and Description |
---|
IErrorResult
Stores MWEs under the type of error they make.
|
ISentenceResult
Contains results for one
IMarkedSentence object. |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.