1
0
forked from GitHub/gf-core

swadesh adjustments

This commit is contained in:
aarne
2006-02-24 10:12:49 +00:00
parent 9834a25196
commit 94c8a836b2
13 changed files with 16 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ abstract Swadesh = Cat ** {
-- Numerals
one_Num : Num ;
one_Det : Det ;
two_Num : Num ;
three_Num : Num ;
four_Num : Num ;

View File

@@ -52,7 +52,7 @@ concrete SwadeshEng of Swadesh = CatEng
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -61,7 +61,7 @@ concrete SwadeshFin of Swadesh = CatFin
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -57,7 +57,7 @@ concrete SwadeshFre of Swadesh = CatFre
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -52,7 +52,7 @@ concrete SwadeshGer of Swadesh = CatGer
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -56,7 +56,7 @@ concrete SwadeshIta of Swadesh = CatIta
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -50,7 +50,7 @@ concrete SwadeshNor of Swadesh = CatNor
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -52,7 +52,7 @@ flags coding=utf8 ;
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -59,7 +59,7 @@ concrete SwadeshSpa of Swadesh = CatSpa
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;

View File

@@ -52,7 +52,7 @@ concrete SwadeshSwe of Swadesh = CatSwe
-- Numerals
one_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;