1
0
forked from GitHub/gf-core

bronzeage

This commit is contained in:
aarne
2006-02-24 13:57:41 +00:00
parent f4775347f9
commit e8b4d1697d
19 changed files with 148 additions and 9 deletions

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) ;