From b97615838807d3dfc4adda6851a6bdccea494e99 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Wed, 6 Feb 2019 13:23:23 -0200 Subject: [PATCH] (Por) also bind clitic with hyphen in imperative --- src/portuguese/DiffPor.gf | 2 +- src/portuguese/LexiconPor.gf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/portuguese/DiffPor.gf b/src/portuguese/DiffPor.gf index 2259dc21..3e76fd04 100644 --- a/src/portuguese/DiffPor.gf +++ b/src/portuguese/DiffPor.gf @@ -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} ; diff --git a/src/portuguese/LexiconPor.gf b/src/portuguese/LexiconPor.gf index 699fded4..4dc0f564 100644 --- a/src/portuguese/LexiconPor.gf +++ b/src/portuguese/LexiconPor.gf @@ -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é" ;