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

@@ -224,7 +224,7 @@ oper
-- The regular adjectives are based on $regN$ in the positive.
regADeg : (punainen : Str) -> A ;
regA : (punainen : Str) -> A ;
--2 Verbs
@@ -490,13 +490,15 @@ reg3N = \vesi,veden,vesi
in
regAdjective x kivempaa kivinta ** {lock_A = <>} ;
regADeg suuri =
regA suuri =
let suur = regN suuri in
mkADeg
suur
(init (suur.s ! NCase Sg Gen) + "mpi")
(init (suur.s ! NCase Pl Ess)) ;
regADeg = regA ; -- for bw compat
mkV a b c d e f g h i j k l = mkVerb a b c d e f g h i j k l **
{sc = NPCase Nom ; lock_V = <>} ;