Package org.fa.tei.jaxb.facustomization
Enum Class Pc.Pos
- All Implemented Interfaces:
Serializable,Comparable<Pc.Pos>,Constable
- Enclosing class:
- Pc
https://universaldependencies.org/u/pos/index.html
These tags mark the core part-of-speech categories.
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="adj"/>
<enumeration value="adp"/>
<enumeration value="adv"/>
<enumeration value="aux"/>
<enumeration value="cconj"/>
<enumeration value="det"/>
<enumeration value="intj"/>
<enumeration value="noun"/>
<enumeration value="num"/>
<enumeration value="part"/>
<enumeration value="pron"/>
<enumeration value="propn"/>
<enumeration value="punct"/>
<enumeration value="conj"/>
<enumeration value="sconj"/>
<enumeration value="sym"/>
<enumeration value="verb"/>
<enumeration value="x"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdjectives are words that typically modify nouns and specify their properties or attributes.Adposition is a cover term for prepositions and postpositions.Adverbs are words that typically modify verbs for such categories as time, place, direction or manner.An auxiliary is a function word that accompanies the lexical verb of a verb phrase and expresses grammatical distinctions not carried by the lexical verb, such as person, number, tense, mood, aspect, voice or evidentiality.A coordinating conjunction is a word that links words or larger constituents without syntactically subordinating one to the other and expresses a semantic relationship between them.Not in universaldependencies.Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context.An interjection is a word that is used most often as an exclamation or part of an exclamation.Nouns are a part of speech typically denoting a person, place, thing, animal or idea.A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction.Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech.Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context.A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object.Punctuation marks are non-alphabetical characters and character groups used in many languages to delimit linguistic units in printed text.A subordinating conjunction is a conjunction that links constructions by making one of them a constituent of the other.A symbol is a word-like entity that differs from ordinary words by form, function, or both.A verb is a member of the syntactic class of words that typically signal events and actions.The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. -
Method Summary
-
Enum Constant Details
-
adj
Adjectives are words that typically modify nouns and specify their properties or attributes. -
adp
Adposition is a cover term for prepositions and postpositions. -
adv
Adverbs are words that typically modify verbs for such categories as time, place, direction or manner. -
aux
An auxiliary is a function word that accompanies the lexical verb of a verb phrase and expresses grammatical distinctions not carried by the lexical verb, such as person, number, tense, mood, aspect, voice or evidentiality. -
cconj
A coordinating conjunction is a word that links words or larger constituents without syntactically subordinating one to the other and expresses a semantic relationship between them. -
det
Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context. -
intj
An interjection is a word that is used most often as an exclamation or part of an exclamation. -
noun
Nouns are a part of speech typically denoting a person, place, thing, animal or idea. -
num
A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction. -
part
Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech. -
pron
Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context. -
propn
A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object. -
punct
Punctuation marks are non-alphabetical characters and character groups used in many languages to delimit linguistic units in printed text. -
conj
Not in universaldependencies. A conjunction is a conjunction that links constructions, where no assumption about the role of the constructions is made. -
sconj
A subordinating conjunction is a conjunction that links constructions by making one of them a constituent of the other. -
sym
A symbol is a word-like entity that differs from ordinary words by form, function, or both. -
verb
A verb is a member of the syntactic class of words that typically signal events and actions. -
x
The tag X is used for words that for some reason cannot be assigned a real part-of-speech category.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-