public class NamingExtractor1<T extends Annotation> extends Object implements FeatureExtractor1<T>
| Constructor and Description |
|---|
NamingExtractor1(String name,
FeatureExtractor1<T> subExtractor)
Prepends the name of the features produced by subExtractor with the passed in name.
|
public NamingExtractor1(String name, FeatureExtractor1<T> subExtractor)
CombinedExtractor1name - The name to prepend to extracted feature namessubExtractor - delegated extractorpublic List<Feature> extract(JCas view, T focusAnnotation) throws CleartkExtractorException
FeatureExtractor1extract in interface FeatureExtractor1<T extends Annotation>view - the current view of the document.focusAnnotation - the annotation for which to collect features.CleartkExtractorExceptionCopyright © 2014. All rights reserved.