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