See: Description
Interface | Description |
---|---|
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. |
Class | Description |
---|---|
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.
|
DetectorDisagreement |
Counts and stores those MWEs that were not found by the backing detector.
|
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.
|
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.
|
MissingFromIndex |
Finds those MWEs that were not found because they do not appear in the given
index.
|
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. |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.