forked from GitHub/gf-core
remove SubClassC and subClassCStm from BasicEng, BasicRon and BasicFre
This commit is contained in:
@@ -7,7 +7,6 @@ lincat
|
|||||||
Ind = NP ;
|
Ind = NP ;
|
||||||
Var = PN ;
|
Var = PN ;
|
||||||
SubClass = {} ;
|
SubClass = {} ;
|
||||||
SubClassC = {} ;
|
|
||||||
Inherits = {} ;
|
Inherits = {} ;
|
||||||
Desc = CN ;
|
Desc = CN ;
|
||||||
Formula = PolSentence;
|
Formula = PolSentence;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ lincat
|
|||||||
Ind = NP ;
|
Ind = NP ;
|
||||||
Var = PN ;
|
Var = PN ;
|
||||||
SubClass = {} ;
|
SubClass = {} ;
|
||||||
SubClassC = {} ;
|
|
||||||
Inherits = {} ;
|
Inherits = {} ;
|
||||||
Desc = CN ;
|
Desc = CN ;
|
||||||
Formula = PolSentence;
|
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) ;
|
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) ;
|
instStm c i = ss ((i.s ! Nom).comp ++ "est" ++ "une" ++ "instance" ++ "de" ++ c.s ! Sg) ;
|
||||||
formStm f = ss (f.s ! Indep ! Pos) ;
|
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
|
-- lindef
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ lincat
|
|||||||
Ind = NP ;
|
Ind = NP ;
|
||||||
Var = PN ;
|
Var = PN ;
|
||||||
SubClass = {} ;
|
SubClass = {} ;
|
||||||
SubClassC = {} ;
|
|
||||||
Inherits = {} ;
|
Inherits = {} ;
|
||||||
Desc = CN ;
|
Desc = CN ;
|
||||||
Formula = PolSentence;
|
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) ;
|
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) ;
|
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) ;
|
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 ;
|
desc c1 c2 i = c2 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user