org.apache.ctakes.coreference.ae
Class MipacqMarkablePairGenerator

java.lang.Object
  extended by org.apache.uima.analysis_component.AnalysisComponent_ImplBase
      extended by org.apache.uima.analysis_component.Annotator_ImplBase
          extended by org.apache.uima.analysis_component.JCasAnnotator_ImplBase
              extended by org.apache.ctakes.coreference.ae.MipacqMarkablePairGenerator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class MipacqMarkablePairGenerator
extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase


Field Summary
(package private)  int numVecs
           
(package private)  java.util.HashSet<java.lang.String> stopwords
           
 
Constructor Summary
MipacqMarkablePairGenerator()
           
 
Method Summary
 void initialize(org.apache.uima.UimaContext uc)
           
 void process(org.apache.uima.jcas.JCas jcas)
           
 
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process
 
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
 
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopwords

java.util.HashSet<java.lang.String> stopwords

numVecs

int numVecs
Constructor Detail

MipacqMarkablePairGenerator

public MipacqMarkablePairGenerator()
Method Detail

initialize

public void initialize(org.apache.uima.UimaContext uc)
                throws org.apache.uima.resource.ResourceInitializationException
Specified by:
initialize in interface org.apache.uima.analysis_component.AnalysisComponent
Overrides:
initialize in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Throws:
org.apache.uima.resource.ResourceInitializationException

process

public void process(org.apache.uima.jcas.JCas jcas)
             throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Specified by:
process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException