public class LingPipeNamedEntityRecognizerTrainer
extends org.apache.uima.fit.component.JCasConsumer_ImplBase
Modifier and Type | Field and Description |
---|---|
protected String |
acceptedTagsRegex |
static String |
PARAM_ACCEPTED_TAGS_REGEX
Regex to filter the
named entity by type. |
static String |
PARAM_TARGET_LOCATION
Location to which the output is written.
|
Constructor and Description |
---|
LingPipeNamedEntityRecognizerTrainer() |
Modifier and Type | Method and Description |
---|---|
void |
collectionProcessComplete() |
void |
process(org.apache.uima.jcas.JCas aJCas) |
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public static final String PARAM_TARGET_LOCATION
public static final String PARAM_ACCEPTED_TAGS_REGEX
named entity
by type.protected String acceptedTagsRegex
public LingPipeNamedEntityRecognizerTrainer()
public void process(org.apache.uima.jcas.JCas aJCas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
public void collectionProcessComplete() throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
collectionProcessComplete
in interface org.apache.uima.analysis_component.AnalysisComponent
collectionProcessComplete
in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2007–2019 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.