diff options
| author | krasimir <krasimir@chalmers.se> | 2010-09-17 15:53:58 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-09-17 15:53:58 +0000 |
| commit | f1078b44b622411f9dad96eb1b77f87d60962f23 (patch) | |
| tree | 4deee3d031d7d45e5aa833c125620bbb2c59ce5e /examples | |
| parent | d09f62b0b18bfe194893cdf1816c3f95f916ae89 (diff) | |
remove SubClassC and subClassCStm from BasicEng, BasicRon and BasicFre
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SUMO/BasicEng.gf | 1 | ||||
| -rw-r--r-- | examples/SUMO/BasicFre.gf | 2 | ||||
| -rw-r--r-- | examples/SUMO/BasicRon.gf | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/examples/SUMO/BasicEng.gf b/examples/SUMO/BasicEng.gf index f1652344b..311a2cf47 100644 --- a/examples/SUMO/BasicEng.gf +++ b/examples/SUMO/BasicEng.gf @@ -7,7 +7,6 @@ lincat Ind = NP ;
Var = PN ;
SubClass = {} ;
- SubClassC = {} ;
Inherits = {} ;
Desc = CN ;
Formula = PolSentence;
diff --git a/examples/SUMO/BasicFre.gf b/examples/SUMO/BasicFre.gf index 794633ade..6b0796114 100644 --- a/examples/SUMO/BasicFre.gf +++ b/examples/SUMO/BasicFre.gf @@ -7,7 +7,6 @@ lincat Ind = NP ;
Var = PN ;
SubClass = {} ;
- SubClassC = {} ;
Inherits = {} ;
Desc = CN ;
Formula = PolSentence;
@@ -94,7 +93,6 @@ desc2desc c1 c2 i d = d; subClassStm c1 c2 sc = ss (c1. s ! Sg ++ "est" ++ "une" ++ "sous-classe" ++ "de" ++ c2.s ! Sg) ;
instStm c i = ss ((i.s ! Nom).comp ++ "est" ++ "une" ++ "instance" ++ "de" ++ c.s ! Sg) ;
formStm f = ss (f.s ! Indep ! Pos) ;
-subClassCStm c1 c2 constr sc= ss (c1.s ! Sg ++ "est" ++ "une" ++ "sous-classe" ++ "de" ++ c2.s ! Sg ++ "avec" ++ constr.s ! Indep ! Pos) ;
-- lindef
diff --git a/examples/SUMO/BasicRon.gf b/examples/SUMO/BasicRon.gf index 09b8aeb6c..0a7e7c8d3 100644 --- a/examples/SUMO/BasicRon.gf +++ b/examples/SUMO/BasicRon.gf @@ -11,7 +11,6 @@ lincat Ind = NP ;
Var = PN ;
SubClass = {} ;
- SubClassC = {} ;
Inherits = {} ;
Desc = CN ;
Formula = PolSentence;
@@ -102,7 +101,6 @@ either c1 c2 = {s = \\c,sp,n => c1.s ! c ! sp ! n ++ "sau" ++ c2.s ! c ! sp ! n; subClassStm c1 c2 sc = ss (c1. s ! Sg ! Def ! ANomAcc ++ "este" ++ "o" ++ "subclasã" ++ "a" ++ c2.s ! Sg ! Def ! AGenDat) ;
instStm c i = ss ((i.s ! No).comp ++ "este" ++ "o" ++ "instanþiere" ++ "a" ++ c.s ! Sg ! Def ! AGenDat) ;
formStm f = ss (f.s ! Indep ! Pos) ;
-subClassCStm c1 c2 constr sc= ss (c1.s ! Sg ! Def ! ANomAcc ++ "este" ++ "o" ++ "subclasã" ++ "a" ++ c2.s ! Sg ! Def ! AGenDat ++ "unde" ++ constr.s ! Indep ! Pos) ;
desc c1 c2 i = c2 ;
|
