| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
AdjacentToRelationFilter
A filter that returns only arguments that are adjacent to the relation.
|
class |
ChunkedBinaryExtractionStringLengthFilter
A mapper used to filter binary extractions by number of characters.
|
class |
ChunkedBinaryExtractionWordCountFilter
A mapper used to filter binary extractions by number of words.
|
class |
ConjunctionCommaArgumentFilter
An argument filter that filters out any arguments matching the following patterns:
ARG , REL
ARG and REL
ARG , and REL
|
class |
NormalizedRelationDictionaryFilter
A class used to filter out any relations whose normalized form does not
appear in the given dictionary.
|
class |
PronounArgumentFilter
Used to filter out arguments that are pronouns.
|
class |
ReVerbRelationDictionaryFilter
Filters relations based on how many distinct arg2 values it takes in a large
corpus.
|
class |
SentenceEndFilter
Filters out sentences that do not end with a period, question mark, or
exclamation point, ignoring double quotes, single quotes, and whitespace at
the end.
|
class |
SentenceLengthFilter
A mapper used to filter sentences by number of words.
|
class |
SentenceStartFilter
Filters out sentences that do not start with a capital letter or number (ignoring single quotes, double
quotes, and whitespace).
|
class |
StopListFilter
A mapper that filters out any extractions containing a token or POS tag from a given set.
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.