|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IErrorResult | |
---|---|
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 |
Uses of IErrorResult in edu.mit.jmwe.harness.result |
---|
Classes in edu.mit.jmwe.harness.result that implement IErrorResult | |
---|---|
class |
ErrorResult<T extends IToken>
Default implementation of IErrorResult interface. |
Methods in edu.mit.jmwe.harness.result that return IErrorResult | |
---|---|
IErrorResult<T> |
ErrorResult.ErrorResultBuilder.create()
Creates a new error result, or throws an exception if it cannot create a valid result. |
Methods in edu.mit.jmwe.harness.result with parameters of type IErrorResult | ||
---|---|---|
void |
ErrorResult.ErrorResultBuilder.addDetail(IErrorResult<T> result)
Adds the specified error detail to this builder |
|
static
|
ErrorResult.toString(IErrorResult<T> result)
Creates a table displaying the number of instances of each error class. |
Uses of IErrorResult in edu.mit.jmwe.harness.result.error |
---|
Methods in edu.mit.jmwe.harness.result.error that return IErrorResult | ||
---|---|---|
|
VBDVBN.detect(ISentenceResult<T,S> result)
|
|
|
UntaggedPNoun.detect(ISentenceResult<T,S> result)
|
|
|
MissingFromIndex.detect(ISentenceResult<T,S> result)
|
|
|
InflectionPatternError.detect(ISentenceResult<T,S> result)
|
|
|
InflectionError.detect(ISentenceResult<T,S> result)
|
|
|
IErrorDetector.detect(ISentenceResult<T,S> result)
Identifies the multi-word expressions in a unit result that fall under the specific error class this detector identifies. |
|
|
ExtraPrep.detect(ISentenceResult<T,S> result)
|
|
|
ExtraPOS.detect(ISentenceResult<T,S> result)
|
|
|
DetectorDisagreement.detect(ISentenceResult<T,S> result)
|
|
|
CompositeErrorDetector.detect(ISentenceResult<T,S> result)
|
|
|
AllStopWords.detect(ISentenceResult<T,S> result)
|
|
|
WrongPOS.detect(ISentenceResult<T,U> result)
|
|
|
PNounShort.detect(ISentenceResult<T,U> result)
|
|
|
PNounLong.detect(ISentenceResult<T,U> result)
|
|
|
OutOfOrder.detect(ISentenceResult<T,U> result)
|
|
|
InterstitialTokens.detect(ISentenceResult<T,U> result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |