edu.washington.cs.knowitall.argumentidentifier
Class ArgSubstructureFeatureGenerator

java.lang.Object
  extended by edu.washington.cs.knowitall.argumentidentifier.ArgSubstructureFeatureGenerator

public class ArgSubstructureFeatureGenerator
extends Object

ArgSubstructureFeatureGenerator creates the features for for Arg1 and right bound for Arg2

Author:
janara

Constructor Summary
ArgSubstructureFeatureGenerator(ArgLearner.Mode mode)
           
 
Method Summary
 String extractCRFFeatures(ChunkedExtraction extr, int argstart, int argend, Boolean train)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgSubstructureFeatureGenerator

public ArgSubstructureFeatureGenerator(ArgLearner.Mode mode)
Method Detail

extractCRFFeatures

public String extractCRFFeatures(ChunkedExtraction extr,
                                 int argstart,
                                 int argend,
                                 Boolean train)


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