public class Token
extends de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
Token()
Never called.
|
|
Token(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Token(org.apache.uima.jcas.JCas jcas) |
|
Token(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS |
getPos_SZ()
getter for pos_SZ - gets POS from Salzburg MHDBDB
|
de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS |
getPos_UT()
getter for pos_UT - gets POS from Universal Dependency Tagset for German
|
int |
getTypeIndexID() |
void |
setPos_SZ(de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS v)
setter for pos_SZ - sets POS from Salzburg MHDBDB
|
void |
setPos_UT(de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS v)
setter for pos_UT - sets POS from Universal Dependency Tagset for German
|
getLemma, getMorph, getParent, getPos, getStem, setLemma, setMorph, setParent, setPos, setStemgetBegin, getCoveredText, getEnd, getStart, setBegin, setEndaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValueprotected Token()
public Token(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic Token(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic Token(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
jcas - JCas to which this Feature Structure belongsbegin - offset to the begin spot in the SofAend - offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID in class de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Tokenpublic de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS getPos_SZ()
public void setPos_SZ(de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS v)
v - value to set into the featurepublic de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS getPos_UT()
public void setPos_UT(de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS v)
v - value to set into the featureCopyright © 2016. All rights reserved.