edu.columbia.cs.utils
Class AlternativeOpenIEFeatures

java.lang.Object
  extended by edu.columbia.cs.utils.AlternativeOpenIEFeatures
All Implemented Interfaces:
java.io.Serializable

public class AlternativeOpenIEFeatures
extends java.lang.Object
implements java.io.Serializable

This class defines the features used by the ReVerb confidence function. A reference to the feature set can be obtained by calling the getFeatureSet() method after constructing an instance of this class.

Author:
afader
See Also:
Serialized Form

Constructor Summary
AlternativeOpenIEFeatures()
           
 
Method Summary
 edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet<edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction> getFeatureSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternativeOpenIEFeatures

public AlternativeOpenIEFeatures()
Method Detail

getFeatureSet

public edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet<edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction> getFeatureSet()
Returns:
the feature set used for the ReVerb confidence function