1
0
forked from GitHub/gf-core

completed DocumentationFre, also added Cl examples to V's

This commit is contained in:
aarne
2013-12-13 12:50:09 +00:00
parent 4ac0369e1a
commit a1d641ea4a
2 changed files with 37 additions and 20 deletions

View File

@@ -75,6 +75,9 @@ fun
superlative_Parameter : Parameter ;
predicative_Parameter : Parameter ;
subject_Parameter : Parameter ;
object_Parameter : Parameter ;
person1_Parameter : Parameter ;
person2_Parameter : Parameter ;
person3_Parameter : Parameter ;
@@ -88,12 +91,14 @@ fun
InflectionA : A -> Inflection ;
InflectionV : V -> Inflection ;
InflectionV2 : V2 -> Inflection ;
InflectionVV : VV -> Inflection ;
-- generic grammar terms
formGr_N : N ; -- inflectional form
shortGr_A : A ; -- short form of e.g. a Fin infinitive, or short vowel (may have to be split)
longGr_A : A ; -- long form of e.g. a Fin infinitive, or long vowel (may have to be split)
exampleGr_N : N ; -- example of a rule, category, etc
formGr_N : N ; -- inflectional form
shortGr_A : A ; -- short form of e.g. a Fin infinitive, or short vowel (may have to be split)
longGr_A : A ; -- long form of e.g. a Fin infinitive, or long vowel (may have to be split)
}