Merge pull request #166 from odanoburu/iberic-clause-inversion

(Por,Spa) don't invert word order in questions most of the time
This commit is contained in:
Inari Listenmaa
2019-02-10 08:47:34 +01:00
committed by GitHub
4 changed files with 16 additions and 5 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
--# -path=.:../romance:../abstract:../common:prelude
instance DiffSpa of DiffRomance - [partAgr,vpAgrSubj,vpAgrClits,contractInf] = open CommonRomance, PhonoSpa, BeschSpa, Prelude in {
instance DiffSpa of DiffRomance - [iAdvQuestionInv,otherInv,partAgr,vpAgrSubj,vpAgrClits,contractInf] = open CommonRomance, PhonoSpa, BeschSpa, Prelude in {
flags optimize=noexpand ;
coding=utf8 ;
@@ -139,6 +139,9 @@ instance DiffSpa of DiffRomance - [partAgr,vpAgrSubj,vpAgrClits,contractInf] = o
serCopula = False ;
estarCopula = True ;
iAdvQuestionInv : Direct = DDir ;
otherInv : Direct = DDir ;
negation : RPolarity => (Str * Str) = table {
RPos => <[],[]> ;
RNeg _ => <"no",[]>