edu.washington.cs.knowitall.argumentidentifier
Class ArgSubstructureClassifier

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

public class ArgSubstructureClassifier
extends Object

ArgSubstructureClassifier uses a CRF to classify the left bound for Arg1 and right bound for Arg2

Author:
janara

Constructor Summary
ArgSubstructureClassifier(ArgLearner.Mode mode, ArgSubstructureFeatureGenerator featuregenerator)
           
 
Method Summary
 double[] getArgBound(ChunkedExtraction predicate, int other_bound)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgSubstructureClassifier

public ArgSubstructureClassifier(ArgLearner.Mode mode,
                                 ArgSubstructureFeatureGenerator featuregenerator)
Method Detail

getArgBound

public double[] getArgBound(ChunkedExtraction predicate,
                            int other_bound)


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