1
0
forked from GitHub/gf-rgl

merging Lexicon with Swadesh

This commit is contained in:
aarne
2006-03-07 18:26:47 +00:00
parent b905f6b38f
commit f274593fc2
17 changed files with 1740 additions and 108 deletions

View File

@@ -168,6 +168,10 @@ oper
vpAgrNone : VPAgr = VPAgrClit (aagr Masc Sg) ;
oper
mkOrd : {s : Degree => AForm => Str} -> {s : AAgr => Str} ;
mkOrd x = {s = \\ag => x.s ! Posit ! AF ag.g ag.n} ;
param
VPAgr =
VPAgrSubj -- elle est partie, elle s'est vue
@@ -189,5 +193,6 @@ oper
ext : Polarity => Str ; -- que je dors / que je dorme
} ;
}