Python LMF library
 All Classes Namespaces Files Functions Variables
Variables
pylmflib.pylmflib.common.range Namespace Reference

Variables

tuple partOfSpeech_range
 Possible values allowed for LMF part of speech LexicalEntry attribute. More...
 
tuple type_variant_range
 Possible values allowed for LMF variant type FormRepresentation attribute. More...
 
tuple noteType_range
 Possible values allowed for LMF note type Statement attribute. More...
 
tuple grammaticalNumber_range
 Possible values allowed for LMF grammatical number WordForm attribute. More...
 
tuple grammaticalGender_range
 Possible values allowed for LMF grammatical gender WordForm attribute. More...
 
tuple person_range
 Possible values allowed for LMF grammatical person WordForm attribute. More...
 
tuple anymacy_range
 Possible values allowed for LMF anymacy WordForm attribute. More...
 
tuple clusivity_range
 Possible values allowed for LMF clusivity WordForm attribute. More...
 
tuple tense_range
 Possible values allowed for LMF grammatical tense WordForm attribute. More...
 
tuple voice_range
 Possible values allowed for LMF voice WordForm attribute. More...
 
tuple verbFormMood_range
 Possible values allowed for LMF verb form mood WordForm attribute. More...
 
tuple degree_range
 Possible values allowed for LMF degree WordForm attribute. More...
 
tuple semanticRelation_range
 Possible values allowed for semantic relation RelatedForm attribute. More...
 
tuple paradigmLabel_range
 Possible values allowed for paradigm label Paradigm attribute. More...
 
tuple type_example_range
 Possible values allowed for example type Context attribute. More...
 
tuple mediaType_range
 Possible values allowed for media type Material attribute. More...
 
tuple quality_range
 Possible values allowed for quality Audio attribute. More...
 

Variable Documentation

tuple pylmflib.pylmflib.common.range.anymacy_range
Initial value:
1 = set([
2  "animate",
3  "inanimate",
4  "other anymacy"
5 ])

Possible values allowed for LMF anymacy WordForm attribute.

Definition at line 113 of file range.py.

tuple pylmflib.pylmflib.common.range.clusivity_range
Initial value:
1 = set([
2  "inclusive",
3  "exclusive"
4 ])

Possible values allowed for LMF clusivity WordForm attribute.

Definition at line 120 of file range.py.

tuple pylmflib.pylmflib.common.range.degree_range
Initial value:
1 = set([
2  "comparative degree",
3  "positive degree",
4  "superlative degree"
5 ])

Possible values allowed for LMF degree WordForm attribute.

Definition at line 155 of file range.py.

tuple pylmflib.pylmflib.common.range.grammaticalGender_range
Initial value:
1 = set([
2  "common gender",
3  "feminine",
4  "masculine",
5  "neuter"
6 ])

Possible values allowed for LMF grammatical gender WordForm attribute.

Definition at line 98 of file range.py.

tuple pylmflib.pylmflib.common.range.grammaticalNumber_range
Initial value:
1 = set([
2  "collective",
3  "dual",
4  "paucal",
5  "plural",
6  "quadrial",
7  "singular",
8  "trial"
9 ])

Possible values allowed for LMF grammatical number WordForm attribute.

Definition at line 87 of file range.py.

tuple pylmflib.pylmflib.common.range.mediaType_range
Initial value:
1 = set([
2  "unspecified",
3  "unknown",
4  "audio",
5  "video",
6  "document",
7  "text",
8  "image",
9  "drawing"
10 ])

Possible values allowed for media type Material attribute.

Definition at line 198 of file range.py.

tuple pylmflib.pylmflib.common.range.noteType_range
Initial value:
1 = set([
2  "comparison",
3  "history",
4  "semantics",
5  "tone",
6  "derivation",
7  "case",
8  "subord",
9  "usage",
10  "comment",
11  "legend",
12  "restriction",
13  "encyclopedic",
14  "anthropology",
15  "discourse",
16  "grammar",
17  "phonology",
18  "question",
19  "sociolinguistics",
20  "general"
21 ])

Possible values allowed for LMF note type Statement attribute.

Definition at line 64 of file range.py.

tuple pylmflib.pylmflib.common.range.paradigmLabel_range
Initial value:
1 = set([
2  "lexicalized affix",
3  "conjugation class",
4  "past stem",
5  "comitative", "COM",
6  "construction",
7  "directional",
8  "irregularity",
9  "classifier"
10 ])

Possible values allowed for paradigm label Paradigm attribute.

Definition at line 178 of file range.py.

tuple pylmflib.pylmflib.common.range.partOfSpeech_range

Possible values allowed for LMF part of speech LexicalEntry attribute.

Definition at line 7 of file range.py.

tuple pylmflib.pylmflib.common.range.person_range
Initial value:
1 = set([
2  "first person",
3  "second person",
4  "third person"
5 ])

Possible values allowed for LMF grammatical person WordForm attribute.

Definition at line 106 of file range.py.

tuple pylmflib.pylmflib.common.range.quality_range
Initial value:
1 = set([
2  "very low",
3  "low",
4  "normal",
5  "good",
6  "very good" # high
7 ])

Possible values allowed for quality Audio attribute.

Definition at line 210 of file range.py.

tuple pylmflib.pylmflib.common.range.semanticRelation_range
Initial value:
1 = set([
2  "synonym",
3  "antonym",
4  "homonym",
5  "etymology",
6  "subentry",
7  "main entry",
8  "simple link",
9  "complex predicate",
10  "derived form",
11  "root",
12  "stem",
13  "collocation"
14 ])

Possible values allowed for semantic relation RelatedForm attribute.

Definition at line 162 of file range.py.

tuple pylmflib.pylmflib.common.range.tense_range
Initial value:
1 = set([
2  "future",
3  "imperfect",
4  "past",
5  "present"
6 ])

Possible values allowed for LMF grammatical tense WordForm attribute.

Definition at line 126 of file range.py.

tuple pylmflib.pylmflib.common.range.type_example_range
Initial value:
1 = set([
2  "proverb",
3  "locution",
4  "example",
5  "combination"
6 ])

Possible values allowed for example type Context attribute.

Definition at line 190 of file range.py.

tuple pylmflib.pylmflib.common.range.type_variant_range
Initial value:
1 = set([
2  "unspecified",
3  "orthography",
4  "phonetics",
5  "archaic"
6 ])

Possible values allowed for LMF variant type FormRepresentation attribute.

Definition at line 56 of file range.py.

tuple pylmflib.pylmflib.common.range.verbFormMood_range
Initial value:
1 = set([
2  "gerundive",
3  "imperative",
4  "indicative",
5  "infinitive",
6  "participle",
7  "subjunctive",
8  "conditional",
9  "relative mood",
10  "prohibitive mood",
11  "debitive mood"
12 ])

Possible values allowed for LMF verb form mood WordForm attribute.

Definition at line 141 of file range.py.

tuple pylmflib.pylmflib.common.range.voice_range
Initial value:
1 = set([
2  "active voice",
3  "middle voice",
4  "passive voice"
5 ])

Possible values allowed for LMF voice WordForm attribute.

Definition at line 134 of file range.py.