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