changed variants {} to existing forms in some Cat and Spa verb forms, in order to prevent losing the whole table in PMCFG generation

This commit is contained in:
aarne
2012-12-28 14:59:24 +00:00
parent 2e4c3b4593
commit 9bce0eaff0
2 changed files with 16 additions and 12 deletions

View File

@@ -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" ;