| Class and Description |
|---|
| Extractor
An abstract class that defines the basic behavior of an extractor.
|
| ExtractorException
An exception class for errors related to
Extractor. |
| Class and Description |
|---|
| ChunkedArgumentExtractor.Mode
Controls the mode of an
NpChunkArgumentExtractor: the LEFT mode makes the
extractor return noun phrase arguments to the left of the relation in the sentence, and the RIGHT
mode makes the extractor return noun phrase arguments to the right of the relation in the sentence. |
| Extractor
An abstract class that defines the basic behavior of an extractor.
|
| ExtractorException
An exception class for errors related to
Extractor. |
| RelationFirstNpChunkExtractor
Extracts
ChunkedBinaryExtraction objects by first extracting
relations, and then for each relation, extracting a pair of arguments. |
| ReVerbRelationExtractor |
| SentenceExtractor
An
Extractor object that extracts String sentences from a
String. |
| Class and Description |
|---|
| ExtractorException
An exception class for errors related to
Extractor. |
| SentenceExtractor
An
Extractor object that extracts String sentences from a
String. |
| Class and Description |
|---|
| ExtractorException
An exception class for errors related to
Extractor. |
| HtmlSentenceExtractor
An
Extractor class for extracting NpChunkedSentence objects from a
String containing HTML. |
| SentenceExtractor
An
Extractor object that extracts String sentences from a
String. |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.