Package backend.nlp.extractor
Class TopicFeatureExtractor
java.lang.Object
backend.nlp.extractor.TopicFeatureExtractor
- All Implemented Interfaces:
LinguisticFeatureExtractor<ITopicFeature>
public class TopicFeatureExtractor
extends Object
implements LinguisticFeatureExtractor<ITopicFeature>
- 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
-
TopicFeatureExtractor
public TopicFeatureExtractor()
-
-
Method Details
-
extract
Description copied from interface:LinguisticFeatureExtractorExtract linguistic features from a JCas instance.- Specified by:
extractin interfaceLinguisticFeatureExtractor<ITopicFeature>- Parameters:
jcas- The JCas instance containing the linguistic data.- Returns:
- A list of extracted linguistic features of type T.
-