forked from GitHub/gf-rgl
cual_IComp in ExtraSpa
This commit is contained in:
@@ -80,4 +80,10 @@ concrete ExtraSpa of ExtraSpaAbs = ExtraRomanceSpa **
|
|||||||
|
|
||||||
UseComp_estar comp = insertComplement comp.s (predV I.estar_V) ;
|
UseComp_estar comp = insertComplement comp.s (predV I.estar_V) ;
|
||||||
|
|
||||||
|
cual_IComp = {
|
||||||
|
s = aagrForms "cual" "cual" "cuáles" "cuáles" ;
|
||||||
|
cop = serCopula ;
|
||||||
|
} ;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,4 +34,6 @@ abstract ExtraSpaAbs = ExtraRomanceAbs ** {
|
|||||||
|
|
||||||
UseComp_estar : Comp -> VP ; -- esta lleno, as opposed to es lleno
|
UseComp_estar : Comp -> VP ; -- esta lleno, as opposed to es lleno
|
||||||
|
|
||||||
|
cual_IComp : IComp ; -- cual es ...
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -139,8 +139,8 @@ lin
|
|||||||
when_Subj = ss "cuando" ** {m = Indic} ;
|
when_Subj = ss "cuando" ** {m = Indic} ;
|
||||||
where_IAdv = ss "dónde" ;
|
where_IAdv = ss "dónde" ;
|
||||||
which_IQuant = {s = table {
|
which_IQuant = {s = table {
|
||||||
Sg => \\g,c => prepCase c ++ "qué" ; --- cual
|
Sg => \\g,c => prepCase c ++ "cual" ;
|
||||||
Pl => \\g,c => prepCase c ++ "qué"
|
Pl => \\g,c => prepCase c ++ "cuales"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
whoPl_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Masc Pl} ;
|
whoPl_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Masc Pl} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user