mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Por) also bind clitic with hyphen in imperative
This commit is contained in:
@@ -58,7 +58,7 @@ instance DiffPor of DiffRomance - [chooseTA,partAgr,vpAgrSubj,vpAgrClits] = open
|
||||
mkImperative isPol p vp =
|
||||
\\pol,g,n => case pol of {
|
||||
RPos => neg.p1 ++ imper ++ bindHyphenIf refl.isRefl ++ refl.pron
|
||||
++ bindIf hasClit ++ clit ++ compl ;
|
||||
++ bindHyphenIf hasClit ++ clit ++ compl ;
|
||||
RNeg _ => neg.p1 ++ refl.pron ++ clit ++ subj ++ compl
|
||||
} where {
|
||||
pe = case isPol of {True => P2 ; _ => P3} ;
|
||||
|
||||
@@ -347,7 +347,7 @@ lin
|
||||
sew_V = mkV "costurar" ;
|
||||
sing_V = mkV "cantar" ;
|
||||
sit_V = reflV (mkV "sentar") ;
|
||||
sleep_V = mkV "dormir" ;
|
||||
sleep_V = mkV (dormir_Besch "dormir") ;
|
||||
smell_V = mkV "cheirar" ;
|
||||
spit_V = mkV "cuspir" ;
|
||||
stand_V = mkV (estar_Besch "estar") ; ---- "estar de pé" ;
|
||||
|
||||
Reference in New Issue
Block a user