1
0
forked from GitHub/gf-core

fixed Swadesh for new resource version

This commit is contained in:
aarne
2008-01-03 17:11:32 +00:00
parent 7d9c68c4af
commit 15d8aed389
4 changed files with 7 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ incomplete concrete BronzeageI of Bronzeage = open Lang in {
UsePron p = Lang.UsePron p ;
DetCN d n = Lang.DetCN d n ;
NumCN k cn = Lang.DetCN (DetPl (PlQuant IndefArt) k NoOrd) cn ;
NumCN k cn = Lang.DetCN (DetPl (IndefArt) k NoOrd) cn ;
UseN n = Lang.UseN n ;
ModCN a cn = AdjCN (PositA a) cn ;

View File

@@ -20,8 +20,8 @@ incomplete concrete SwadeshI of Swadesh = open Lang in {
-- Determiners
this_Det = DetSg (SgQuant this_Quant) NoOrd ;
that_Det = DetSg (SgQuant that_Quant) NoOrd ;
this_Det = DetSg (this_Quant) NoOrd ;
that_Det = DetSg (that_Quant) NoOrd ;
many_Det = Lang.many_Det ;
some_Det = someSg_Det ;
---- few_Det = few_Det ;
@@ -42,7 +42,8 @@ incomplete concrete SwadeshI of Swadesh = open Lang in {
in_Prep = Lang.in_Prep ;
with_Prep = Lang.with_Prep ;
-- Numerals
one_Det = Lang.DetSg one_Quant NoOrd ;
one_Det = Lang.DetPl IndefArt
(Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01))))) NoOrd ;
two_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -1,6 +1,7 @@
#LEX=Duodecim
#LEX=Aino
LEX=Omat
#LEX=Omat
LEX=NSSK
all: tests