mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
bronzeage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageEng of Stoneage = StoneageI with
|
||||
(Lang = LangEng),
|
||||
(Mathematical = MathematicalEng),
|
||||
(Swadesh = SwadeshEng) ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageFin of Stoneage = StoneageI with
|
||||
(Lang = LangFin),
|
||||
(Mathematical = MathematicalFin),
|
||||
(Swadesh = SwadeshFin) ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageFre of Stoneage = StoneageI with
|
||||
(Lang = LangFre),
|
||||
(Mathematical = MathematicalFre),
|
||||
(Swadesh = SwadeshFre) ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageGer of Stoneage = StoneageI with
|
||||
(Lang = LangGer),
|
||||
(Mathematical = MathematicalGer),
|
||||
(Swadesh = SwadeshGer) ;
|
||||
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageIta of Stoneage = StoneageI with
|
||||
(Lang = LangIta),
|
||||
(Mathematical = MathematicalIta),
|
||||
(Swadesh = SwadeshIta) ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageNor of Stoneage = StoneageI with
|
||||
(Lang = LangNor),
|
||||
(Mathematical = MathematicalNor),
|
||||
(Swadesh = SwadeshNor) ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageSpa of Stoneage = StoneageI with
|
||||
(Lang = LangSpa),
|
||||
(Mathematical = MathematicalSpa),
|
||||
(Swadesh = SwadeshSpa) ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageSwe of Stoneage = StoneageI with
|
||||
(Lang = LangSwe),
|
||||
(Mathematical = MathematicalSwe),
|
||||
(Swadesh = SwadeshSwe) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user