merging Lexicon with Swadesh

This commit is contained in:
aarne
2006-03-07 18:26:47 +00:00
parent c168b6c489
commit 6c46034c09
35 changed files with 3837 additions and 1947 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
} ;
}