Uses of Class
edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature

Packages that use PosFeature
edu.washington.cs.knowitall.extractor.conf.featureset   
 

Uses of PosFeature in edu.washington.cs.knowitall.extractor.conf.featureset
 

Methods in edu.washington.cs.knowitall.extractor.conf.featureset that return PosFeature
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-2012 University of Washington CSE. All Rights Reserved.