|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use edu.mit.jmwe.harness.result.error | |
---|---|
edu.mit.jmwe.harness.result.error | Provides error detectors to evaluate the results of a test harness run |
Classes in edu.mit.jmwe.harness.result.error used by edu.mit.jmwe.harness.result.error | |
---|---|
AbstractErrorDetector
Abstract base class implementation of the error detector interface that takes care of the ID boilerplate. |
|
AllStopWords
Finds the multi-word expressions the detector failed to identify whose parts are all stop words. |
|
CommonErrorDetector
This error detector looks for several types of common errors made by MWE detectors. |
|
CompositeErrorDetector
Error detectors extending this class are composed of multiple simpler error detectors. |
|
ExtraPOS
Finds the proper noun multi-word expressions that were truncated incorrectly because of a token with a possessive ending tag. |
|
ExtraPrep
Finds the proper noun multi-word expressions that were truncated incorrectly because of a token with a prepositional tag. |
|
IErrorDetector
Error detectors look for errors made by an IMWEDetector by analyzing the ISentenceResult obtained by
running the detector over a marked sentence using a test harness. |
|
InflectionError
Finds the MWEs that do not have the same form as the MWE description they are marked with. |
|
InflectionPatternError
Identifies those multi-word expressions that do not follow the inflection patterns listed in the InflectionRule enum. |
|
InterstitialTokens
Counts and stores the multi-word expressions that have tokens that are separated by one or more tokens in the sentence that are not also a part of the MWE. |
|
OutOfOrder
Finds the proper noun multi-word expressions with one or more parts tagged as something other than a proper noun that the IMWEDetector failed to
identify |
|
PNounLong
Finds the proper noun multi-word expressions detected by the MWE Detector that are longer than they should be. |
|
PNounShort
Finds the proper noun multi-word expressions detected by the MWE detector that are shorter than they should be. |
|
UntaggedPNoun
Finds the proper noun multi-word expressions with one or more parts tagged as something other than a proper noun that the IMWEDetector failed to
identify |
|
VBDVBN
Finds the two-token MWEs that have the tag sequence VBD_VBN. |
|
WrongPOS
Finds the multi-word expressions detected by the IMWEDetector that
have the right tokens but the wrong part of speech. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |