|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISentenceResult | |
---|---|
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 ISentenceResult in edu.mit.jmwe.harness.result |
---|
Classes in edu.mit.jmwe.harness.result that implement ISentenceResult | |
---|---|
class |
SentenceResult<T extends IToken,S extends IMarkedSentence<T>>
Default implementation of the ISentenceResult interface. |
Fields in edu.mit.jmwe.harness.result with type parameters of type ISentenceResult | |
---|---|
Map<String,ISentenceResult<T,S>> |
MWEResultBuilder.details
|
Methods in edu.mit.jmwe.harness.result that return types with arguments of type ISentenceResult | |
---|---|
Map<String,ISentenceResult<T,S>> |
MWEResult.getDetails()
|
Map<String,ISentenceResult<T,S>> |
IOverallResult.getDetails()
Returns a map that stores the results for a unit under its ID. |
Methods in edu.mit.jmwe.harness.result with parameters of type ISentenceResult | ||
---|---|---|
void |
MWEResultBuilder.addDetail(String ID,
ISentenceResult<T,S> detail)
|
|
void |
IResultBuilder.addDetail(String id,
ISentenceResult<T,S> detail)
Stores the results for a unit under its ID. |
|
static
|
SentenceResult.printTable(StringBuilder sb,
ISentenceResult<T,S> result,
Formatter f)
Prints a table of the correct, false negative and false positive expressions found by the detector in columns. |
|
static
|
SentenceResult.toString(ISentenceResult<T,S> result,
S sentence,
boolean table)
Creates a graphical representation of the multi-word expressions found by the detector for a given sentence. |
|
static
|
SentenceResult.toString(ISentenceResult<T,U> result,
U sentence)
Creates a graphical representation of the multi-word expressions found by the detector for a given sentence. |
Constructor parameters in edu.mit.jmwe.harness.result with type arguments of type ISentenceResult | |
---|---|
MWEResult(Map<MWEPOS,Integer> answer,
Map<MWEPOS,Integer> found,
Map<MWEPOS,Integer> correct,
Map<MWEPOS,Double> partial,
Map<String,ISentenceResult<T,S>> detailed)
Constructs the result from the answer, found and correct data, and the precision, recall and partial credit scores. |
Uses of ISentenceResult in edu.mit.jmwe.harness.result.error |
---|
Methods in edu.mit.jmwe.harness.result.error with parameters of type ISentenceResult | ||
---|---|---|
|
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)
|
|
static
|
DetectorDisagreement.isProblem(IMWE<T> mwe,
ISentenceResult<T,S> result,
IMWEDetector detector)
Determines if the specified MWE is a problem relative to the specified sentence according to this error class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |