Package | Description |
---|---|
edu.mit.jmwe.harness.result |
Provides objects that encapsulate the results of a test harness run
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOverallResult<T extends IToken,S extends IMarkedSentence<T>>
Contains results collected from running a test harness over a group of
IMarkedSentence objects. |
interface |
ISentenceResult<T extends IToken,S extends IMarkedSentence<T>>
Contains results for one
IMarkedSentence object. |
Modifier and Type | Class and Description |
---|---|
class |
MWEResult<T extends IToken,S extends IMarkedSentence<T>>
Default implementation of
IOverallResult interface. |
class |
SentenceResult<T extends IToken,S extends IMarkedSentence<T>>
Default implementation of the
ISentenceResult interface. |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.