nl.telin.mymedia.uima.annotation
Class TreeTaggerAnnotation_Type

java.lang.Object
  extended by Annotation_Type
      extended by nl.telin.mymedia.uima.annotation.TreeTaggerAnnotation_Type

public class TreeTaggerAnnotation_Type
extends Annotation_Type

Updated by JCasGen Thu Feb 12 14:58:02 CET 2009


Field Summary
static boolean featOkTst
           
static int typeIndexID
           
 
Constructor Summary
TreeTaggerAnnotation_Type(JCas jcas, Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
protected  FSGenerator getFSGenerator()
           
 java.lang.String getPOS(int addr)
           
 java.lang.String getStem(int addr)
           
 java.lang.String getToken(int addr)
           
 void setPOS(int addr, java.lang.String v)
           
 void setStem(int addr, java.lang.String v)
           
 void setToken(int addr, java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst
Constructor Detail

TreeTaggerAnnotation_Type

public TreeTaggerAnnotation_Type(JCas jcas,
                                 Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected FSGenerator getFSGenerator()

getToken

public java.lang.String getToken(int addr)

setToken

public void setToken(int addr,
                     java.lang.String v)

getPOS

public java.lang.String getPOS(int addr)

setPOS

public void setPOS(int addr,
                   java.lang.String v)

getStem

public java.lang.String getStem(int addr)

setStem

public void setStem(int addr,
                    java.lang.String v)