mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
(Por,Spa) don't invert word order in questions most of the time
- don't invert in QuestIAdv either (Romance) allow for finer-grained choice of when to invert word order in questions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--# -path=.:../romance:../abstract:../common:../prelude
|
||||
|
||||
instance DiffPor of DiffRomance - [chooseTA,partAgr,vpAgrSubj,vpAgrClits] = open CommonRomance, PhonoPor, BeschPor, Prelude in {
|
||||
instance DiffPor of DiffRomance - [iAdvQuestionInv,chooseTA,otherInv,partAgr,vpAgrSubj,vpAgrClits] = open CommonRomance, PhonoPor, BeschPor, Prelude in {
|
||||
|
||||
flags optimize=noexpand ;
|
||||
coding=utf8 ;
|
||||
@@ -96,6 +96,10 @@ instance DiffPor of DiffRomance - [chooseTA,partAgr,vpAgrSubj,vpAgrClits] = open
|
||||
estarCopula = EstarCop ;
|
||||
ficarCopula = FicarCop ;
|
||||
|
||||
oper
|
||||
iAdvQuestionInv : Direct = DDir ;
|
||||
otherInv : Direct = DDir ;
|
||||
|
||||
oper
|
||||
-- the other Cases are defined in ResRomance
|
||||
dative : Case = CPrep P_a ;
|
||||
|
||||
Reference in New Issue
Block a user