public class ClauseFeatureExtractor extends Object implements FeatureExtractor
Modifier and Type | Field and Description |
---|---|
static ClauseFeatureExtractor |
BERKELEY |
static ClauseFeatureExtractor |
CHARNIAK |
static ClauseFeatureExtractor |
STANFORD |
Constructor and Description |
---|
ClauseFeatureExtractor(String pseudoParseViewName,
String clauseViewName) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
getFeatures(Constituent c) |
String |
getName() |
public static ClauseFeatureExtractor CHARNIAK
public static ClauseFeatureExtractor STANFORD
public static ClauseFeatureExtractor BERKELEY
public Set<Feature> getFeatures(Constituent c) throws EdisonException
getFeatures
in interface FeatureExtractor
EdisonException
public String getName()
getName
in interface FeatureExtractor
Copyright © 2017. All rights reserved.