mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
remove SubClassC and subClassCStm from BasicEng, BasicRon and BasicFre
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user