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

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

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

Methods in edu.washington.cs.knowitall.extractor.conf.featureset that return ChunkFeature
static ChunkFeature ChunkFeature.rightAfterArg2(String... chunkTags)
          Get an expandablePosFeature for tokens right before arg1.
static ChunkFeature ChunkFeature.rightBeforeArg1(String... chunkTags)
          Get an expandablePosFeature for tokens right before arg1.
static ChunkFeature ChunkFeature.withinArg2(String... chunkTags)
          Get an expandablePosFeature for tokens right before arg1.
static ChunkFeature ChunkFeature.withinRel(String... chunkTags)
          Get an expandablePosFeature for tokens right before arg1.
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.