mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
fix word order of question
This commit is contained in:
@@ -25,8 +25,8 @@ concrete CatMay of Cat = CommonX ** open ResMay, Prelude in {
|
||||
QCl = ResMay.Clause ;
|
||||
IComp = SS ; -- interrogative complement of copula e.g. "where"
|
||||
IDet = ResMay.Determiner ; -- interrogative determiner e.g. "how many"
|
||||
IQuant = ResMay.Quant ; -- interrogative quantifier e.g. "which"
|
||||
IP = ResMay.NounPhrase ; -- interrogative pronoun e.g. "who"
|
||||
IQuant = ResMay.IQuant ; -- interrogative quantifier e.g. "which"
|
||||
IP = ResMay.IPhrase ; -- interrogative pronoun e.g. "who"
|
||||
|
||||
--2 Subord clauses and pronouns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user