| Package | Description |
|---|---|
| edu.washington.cs.knowitall.argumentidentifier | |
| edu.washington.cs.knowitall.extractor | |
| edu.washington.cs.knowitall.nlp | |
| edu.washington.cs.knowitall.util |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ChunkedArgumentExtraction> |
ArgLearner.extractCandidates(ChunkedExtraction predicate) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
Extractor.extract(S source) |
protected Collection<SpanExtraction> |
RegexGroupExtractor.extractCandidates(ChunkedSentence sent) |
Collection<ChunkedExtraction> |
RegexExtractor.extractCandidates(ChunkedSentence sentence) |
protected Collection<ChunkedBinaryExtraction> |
RelationFirstNpChunkExtractor.extractCandidates(ChunkedSentence source) |
protected Collection<T> |
ExtractorComposition.extractCandidates(R r) |
protected Collection<T> |
ExtractorUnion.extractCandidates(S source)
Returns the results from each extractor.
|
protected abstract Iterable<T> |
Extractor.extractCandidates(S source)
Extracts candidate extractions from the given source object.
|
Iterable<ChunkedBinaryExtraction> |
ReVerbRelationExtractor.extractFromHtml(String html)
Extracts from the given html using the default sentence reader returned
by
DefaultObjects#.getDefaultSentenceReaderHtml(java.io.Reader). |
Iterable<ChunkedBinaryExtraction> |
ReVerbRelationExtractor.extractFromString(String text)
Extracts from the given text using the default sentence reader returned
by
DefaultObjects.getDefaultSentenceReader(java.io.Reader). |
protected void |
ReVerbRelationExtractor.initializeRelationExtractor()
Wrapper for default initialization of the reverb relation extractor.
|
protected void |
ReVerbRelationExtractor.initializeRelationExtractor(int minFreq,
boolean useLexSynConstraints,
boolean mergeOverlapRels,
boolean allowUnary)
Initialize relation extractor.
|
| Constructor and Description |
|---|
ReVerbRelationExtractor()
Constructs a new extractor using the default relation pattern,
relation mappers, and argument mappers.
|
ReVerbRelationExtractor(int minFreq,
boolean useLexSynConstraints,
boolean mergeOverlapRels,
boolean allowUnary)
Constructs a new extractor using the default relation pattern,
relation mappers, and argument mappers.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkedDocument |
ChunkedDocumentReader.readDocument(File file)
Reads a document from the given file, using
File.getAbsolutePath() as the id of the document. |
ChunkedDocument |
ChunkedDocumentReader.readDocument(InputStream input,
String id)
Reads a document from the input, assigning it the given id
|
ChunkedDocument |
ChunkedDocumentReader.readDocument(String docStr,
String id)
Reads a document from the given string, assigning it the given id
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommandLineReVerb.main(String[] args) |
void |
CommandLineReVerb.runExtractor() |
| Constructor and Description |
|---|
CommandLineReVerb(org.apache.commons.cli.CommandLine params) |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.