1
0
forked from GitHub/gf-rgl

(Som) Add IComp + related functions

This commit is contained in:
Inari Listenmaa
2019-09-13 15:12:50 +02:00
parent 319f097ac0
commit d061595a2a
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ concrete CatSom of Cat = CommonX - [Adv,IAdv] ** open ResSom, Prelude in {
-- Constructed in QuestionSom.
QCl = ResSom.QClause ;
IComp = SS ; -- interrogative complement of copula e.g. "where"
IComp = ResSom.Complement ; -- interrogative complement of copula e.g. "where"
IDet = ResSom.Determiner ; -- interrogative determiner e.g. "how many"
IQuant = ResSom.Quant ; -- interrogative quantifier e.g. "which"
IP = ResSom.NounPhrase ** {contractSTM : Bool} ; -- like NP but may contract with STM