@PipeBitInfo(name="SVM Chain Creator (MiPACQ)", description="Creates Coreferences using a Simple Vector Machine.", dependencies={DOCUMENT_ID,MARKABLE}, products=COREFERENCE_RELATION) public class MipacqSvmChainCreator extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_COREF_MODEL |
static String |
PARAM_FRAGS_FILENAME |
static String |
PARAM_STOPWORDS_FILENAME |
Constructor and Description |
---|
MipacqSvmChainCreator() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.uima.UimaContext uc) |
void |
process(org.apache.uima.jcas.JCas jcas) |
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public static final String PARAM_STOPWORDS_FILENAME
public static final String PARAM_FRAGS_FILENAME
public static final String PARAM_COREF_MODEL
public void initialize(org.apache.uima.UimaContext uc) throws org.apache.uima.resource.ResourceInitializationException
initialize
in interface org.apache.uima.analysis_component.AnalysisComponent
initialize
in class org.apache.uima.fit.component.JCasAnnotator_ImplBase
org.apache.uima.resource.ResourceInitializationException
public void process(org.apache.uima.jcas.JCas jcas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.