org.cleartk.token.pos
Interface POSFeatureExtractor<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,SENTENCE_TYPE extends org.apache.uima.jcas.tcas.Annotation>
- All Known Implementing Classes:
- DefaultFeatureExtractor
public interface POSFeatureExtractor<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,SENTENCE_TYPE extends org.apache.uima.jcas.tcas.Annotation>
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
Implementations of this interface may also want to implement Initializable
- Author:
- Philip Ogren
extractFeatures
List<org.cleartk.classifier.Feature> extractFeatures(org.apache.uima.jcas.JCas jCas,
TOKEN_TYPE token,
SENTENCE_TYPE sentence)
throws org.cleartk.classifier.feature.extractor.CleartkExtractorException
- Throws:
org.cleartk.classifier.feature.extractor.CleartkExtractorException
Copyright © 2012. All Rights Reserved.