diff --git a/lib/src/catalan/BeschCat.gf b/lib/src/catalan/BeschCat.gf index 62f84640a..dd05b17fe 100644 --- a/lib/src/catalan/BeschCat.gf +++ b/lib/src/catalan/BeschCat.gf @@ -3107,12 +3107,16 @@ oper haver_59 : Str -> Bool -> Verbum = \haver,flag -> VP (Cond Pl P1) => h_ + "auríem" ; --# notpresent VP (Cond Pl P2) => h_ + "auríeu" ; --# notpresent VP (Cond Pl P3) => h_ + "aurien" ; --# notpresent + + VP (Imp _ _) => h_ + "aver" ; ---- variants {} ; +{- VP (Imp Sg P1) => variants {} ; VP (Imp Sg P2) => variants {} ; VP (Imp Sg P3) => variants {} ; VP (Imp Pl P1) => variants {} ; VP (Imp Pl P2) => variants {} ; VP (Imp Pl P3) => variants {} ; +-} VP (Pass Sg Masc) => h_ + "agut" ; VP (Pass Sg Fem) => h_ + "aguda" ; VP (Pass Pl Masc) => h_ + "aguts" ; diff --git a/lib/src/italian/BeschIta.gf b/lib/src/italian/BeschIta.gf index 321a0dd01..c3ab40e13 100644 --- a/lib/src/italian/BeschIta.gf +++ b/lib/src/italian/BeschIta.gf @@ -2803,12 +2803,12 @@ oper dovere_47 : Str -> Verbo = \dovere -> {s = table { Inf => d_ + "overe" ; InfClit => d_ + "over" ; - Indi Pres Sg P1 => variants {d_ + "ebbo" ; d_ + "evo"} ; + Indi Pres Sg P1 => d_ + "evo" ; ---- variants {d_ + "ebbo" ; d_ + "evo"} ; Indi Pres Sg P2 => d_ + "evi" ; Indi Pres Sg P3 => d_ + "eve" ; Indi Pres Pl P1 => d_ + "obbiamo" ; Indi Pres Pl P2 => d_ + "ovete" ; - Indi Pres Pl P3 => variants {d_ + "ebbono" ; d_ + "evono"} ; + Indi Pres Pl P3 => d_ + "evono" ; ---- variants {d_ + "ebbono" ; d_ + "evono"} ; Indi Imperf Sg P1 => d_ + "ovevo" ; --# notpresent Indi Imperf Sg P2 => d_ + "ovevi" ; --# notpresent Indi Imperf Sg P3 => d_ + "oveva" ; --# notpresent @@ -2827,12 +2827,12 @@ oper dovere_47 : Str -> Verbo = \dovere -> Fut Pl P1 => d_ + "ovremo" ; --# notpresent Fut Pl P2 => d_ + "ovrete" ; --# notpresent Fut Pl P3 => d_ + "ovranno" ; --# notpresent - Cong Pres Sg P1 => variants {d_ + "ebba" ; d_ + "eva"} ; - Cong Pres Sg P2 => variants {d_ + "ebba" ; d_ + "eva"} ; - Cong Pres Sg P3 => variants {d_ + "ebba" ; d_ + "eva"} ; + Cong Pres Sg P1 => d_ + "eva" ; ---- variants {d_ + "ebba" ; d_ + "eva"} ; + Cong Pres Sg P2 => d_ + "eva" ; ---- variants {d_ + "ebba" ; d_ + "eva"} ; + Cong Pres Sg P3 => d_ + "eva" ; ---- variants {d_ + "ebba" ; d_ + "eva"} ; Cong Pres Pl P1 => d_ + "obbiamo" ; Cong Pres Pl P2 => d_ + "obbiate" ; - Cong Pres Pl P3 => variants {d_ + "ebbano" ; d_ + "evano"} ; + Cong Pres Pl P3 => d_ + "evano" ; ---- variants {d_ + "ebbano" ; d_ + "evano"} ; Cong Imperf Sg P1 => d_ + "ovessi" ; --# notpresent Cong Imperf Sg P2 => d_ + "ovessi" ; --# notpresent Cong Imperf Sg P3 => d_ + "ovesse" ; --# notpresent @@ -2845,9 +2845,9 @@ oper dovere_47 : Str -> Verbo = \dovere -> Cond Pl P1 => d_ + "ovremmo" ; --# notpresent Cond Pl P2 => d_ + "ovreste" ; --# notpresent Cond Pl P3 => d_ + "ovrebbero" ; --# notpresent - Imper SgP2 => variants {} ; - Imper PlP1 => variants {} ; - Imper PlP2 => variants {} ; + Imper SgP2 => d_ + "ebba" ; ---- variants {} ; + Imper PlP1 => d_ + "obbiamo" ; ---- variants {} ; + Imper PlP2 => d_ + "dobbiate" ; ---- ; Ger => d_ + "ovendo" ; Part PresP Masc Sg => variants {} ; Part PresP Masc Pl => variants {} ; @@ -4209,9 +4209,9 @@ oper potere_69 : Str -> Verbo = \potere -> Cond Pl P1 => p_ + "otremmo" ; --# notpresent Cond Pl P2 => p_ + "otreste" ; --# notpresent Cond Pl P3 => p_ + "otrebbero" ; --# notpresent - Imper SgP2 => variants {} ; - Imper PlP1 => variants {} ; - Imper PlP2 => variants {} ; + Imper SgP2 => p_ + "ossa" ; ---- variants {} ; + Imper PlP1 => p_ + "otiamo" ; ---- variants {} ; + Imper PlP2 => p_ + "otiate" ; ---- variants {} ; Ger => p_ + "otendo" ; Part PresP Masc Sg => p_ + "otente" ; Part PresP Masc Pl => p_ + "otenti" ;