public class FollowingWithPadding
extends org.cleartk.ml.feature.extractor.CleartkExtractor.Following
Modifier and Type | Field and Description |
---|---|
int |
dims |
Constructor and Description |
---|
FollowingWithPadding(int end,
int dims) |
Modifier and Type | Method and Description |
---|---|
<SEARCH_T extends org.apache.uima.jcas.tcas.Annotation> |
extract(org.apache.uima.jcas.JCas jCas,
org.apache.uima.jcas.tcas.Annotation focusAnnotation,
org.cleartk.ml.feature.extractor.CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
org.cleartk.ml.feature.extractor.FeatureExtractor1<SEARCH_T> extractor) |
public <SEARCH_T extends org.apache.uima.jcas.tcas.Annotation> List<org.cleartk.ml.Feature> extract(org.apache.uima.jcas.JCas jCas, org.apache.uima.jcas.tcas.Annotation focusAnnotation, org.cleartk.ml.feature.extractor.CleartkExtractor.Bounds bounds, Class<SEARCH_T> annotationClass, org.cleartk.ml.feature.extractor.FeatureExtractor1<SEARCH_T> extractor) throws org.cleartk.ml.feature.extractor.CleartkExtractorException
extract
in interface org.cleartk.ml.feature.extractor.CleartkExtractor.Context
org.cleartk.ml.feature.extractor.CleartkExtractorException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.