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

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

public class HypotheticalFeatures
extends Object

Features designed to detect sentences expressing a hypothesis or belief and not a fact.

Author:
Rob

Constructor Summary
HypotheticalFeatures()
           
 
Method Summary
 Map<String,com.google.common.base.Predicate<ChunkedBinaryExtraction>> getFeatureMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HypotheticalFeatures

public HypotheticalFeatures()
Method Detail

getFeatureMap

public Map<String,com.google.common.base.Predicate<ChunkedBinaryExtraction>> getFeatureMap()


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