From f1078b44b622411f9dad96eb1b77f87d60962f23 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 17 Sep 2010 15:53:58 +0000 Subject: remove SubClassC and subClassCStm from BasicEng, BasicRon and BasicFre --- examples/SUMO/BasicRon.gf | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/SUMO/BasicRon.gf') 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 ; -- cgit v1.2.3