bronzeage

This commit is contained in:
aarne
2006-02-24 13:57:41 +00:00
parent 94c8a836b2
commit e650b53fc1
28 changed files with 166 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageEng of Stoneage = StoneageI with
(Lang = LangEng),
(Mathematical = MathematicalEng),
(Swadesh = SwadeshEng) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:resource-1.0/swadesh
concrete StoneageFin of Stoneage = StoneageI with
(Lang = LangFin),
(Mathematical = MathematicalFin),
(Swadesh = SwadeshFin) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageFre of Stoneage = StoneageI with
(Lang = LangFre),
(Mathematical = MathematicalFre),
(Swadesh = SwadeshFre) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:resource-1.0/swadesh
concrete StoneageGer of Stoneage = StoneageI with
(Lang = LangGer),
(Mathematical = MathematicalGer),
(Swadesh = SwadeshGer) ;

View File

@@ -1,4 +1,4 @@
incomplete concrete StoneageI of Stoneage = open Lang, Swadesh in {
incomplete concrete StoneageI of Stoneage = open Mathematical, Swadesh in {
flags
startcat=S ;
@@ -229,6 +229,14 @@ lin
oper
PresV : V -> NP -> Phr = \v,s ->
PhrUtt NoPConj (UttS (PosCl (predV v s))) NoVoc ;
PresV2 : V2 -> NP -> NP -> Phr = \v,s,o ->
PhrUtt NoPConj (UttS (PosCl (predV2 v s o))) NoVoc ;
PresV3 : V3 -> NP -> NP -> NP -> Phr = \v,s,o,r ->
PhrUtt NoPConj (UttS (PosCl (predV3 v s o r))) NoVoc ;
{-
PresV : V -> NP -> Phr = \v,s ->
PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos
(PredVP s (UseV v)))) NoVoc ;
@@ -238,6 +246,7 @@ oper
PresV3 : V3 -> NP -> NP -> NP -> Phr = \v,s,o,r ->
PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos
(PredVP s (ComplV3 v o r)))) NoVoc ;
-}
ModA : A -> CN -> CN = \a ->
AdjCN (PositA a) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageIta of Stoneage = StoneageI with
(Lang = LangIta),
(Mathematical = MathematicalIta),
(Swadesh = SwadeshIta) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageNor of Stoneage = StoneageI with
(Lang = LangNor),
(Mathematical = MathematicalNor),
(Swadesh = SwadeshNor) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageSpa of Stoneage = StoneageI with
(Lang = LangSpa),
(Mathematical = MathematicalSpa),
(Swadesh = SwadeshSpa) ;

View File

@@ -1,6 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageSwe of Stoneage = StoneageI with
(Lang = LangSwe),
(Mathematical = MathematicalSwe),
(Swadesh = SwadeshSwe) ;