public class SRLFeatureExtractor extends Object implements org.cleartk.ml.feature.extractor.FeatureExtractor1
Constructor and Description |
---|
SRLFeatureExtractor() |
Modifier and Type | Method and Description |
---|---|
List<org.cleartk.ml.Feature> |
extract(org.apache.uima.jcas.JCas jCas,
org.apache.uima.jcas.tcas.Annotation entity) |
static ArrayList<String> |
getEntityFeats(org.apache.uima.jcas.JCas jcas,
IdentifiedAnnotation ent,
Sentence sent) |
public List<org.cleartk.ml.Feature> extract(org.apache.uima.jcas.JCas jCas, org.apache.uima.jcas.tcas.Annotation entity) throws org.cleartk.ml.feature.extractor.CleartkExtractorException
extract
in interface org.cleartk.ml.feature.extractor.FeatureExtractor1
org.cleartk.ml.feature.extractor.CleartkExtractorException
public static ArrayList<String> getEntityFeats(org.apache.uima.jcas.JCas jcas, IdentifiedAnnotation ent, Sentence sent)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.