edu.washington.cs.knowitall.extractor.conf
Class ReVerbFeatures
java.lang.Object
edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures
public class ReVerbFeatures
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listPattern1
public edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> listPattern1
listPattern2
public edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> listPattern2
ReVerbFeatures
public ReVerbFeatures()
throws ConfidenceFunctionException
- Throws:
ConfidenceFunctionException
getFeatureSet
public BooleanFeatureSet<ChunkedBinaryExtraction> getFeatureSet()
- Returns:
- the feature set used for the ReVerb confidence function
relIsOneVerb
public com.google.common.base.Predicate<ChunkedBinaryExtraction> relIsOneVerb()
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.