| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ChunkedArgumentExtraction> |
ArgLearner.extractCandidates(ChunkedExtraction predicate) |
| Modifier and Type | Method and Description |
|---|---|
DoubleFeatures |
Arg1LocationFeatureGenerator.extractFeatures(ChunkedExtraction extr,
ChunkedArgumentExtraction arg1,
int current,
boolean train) |
| Modifier and Type | Field and Description |
|---|---|
protected Extractor<ChunkedExtraction,ChunkedArgumentExtraction> |
RelationFirstNpChunkExtractor.arg1Extr |
protected Extractor<ChunkedExtraction,ChunkedArgumentExtraction> |
RelationFirstNpChunkExtractor.arg2Extr |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ChunkedArgumentExtraction> |
ChunkedArgumentExtractor.extractCandidates(ChunkedExtraction rel) |
Extractor<ChunkedExtraction,ChunkedArgumentExtraction> |
RelationFirstNpChunkExtractor.getArgument1Extractor() |
Extractor<ChunkedExtraction,ChunkedArgumentExtraction> |
RelationFirstNpChunkExtractor.getArgument2Extractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationFirstNpChunkExtractor.setArgument1Extractor(Extractor<ChunkedExtraction,ChunkedArgumentExtraction> arg1Extr)
Sets the argument1 extractor.
|
void |
RelationFirstNpChunkExtractor.setArgument2Extractor(Extractor<ChunkedExtraction,ChunkedArgumentExtraction> arg2Extr)
Sets the argument2 extractor.
|
| Constructor and Description |
|---|
LabeledBinaryExtraction(ChunkedExtraction relation,
ChunkedArgumentExtraction argument1,
ChunkedArgumentExtraction argument2,
int label)
Constructs a new LabeledBinaryExtraction with the given label
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConjunctionCommaArgumentFilter.doFilter(ChunkedArgumentExtraction arg) |
boolean |
PronounArgumentFilter.doFilter(ChunkedArgumentExtraction arg) |
boolean |
AdjacentToRelationFilter.doFilter(ChunkedArgumentExtraction arg)
Returns
true if the given argument is adjacent to its relation. |
Integer |
ClosestArgumentMapper.doValueMap(ChunkedArgumentExtraction arg) |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArgumentExtraction |
ChunkedBinaryExtraction.getArgument1() |
ChunkedArgumentExtraction |
ChunkedBinaryExtraction.getArgument2() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ChunkedBinaryExtraction> |
ChunkedBinaryExtraction.productOfArgs(ChunkedExtraction rel,
Iterable<? extends ChunkedArgumentExtraction> arg1s,
Iterable<? extends ChunkedArgumentExtraction> arg2s)
Given a collection of arg1s, a collection of arg2s, and a relation,
returns all (arg1, rel, arg2) extractions, where arg1 and arg2 range over
the given collections.
|
static Collection<ChunkedBinaryExtraction> |
ChunkedBinaryExtraction.productOfArgs(ChunkedExtraction rel,
Iterable<? extends ChunkedArgumentExtraction> arg1s,
Iterable<? extends ChunkedArgumentExtraction> arg2s)
Given a collection of arg1s, a collection of arg2s, and a relation,
returns all (arg1, rel, arg2) extractions, where arg1 and arg2 range over
the given collections.
|
static Collection<ChunkedBinaryExtraction> |
ChunkedBinaryExtraction.productOfArgs(ChunkedExtraction rel,
Iterable<? extends ChunkedArgumentExtraction> arg1s,
Iterable<? extends ChunkedArgumentExtraction> arg2s,
boolean allowUnaryRelations)
Given a collection of arg1s, a collection of arg2s, and a relation,
returns all (arg1, rel, arg2) extractions, where arg1 and arg2 range over
the given collections.
|
static Collection<ChunkedBinaryExtraction> |
ChunkedBinaryExtraction.productOfArgs(ChunkedExtraction rel,
Iterable<? extends ChunkedArgumentExtraction> arg1s,
Iterable<? extends ChunkedArgumentExtraction> arg2s,
boolean allowUnaryRelations)
Given a collection of arg1s, a collection of arg2s, and a relation,
returns all (arg1, rel, arg2) extractions, where arg1 and arg2 range over
the given collections.
|
| Constructor and Description |
|---|
ChunkedBinaryExtraction(ChunkedExtraction rel,
ChunkedArgumentExtraction arg1,
ChunkedArgumentExtraction arg2)
Constructs a new instance using the given relation and arguments.
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.