public class MorphologicalFeatures
extends org.apache.uima.jcas.tcas.Annotation
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
MorphologicalFeatures()
Never called.
|
|
MorphologicalFeatures(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
MorphologicalFeatures(org.apache.uima.jcas.JCas jcas) |
|
MorphologicalFeatures(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
String |
getAnimacy()
getter for animacy - gets
|
String |
getAspect()
getter for aspect - gets Verbs: perfective, imperfective
|
String |
getCase()
getter for case - gets Nouns: nominative, genetiv, dative, ...
|
String |
getDefiniteness()
getter for definiteness - gets Definite or indefinite
|
String |
getDegree()
getter for degree - gets Adjectives: comparative/Superlative
|
String |
getGender()
getter for gender - gets
|
String |
getMood()
getter for mood - gets Verbs: indicative, imperative, subjunctive
|
String |
getNegative()
getter for negative - gets
|
String |
getNumber()
getter for number - gets Singular/plural
|
String |
getNumType()
getter for numType - gets
|
String |
getPerson()
getter for person - gets Verbs: 1st, 2nd, 3rd person
|
String |
getPossessive()
getter for possessive - gets
|
String |
getPronType()
getter for pronType - gets
|
String |
getReflex()
getter for reflex - gets
|
String |
getTense()
getter for tense - gets Verbs: past tense, present tense, future tense, etc.
|
String |
getTransitivity()
Deprecated.
|
int |
getTypeIndexID() |
String |
getValue()
getter for value - gets The original morphological analysis results as produced by a tool or as recorded in a corpus (if available).
|
String |
getVerbForm()
getter for verbForm - gets
|
String |
getVoice()
getter for voice - gets Verbs: active/passive
|
void |
setAnimacy(String v)
setter for animacy - sets
|
void |
setAspect(String v)
setter for aspect - sets Verbs: perfective, imperfective
|
void |
setCase(String v)
setter for case - sets Nouns: nominative, genetiv, dative, ...
|
void |
setDefiniteness(String v)
setter for definiteness - sets Definite or indefinite
|
void |
setDegree(String v)
setter for degree - sets Adjectives: comparative/Superlative
|
void |
setGender(String v)
setter for gender - sets
|
void |
setMood(String v)
setter for mood - sets Verbs: indicative, imperative, subjunctive
|
void |
setNegative(String v)
setter for negative - sets
|
void |
setNumber(String v)
setter for number - sets Singular/plural
|
void |
setNumType(String v)
setter for numType - sets
|
void |
setPerson(String v)
setter for person - sets Verbs: 1st, 2nd, 3rd person
|
void |
setPossessive(String v)
setter for possessive - sets
|
void |
setPronType(String v)
setter for pronType - sets
|
void |
setReflex(String v)
setter for reflex - sets
|
void |
setTense(String v)
setter for tense - sets Verbs: past tense, present tense, future tense, etc.
|
void |
setTransitivity(String v)
Deprecated.
|
void |
setValue(String v)
setter for value - sets The original morphological analysis results as produced by a tool or as recorded in a corpus (if available).
|
void |
setVerbForm(String v)
setter for verbForm - sets
|
void |
setVoice(String v)
setter for voice - sets Verbs: active/passive
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, getavoidcollisionTypeCode, 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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
protected MorphologicalFeatures()
public MorphologicalFeatures(int addr, org.apache.uima.jcas.cas.TOP_Type type)
addr
- low level Feature Structure referencetype
- the type of this Feature Structurepublic MorphologicalFeatures(org.apache.uima.jcas.JCas jcas)
jcas
- JCas to which this Feature Structure belongspublic MorphologicalFeatures(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 org.apache.uima.jcas.tcas.Annotation
public String getGender()
public void setGender(String v)
v
- value to set into the featurepublic String getNumber()
public void setNumber(String v)
v
- value to set into the featurepublic String getCase()
public void setCase(String v)
v
- value to set into the featurepublic String getDegree()
public void setDegree(String v)
v
- value to set into the featurepublic String getVerbForm()
public void setVerbForm(String v)
v
- value to set into the featurepublic String getTense()
public void setTense(String v)
v
- value to set into the featurepublic String getMood()
public void setMood(String v)
v
- value to set into the featurepublic String getVoice()
public void setVoice(String v)
v
- value to set into the featurepublic String getDefiniteness()
public void setDefiniteness(String v)
v
- value to set into the featurepublic String getValue()
public void setValue(String v)
v
- value to set into the featurepublic String getPerson()
public void setPerson(String v)
v
- value to set into the featurepublic String getAspect()
public void setAspect(String v)
v
- value to set into the featurepublic String getAnimacy()
public void setAnimacy(String v)
v
- value to set into the featurepublic String getNegative()
public void setNegative(String v)
v
- value to set into the featurepublic String getNumType()
public void setNumType(String v)
v
- value to set into the featurepublic String getPossessive()
public void setPossessive(String v)
v
- value to set into the featurepublic String getPronType()
public void setPronType(String v)
v
- value to set into the featurepublic String getReflex()
public void setReflex(String v)
v
- value to set into the featurepublic String getTransitivity()
public void setTransitivity(String v)
v
- value to set into the featureCopyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.