An enhanced enumerated type used to represent the "subcategory" attribute associated with many part of speech categories. For example, noun subcategories include proper, diminutive, and abbreviation, while pronoun types include demonstrative, personal, possessive, etc.
More...
|
static const
ULPartOfSpeechSubcategory & | None = ULPartOfSpeechSubcategory("nosubcategory", "no subcategory") |
|
static const
ULPartOfSpeechSubcategory & | Any = ULPartOfSpeechSubcategory("anysubcategory", "any subcategory") |
|
static const
ULPartOfSpeechSubcategory & | Proper = ULPartOfSpeechSubcategory("proper", "proper") |
|
static const
ULPartOfSpeechSubcategory & | Diminutive = ULPartOfSpeechSubcategory("diminutive", "diminutive") |
|
static const
ULPartOfSpeechSubcategory & | Abbreviation = ULPartOfSpeechSubcategory("abbreviation", "abbreviation") |
|
static const
ULPartOfSpeechSubcategory & | Acronym = ULPartOfSpeechSubcategory("acronym", "acronym") |
|
static const
ULPartOfSpeechSubcategory & | Doer = ULPartOfSpeechSubcategory("doer", "doer") |
|
static const
ULPartOfSpeechSubcategory & | Personal = ULPartOfSpeechSubcategory("personal", "personal") |
|
static const
ULPartOfSpeechSubcategory & | Demonstrative = ULPartOfSpeechSubcategory("demonstrative", "demonstrative") |
|
static const
ULPartOfSpeechSubcategory & | Interrogative = ULPartOfSpeechSubcategory("interrogative", "interrogative") |
|
static const
ULPartOfSpeechSubcategory & | Relative = ULPartOfSpeechSubcategory("relative", "relative") |
|
static const
ULPartOfSpeechSubcategory & | Reflexive = ULPartOfSpeechSubcategory("reflexive", "reflexive") |
|
static const
ULPartOfSpeechSubcategory & | Reciprocal = ULPartOfSpeechSubcategory("reciprocal", "reciprocal") |
|
static const
ULPartOfSpeechSubcategory & | Indefinite = ULPartOfSpeechSubcategory("indefinite", "indefinite") |
|
static const
ULPartOfSpeechSubcategory & | Definite = ULPartOfSpeechSubcategory("definite", "definite") |
|
static const
ULPartOfSpeechSubcategory & | Subjective = ULPartOfSpeechSubcategory("subjective", "subjective") |
|
static const
ULPartOfSpeechSubcategory & | Objective = ULPartOfSpeechSubcategory("objective", "objective") |
|
static const
ULPartOfSpeechSubcategory & | DirectObject = ULPartOfSpeechSubcategory("directobject", "direct object") |
|
static const
ULPartOfSpeechSubcategory & | IndirectObject = ULPartOfSpeechSubcategory("indirectobject", "indirect object") |
|
static const
ULPartOfSpeechSubcategory & | PrepositionalObject = ULPartOfSpeechSubcategory("prepositionalobject", "prepositional object") |
|
static const
ULPartOfSpeechSubcategory & | ReflexivePrepositionalObject = ULPartOfSpeechSubcategory("reflexiveprepositionalobject", "reflexive prepositional object") |
|
static const
ULPartOfSpeechSubcategory & | Comitative = ULPartOfSpeechSubcategory("comitative", "comitative") |
|
static const
ULPartOfSpeechSubcategory & | Possessive = ULPartOfSpeechSubcategory("possessive", "possessive") |
|
static const
ULPartOfSpeechSubcategory & | PossessiveAdjective = ULPartOfSpeechSubcategory("possessiveadjective", "possessive adjective") |
|
static const
ULPartOfSpeechSubcategory & | DemonstrativeAdjective = ULPartOfSpeechSubcategory("demonstrativeadjective", "demonstrative adjective") |
|
static const
ULPartOfSpeechSubcategory & | Disjunctive = ULPartOfSpeechSubcategory("disjunctive", "disjunctive") |
|
static const
ULPartOfSpeechSubcategory & | Pronominal = ULPartOfSpeechSubcategory("pronominal", "pronominal") |
|
static const
ULPartOfSpeechSubcategory & | PronominalPossible = ULPartOfSpeechSubcategory("pronominalpossible", "pronominalpossible") |
|
static const
ULPartOfSpeechSubcategory & | Existential = ULPartOfSpeechSubcategory("existential", "existential") |
|
static const
ULPartOfSpeechSubcategory & | Proximal = ULPartOfSpeechSubcategory("proximal", "proximal") |
|
static const
ULPartOfSpeechSubcategory & | Distal = ULPartOfSpeechSubcategory("distal", "distal") |
|
static const
ULPartOfSpeechSubcategory & | Comparative = ULPartOfSpeechSubcategory("comparative", "comparative") |
|
static const
ULPartOfSpeechSubcategory & | Superlative = ULPartOfSpeechSubcategory("superlative", "superlative") |
|
static const
ULPartOfSpeechSubcategory & | Proverb = ULPartOfSpeechSubcategory("proverb", "proverb") |
|
static const
ULPartOfSpeechSubcategory & | Exclamation = ULPartOfSpeechSubcategory("exclamation", "exclamation") |
|
static const
ULPartOfSpeechSubcategory & | Phrase = ULPartOfSpeechSubcategory("phrase", "phrase") |
|
static const
ULPartOfSpeechSubcategory & | Question = ULPartOfSpeechSubcategory("question", "question") |
|
static const
ULPartOfSpeechSubcategory & | Cardinal = ULPartOfSpeechSubcategory("cardinal", "cardinal") |
|
static const
ULPartOfSpeechSubcategory & | Ordinal = ULPartOfSpeechSubcategory("ordinal", "ordinal") |
|
static const
ULPartOfSpeechSubcategory & | Coordinating = ULPartOfSpeechSubcategory("coordinating", "coordinating") |
|
static const
ULPartOfSpeechSubcategory & | Subordinating = ULPartOfSpeechSubcategory("subordinating", "subordinating") |
|
static const
ULPartOfSpeechSubcategory & | Prefix = ULPartOfSpeechSubcategory("prefix", "prefix") |
|
static const
ULPartOfSpeechSubcategory & | Suffix = ULPartOfSpeechSubcategory("suffix", "suffix") |
|
static const
ULPartOfSpeechSubcategory & | Infix = ULPartOfSpeechSubcategory("infix", "infix") |
|
static const
ULPartOfSpeechSubcategory & | Circumfix = ULPartOfSpeechSubcategory("circumfix", "circumfix") |
|
static const
ULPartOfSpeechSubcategory & | Interfix = ULPartOfSpeechSubcategory("interfix", "interfix") |
|
static const
ULPartOfSpeechSubcategory & | Partitive = ULPartOfSpeechSubcategory("partitive", "partitive") |
|
static const
ULPartOfSpeechSubcategory & | Negative = ULPartOfSpeechSubcategory("negative", "negative") |
|
static const
ULPartOfSpeechSubcategory & | Modal = ULPartOfSpeechSubcategory("modal", "modal") |
|
static const
ULPartOfSpeechSubcategory & | Auxiliary = ULPartOfSpeechSubcategory("auxiliary", "auxiliary") |
|
static const
ULPartOfSpeechSubcategory & | Irregular = ULPartOfSpeechSubcategory("irregular", "irregular") |
|
static const
ULPartOfSpeechSubcategory & | Defective = ULPartOfSpeechSubcategory("defective", "defective") |
|
static const
ULPartOfSpeechSubcategory & | Impersonal = ULPartOfSpeechSubcategory("impersonal", "impersonal") |
|
static const
ULPartOfSpeechSubcategory & | Deponent = ULPartOfSpeechSubcategory("deponent", "deponent") |
|
static const
ULPartOfSpeechSubcategory & | Contraction = ULPartOfSpeechSubcategory("contraction", "contraction") |
|
static const
ULPartOfSpeechSubcategory & | Strong = ULPartOfSpeechSubcategory("strong", "strong") |
|
static const
ULPartOfSpeechSubcategory & | Weak = ULPartOfSpeechSubcategory("weak", "weak") |
|
static const
ULPartOfSpeechSubcategory & | Mixed = ULPartOfSpeechSubcategory("mixed", "mixed") |
|
An enhanced enumerated type used to represent the "subcategory" attribute associated with many part of speech categories. For example, noun subcategories include proper, diminutive, and abbreviation, while pronoun types include demonstrative, personal, possessive, etc.
See ULEnum for a discussion of enhanced enumerated types in ULAPI.