@Deprecated public class TokenTextForSelectedPOSExtractor extends Object implements org.cleartk.classifier.feature.extractor.simple.SimpleNamedFeatureExtractor
| Constructor and Description |
|---|
TokenTextForSelectedPOSExtractor(Collection<String> acceptablePOSTags)
Deprecated.
|
TokenTextForSelectedPOSExtractor(String... acceptablePOSTags)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.cleartk.classifier.Feature> |
extract(org.apache.uima.jcas.JCas view,
org.apache.uima.jcas.tcas.Annotation focusAnnotation)
Deprecated.
|
String |
getFeatureName()
Deprecated.
|
public TokenTextForSelectedPOSExtractor(Collection<String> acceptablePOSTags)
public TokenTextForSelectedPOSExtractor(String... acceptablePOSTags)
public String getFeatureName()
getFeatureName in interface org.cleartk.classifier.feature.extractor.simple.SimpleNamedFeatureExtractorpublic List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas view, org.apache.uima.jcas.tcas.Annotation focusAnnotation) throws org.cleartk.classifier.feature.extractor.CleartkExtractorException
extract in interface org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractororg.cleartk.classifier.feature.extractor.CleartkExtractorExceptionCopyright © 2013. All Rights Reserved.