edu.washington.cs.knowitall.extractor.conf
Class ReVerbFeatures

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures

public class ReVerbFeatures
extends java.lang.Object

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

Constructor Summary
ReVerbFeatures()
           
 
Method Summary
 BooleanFeatureSet<ChunkedBinaryExtraction> getFeatureSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReVerbFeatures

public ReVerbFeatures()
Method Detail

getFeatureSet

public BooleanFeatureSet<ChunkedBinaryExtraction> getFeatureSet()
Returns:
the feature set used for the ReVerb confidence function