public class SyntacticFrame extends Object implements FeatureExtractor
Modifier and Type | Field and Description |
---|---|
static FeatureExtractor |
CHARNIAK |
static FeatureExtractor |
STANFORD |
Constructor and Description |
---|
SyntacticFrame(String parseViewName) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
getFeatures(Constituent c) |
String |
getName() |
public static final FeatureExtractor CHARNIAK
public static final FeatureExtractor STANFORD
public SyntacticFrame(String parseViewName)
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.