edu.washington.cs.knowitall.argumentidentifier
Class ArgLocationClassifier

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

public class ArgLocationClassifier
extends Object

ArgLocationClassifier uses weka to classify the right bound for Arg1 and heuristics (closest word) for Arg2

Author:
janara

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

Constructor Detail

ArgLocationClassifier

public ArgLocationClassifier(ArgLearner.Mode mode)
                      throws IOException
Throws:
IOException
Method Detail

getArgBound

public double[] getArgBound(ChunkedExtraction predicate)


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