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/BasicFre.gf | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/SUMO/BasicFre.gf') 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 -- cgit v1.2.3