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

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

public class NestedFeatures
extends Object

Features designed to detect nested extractions.

Author:
Rob

Field Summary
static String[] cogWords
           
static String[] comWords
           
static String[] otherWords
           
 
Constructor Summary
NestedFeatures()
           
 
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
 

Field Detail

comWords

public static final String[] comWords

cogWords

public static final String[] cogWords

otherWords

public static final String[] otherWords
Constructor Detail

NestedFeatures

public NestedFeatures()
Method Detail

getFeatureMap

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


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