public class TagMask extends Object implements Serializable
Java class for TagMask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TagMask">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SyntacticFunction" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="subject"/>
<enumeration value="verb"/>
<enumeration value="indirect object"/>
<enumeration value="direct object"/>
<enumeration value="subject predicative"/>
<enumeration value="subject predicative"/>
<enumeration value="identifying apposition"/>
<enumeration value="adverbial adjunct"/>
<enumeration value="none"/>
</restriction>
</simpleType>
</element>
<element name="ChunkFunction" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="boundary noun phrase"/>
<enumeration value="boundary noun phrase main"/>
<enumeration value="boundary verb phrase main"/>
<enumeration value="intermediary noun phrase"/>
<enumeration value="intermediary noun phrase main"/>
<enumeration value="intermediary verb phrase"/>
<enumeration value="other"/>
</restriction>
</simpleType>
</element>
<element name="Class" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="noun"/>
<enumeration value="noun adjective"/>
<enumeration value="proper noun"/>
<enumeration value="personal pronoun"/>
<enumeration value="pronoun"/>
<enumeration value="article"/>
<enumeration value="adjective"/>
<enumeration value="adverb"/>
<enumeration value="infinitive verb"/>
<enumeration value="numeral"/>
<enumeration value="subordinating conjunction"/>
<enumeration value="coordinating conjunction"/>
<enumeration value="interjection"/>
<enumeration value="prefix"/>
<enumeration value="preposition"/>
<enumeration value="punctuation mark"/>
<enumeration value="finitive verb"/>
<enumeration value="participle verb"/>
<enumeration value="gerund verb"/>
</restriction>
</simpleType>
</element>
<element name="Gender" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="male"/>
<enumeration value="female"/>
<enumeration value="neutral"/>
</restriction>
</simpleType>
</element>
<element name="Number" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="singular"/>
<enumeration value="plural"/>
<enumeration value="neutral"/>
</restriction>
</simpleType>
</element>
<element name="Case" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="nominative"/>
<enumeration value="accusative"/>
<enumeration value="dative"/>
<enumeration value="prepositive"/>
<enumeration value="accusative-dative"/>
<enumeration value="nominative-prepositive"/>
</restriction>
</simpleType>
</element>
<element name="Person" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="first"/>
<enumeration value="second"/>
<enumeration value="third"/>
<enumeration value="first-third"/>
<enumeration value="none-first-third"/>
</restriction>
</simpleType>
</element>
<element name="Tense" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="present"/>
<enumeration value="preterito imperfeito"/>
<enumeration value="preterito perfeito"/>
<enumeration value="preterito mais-que-perfeito"/>
<enumeration value="future"/>
<enumeration value="conditional"/>
<enumeration value="preterito perfeito-mais-que-perfeito"/>
</restriction>
</simpleType>
</element>
<element name="Mood" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="indicative"/>
<enumeration value="subjunctive"/>
<enumeration value="imperative"/>
</restriction>
</simpleType>
</element>
<element name="Punctuation" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="abs"/>
<enumeration value="nsep"/>
<enumeration value="bin"/>
<enumeration value="rel"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TagMask.Case
Java class for null.
|
static class |
TagMask.ChunkFunction
Java class for null.
|
static class |
TagMask.Class
Java class for null.
|
static class |
TagMask.Gender
Java class for null.
|
static class |
TagMask.Mood
Java class for null.
|
static class |
TagMask.Number
Java class for null.
|
static class |
TagMask.Person
Java class for null.
|
static class |
TagMask.Punctuation
Java class for null.
|
static class |
TagMask.SyntacticFunction
Java class for null.
|
static class |
TagMask.Tense
Java class for null.
|
| Constructor and Description |
|---|
TagMask() |
| Modifier and Type | Method and Description |
|---|---|
TagMask.Case |
getCase()
Gets the value of the case property.
|
TagMask.ChunkFunction |
getChunkFunction()
Gets the value of the chunkFunction property.
|
TagMask.Class |
getClazz()
Gets the value of the clazz property.
|
TagMask.Gender |
getGender()
Gets the value of the gender property.
|
TagMask.Mood |
getMood()
Gets the value of the mood property.
|
TagMask.Number |
getNumber()
Gets the value of the number property.
|
TagMask.Person |
getPerson()
Gets the value of the person property.
|
TagMask.Punctuation |
getPunctuation()
Gets the value of the punctuation property.
|
TagMask.SyntacticFunction |
getSyntacticFunction()
Gets the value of the syntacticFunction property.
|
TagMask.Tense |
getTense()
Gets the value of the tense property.
|
void |
setCase(TagMask.Case value)
Sets the value of the case property.
|
void |
setChunkFunction(TagMask.ChunkFunction value)
Sets the value of the chunkFunction property.
|
void |
setClazz(TagMask.Class value)
Sets the value of the clazz property.
|
void |
setGender(TagMask.Gender value)
Sets the value of the gender property.
|
void |
setMood(TagMask.Mood value)
Sets the value of the mood property.
|
void |
setNumber(TagMask.Number value)
Sets the value of the number property.
|
void |
setPerson(TagMask.Person value)
Sets the value of the person property.
|
void |
setPunctuation(TagMask.Punctuation value)
Sets the value of the punctuation property.
|
void |
setSyntacticFunction(TagMask.SyntacticFunction value)
Sets the value of the syntacticFunction property.
|
void |
setTense(TagMask.Tense value)
Sets the value of the tense property.
|
public TagMask.SyntacticFunction getSyntacticFunction()
TagMask.SyntacticFunctionpublic void setSyntacticFunction(TagMask.SyntacticFunction value)
value - allowed object is
TagMask.SyntacticFunctionpublic TagMask.ChunkFunction getChunkFunction()
TagMask.ChunkFunctionpublic void setChunkFunction(TagMask.ChunkFunction value)
value - allowed object is
TagMask.ChunkFunctionpublic TagMask.Class getClazz()
TagMask.Classpublic void setClazz(TagMask.Class value)
value - allowed object is
TagMask.Classpublic TagMask.Gender getGender()
TagMask.Genderpublic void setGender(TagMask.Gender value)
value - allowed object is
TagMask.Genderpublic TagMask.Number getNumber()
TagMask.Numberpublic void setNumber(TagMask.Number value)
value - allowed object is
TagMask.Numberpublic TagMask.Case getCase()
TagMask.Casepublic void setCase(TagMask.Case value)
value - allowed object is
TagMask.Casepublic TagMask.Person getPerson()
TagMask.Personpublic void setPerson(TagMask.Person value)
value - allowed object is
TagMask.Personpublic TagMask.Tense getTense()
TagMask.Tensepublic void setTense(TagMask.Tense value)
value - allowed object is
TagMask.Tensepublic TagMask.Mood getMood()
TagMask.Moodpublic void setMood(TagMask.Mood value)
value - allowed object is
TagMask.Moodpublic TagMask.Punctuation getPunctuation()
TagMask.Punctuationpublic void setPunctuation(TagMask.Punctuation value)
value - allowed object is
TagMask.PunctuationCopyright © 2012–2017 CoGrOO. All rights reserved.