nl.telin.mymedia.uima.annotator
Class HeppleTaggerAnnotator

java.lang.Object
  extended by JTextAnnotator_ImplBase
      extended by nl.telin.mymedia.uima.annotator.HeppleTaggerAnnotator

public class HeppleTaggerAnnotator
extends JTextAnnotator_ImplBase

This class is a wrapper for HepTag, Mark Hepple's POS tagger.


Field Summary
protected  hepple.postag.POSTagger tagger
           
 
Constructor Summary
HeppleTaggerAnnotator()
           
 
Method Summary
 void destroy()
           
 void initialize(AnnotatorContext context)
           
 void process(JCas jCas, ResultSpecification arg1)
           
 void typeSystemInit(TypeSystem typeSystem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagger

protected hepple.postag.POSTagger tagger
Constructor Detail

HeppleTaggerAnnotator

public HeppleTaggerAnnotator()
Method Detail

initialize

public void initialize(AnnotatorContext context)
                throws AnnotatorInitializationException,
                       AnnotatorConfigurationException
Throws:
AnnotatorInitializationException
AnnotatorConfigurationException

typeSystemInit

public void typeSystemInit(TypeSystem typeSystem)
                    throws AnnotatorInitializationException,
                           AnnotatorConfigurationException
Throws:
AnnotatorInitializationException
AnnotatorConfigurationException

process

public void process(JCas jCas,
                    ResultSpecification arg1)
             throws AnnotatorProcessException
Throws:
AnnotatorProcessException

destroy

public void destroy()