| Modifier and Type | Method and Description |
|---|---|
int |
ArgLearnerFeatureSet.arg1Length(ChunkedBinaryExtraction extr) |
boolean |
ArgLearnerFeatureSet.correctArg1End(ChunkedBinaryExtraction extr) |
double |
ArgLearnerFeatureSet.featurize(String featureName,
ChunkedBinaryExtraction extr) |
double |
ConfidenceMetric.getConf(ChunkedBinaryExtraction extr) |
boolean |
ArgLearnerFeatureSet.npBeforeArg2(ChunkedBinaryExtraction extr,
boolean train) |
boolean |
ArgLearnerFeatureSet.ppAfterArg2(ChunkedBinaryExtraction extr) |
boolean |
ArgLearnerFeatureSet.ppBeforeArg1(ChunkedBinaryExtraction extr) |
boolean |
ArgLearnerFeatureSet.predStartsWithNP(ChunkedBinaryExtraction extr) |
boolean |
ArgLearnerFeatureSet.toBeforePred(ChunkedBinaryExtraction extr) |
boolean |
ArgLearnerFeatureSet.toInPred(ChunkedBinaryExtraction extr,
boolean train) |
int |
ArgLearnerFeatureSet.wordsTillEnd(ChunkedBinaryExtraction extr) |
int |
ArgLearnerFeatureSet.wordsTillStart(ChunkedBinaryExtraction extr) |
| Constructor and Description |
|---|
ConfidenceMetric(LogisticRegression<ChunkedBinaryExtraction> logreg) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ChunkedBinaryExtraction> |
RelationFirstNpChunkExtractor.extractCandidates(ChunkedSentence source) |
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). |
| Modifier and Type | Class and Description |
|---|---|
class |
LabeledBinaryExtraction
Extends the
ChunkedBinaryExtraction class to have a binary
label. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.google.common.base.Predicate<ChunkedBinaryExtraction>> |
NestedFeatures.getFeatureMap() |
Map<String,com.google.common.base.Predicate<ChunkedBinaryExtraction>> |
HypotheticalFeatures.getFeatureMap() |
BooleanFeatureSet<ChunkedBinaryExtraction> |
ReVerbFeatures.getFeatureSet() |
com.google.common.base.Predicate<ChunkedBinaryExtraction> |
ReVerbFeatures.relIsOneVerb() |
| Modifier and Type | Method and Description |
|---|---|
double |
ReVerbOpenNlpConfFunction.getConf(ChunkedBinaryExtraction extr) |
double |
ConfidenceFunction.getConf(ChunkedBinaryExtraction extr) |
double |
ReVerbIndependentConfFunction.getConf(ChunkedBinaryExtraction extr) |
| Constructor and Description |
|---|
LabeledBinaryExtraction(ChunkedBinaryExtraction extr,
int label)
Constructs a new LabeledBinaryExtraction with the given label.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractionFeature.apply(ChunkedBinaryExtraction cbe) |
protected abstract edu.washington.cs.knowitall.commonlib.Range |
ChunkFeature.rangeToExamine(ChunkedBinaryExtraction cbe) |
protected abstract edu.washington.cs.knowitall.commonlib.Range |
VerbTokenFeature.rangeToExamine(ChunkedBinaryExtraction cbe) |
protected abstract edu.washington.cs.knowitall.commonlib.Range |
ExtractionFeature.rangeToExamine(ChunkedBinaryExtraction cbe) |
protected abstract edu.washington.cs.knowitall.commonlib.Range |
TokenFeature.rangeToExamine(ChunkedBinaryExtraction cbe) |
protected abstract edu.washington.cs.knowitall.commonlib.Range |
PosFeature.rangeToExamine(ChunkedBinaryExtraction cbe)
Given a ChunkedBinaryExtraction, I need the implementation to tell me at
which indices to test my predicate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChunkedBinaryExtractionWordCountFilter.doFilter(ChunkedBinaryExtraction extraction) |
boolean |
ChunkedBinaryExtractionStringLengthFilter.doFilter(ChunkedBinaryExtraction extraction) |
| 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,
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NormalizedBinaryExtraction
Represents a
ChunkedBinaryExtraction that has normalized versions of
arg1, rel, arg2. |
| Modifier and Type | Method and Description |
|---|---|
NormalizedBinaryExtraction |
BinaryExtractionNormalizer.normalize(ChunkedBinaryExtraction extr)
Normalizes the given extraction
|
| Constructor and Description |
|---|
NormalizedBinaryExtraction(ChunkedBinaryExtraction extr,
NormalizedField arg1Norm,
NormalizedField relNorm,
NormalizedField arg2Norm)
Constructs a new normalized extraction from the given source extraction
and its normalized fields.
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.