more in DocumentationFin

This commit is contained in:
aarne
2013-12-12 20:58:33 +00:00
parent 53397db86a
commit ebe1fac77c
2 changed files with 27 additions and 15 deletions

View File

@@ -10,13 +10,14 @@ cat
Heading ; -- grammatical term used as heading e.g. "Noun" ---- TODO capitalization
Inflection ; -- inflection table
Modifier ; -- e.g. finite, transitive
fun
noun_Category : Category ;
adjective_Category : Category ;
verb_Category : Category ;
adverb_Category : Category ;
number_ParameterType : ParameterType ;
gender_ParameterType : ParameterType ;
case_ParameterType : ParameterType ;
@@ -73,6 +74,9 @@ fun
person2_Parameter : Parameter ;
person3_Parameter : Parameter ;
finite_Modifier : Modifier ;
transitive_Modifier : Modifier ;
nounHeading : N -> Heading ;
InflectionN : N -> Inflection ;
@@ -80,4 +84,8 @@ fun
InflectionV : V -> Inflection ;
InflectionV2 : V2 -> Inflection ;
-- generic lexicon
formGr_N : N ; -- inflectional form
}