org.apache.uima.conceptMapper.support.dictionaryResource
Class DictionaryToken
java.lang.Object
org.apache.uima.conceptMapper.support.dictionaryResource.DictionaryToken
public class DictionaryToken
- extends 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 String getText()
setText
public void setText(String text)
getTokenClass
public String getTokenClass()
setTokenClass
public void setTokenClass(String tokenClass)
getType
public Integer getType()
setType
public void setType(Integer type)
isTokenTypeFeatureDefined
public boolean isTokenTypeFeatureDefined()
setTokenTypeFeatureDefined
public void setTokenTypeFeatureDefined(boolean tokenTypeFeatureDefined)
isTokenClassFeatureDefined
public boolean isTokenClassFeatureDefined()
setTokenClassFeatureDefined
public void setTokenClassFeatureDefined(boolean tokenClassFeatureDefined)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.