| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor.conf.featureset |
| Modifier and Type | Method and Description |
|---|---|
static PosFeature |
PosFeature.relSingleVerb()
Get a feature that fires if any pos tag from posTags is present within a
given single verb relation (false if multiple-token rel)
|
static PosFeature |
PosFeature.rightAfterArg2(String... posTags)
Get a feature that fires if any pos tag from posTags is present at the
index immediately after arg2.
|
static PosFeature |
PosFeature.rightBeforeArg1(String... posTags)
Get a feature that fires if any pos tag from posTags is present at the
index immediately before arg1.
|
static PosFeature |
PosFeature.rightBeforeRel(String... posTags)
Get a feature that fires if any pos tag from posTags is present
immediately before the relation.
|
static PosFeature |
PosFeature.withinArg1(String... posTags)
Get a feature that fires if any pos tag from posTags is present within
Arg 1.
|
static PosFeature |
PosFeature.withinArg2(String... posTags)
Get a feature that fires if any pos tag from posTags is present within
Arg 2.
|
static PosFeature |
PosFeature.withinRel(String... posTags)
Get a feature that fires if any pos tag from posTags is present within
the relation.
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.