org.apache.uima.conceptMapper.support.dictionaryResource
Class DictionaryToken
java.lang.Object
org.apache.uima.conceptMapper.support.dictionaryResource.DictionaryToken
public class DictionaryToken
- extends java.lang.Object
Constructor Summary |
DictionaryToken(org.apache.uima.cas.text.AnnotationFS annotation,
org.apache.uima.cas.Feature tokenTypeFeature,
org.apache.uima.cas.Feature tokenClassFeature)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryToken
public DictionaryToken(org.apache.uima.cas.text.AnnotationFS annotation,
org.apache.uima.cas.Feature tokenTypeFeature,
org.apache.uima.cas.Feature tokenClassFeature)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getTokenClass
public java.lang.String getTokenClass()
setTokenClass
public void setTokenClass(java.lang.String tokenClass)
getType
public java.lang.Integer getType()
setType
public void setType(java.lang.Integer type)
isTokenTypeFeatureDefined
public boolean isTokenTypeFeatureDefined()
setTokenTypeFeatureDefined
public void setTokenTypeFeatureDefined(boolean tokenTypeFeatureDefined)
isTokenClassFeatureDefined
public boolean isTokenClassFeatureDefined()
setTokenClassFeatureDefined
public void setTokenClassFeatureDefined(boolean tokenClassFeatureDefined)
Copyright © 2011. All Rights Reserved.