1
0
forked from GitHub/gf-rgl

(Pes) Remove unnecessary QForm from QS and QCl

Y/N questions are formed the same way in direct and indirect, not like 
English "do you sleep / if you sleep".
This commit is contained in:
Inari Listenmaa
2019-03-14 15:14:03 +01:00
parent ac4130ca2e
commit 47aa4a969d
6 changed files with 28 additions and 47 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ concrete CatPes of Cat = CommonX ** open ResPes, Prelude in {
------ Tensed/Untensed
S = {s : VVForm => Str} ; -- as a complement to Subj
QS = {s : QForm => Str} ;
RS = {s : Agr => Str } ; -- c for it clefts
QS = {s : Str} ;
RS = {s : Agr => Str } ;
SSlash = {s : VVForm => Str ; c2 : ResPes.Compl} ;
---- Sentence
@@ -21,7 +21,7 @@ concrete CatPes of Cat = CommonX ** open ResPes, Prelude in {
Imp = {s : Polarity => ImpForm => Str} ;
---- Question
QCl = {s : ResPes.TAnt => Polarity => QForm => Str} ;
QCl = {s : ResPes.TAnt => Polarity => Str} ;
IP = {s: Str ; n : Number};