Package backend.nlp.extractor
Class TokenFeatureExtractor
java.lang.Object
backend.nlp.extractor.TokenFeatureExtractor
- All Implemented Interfaces:
LinguisticFeatureExtractor<ITokenFeature>
public class TokenFeatureExtractor
extends Object
implements LinguisticFeatureExtractor<ITokenFeature>
- Author:
- Kai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(org.apache.uima.jcas.JCas jcas) Extract linguistic features from a JCas instance.
-
Constructor Details
-
TokenFeatureExtractor
public TokenFeatureExtractor()
-
-
Method Details
-
extract
Description copied from interface:LinguisticFeatureExtractorExtract linguistic features from a JCas instance.- Specified by:
extractin interfaceLinguisticFeatureExtractor<ITokenFeature>- Parameters:
jcas- The JCas instance containing the linguistic data.- Returns:
- A list of extracted linguistic features of type T.
-