forked from GitHub/gf-core
fixed Swadesh for new resource version
This commit is contained in:
@@ -30,7 +30,7 @@ incomplete concrete BronzeageI of Bronzeage = open Lang in {
|
|||||||
|
|
||||||
UsePron p = Lang.UsePron p ;
|
UsePron p = Lang.UsePron p ;
|
||||||
DetCN d n = Lang.DetCN d n ;
|
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 ;
|
UseN n = Lang.UseN n ;
|
||||||
ModCN a cn = AdjCN (PositA a) cn ;
|
ModCN a cn = AdjCN (PositA a) cn ;
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ incomplete concrete SwadeshI of Swadesh = open Lang in {
|
|||||||
|
|
||||||
-- Determiners
|
-- Determiners
|
||||||
|
|
||||||
this_Det = DetSg (SgQuant this_Quant) NoOrd ;
|
this_Det = DetSg (this_Quant) NoOrd ;
|
||||||
that_Det = DetSg (SgQuant that_Quant) NoOrd ;
|
that_Det = DetSg (that_Quant) NoOrd ;
|
||||||
many_Det = Lang.many_Det ;
|
many_Det = Lang.many_Det ;
|
||||||
some_Det = someSg_Det ;
|
some_Det = someSg_Det ;
|
||||||
---- few_Det = few_Det ;
|
---- few_Det = few_Det ;
|
||||||
@@ -42,7 +42,8 @@ incomplete concrete SwadeshI of Swadesh = open Lang in {
|
|||||||
in_Prep = Lang.in_Prep ;
|
in_Prep = Lang.in_Prep ;
|
||||||
with_Prep = Lang.with_Prep ;
|
with_Prep = Lang.with_Prep ;
|
||||||
-- Numerals
|
-- 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))))) ;
|
two_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
|
||||||
three_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
|
three_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
|
||||||
four_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
|
four_Num = Lang.NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#LEX=Duodecim
|
#LEX=Duodecim
|
||||||
#LEX=Aino
|
#LEX=Aino
|
||||||
LEX=Omat
|
#LEX=Omat
|
||||||
|
LEX=NSSK
|
||||||
|
|
||||||
all: tests
|
all: tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user