mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -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:
@@ -63,6 +63,10 @@ interface DiffRomance = open CommonRomance, Prelude in {
|
||||
|
||||
oper iAdvQuestionInv : Direct = DInv ; -- except Fre
|
||||
|
||||
oper iCompQuestionInv : Direct = DInv ; -- for Cat,Por,Spa where otherInv will be DDir
|
||||
|
||||
oper otherInv : Direct = DInv ; -- except Cat, Por, Spa
|
||||
|
||||
--2 Constants that must derivatively depend on language
|
||||
|
||||
param NPForm = Ton Case | Aton Case | Poss {g : Gender ; n : Number} ; --- AAgr
|
||||
|
||||
Reference in New Issue
Block a user