1
0
forked from GitHub/gf-rgl

fixed numeral agreement and some French verbs

This commit is contained in:
aarne
2005-03-14 09:46:22 +00:00
parent c4727830f5
commit 938bd1667c
18 changed files with 157 additions and 102 deletions

View File

@@ -40,7 +40,7 @@ lincat
-- = CommNoun ** {s2 : Preposition ; c : CaseA} ;
N3 = Function ** {s3 : Preposition ; c3 : CaseA} ;
Prep = {s : Preposition ; c : CaseA} ;
Num = {s : Gender => Str} ;
Num = {s : Gender => Str ; n : Number} ;
A = Adjective ;
-- = {s : AForm => Str ; p : Bool} ;