diff --git a/lib/resource/italian/NumeralsIta.gf b/lib/resource/italian/NumeralsIta.gf index ea5f07c63..482975361 100644 --- a/lib/resource/italian/NumeralsIta.gf +++ b/lib/resource/italian/NumeralsIta.gf @@ -2,11 +2,6 @@ concrete NumeralsIta of Numerals = open Prelude, TypesIta, MorphoIta, SyntaxIta lincat ---Digit = {s : DForm => Str} ; ---lincat Sub10 = {s : DForm => Str ; n : Number} ; ---lincat Sub100 = {s : Str ; n : Number} ; ---lincat Sub1000 = {s : Str ; n : Number} ; ---lincat Sub1000000 = {s : Str} ; Numeral = {s : Gender => Str ; n : Number} ; Digit = {s : DForm => Str} ; Sub10 = {s : DForm => Gender => Str ; n : Number} ; diff --git a/lib/resource/spanish/BeschSpa.gf b/lib/resource/spanish/BeschSpa.gf index 66b448f6a..13fb0252a 100644 --- a/lib/resource/spanish/BeschSpa.gf +++ b/lib/resource/spanish/BeschSpa.gf @@ -24,18 +24,18 @@ oper ser_1 : Str -> Verbum = \ser -> VP (Pres Subj Pl P1) => x_ + "seamos" ; VP (Pres Subj Pl P2) => x_ + "seáis" ; VP (Pres Subj Pl P3) => x_ + "sean" ; - VP (Past Ind Sg P1) => x_ + "era" ; - VP (Past Ind Sg P2) => x_ + "eras" ; - VP (Past Ind Sg P3) => x_ + "era" ; - VP (Past Ind Pl P1) => x_ + "éramos" ; - VP (Past Ind Pl P2) => x_ + "erais" ; - VP (Past Ind Pl P3) => x_ + "eran" ; - VP (Past Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Past Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; - VP (Past Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Past Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; - VP (Past Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; - VP (Past Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; + VP (Impf Ind Sg P1) => x_ + "era" ; + VP (Impf Ind Sg P2) => x_ + "eras" ; + VP (Impf Ind Sg P3) => x_ + "era" ; + VP (Impf Ind Pl P1) => x_ + "éramos" ; + VP (Impf Ind Pl P2) => x_ + "erais" ; + VP (Impf Ind Pl P3) => x_ + "eran" ; + VP (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; + VP (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; + VP (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; + VP (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; + VP (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; + VP (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; VP (Pret Sg P1) => x_ + "fui" ; VP (Pret Sg P2) => x_ + "fuiste" ; VP (Pret Sg P3) => x_ + "fue" ; @@ -91,18 +91,18 @@ oper estar_2 : Str -> Verbum = \estar -> VP (Pres Subj Pl P1) => est_ + "emos" ; VP (Pres Subj Pl P2) => est_ + "éis" ; VP (Pres Subj Pl P3) => est_ + "én" ; - VP (Past Ind Sg P1) => est_ + "aba" ; - VP (Past Ind Sg P2) => est_ + "abas" ; - VP (Past Ind Sg P3) => est_ + "aba" ; - VP (Past Ind Pl P1) => est_ + "ábamos" ; - VP (Past Ind Pl P2) => est_ + "abais" ; - VP (Past Ind Pl P3) => est_ + "aban" ; - VP (Past Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; - VP (Past Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; - VP (Past Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; - VP (Past Subj Pl P1) => variants {est_ + "uviéramos" ; est_ + "uviésemos"} ; - VP (Past Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; - VP (Past Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; + VP (Impf Ind Sg P1) => est_ + "aba" ; + VP (Impf Ind Sg P2) => est_ + "abas" ; + VP (Impf Ind Sg P3) => est_ + "aba" ; + VP (Impf Ind Pl P1) => est_ + "ábamos" ; + VP (Impf Ind Pl P2) => est_ + "abais" ; + VP (Impf Ind Pl P3) => est_ + "aban" ; + VP (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; + VP (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; + VP (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; + VP (Impf Subj Pl P1) => variants {est_ + "uviéramos" ; est_ + "uviésemos"} ; + VP (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; + VP (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; VP (Pret Sg P1) => est_ + "uve" ; VP (Pret Sg P2) => est_ + "uviste" ; VP (Pret Sg P3) => est_ + "uvo" ; @@ -158,18 +158,18 @@ oper haber_3 : Str -> Verbum = \haber -> VP (Pres Subj Pl P1) => h_ + "ayamos" ; VP (Pres Subj Pl P2) => h_ + "ayáis" ; VP (Pres Subj Pl P3) => h_ + "ayan" ; - VP (Past Ind Sg P1) => h_ + "abía" ; - VP (Past Ind Sg P2) => h_ + "abías" ; - VP (Past Ind Sg P3) => h_ + "abía" ; - VP (Past Ind Pl P1) => h_ + "abíamos" ; - VP (Past Ind Pl P2) => h_ + "abíais" ; - VP (Past Ind Pl P3) => h_ + "abían" ; - VP (Past Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; - VP (Past Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; - VP (Past Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; - VP (Past Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; - VP (Past Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; - VP (Past Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; + VP (Impf Ind Sg P1) => h_ + "abía" ; + VP (Impf Ind Sg P2) => h_ + "abías" ; + VP (Impf Ind Sg P3) => h_ + "abía" ; + VP (Impf Ind Pl P1) => h_ + "abíamos" ; + VP (Impf Ind Pl P2) => h_ + "abíais" ; + VP (Impf Ind Pl P3) => h_ + "abían" ; + VP (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; + VP (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; + VP (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; + VP (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; + VP (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; + VP (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; VP (Pret Sg P1) => h_ + "ube" ; VP (Pret Sg P2) => h_ + "ubiste" ; VP (Pret Sg P3) => h_ + "ubo" ; @@ -225,18 +225,18 @@ oper tener_4 : Str -> Verbum = \tener -> VP (Pres Subj Pl P1) => t_ + "engamos" ; VP (Pres Subj Pl P2) => t_ + "engáis" ; VP (Pres Subj Pl P3) => t_ + "engan" ; - VP (Past Ind Sg P1) => t_ + "enía" ; - VP (Past Ind Sg P2) => t_ + "enías" ; - VP (Past Ind Sg P3) => t_ + "enía" ; - VP (Past Ind Pl P1) => t_ + "eníamos" ; - VP (Past Ind Pl P2) => t_ + "eníais" ; - VP (Past Ind Pl P3) => t_ + "enían" ; - VP (Past Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; - VP (Past Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; - VP (Past Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; - VP (Past Subj Pl P1) => variants {t_ + "uviéramos" ; t_ + "uviésemos"} ; - VP (Past Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; - VP (Past Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; + VP (Impf Ind Sg P1) => t_ + "enía" ; + VP (Impf Ind Sg P2) => t_ + "enías" ; + VP (Impf Ind Sg P3) => t_ + "enía" ; + VP (Impf Ind Pl P1) => t_ + "eníamos" ; + VP (Impf Ind Pl P2) => t_ + "eníais" ; + VP (Impf Ind Pl P3) => t_ + "enían" ; + VP (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; + VP (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; + VP (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; + VP (Impf Subj Pl P1) => variants {t_ + "uviéramos" ; t_ + "uviésemos"} ; + VP (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; + VP (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; VP (Pret Sg P1) => t_ + "uve" ; VP (Pret Sg P2) => t_ + "uviste" ; VP (Pret Sg P3) => t_ + "uvo" ; @@ -291,18 +291,18 @@ oper deber_6 : Str -> Verbum = \deber -> VP (Pres Subj Pl P1) => deb_ + "amos" ; VP (Pres Subj Pl P2) => deb_ + "áis" ; VP (Pres Subj Pl P3) => deb_ + "an" ; - VP (Past Ind Sg P1) => deb_ + "ía" ; - VP (Past Ind Sg P2) => deb_ + "ías" ; - VP (Past Ind Sg P3) => deb_ + "ía" ; - VP (Past Ind Pl P1) => deb_ + "íamos" ; - VP (Past Ind Pl P2) => deb_ + "íais" ; - VP (Past Ind Pl P3) => deb_ + "ían" ; - VP (Past Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; - VP (Past Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; - VP (Past Subj Pl P1) => variants {deb_ + "iéramos" ; deb_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; + VP (Impf Ind Sg P1) => deb_ + "ía" ; + VP (Impf Ind Sg P2) => deb_ + "ías" ; + VP (Impf Ind Sg P3) => deb_ + "ía" ; + VP (Impf Ind Pl P1) => deb_ + "íamos" ; + VP (Impf Ind Pl P2) => deb_ + "íais" ; + VP (Impf Ind Pl P3) => deb_ + "ían" ; + VP (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {deb_ + "iéramos" ; deb_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; VP (Pret Sg P1) => deb_ + "í" ; VP (Pret Sg P2) => deb_ + "iste" ; VP (Pret Sg P3) => deb_ + "ió" ; @@ -357,18 +357,18 @@ oper vivir_7 : Str -> Verbum = \vivir -> VP (Pres Subj Pl P1) => viv_ + "amos" ; VP (Pres Subj Pl P2) => viv_ + "áis" ; VP (Pres Subj Pl P3) => viv_ + "an" ; - VP (Past Ind Sg P1) => viv_ + "ía" ; - VP (Past Ind Sg P2) => viv_ + "ías" ; - VP (Past Ind Sg P3) => viv_ + "ía" ; - VP (Past Ind Pl P1) => viv_ + "íamos" ; - VP (Past Ind Pl P2) => viv_ + "íais" ; - VP (Past Ind Pl P3) => viv_ + "ían" ; - VP (Past Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; - VP (Past Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; - VP (Past Subj Pl P1) => variants {viv_ + "iéramos" ; viv_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; + VP (Impf Ind Sg P1) => viv_ + "ía" ; + VP (Impf Ind Sg P2) => viv_ + "ías" ; + VP (Impf Ind Sg P3) => viv_ + "ía" ; + VP (Impf Ind Pl P1) => viv_ + "íamos" ; + VP (Impf Ind Pl P2) => viv_ + "íais" ; + VP (Impf Ind Pl P3) => viv_ + "ían" ; + VP (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {viv_ + "iéramos" ; viv_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; VP (Pret Sg P1) => viv_ + "í" ; VP (Pret Sg P2) => viv_ + "iste" ; VP (Pret Sg P3) => viv_ + "ió" ; @@ -423,18 +423,18 @@ oper abolir_8 : Str -> Verbum = \abolir -> VP (Pres Subj Pl P1) => variants {} ; VP (Pres Subj Pl P2) => variants {} ; VP (Pres Subj Pl P3) => variants {} ; - VP (Past Ind Sg P1) => abol_ + "ía" ; - VP (Past Ind Sg P2) => abol_ + "ías" ; - VP (Past Ind Sg P3) => abol_ + "ía" ; - VP (Past Ind Pl P1) => abol_ + "íamos" ; - VP (Past Ind Pl P2) => abol_ + "íais" ; - VP (Past Ind Pl P3) => abol_ + "ían" ; - VP (Past Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; - VP (Past Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; - VP (Past Subj Pl P1) => variants {abol_ + "iéramos" ; abol_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; + VP (Impf Ind Sg P1) => abol_ + "ía" ; + VP (Impf Ind Sg P2) => abol_ + "ías" ; + VP (Impf Ind Sg P3) => abol_ + "ía" ; + VP (Impf Ind Pl P1) => abol_ + "íamos" ; + VP (Impf Ind Pl P2) => abol_ + "íais" ; + VP (Impf Ind Pl P3) => abol_ + "ían" ; + VP (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {abol_ + "iéramos" ; abol_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; VP (Pret Sg P1) => abol_ + "í" ; VP (Pret Sg P2) => abol_ + "iste" ; VP (Pret Sg P3) => abol_ + "ió" ; @@ -489,18 +489,18 @@ oper actuar_9 : Str -> Verbum = \actuar -> VP (Pres Subj Pl P1) => act_ + "uemos" ; VP (Pres Subj Pl P2) => act_ + "uéis" ; VP (Pres Subj Pl P3) => act_ + "úen" ; - VP (Past Ind Sg P1) => act_ + "uaba" ; - VP (Past Ind Sg P2) => act_ + "uabas" ; - VP (Past Ind Sg P3) => act_ + "uaba" ; - VP (Past Ind Pl P1) => act_ + "uábamos" ; - VP (Past Ind Pl P2) => act_ + "uabais" ; - VP (Past Ind Pl P3) => act_ + "uaban" ; - VP (Past Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; - VP (Past Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; - VP (Past Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; - VP (Past Subj Pl P1) => variants {act_ + "uáramos" ; act_ + "uásemos"} ; - VP (Past Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; - VP (Past Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; + VP (Impf Ind Sg P1) => act_ + "uaba" ; + VP (Impf Ind Sg P2) => act_ + "uabas" ; + VP (Impf Ind Sg P3) => act_ + "uaba" ; + VP (Impf Ind Pl P1) => act_ + "uábamos" ; + VP (Impf Ind Pl P2) => act_ + "uabais" ; + VP (Impf Ind Pl P3) => act_ + "uaban" ; + VP (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; + VP (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; + VP (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; + VP (Impf Subj Pl P1) => variants {act_ + "uáramos" ; act_ + "uásemos"} ; + VP (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; + VP (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; VP (Pret Sg P1) => act_ + "ué" ; VP (Pret Sg P2) => act_ + "uaste" ; VP (Pret Sg P3) => act_ + "uó" ; @@ -555,18 +555,18 @@ oper adquirir_10 : Str -> Verbum = \adquirir -> VP (Pres Subj Pl P1) => adqui_ + "ramos" ; VP (Pres Subj Pl P2) => adqui_ + "ráis" ; VP (Pres Subj Pl P3) => adqui_ + "eran" ; - VP (Past Ind Sg P1) => adqui_ + "ría" ; - VP (Past Ind Sg P2) => adqui_ + "rías" ; - VP (Past Ind Sg P3) => adqui_ + "ría" ; - VP (Past Ind Pl P1) => adqui_ + "ríamos" ; - VP (Past Ind Pl P2) => adqui_ + "ríais" ; - VP (Past Ind Pl P3) => adqui_ + "rían" ; - VP (Past Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; - VP (Past Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; - VP (Past Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; - VP (Past Subj Pl P1) => variants {adqui_ + "riéramos" ; adqui_ + "riésemos"} ; - VP (Past Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; - VP (Past Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; + VP (Impf Ind Sg P1) => adqui_ + "ría" ; + VP (Impf Ind Sg P2) => adqui_ + "rías" ; + VP (Impf Ind Sg P3) => adqui_ + "ría" ; + VP (Impf Ind Pl P1) => adqui_ + "ríamos" ; + VP (Impf Ind Pl P2) => adqui_ + "ríais" ; + VP (Impf Ind Pl P3) => adqui_ + "rían" ; + VP (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; + VP (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; + VP (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; + VP (Impf Subj Pl P1) => variants {adqui_ + "riéramos" ; adqui_ + "riésemos"} ; + VP (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; + VP (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; VP (Pret Sg P1) => adqui_ + "rí" ; VP (Pret Sg P2) => adqui_ + "riste" ; VP (Pret Sg P3) => adqui_ + "rió" ; @@ -621,18 +621,18 @@ oper ahincar_11 : Str -> Verbum = \ahincar -> VP (Pres Subj Pl P1) => ah_ + "inquemos" ; VP (Pres Subj Pl P2) => ah_ + "inquéis" ; VP (Pres Subj Pl P3) => ah_ + "ínquen" ; - VP (Past Ind Sg P1) => ah_ + "incaba" ; - VP (Past Ind Sg P2) => ah_ + "incabas" ; - VP (Past Ind Sg P3) => ah_ + "incaba" ; - VP (Past Ind Pl P1) => ah_ + "incábamos" ; - VP (Past Ind Pl P2) => ah_ + "incabais" ; - VP (Past Ind Pl P3) => ah_ + "incaban" ; - VP (Past Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; - VP (Past Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; - VP (Past Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; - VP (Past Subj Pl P1) => variants {ah_ + "incáramos" ; ah_ + "incásemos"} ; - VP (Past Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; - VP (Past Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; + VP (Impf Ind Sg P1) => ah_ + "incaba" ; + VP (Impf Ind Sg P2) => ah_ + "incabas" ; + VP (Impf Ind Sg P3) => ah_ + "incaba" ; + VP (Impf Ind Pl P1) => ah_ + "incábamos" ; + VP (Impf Ind Pl P2) => ah_ + "incabais" ; + VP (Impf Ind Pl P3) => ah_ + "incaban" ; + VP (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; + VP (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; + VP (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; + VP (Impf Subj Pl P1) => variants {ah_ + "incáramos" ; ah_ + "incásemos"} ; + VP (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; + VP (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; VP (Pret Sg P1) => ah_ + "inqué" ; VP (Pret Sg P2) => ah_ + "incaste" ; VP (Pret Sg P3) => ah_ + "incó" ; @@ -687,18 +687,18 @@ oper airar_12 : Str -> Verbum = \airar -> VP (Pres Subj Pl P1) => a_ + "iremos" ; VP (Pres Subj Pl P2) => a_ + "iréis" ; VP (Pres Subj Pl P3) => a_ + "íren" ; - VP (Past Ind Sg P1) => a_ + "iraba" ; - VP (Past Ind Sg P2) => a_ + "irabas" ; - VP (Past Ind Sg P3) => a_ + "iraba" ; - VP (Past Ind Pl P1) => a_ + "irábamos" ; - VP (Past Ind Pl P2) => a_ + "irabais" ; - VP (Past Ind Pl P3) => a_ + "iraban" ; - VP (Past Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; - VP (Past Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; - VP (Past Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; - VP (Past Subj Pl P1) => variants {a_ + "iráramos" ; a_ + "irásemos"} ; - VP (Past Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; - VP (Past Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; + VP (Impf Ind Sg P1) => a_ + "iraba" ; + VP (Impf Ind Sg P2) => a_ + "irabas" ; + VP (Impf Ind Sg P3) => a_ + "iraba" ; + VP (Impf Ind Pl P1) => a_ + "irábamos" ; + VP (Impf Ind Pl P2) => a_ + "irabais" ; + VP (Impf Ind Pl P3) => a_ + "iraban" ; + VP (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; + VP (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; + VP (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; + VP (Impf Subj Pl P1) => variants {a_ + "iráramos" ; a_ + "irásemos"} ; + VP (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; + VP (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; VP (Pret Sg P1) => a_ + "iré" ; VP (Pret Sg P2) => a_ + "iraste" ; VP (Pret Sg P3) => a_ + "iró" ; @@ -753,18 +753,18 @@ oper andar_13 : Str -> Verbum = \andar -> VP (Pres Subj Pl P1) => and_ + "emos" ; VP (Pres Subj Pl P2) => and_ + "éis" ; VP (Pres Subj Pl P3) => and_ + "en" ; - VP (Past Ind Sg P1) => and_ + "aba" ; - VP (Past Ind Sg P2) => and_ + "abas" ; - VP (Past Ind Sg P3) => and_ + "aba" ; - VP (Past Ind Pl P1) => and_ + "ábamos" ; - VP (Past Ind Pl P2) => and_ + "abais" ; - VP (Past Ind Pl P3) => and_ + "aban" ; - VP (Past Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; - VP (Past Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; - VP (Past Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; - VP (Past Subj Pl P1) => variants {and_ + "uviéramos" ; and_ + "uviésemos"} ; - VP (Past Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; - VP (Past Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; + VP (Impf Ind Sg P1) => and_ + "aba" ; + VP (Impf Ind Sg P2) => and_ + "abas" ; + VP (Impf Ind Sg P3) => and_ + "aba" ; + VP (Impf Ind Pl P1) => and_ + "ábamos" ; + VP (Impf Ind Pl P2) => and_ + "abais" ; + VP (Impf Ind Pl P3) => and_ + "aban" ; + VP (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; + VP (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; + VP (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; + VP (Impf Subj Pl P1) => variants {and_ + "uviéramos" ; and_ + "uviésemos"} ; + VP (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; + VP (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; VP (Pret Sg P1) => and_ + "uve" ; VP (Pret Sg P2) => and_ + "uviste" ; VP (Pret Sg P3) => and_ + "uvo" ; @@ -819,18 +819,18 @@ oper asir_14 : Str -> Verbum = \asir -> VP (Pres Subj Pl P1) => as_ + "gamos" ; VP (Pres Subj Pl P2) => as_ + "gáis" ; VP (Pres Subj Pl P3) => as_ + "gan" ; - VP (Past Ind Sg P1) => as_ + "ía" ; - VP (Past Ind Sg P2) => as_ + "ías" ; - VP (Past Ind Sg P3) => as_ + "ía" ; - VP (Past Ind Pl P1) => as_ + "íamos" ; - VP (Past Ind Pl P2) => as_ + "íais" ; - VP (Past Ind Pl P3) => as_ + "ían" ; - VP (Past Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; - VP (Past Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; - VP (Past Subj Pl P1) => variants {as_ + "iéramos" ; as_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; + VP (Impf Ind Sg P1) => as_ + "ía" ; + VP (Impf Ind Sg P2) => as_ + "ías" ; + VP (Impf Ind Sg P3) => as_ + "ía" ; + VP (Impf Ind Pl P1) => as_ + "íamos" ; + VP (Impf Ind Pl P2) => as_ + "íais" ; + VP (Impf Ind Pl P3) => as_ + "ían" ; + VP (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {as_ + "iéramos" ; as_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; VP (Pret Sg P1) => as_ + "í" ; VP (Pret Sg P2) => as_ + "iste" ; VP (Pret Sg P3) => as_ + "ió" ; @@ -885,18 +885,18 @@ oper aullar_15 : Str -> Verbum = \aullar -> VP (Pres Subj Pl P1) => a_ + "ullemos" ; VP (Pres Subj Pl P2) => a_ + "ulléis" ; VP (Pres Subj Pl P3) => a_ + "úllen" ; - VP (Past Ind Sg P1) => a_ + "ullaba" ; - VP (Past Ind Sg P2) => a_ + "ullabas" ; - VP (Past Ind Sg P3) => a_ + "ullaba" ; - VP (Past Ind Pl P1) => a_ + "ullábamos" ; - VP (Past Ind Pl P2) => a_ + "ullabais" ; - VP (Past Ind Pl P3) => a_ + "ullaban" ; - VP (Past Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; - VP (Past Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; - VP (Past Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; - VP (Past Subj Pl P1) => variants {a_ + "ulláramos" ; a_ + "ullásemos"} ; - VP (Past Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; - VP (Past Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; + VP (Impf Ind Sg P1) => a_ + "ullaba" ; + VP (Impf Ind Sg P2) => a_ + "ullabas" ; + VP (Impf Ind Sg P3) => a_ + "ullaba" ; + VP (Impf Ind Pl P1) => a_ + "ullábamos" ; + VP (Impf Ind Pl P2) => a_ + "ullabais" ; + VP (Impf Ind Pl P3) => a_ + "ullaban" ; + VP (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; + VP (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; + VP (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; + VP (Impf Subj Pl P1) => variants {a_ + "ulláramos" ; a_ + "ullásemos"} ; + VP (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; + VP (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; VP (Pret Sg P1) => a_ + "ullé" ; VP (Pret Sg P2) => a_ + "ullaste" ; VP (Pret Sg P3) => a_ + "ulló" ; @@ -951,18 +951,18 @@ oper avergonzar_16 : Str -> Verbum = \avergonzar -> VP (Pres Subj Pl P1) => averg_ + "oncemos" ; VP (Pres Subj Pl P2) => averg_ + "oncéis" ; VP (Pres Subj Pl P3) => averg_ + "üencen" ; - VP (Past Ind Sg P1) => averg_ + "onzaba" ; - VP (Past Ind Sg P2) => averg_ + "onzabas" ; - VP (Past Ind Sg P3) => averg_ + "onzaba" ; - VP (Past Ind Pl P1) => averg_ + "onzábamos" ; - VP (Past Ind Pl P2) => averg_ + "onzabais" ; - VP (Past Ind Pl P3) => averg_ + "onzaban" ; - VP (Past Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; - VP (Past Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; - VP (Past Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; - VP (Past Subj Pl P1) => variants {averg_ + "onzáramos" ; averg_ + "onzásemos"} ; - VP (Past Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; - VP (Past Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; + VP (Impf Ind Sg P1) => averg_ + "onzaba" ; + VP (Impf Ind Sg P2) => averg_ + "onzabas" ; + VP (Impf Ind Sg P3) => averg_ + "onzaba" ; + VP (Impf Ind Pl P1) => averg_ + "onzábamos" ; + VP (Impf Ind Pl P2) => averg_ + "onzabais" ; + VP (Impf Ind Pl P3) => averg_ + "onzaban" ; + VP (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; + VP (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; + VP (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; + VP (Impf Subj Pl P1) => variants {averg_ + "onzáramos" ; averg_ + "onzásemos"} ; + VP (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; + VP (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; VP (Pret Sg P1) => averg_ + "oncé" ; VP (Pret Sg P2) => averg_ + "onzaste" ; VP (Pret Sg P3) => averg_ + "onzó" ; @@ -1017,18 +1017,18 @@ oper averiguar_17 : Str -> Verbum = \averiguar -> VP (Pres Subj Pl P1) => averig_ + "üemos" ; VP (Pres Subj Pl P2) => averig_ + "üéis" ; VP (Pres Subj Pl P3) => averig_ + "üen" ; - VP (Past Ind Sg P1) => averig_ + "uaba" ; - VP (Past Ind Sg P2) => averig_ + "uabas" ; - VP (Past Ind Sg P3) => averig_ + "uaba" ; - VP (Past Ind Pl P1) => averig_ + "uábamos" ; - VP (Past Ind Pl P2) => averig_ + "uabais" ; - VP (Past Ind Pl P3) => averig_ + "uaban" ; - VP (Past Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; - VP (Past Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; - VP (Past Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; - VP (Past Subj Pl P1) => variants {averig_ + "uáramos" ; averig_ + "uásemos"} ; - VP (Past Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; - VP (Past Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; + VP (Impf Ind Sg P1) => averig_ + "uaba" ; + VP (Impf Ind Sg P2) => averig_ + "uabas" ; + VP (Impf Ind Sg P3) => averig_ + "uaba" ; + VP (Impf Ind Pl P1) => averig_ + "uábamos" ; + VP (Impf Ind Pl P2) => averig_ + "uabais" ; + VP (Impf Ind Pl P3) => averig_ + "uaban" ; + VP (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; + VP (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; + VP (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; + VP (Impf Subj Pl P1) => variants {averig_ + "uáramos" ; averig_ + "uásemos"} ; + VP (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; + VP (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; VP (Pret Sg P1) => averig_ + "üé" ; VP (Pret Sg P2) => averig_ + "uaste" ; VP (Pret Sg P3) => averig_ + "uó" ; @@ -1083,18 +1083,18 @@ oper bru VP (Pres Subj Pl P1) => bruñ_ + "amos" ; VP (Pres Subj Pl P2) => bruñ_ + "áis" ; VP (Pres Subj Pl P3) => bruñ_ + "an" ; - VP (Past Ind Sg P1) => bruñ_ + "ía" ; - VP (Past Ind Sg P2) => bruñ_ + "ías" ; - VP (Past Ind Sg P3) => bruñ_ + "ía" ; - VP (Past Ind Pl P1) => bruñ_ + "íamos" ; - VP (Past Ind Pl P2) => bruñ_ + "íais" ; - VP (Past Ind Pl P3) => bruñ_ + "ían" ; - VP (Past Subj Sg P1) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; - VP (Past Subj Sg P2) => variants {bruñ_ + "eras" ; bruñ_ + "eses"} ; - VP (Past Subj Sg P3) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; - VP (Past Subj Pl P1) => variants {bruñ_ + "éramos" ; bruñ_ + "ésemos"} ; - VP (Past Subj Pl P2) => variants {bruñ_ + "erais" ; bruñ_ + "eseis"} ; - VP (Past Subj Pl P3) => variants {bruñ_ + "eran" ; bruñ_ + "esen"} ; + VP (Impf Ind Sg P1) => bruñ_ + "ía" ; + VP (Impf Ind Sg P2) => bruñ_ + "ías" ; + VP (Impf Ind Sg P3) => bruñ_ + "ía" ; + VP (Impf Ind Pl P1) => bruñ_ + "íamos" ; + VP (Impf Ind Pl P2) => bruñ_ + "íais" ; + VP (Impf Ind Pl P3) => bruñ_ + "ían" ; + VP (Impf Subj Sg P1) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; + VP (Impf Subj Sg P2) => variants {bruñ_ + "eras" ; bruñ_ + "eses"} ; + VP (Impf Subj Sg P3) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; + VP (Impf Subj Pl P1) => variants {bruñ_ + "éramos" ; bruñ_ + "ésemos"} ; + VP (Impf Subj Pl P2) => variants {bruñ_ + "erais" ; bruñ_ + "eseis"} ; + VP (Impf Subj Pl P3) => variants {bruñ_ + "eran" ; bruñ_ + "esen"} ; VP (Pret Sg P1) => bruñ_ + "í" ; VP (Pret Sg P2) => bruñ_ + "iste" ; VP (Pret Sg P3) => bruñ_ + "ó" ; @@ -1149,18 +1149,18 @@ oper caber_19 : Str -> Verbum = \caber -> VP (Pres Subj Pl P1) => x_ + "quepamos" ; VP (Pres Subj Pl P2) => x_ + "quepáis" ; VP (Pres Subj Pl P3) => x_ + "quepan" ; - VP (Past Ind Sg P1) => x_ + "cabía" ; - VP (Past Ind Sg P2) => x_ + "cabías" ; - VP (Past Ind Sg P3) => x_ + "cabía" ; - VP (Past Ind Pl P1) => x_ + "cabíamos" ; - VP (Past Ind Pl P2) => x_ + "cabíais" ; - VP (Past Ind Pl P3) => x_ + "cabían" ; - VP (Past Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; - VP (Past Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; - VP (Past Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; - VP (Past Subj Pl P1) => variants {x_ + "cupiéramos" ; x_ + "cupiésemos"} ; - VP (Past Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; - VP (Past Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; + VP (Impf Ind Sg P1) => x_ + "cabía" ; + VP (Impf Ind Sg P2) => x_ + "cabías" ; + VP (Impf Ind Sg P3) => x_ + "cabía" ; + VP (Impf Ind Pl P1) => x_ + "cabíamos" ; + VP (Impf Ind Pl P2) => x_ + "cabíais" ; + VP (Impf Ind Pl P3) => x_ + "cabían" ; + VP (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; + VP (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; + VP (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; + VP (Impf Subj Pl P1) => variants {x_ + "cupiéramos" ; x_ + "cupiésemos"} ; + VP (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; + VP (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; VP (Pret Sg P1) => x_ + "cupe" ; VP (Pret Sg P2) => x_ + "cupiste" ; VP (Pret Sg P3) => x_ + "cupo" ; @@ -1215,18 +1215,18 @@ oper caer_20 : Str -> Verbum = \caer -> VP (Pres Subj Pl P1) => ca_ + "igamos" ; VP (Pres Subj Pl P2) => ca_ + "igáis" ; VP (Pres Subj Pl P3) => ca_ + "igan" ; - VP (Past Ind Sg P1) => ca_ + "ía" ; - VP (Past Ind Sg P2) => ca_ + "ías" ; - VP (Past Ind Sg P3) => ca_ + "ía" ; - VP (Past Ind Pl P1) => ca_ + "íamos" ; - VP (Past Ind Pl P2) => ca_ + "íais" ; - VP (Past Ind Pl P3) => ca_ + "ían" ; - VP (Past Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; - VP (Past Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; - VP (Past Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; - VP (Past Subj Pl P1) => variants {ca_ + "yéramos" ; ca_ + "yésemos"} ; - VP (Past Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; - VP (Past Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; + VP (Impf Ind Sg P1) => ca_ + "ía" ; + VP (Impf Ind Sg P2) => ca_ + "ías" ; + VP (Impf Ind Sg P3) => ca_ + "ía" ; + VP (Impf Ind Pl P1) => ca_ + "íamos" ; + VP (Impf Ind Pl P2) => ca_ + "íais" ; + VP (Impf Ind Pl P3) => ca_ + "ían" ; + VP (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; + VP (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; + VP (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; + VP (Impf Subj Pl P1) => variants {ca_ + "yéramos" ; ca_ + "yésemos"} ; + VP (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; + VP (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; VP (Pret Sg P1) => ca_ + "í" ; VP (Pret Sg P2) => ca_ + "íste" ; VP (Pret Sg P3) => ca_ + "yó" ; @@ -1281,18 +1281,18 @@ oper cazar_21 : Str -> Verbum = \cazar -> VP (Pres Subj Pl P1) => ca_ + "cemos" ; VP (Pres Subj Pl P2) => ca_ + "céis" ; VP (Pres Subj Pl P3) => ca_ + "cen" ; - VP (Past Ind Sg P1) => ca_ + "zaba" ; - VP (Past Ind Sg P2) => ca_ + "zabas" ; - VP (Past Ind Sg P3) => ca_ + "zaba" ; - VP (Past Ind Pl P1) => ca_ + "zábamos" ; - VP (Past Ind Pl P2) => ca_ + "zabais" ; - VP (Past Ind Pl P3) => ca_ + "zaban" ; - VP (Past Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; - VP (Past Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; - VP (Past Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; - VP (Past Subj Pl P1) => variants {ca_ + "záramos" ; ca_ + "zásemos"} ; - VP (Past Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; - VP (Past Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; + VP (Impf Ind Sg P1) => ca_ + "zaba" ; + VP (Impf Ind Sg P2) => ca_ + "zabas" ; + VP (Impf Ind Sg P3) => ca_ + "zaba" ; + VP (Impf Ind Pl P1) => ca_ + "zábamos" ; + VP (Impf Ind Pl P2) => ca_ + "zabais" ; + VP (Impf Ind Pl P3) => ca_ + "zaban" ; + VP (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; + VP (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; + VP (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; + VP (Impf Subj Pl P1) => variants {ca_ + "záramos" ; ca_ + "zásemos"} ; + VP (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; + VP (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; VP (Pret Sg P1) => ca_ + "cé" ; VP (Pret Sg P2) => ca_ + "zaste" ; VP (Pret Sg P3) => ca_ + "zó" ; @@ -1347,18 +1347,18 @@ oper cocer_22 : Str -> Verbum = \cocer -> VP (Pres Subj Pl P1) => c_ + "ozamos" ; VP (Pres Subj Pl P2) => c_ + "ozáis" ; VP (Pres Subj Pl P3) => c_ + "uezan" ; - VP (Past Ind Sg P1) => c_ + "ocía" ; - VP (Past Ind Sg P2) => c_ + "ocías" ; - VP (Past Ind Sg P3) => c_ + "ocía" ; - VP (Past Ind Pl P1) => c_ + "ocíamos" ; - VP (Past Ind Pl P2) => c_ + "ocíais" ; - VP (Past Ind Pl P3) => c_ + "ocían" ; - VP (Past Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; - VP (Past Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; - VP (Past Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; - VP (Past Subj Pl P1) => variants {c_ + "ociéramos" ; c_ + "ociésemos"} ; - VP (Past Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; - VP (Past Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; + VP (Impf Ind Sg P1) => c_ + "ocía" ; + VP (Impf Ind Sg P2) => c_ + "ocías" ; + VP (Impf Ind Sg P3) => c_ + "ocía" ; + VP (Impf Ind Pl P1) => c_ + "ocíamos" ; + VP (Impf Ind Pl P2) => c_ + "ocíais" ; + VP (Impf Ind Pl P3) => c_ + "ocían" ; + VP (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; + VP (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; + VP (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; + VP (Impf Subj Pl P1) => variants {c_ + "ociéramos" ; c_ + "ociésemos"} ; + VP (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; + VP (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; VP (Pret Sg P1) => c_ + "ocí" ; VP (Pret Sg P2) => c_ + "ociste" ; VP (Pret Sg P3) => c_ + "oció" ; @@ -1413,18 +1413,18 @@ oper coger_23 : Str -> Verbum = \coger -> VP (Pres Subj Pl P1) => co_ + "jamos" ; VP (Pres Subj Pl P2) => co_ + "jáis" ; VP (Pres Subj Pl P3) => co_ + "jan" ; - VP (Past Ind Sg P1) => co_ + "gía" ; - VP (Past Ind Sg P2) => co_ + "gías" ; - VP (Past Ind Sg P3) => co_ + "gía" ; - VP (Past Ind Pl P1) => co_ + "gíamos" ; - VP (Past Ind Pl P2) => co_ + "gíais" ; - VP (Past Ind Pl P3) => co_ + "gían" ; - VP (Past Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; - VP (Past Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; - VP (Past Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; - VP (Past Subj Pl P1) => variants {co_ + "giéramos" ; co_ + "giésemos"} ; - VP (Past Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; - VP (Past Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; + VP (Impf Ind Sg P1) => co_ + "gía" ; + VP (Impf Ind Sg P2) => co_ + "gías" ; + VP (Impf Ind Sg P3) => co_ + "gía" ; + VP (Impf Ind Pl P1) => co_ + "gíamos" ; + VP (Impf Ind Pl P2) => co_ + "gíais" ; + VP (Impf Ind Pl P3) => co_ + "gían" ; + VP (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; + VP (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; + VP (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; + VP (Impf Subj Pl P1) => variants {co_ + "giéramos" ; co_ + "giésemos"} ; + VP (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; + VP (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; VP (Pret Sg P1) => co_ + "gí" ; VP (Pret Sg P2) => co_ + "giste" ; VP (Pret Sg P3) => co_ + "gió" ; @@ -1479,18 +1479,18 @@ oper colgar_24 : Str -> Verbum = \colgar -> VP (Pres Subj Pl P1) => c_ + "olguemos" ; VP (Pres Subj Pl P2) => c_ + "olguéis" ; VP (Pres Subj Pl P3) => c_ + "uelguen" ; - VP (Past Ind Sg P1) => c_ + "olgaba" ; - VP (Past Ind Sg P2) => c_ + "olgabas" ; - VP (Past Ind Sg P3) => c_ + "olgaba" ; - VP (Past Ind Pl P1) => c_ + "olgábamos" ; - VP (Past Ind Pl P2) => c_ + "olgabais" ; - VP (Past Ind Pl P3) => c_ + "olgaban" ; - VP (Past Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; - VP (Past Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; - VP (Past Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; - VP (Past Subj Pl P1) => variants {c_ + "olgáramos" ; c_ + "olgásemos"} ; - VP (Past Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; - VP (Past Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; + VP (Impf Ind Sg P1) => c_ + "olgaba" ; + VP (Impf Ind Sg P2) => c_ + "olgabas" ; + VP (Impf Ind Sg P3) => c_ + "olgaba" ; + VP (Impf Ind Pl P1) => c_ + "olgábamos" ; + VP (Impf Ind Pl P2) => c_ + "olgabais" ; + VP (Impf Ind Pl P3) => c_ + "olgaban" ; + VP (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; + VP (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; + VP (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; + VP (Impf Subj Pl P1) => variants {c_ + "olgáramos" ; c_ + "olgásemos"} ; + VP (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; + VP (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; VP (Pret Sg P1) => c_ + "olgué" ; VP (Pret Sg P2) => c_ + "olgaste" ; VP (Pret Sg P3) => c_ + "olgó" ; @@ -1545,18 +1545,18 @@ oper conocer_25 : Str -> Verbum = \conocer -> VP (Pres Subj Pl P1) => cono_ + "zcamos" ; VP (Pres Subj Pl P2) => cono_ + "zcáis" ; VP (Pres Subj Pl P3) => cono_ + "zcan" ; - VP (Past Ind Sg P1) => cono_ + "cía" ; - VP (Past Ind Sg P2) => cono_ + "cías" ; - VP (Past Ind Sg P3) => cono_ + "cía" ; - VP (Past Ind Pl P1) => cono_ + "cíamos" ; - VP (Past Ind Pl P2) => cono_ + "cíais" ; - VP (Past Ind Pl P3) => cono_ + "cían" ; - VP (Past Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; - VP (Past Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; - VP (Past Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; - VP (Past Subj Pl P1) => variants {cono_ + "ciéramos" ; cono_ + "ciésemos"} ; - VP (Past Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; - VP (Past Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; + VP (Impf Ind Sg P1) => cono_ + "cía" ; + VP (Impf Ind Sg P2) => cono_ + "cías" ; + VP (Impf Ind Sg P3) => cono_ + "cía" ; + VP (Impf Ind Pl P1) => cono_ + "cíamos" ; + VP (Impf Ind Pl P2) => cono_ + "cíais" ; + VP (Impf Ind Pl P3) => cono_ + "cían" ; + VP (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; + VP (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; + VP (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; + VP (Impf Subj Pl P1) => variants {cono_ + "ciéramos" ; cono_ + "ciésemos"} ; + VP (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; + VP (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; VP (Pret Sg P1) => cono_ + "cí" ; VP (Pret Sg P2) => cono_ + "ciste" ; VP (Pret Sg P3) => cono_ + "ció" ; @@ -1611,18 +1611,18 @@ oper creer_26 : Str -> Verbum = \creer -> VP (Pres Subj Pl P1) => cre_ + "amos" ; VP (Pres Subj Pl P2) => cre_ + "áis" ; VP (Pres Subj Pl P3) => cre_ + "an" ; - VP (Past Ind Sg P1) => cre_ + "ía" ; - VP (Past Ind Sg P2) => cre_ + "ías" ; - VP (Past Ind Sg P3) => cre_ + "ía" ; - VP (Past Ind Pl P1) => cre_ + "íamos" ; - VP (Past Ind Pl P2) => cre_ + "íais" ; - VP (Past Ind Pl P3) => cre_ + "ían" ; - VP (Past Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; - VP (Past Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; - VP (Past Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; - VP (Past Subj Pl P1) => variants {cre_ + "yéramos" ; cre_ + "yésemos"} ; - VP (Past Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; - VP (Past Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; + VP (Impf Ind Sg P1) => cre_ + "ía" ; + VP (Impf Ind Sg P2) => cre_ + "ías" ; + VP (Impf Ind Sg P3) => cre_ + "ía" ; + VP (Impf Ind Pl P1) => cre_ + "íamos" ; + VP (Impf Ind Pl P2) => cre_ + "íais" ; + VP (Impf Ind Pl P3) => cre_ + "ían" ; + VP (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; + VP (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; + VP (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; + VP (Impf Subj Pl P1) => variants {cre_ + "yéramos" ; cre_ + "yésemos"} ; + VP (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; + VP (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; VP (Pret Sg P1) => cre_ + "í" ; VP (Pret Sg P2) => cre_ + "íste" ; VP (Pret Sg P3) => cre_ + "yó" ; @@ -1677,18 +1677,18 @@ oper dar_27 : Str -> Verbum = \dar -> VP (Pres Subj Pl P1) => d_ + "emos" ; VP (Pres Subj Pl P2) => d_ + "eis" ; VP (Pres Subj Pl P3) => d_ + "en" ; - VP (Past Ind Sg P1) => d_ + "aba" ; - VP (Past Ind Sg P2) => d_ + "abas" ; - VP (Past Ind Sg P3) => d_ + "aba" ; - VP (Past Ind Pl P1) => d_ + "ábamos" ; - VP (Past Ind Pl P2) => d_ + "abais" ; - VP (Past Ind Pl P3) => d_ + "aban" ; - VP (Past Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; - VP (Past Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; - VP (Past Subj Pl P1) => variants {d_ + "iéramos" ; d_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; + VP (Impf Ind Sg P1) => d_ + "aba" ; + VP (Impf Ind Sg P2) => d_ + "abas" ; + VP (Impf Ind Sg P3) => d_ + "aba" ; + VP (Impf Ind Pl P1) => d_ + "ábamos" ; + VP (Impf Ind Pl P2) => d_ + "abais" ; + VP (Impf Ind Pl P3) => d_ + "aban" ; + VP (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {d_ + "iéramos" ; d_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; VP (Pret Sg P1) => d_ + "i" ; VP (Pret Sg P2) => d_ + "iste" ; VP (Pret Sg P3) => d_ + "io" ; @@ -1743,18 +1743,18 @@ oper decir_28 : Str -> Verbum = \decir -> VP (Pres Subj Pl P1) => d_ + "igamos" ; VP (Pres Subj Pl P2) => d_ + "igáis" ; VP (Pres Subj Pl P3) => d_ + "igan" ; - VP (Past Ind Sg P1) => d_ + "ecía" ; - VP (Past Ind Sg P2) => d_ + "ecías" ; - VP (Past Ind Sg P3) => d_ + "ecía" ; - VP (Past Ind Pl P1) => d_ + "ecíamos" ; - VP (Past Ind Pl P2) => d_ + "ecíais" ; - VP (Past Ind Pl P3) => d_ + "ecían" ; - VP (Past Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; - VP (Past Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; - VP (Past Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; - VP (Past Subj Pl P1) => variants {d_ + "ijéramos" ; d_ + "ijésemos"} ; - VP (Past Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; - VP (Past Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; + VP (Impf Ind Sg P1) => d_ + "ecía" ; + VP (Impf Ind Sg P2) => d_ + "ecías" ; + VP (Impf Ind Sg P3) => d_ + "ecía" ; + VP (Impf Ind Pl P1) => d_ + "ecíamos" ; + VP (Impf Ind Pl P2) => d_ + "ecíais" ; + VP (Impf Ind Pl P3) => d_ + "ecían" ; + VP (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; + VP (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; + VP (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; + VP (Impf Subj Pl P1) => variants {d_ + "ijéramos" ; d_ + "ijésemos"} ; + VP (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; + VP (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; VP (Pret Sg P1) => d_ + "ije" ; VP (Pret Sg P2) => d_ + "ijiste" ; VP (Pret Sg P3) => d_ + "ijo" ; @@ -1809,18 +1809,18 @@ oper defender_29 : Str -> Verbum = \defender -> VP (Pres Subj Pl P1) => def_ + "endamos" ; VP (Pres Subj Pl P2) => def_ + "endáis" ; VP (Pres Subj Pl P3) => def_ + "iendan" ; - VP (Past Ind Sg P1) => def_ + "endía" ; - VP (Past Ind Sg P2) => def_ + "endías" ; - VP (Past Ind Sg P3) => def_ + "endía" ; - VP (Past Ind Pl P1) => def_ + "endíamos" ; - VP (Past Ind Pl P2) => def_ + "endíais" ; - VP (Past Ind Pl P3) => def_ + "endían" ; - VP (Past Subj Sg P1) => variants {def_ + "endiera" ; def_ + "endiese"} ; - VP (Past Subj Sg P2) => variants {def_ + "endieras" ; def_ + "endieses"} ; - VP (Past Subj Sg P3) => variants {def_ + "endiera" ; def_ + "endiese"} ; - VP (Past Subj Pl P1) => variants {def_ + "endiéramos" ; def_ + "endiésemos"} ; - VP (Past Subj Pl P2) => variants {def_ + "endierais" ; def_ + "endieseis"} ; - VP (Past Subj Pl P3) => variants {def_ + "endieran" ; def_ + "endiesen"} ; + VP (Impf Ind Sg P1) => def_ + "endía" ; + VP (Impf Ind Sg P2) => def_ + "endías" ; + VP (Impf Ind Sg P3) => def_ + "endía" ; + VP (Impf Ind Pl P1) => def_ + "endíamos" ; + VP (Impf Ind Pl P2) => def_ + "endíais" ; + VP (Impf Ind Pl P3) => def_ + "endían" ; + VP (Impf Subj Sg P1) => variants {def_ + "endiera" ; def_ + "endiese"} ; + VP (Impf Subj Sg P2) => variants {def_ + "endieras" ; def_ + "endieses"} ; + VP (Impf Subj Sg P3) => variants {def_ + "endiera" ; def_ + "endiese"} ; + VP (Impf Subj Pl P1) => variants {def_ + "endiéramos" ; def_ + "endiésemos"} ; + VP (Impf Subj Pl P2) => variants {def_ + "endierais" ; def_ + "endieseis"} ; + VP (Impf Subj Pl P3) => variants {def_ + "endieran" ; def_ + "endiesen"} ; VP (Pret Sg P1) => def_ + "endí" ; VP (Pret Sg P2) => def_ + "endiste" ; VP (Pret Sg P3) => def_ + "endió" ; @@ -1875,18 +1875,18 @@ oper delinquir_30 : Str -> Verbum = \delinquir -> VP (Pres Subj Pl P1) => delin_ + "camos" ; VP (Pres Subj Pl P2) => delin_ + "cáis" ; VP (Pres Subj Pl P3) => delin_ + "can" ; - VP (Past Ind Sg P1) => delin_ + "quía" ; - VP (Past Ind Sg P2) => delin_ + "quías" ; - VP (Past Ind Sg P3) => delin_ + "quía" ; - VP (Past Ind Pl P1) => delin_ + "quíamos" ; - VP (Past Ind Pl P2) => delin_ + "quíais" ; - VP (Past Ind Pl P3) => delin_ + "quían" ; - VP (Past Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; - VP (Past Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; - VP (Past Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; - VP (Past Subj Pl P1) => variants {delin_ + "quiéramos" ; delin_ + "quiésemos"} ; - VP (Past Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; - VP (Past Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; + VP (Impf Ind Sg P1) => delin_ + "quía" ; + VP (Impf Ind Sg P2) => delin_ + "quías" ; + VP (Impf Ind Sg P3) => delin_ + "quía" ; + VP (Impf Ind Pl P1) => delin_ + "quíamos" ; + VP (Impf Ind Pl P2) => delin_ + "quíais" ; + VP (Impf Ind Pl P3) => delin_ + "quían" ; + VP (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; + VP (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; + VP (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; + VP (Impf Subj Pl P1) => variants {delin_ + "quiéramos" ; delin_ + "quiésemos"} ; + VP (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; + VP (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; VP (Pret Sg P1) => delin_ + "quí" ; VP (Pret Sg P2) => delin_ + "quiste" ; VP (Pret Sg P3) => delin_ + "quió" ; @@ -1941,18 +1941,18 @@ oper desosar_31 : Str -> Verbum = \desosar -> VP (Pres Subj Pl P1) => des_ + "osemos" ; VP (Pres Subj Pl P2) => des_ + "oséis" ; VP (Pres Subj Pl P3) => des_ + "huesen" ; - VP (Past Ind Sg P1) => des_ + "osaba" ; - VP (Past Ind Sg P2) => des_ + "osabas" ; - VP (Past Ind Sg P3) => des_ + "osaba" ; - VP (Past Ind Pl P1) => des_ + "osábamos" ; - VP (Past Ind Pl P2) => des_ + "osabais" ; - VP (Past Ind Pl P3) => des_ + "osaban" ; - VP (Past Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; - VP (Past Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; - VP (Past Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; - VP (Past Subj Pl P1) => variants {des_ + "osáramos" ; des_ + "osásemos"} ; - VP (Past Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; - VP (Past Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; + VP (Impf Ind Sg P1) => des_ + "osaba" ; + VP (Impf Ind Sg P2) => des_ + "osabas" ; + VP (Impf Ind Sg P3) => des_ + "osaba" ; + VP (Impf Ind Pl P1) => des_ + "osábamos" ; + VP (Impf Ind Pl P2) => des_ + "osabais" ; + VP (Impf Ind Pl P3) => des_ + "osaban" ; + VP (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; + VP (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; + VP (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; + VP (Impf Subj Pl P1) => variants {des_ + "osáramos" ; des_ + "osásemos"} ; + VP (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; + VP (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; VP (Pret Sg P1) => des_ + "osé" ; VP (Pret Sg P2) => des_ + "osaste" ; VP (Pret Sg P3) => des_ + "osó" ; @@ -2007,18 +2007,18 @@ oper dirigir_32 : Str -> Verbum = \dirigir -> VP (Pres Subj Pl P1) => diri_ + "jamos" ; VP (Pres Subj Pl P2) => diri_ + "jáis" ; VP (Pres Subj Pl P3) => diri_ + "jan" ; - VP (Past Ind Sg P1) => diri_ + "gía" ; - VP (Past Ind Sg P2) => diri_ + "gías" ; - VP (Past Ind Sg P3) => diri_ + "gía" ; - VP (Past Ind Pl P1) => diri_ + "gíamos" ; - VP (Past Ind Pl P2) => diri_ + "gíais" ; - VP (Past Ind Pl P3) => diri_ + "gían" ; - VP (Past Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; - VP (Past Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; - VP (Past Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; - VP (Past Subj Pl P1) => variants {diri_ + "giéramos" ; diri_ + "giésemos"} ; - VP (Past Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; - VP (Past Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; + VP (Impf Ind Sg P1) => diri_ + "gía" ; + VP (Impf Ind Sg P2) => diri_ + "gías" ; + VP (Impf Ind Sg P3) => diri_ + "gía" ; + VP (Impf Ind Pl P1) => diri_ + "gíamos" ; + VP (Impf Ind Pl P2) => diri_ + "gíais" ; + VP (Impf Ind Pl P3) => diri_ + "gían" ; + VP (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; + VP (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; + VP (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; + VP (Impf Subj Pl P1) => variants {diri_ + "giéramos" ; diri_ + "giésemos"} ; + VP (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; + VP (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; VP (Pret Sg P1) => diri_ + "gí" ; VP (Pret Sg P2) => diri_ + "giste" ; VP (Pret Sg P3) => diri_ + "gió" ; @@ -2073,18 +2073,18 @@ oper discernir_33 : Str -> Verbum = \discernir -> VP (Pres Subj Pl P1) => disc_ + "ernamos" ; VP (Pres Subj Pl P2) => disc_ + "ernáis" ; VP (Pres Subj Pl P3) => disc_ + "iernan" ; - VP (Past Ind Sg P1) => disc_ + "ernía" ; - VP (Past Ind Sg P2) => disc_ + "ernías" ; - VP (Past Ind Sg P3) => disc_ + "ernía" ; - VP (Past Ind Pl P1) => disc_ + "erníamos" ; - VP (Past Ind Pl P2) => disc_ + "erníais" ; - VP (Past Ind Pl P3) => disc_ + "ernían" ; - VP (Past Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; - VP (Past Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; - VP (Past Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; - VP (Past Subj Pl P1) => variants {disc_ + "erniéramos" ; disc_ + "erniésemos"} ; - VP (Past Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; - VP (Past Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; + VP (Impf Ind Sg P1) => disc_ + "ernía" ; + VP (Impf Ind Sg P2) => disc_ + "ernías" ; + VP (Impf Ind Sg P3) => disc_ + "ernía" ; + VP (Impf Ind Pl P1) => disc_ + "erníamos" ; + VP (Impf Ind Pl P2) => disc_ + "erníais" ; + VP (Impf Ind Pl P3) => disc_ + "ernían" ; + VP (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; + VP (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; + VP (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; + VP (Impf Subj Pl P1) => variants {disc_ + "erniéramos" ; disc_ + "erniésemos"} ; + VP (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; + VP (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; VP (Pret Sg P1) => disc_ + "erní" ; VP (Pret Sg P2) => disc_ + "erniste" ; VP (Pret Sg P3) => disc_ + "ernió" ; @@ -2139,18 +2139,18 @@ oper distinguir_34 : Str -> Verbum = \distinguir -> VP (Pres Subj Pl P1) => disting_ + "amos" ; VP (Pres Subj Pl P2) => disting_ + "áis" ; VP (Pres Subj Pl P3) => disting_ + "an" ; - VP (Past Ind Sg P1) => disting_ + "uía" ; - VP (Past Ind Sg P2) => disting_ + "uías" ; - VP (Past Ind Sg P3) => disting_ + "uía" ; - VP (Past Ind Pl P1) => disting_ + "uíamos" ; - VP (Past Ind Pl P2) => disting_ + "uíais" ; - VP (Past Ind Pl P3) => disting_ + "uían" ; - VP (Past Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; - VP (Past Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; - VP (Past Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; - VP (Past Subj Pl P1) => variants {disting_ + "uiéramos" ; disting_ + "uiésemos"} ; - VP (Past Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; - VP (Past Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; + VP (Impf Ind Sg P1) => disting_ + "uía" ; + VP (Impf Ind Sg P2) => disting_ + "uías" ; + VP (Impf Ind Sg P3) => disting_ + "uía" ; + VP (Impf Ind Pl P1) => disting_ + "uíamos" ; + VP (Impf Ind Pl P2) => disting_ + "uíais" ; + VP (Impf Ind Pl P3) => disting_ + "uían" ; + VP (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; + VP (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; + VP (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; + VP (Impf Subj Pl P1) => variants {disting_ + "uiéramos" ; disting_ + "uiésemos"} ; + VP (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; + VP (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; VP (Pret Sg P1) => disting_ + "uí" ; VP (Pret Sg P2) => disting_ + "uiste" ; VP (Pret Sg P3) => disting_ + "uió" ; @@ -2205,18 +2205,18 @@ oper dormir_35 : Str -> Verbum = \dormir -> VP (Pres Subj Pl P1) => d_ + "urmamos" ; VP (Pres Subj Pl P2) => d_ + "urmáis" ; VP (Pres Subj Pl P3) => d_ + "uerman" ; - VP (Past Ind Sg P1) => d_ + "ormía" ; - VP (Past Ind Sg P2) => d_ + "ormías" ; - VP (Past Ind Sg P3) => d_ + "ormía" ; - VP (Past Ind Pl P1) => d_ + "ormíamos" ; - VP (Past Ind Pl P2) => d_ + "ormíais" ; - VP (Past Ind Pl P3) => d_ + "ormían" ; - VP (Past Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; - VP (Past Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; - VP (Past Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; - VP (Past Subj Pl P1) => variants {d_ + "urmiéramos" ; d_ + "urmiésemos"} ; - VP (Past Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; - VP (Past Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; + VP (Impf Ind Sg P1) => d_ + "ormía" ; + VP (Impf Ind Sg P2) => d_ + "ormías" ; + VP (Impf Ind Sg P3) => d_ + "ormía" ; + VP (Impf Ind Pl P1) => d_ + "ormíamos" ; + VP (Impf Ind Pl P2) => d_ + "ormíais" ; + VP (Impf Ind Pl P3) => d_ + "ormían" ; + VP (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; + VP (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; + VP (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; + VP (Impf Subj Pl P1) => variants {d_ + "urmiéramos" ; d_ + "urmiésemos"} ; + VP (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; + VP (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; VP (Pret Sg P1) => d_ + "ormí" ; VP (Pret Sg P2) => d_ + "ormiste" ; VP (Pret Sg P3) => d_ + "urmió" ; @@ -2271,18 +2271,18 @@ oper elegir_36 : Str -> Verbum = \elegir -> VP (Pres Subj Pl P1) => el_ + "ijamos" ; VP (Pres Subj Pl P2) => el_ + "ijáis" ; VP (Pres Subj Pl P3) => el_ + "ijan" ; - VP (Past Ind Sg P1) => el_ + "egía" ; - VP (Past Ind Sg P2) => el_ + "egías" ; - VP (Past Ind Sg P3) => el_ + "egía" ; - VP (Past Ind Pl P1) => el_ + "egíamos" ; - VP (Past Ind Pl P2) => el_ + "egíais" ; - VP (Past Ind Pl P3) => el_ + "egían" ; - VP (Past Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; - VP (Past Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; - VP (Past Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; - VP (Past Subj Pl P1) => variants {el_ + "igiéramos" ; el_ + "igiésemos"} ; - VP (Past Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; - VP (Past Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; + VP (Impf Ind Sg P1) => el_ + "egía" ; + VP (Impf Ind Sg P2) => el_ + "egías" ; + VP (Impf Ind Sg P3) => el_ + "egía" ; + VP (Impf Ind Pl P1) => el_ + "egíamos" ; + VP (Impf Ind Pl P2) => el_ + "egíais" ; + VP (Impf Ind Pl P3) => el_ + "egían" ; + VP (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; + VP (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; + VP (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; + VP (Impf Subj Pl P1) => variants {el_ + "igiéramos" ; el_ + "igiésemos"} ; + VP (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; + VP (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; VP (Pret Sg P1) => el_ + "egí" ; VP (Pret Sg P2) => el_ + "egiste" ; VP (Pret Sg P3) => el_ + "igió" ; @@ -2337,18 +2337,18 @@ oper empezar_37 : Str -> Verbum = \empezar -> VP (Pres Subj Pl P1) => emp_ + "ecemos" ; VP (Pres Subj Pl P2) => emp_ + "ecéis" ; VP (Pres Subj Pl P3) => emp_ + "iecen" ; - VP (Past Ind Sg P1) => emp_ + "ezaba" ; - VP (Past Ind Sg P2) => emp_ + "ezabas" ; - VP (Past Ind Sg P3) => emp_ + "ezaba" ; - VP (Past Ind Pl P1) => emp_ + "ezábamos" ; - VP (Past Ind Pl P2) => emp_ + "ezabais" ; - VP (Past Ind Pl P3) => emp_ + "ezaban" ; - VP (Past Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; - VP (Past Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; - VP (Past Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; - VP (Past Subj Pl P1) => variants {emp_ + "ezáramos" ; emp_ + "ezásemos"} ; - VP (Past Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; - VP (Past Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; + VP (Impf Ind Sg P1) => emp_ + "ezaba" ; + VP (Impf Ind Sg P2) => emp_ + "ezabas" ; + VP (Impf Ind Sg P3) => emp_ + "ezaba" ; + VP (Impf Ind Pl P1) => emp_ + "ezábamos" ; + VP (Impf Ind Pl P2) => emp_ + "ezabais" ; + VP (Impf Ind Pl P3) => emp_ + "ezaban" ; + VP (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; + VP (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; + VP (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; + VP (Impf Subj Pl P1) => variants {emp_ + "ezáramos" ; emp_ + "ezásemos"} ; + VP (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; + VP (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; VP (Pret Sg P1) => emp_ + "ecé" ; VP (Pret Sg P2) => emp_ + "ezaste" ; VP (Pret Sg P3) => emp_ + "ezó" ; @@ -2403,18 +2403,18 @@ oper encontrar_38 : Str -> Verbum = \encontrar -> VP (Pres Subj Pl P1) => enc_ + "ontremos" ; VP (Pres Subj Pl P2) => enc_ + "ontréis" ; VP (Pres Subj Pl P3) => enc_ + "uentren" ; - VP (Past Ind Sg P1) => enc_ + "ontraba" ; - VP (Past Ind Sg P2) => enc_ + "ontrabas" ; - VP (Past Ind Sg P3) => enc_ + "ontraba" ; - VP (Past Ind Pl P1) => enc_ + "ontrábamos" ; - VP (Past Ind Pl P2) => enc_ + "ontrabais" ; - VP (Past Ind Pl P3) => enc_ + "ontraban" ; - VP (Past Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; - VP (Past Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; - VP (Past Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; - VP (Past Subj Pl P1) => variants {enc_ + "ontráramos" ; enc_ + "ontrásemos"} ; - VP (Past Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; - VP (Past Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; + VP (Impf Ind Sg P1) => enc_ + "ontraba" ; + VP (Impf Ind Sg P2) => enc_ + "ontrabas" ; + VP (Impf Ind Sg P3) => enc_ + "ontraba" ; + VP (Impf Ind Pl P1) => enc_ + "ontrábamos" ; + VP (Impf Ind Pl P2) => enc_ + "ontrabais" ; + VP (Impf Ind Pl P3) => enc_ + "ontraban" ; + VP (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; + VP (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; + VP (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; + VP (Impf Subj Pl P1) => variants {enc_ + "ontráramos" ; enc_ + "ontrásemos"} ; + VP (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; + VP (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; VP (Pret Sg P1) => enc_ + "ontré" ; VP (Pret Sg P2) => enc_ + "ontraste" ; VP (Pret Sg P3) => enc_ + "ontró" ; @@ -2469,18 +2469,18 @@ oper enraizar_39 : Str -> Verbum = \enraizar -> VP (Pres Subj Pl P1) => enra_ + "icemos" ; VP (Pres Subj Pl P2) => enra_ + "icéis" ; VP (Pres Subj Pl P3) => enra_ + "ícen" ; - VP (Past Ind Sg P1) => enra_ + "izaba" ; - VP (Past Ind Sg P2) => enra_ + "izabas" ; - VP (Past Ind Sg P3) => enra_ + "izaba" ; - VP (Past Ind Pl P1) => enra_ + "izábamos" ; - VP (Past Ind Pl P2) => enra_ + "izabais" ; - VP (Past Ind Pl P3) => enra_ + "izaban" ; - VP (Past Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; - VP (Past Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; - VP (Past Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; - VP (Past Subj Pl P1) => variants {enra_ + "izáramos" ; enra_ + "izásemos"} ; - VP (Past Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; - VP (Past Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; + VP (Impf Ind Sg P1) => enra_ + "izaba" ; + VP (Impf Ind Sg P2) => enra_ + "izabas" ; + VP (Impf Ind Sg P3) => enra_ + "izaba" ; + VP (Impf Ind Pl P1) => enra_ + "izábamos" ; + VP (Impf Ind Pl P2) => enra_ + "izabais" ; + VP (Impf Ind Pl P3) => enra_ + "izaban" ; + VP (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; + VP (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; + VP (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; + VP (Impf Subj Pl P1) => variants {enra_ + "izáramos" ; enra_ + "izásemos"} ; + VP (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; + VP (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; VP (Pret Sg P1) => enra_ + "icé" ; VP (Pret Sg P2) => enra_ + "izaste" ; VP (Pret Sg P3) => enra_ + "izó" ; @@ -2535,18 +2535,18 @@ oper erguir_40 : Str -> Verbum = \erguir -> VP (Pres Subj Pl P1) => x_ + "irgamos" ; VP (Pres Subj Pl P2) => x_ + "irgáis" ; VP (Pres Subj Pl P3) => x_ + "yergan" ; - VP (Past Ind Sg P1) => x_ + "erguía" ; - VP (Past Ind Sg P2) => x_ + "erguías" ; - VP (Past Ind Sg P3) => x_ + "erguía" ; - VP (Past Ind Pl P1) => x_ + "erguíamos" ; - VP (Past Ind Pl P2) => x_ + "erguíais" ; - VP (Past Ind Pl P3) => x_ + "erguían" ; - VP (Past Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; - VP (Past Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; - VP (Past Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; - VP (Past Subj Pl P1) => variants {x_ + "irguiéramos" ; x_ + "irguiésemos"} ; - VP (Past Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; - VP (Past Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; + VP (Impf Ind Sg P1) => x_ + "erguía" ; + VP (Impf Ind Sg P2) => x_ + "erguías" ; + VP (Impf Ind Sg P3) => x_ + "erguía" ; + VP (Impf Ind Pl P1) => x_ + "erguíamos" ; + VP (Impf Ind Pl P2) => x_ + "erguíais" ; + VP (Impf Ind Pl P3) => x_ + "erguían" ; + VP (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; + VP (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; + VP (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; + VP (Impf Subj Pl P1) => variants {x_ + "irguiéramos" ; x_ + "irguiésemos"} ; + VP (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; + VP (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; VP (Pret Sg P1) => x_ + "erguí" ; VP (Pret Sg P2) => x_ + "erguiste" ; VP (Pret Sg P3) => x_ + "irguió" ; @@ -2601,18 +2601,18 @@ oper errar_41 : Str -> Verbum = \errar -> VP (Pres Subj Pl P1) => x_ + "erremos" ; VP (Pres Subj Pl P2) => x_ + "erréis" ; VP (Pres Subj Pl P3) => x_ + "yerren" ; - VP (Past Ind Sg P1) => x_ + "erraba" ; - VP (Past Ind Sg P2) => x_ + "errabas" ; - VP (Past Ind Sg P3) => x_ + "erraba" ; - VP (Past Ind Pl P1) => x_ + "errábamos" ; - VP (Past Ind Pl P2) => x_ + "errabais" ; - VP (Past Ind Pl P3) => x_ + "erraban" ; - VP (Past Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; - VP (Past Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; - VP (Past Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; - VP (Past Subj Pl P1) => variants {x_ + "erráramos" ; x_ + "errásemos"} ; - VP (Past Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; - VP (Past Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; + VP (Impf Ind Sg P1) => x_ + "erraba" ; + VP (Impf Ind Sg P2) => x_ + "errabas" ; + VP (Impf Ind Sg P3) => x_ + "erraba" ; + VP (Impf Ind Pl P1) => x_ + "errábamos" ; + VP (Impf Ind Pl P2) => x_ + "errabais" ; + VP (Impf Ind Pl P3) => x_ + "erraban" ; + VP (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; + VP (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; + VP (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; + VP (Impf Subj Pl P1) => variants {x_ + "erráramos" ; x_ + "errásemos"} ; + VP (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; + VP (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; VP (Pret Sg P1) => x_ + "erré" ; VP (Pret Sg P2) => x_ + "erraste" ; VP (Pret Sg P3) => x_ + "erró" ; @@ -2667,18 +2667,18 @@ oper forzar_42 : Str -> Verbum = \forzar -> VP (Pres Subj Pl P1) => f_ + "orcemos" ; VP (Pres Subj Pl P2) => f_ + "orcéis" ; VP (Pres Subj Pl P3) => f_ + "uercen" ; - VP (Past Ind Sg P1) => f_ + "orzaba" ; - VP (Past Ind Sg P2) => f_ + "orzabas" ; - VP (Past Ind Sg P3) => f_ + "orzaba" ; - VP (Past Ind Pl P1) => f_ + "orzábamos" ; - VP (Past Ind Pl P2) => f_ + "orzabais" ; - VP (Past Ind Pl P3) => f_ + "orzaban" ; - VP (Past Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; - VP (Past Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; - VP (Past Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; - VP (Past Subj Pl P1) => variants {f_ + "orzáramos" ; f_ + "orzásemos"} ; - VP (Past Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; - VP (Past Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; + VP (Impf Ind Sg P1) => f_ + "orzaba" ; + VP (Impf Ind Sg P2) => f_ + "orzabas" ; + VP (Impf Ind Sg P3) => f_ + "orzaba" ; + VP (Impf Ind Pl P1) => f_ + "orzábamos" ; + VP (Impf Ind Pl P2) => f_ + "orzabais" ; + VP (Impf Ind Pl P3) => f_ + "orzaban" ; + VP (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; + VP (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; + VP (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; + VP (Impf Subj Pl P1) => variants {f_ + "orzáramos" ; f_ + "orzásemos"} ; + VP (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; + VP (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; VP (Pret Sg P1) => f_ + "orcé" ; VP (Pret Sg P2) => f_ + "orzaste" ; VP (Pret Sg P3) => f_ + "orzó" ; @@ -2733,18 +2733,18 @@ oper guiar_43 : Str -> Verbum = \guiar -> VP (Pres Subj Pl P1) => gu_ + "iemos" ; VP (Pres Subj Pl P2) => gu_ + "iéis" ; VP (Pres Subj Pl P3) => gu_ + "íen" ; - VP (Past Ind Sg P1) => gu_ + "iaba" ; - VP (Past Ind Sg P2) => gu_ + "iabas" ; - VP (Past Ind Sg P3) => gu_ + "iaba" ; - VP (Past Ind Pl P1) => gu_ + "iábamos" ; - VP (Past Ind Pl P2) => gu_ + "iabais" ; - VP (Past Ind Pl P3) => gu_ + "iaban" ; - VP (Past Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; - VP (Past Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; - VP (Past Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; - VP (Past Subj Pl P1) => variants {gu_ + "iáramos" ; gu_ + "iásemos"} ; - VP (Past Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; - VP (Past Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; + VP (Impf Ind Sg P1) => gu_ + "iaba" ; + VP (Impf Ind Sg P2) => gu_ + "iabas" ; + VP (Impf Ind Sg P3) => gu_ + "iaba" ; + VP (Impf Ind Pl P1) => gu_ + "iábamos" ; + VP (Impf Ind Pl P2) => gu_ + "iabais" ; + VP (Impf Ind Pl P3) => gu_ + "iaban" ; + VP (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; + VP (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; + VP (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; + VP (Impf Subj Pl P1) => variants {gu_ + "iáramos" ; gu_ + "iásemos"} ; + VP (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; + VP (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; VP (Pret Sg P1) => gu_ + "ié" ; VP (Pret Sg P2) => gu_ + "iaste" ; VP (Pret Sg P3) => gu_ + "ió" ; @@ -2799,18 +2799,18 @@ oper hacer_44 : Str -> Verbum = \hacer -> VP (Pres Subj Pl P1) => h_ + "agamos" ; VP (Pres Subj Pl P2) => h_ + "agáis" ; VP (Pres Subj Pl P3) => h_ + "agan" ; - VP (Past Ind Sg P1) => h_ + "acía" ; - VP (Past Ind Sg P2) => h_ + "acías" ; - VP (Past Ind Sg P3) => h_ + "acía" ; - VP (Past Ind Pl P1) => h_ + "acíamos" ; - VP (Past Ind Pl P2) => h_ + "acíais" ; - VP (Past Ind Pl P3) => h_ + "acían" ; - VP (Past Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; - VP (Past Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; - VP (Past Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; - VP (Past Subj Pl P1) => variants {h_ + "iciéramos" ; h_ + "iciésemos"} ; - VP (Past Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; - VP (Past Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; + VP (Impf Ind Sg P1) => h_ + "acía" ; + VP (Impf Ind Sg P2) => h_ + "acías" ; + VP (Impf Ind Sg P3) => h_ + "acía" ; + VP (Impf Ind Pl P1) => h_ + "acíamos" ; + VP (Impf Ind Pl P2) => h_ + "acíais" ; + VP (Impf Ind Pl P3) => h_ + "acían" ; + VP (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; + VP (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; + VP (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; + VP (Impf Subj Pl P1) => variants {h_ + "iciéramos" ; h_ + "iciésemos"} ; + VP (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; + VP (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; VP (Pret Sg P1) => h_ + "ice" ; VP (Pret Sg P2) => h_ + "iciste" ; VP (Pret Sg P3) => h_ + "izo" ; @@ -2865,18 +2865,18 @@ oper influir_45 : Str -> Verbum = \influir -> VP (Pres Subj Pl P1) => influ_ + "yamos" ; VP (Pres Subj Pl P2) => influ_ + "yáis" ; VP (Pres Subj Pl P3) => influ_ + "yan" ; - VP (Past Ind Sg P1) => influ_ + "ía" ; - VP (Past Ind Sg P2) => influ_ + "ías" ; - VP (Past Ind Sg P3) => influ_ + "ía" ; - VP (Past Ind Pl P1) => influ_ + "íamos" ; - VP (Past Ind Pl P2) => influ_ + "íais" ; - VP (Past Ind Pl P3) => influ_ + "ían" ; - VP (Past Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; - VP (Past Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; - VP (Past Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; - VP (Past Subj Pl P1) => variants {influ_ + "yéramos" ; influ_ + "yésemos"} ; - VP (Past Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; - VP (Past Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; + VP (Impf Ind Sg P1) => influ_ + "ía" ; + VP (Impf Ind Sg P2) => influ_ + "ías" ; + VP (Impf Ind Sg P3) => influ_ + "ía" ; + VP (Impf Ind Pl P1) => influ_ + "íamos" ; + VP (Impf Ind Pl P2) => influ_ + "íais" ; + VP (Impf Ind Pl P3) => influ_ + "ían" ; + VP (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; + VP (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; + VP (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; + VP (Impf Subj Pl P1) => variants {influ_ + "yéramos" ; influ_ + "yésemos"} ; + VP (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; + VP (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; VP (Pret Sg P1) => influ_ + "í" ; VP (Pret Sg P2) => influ_ + "iste" ; VP (Pret Sg P3) => influ_ + "yó" ; @@ -2931,18 +2931,18 @@ oper ir_46 : Str -> Verbum = \ir -> VP (Pres Subj Pl P1) => x_ + "vayamos" ; VP (Pres Subj Pl P2) => x_ + "vayáis" ; VP (Pres Subj Pl P3) => x_ + "vayan" ; - VP (Past Ind Sg P1) => x_ + "iba" ; - VP (Past Ind Sg P2) => x_ + "ibas" ; - VP (Past Ind Sg P3) => x_ + "iba" ; - VP (Past Ind Pl P1) => x_ + "íbamos" ; - VP (Past Ind Pl P2) => x_ + "ibais" ; - VP (Past Ind Pl P3) => x_ + "iban" ; - VP (Past Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Past Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; - VP (Past Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; - VP (Past Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; - VP (Past Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; - VP (Past Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; + VP (Impf Ind Sg P1) => x_ + "iba" ; + VP (Impf Ind Sg P2) => x_ + "ibas" ; + VP (Impf Ind Sg P3) => x_ + "iba" ; + VP (Impf Ind Pl P1) => x_ + "íbamos" ; + VP (Impf Ind Pl P2) => x_ + "ibais" ; + VP (Impf Ind Pl P3) => x_ + "iban" ; + VP (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; + VP (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; + VP (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; + VP (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; + VP (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; + VP (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; VP (Pret Sg P1) => x_ + "fui" ; VP (Pret Sg P2) => x_ + "fuiste" ; VP (Pret Sg P3) => x_ + "fue" ; @@ -2997,18 +2997,18 @@ oper jugar_47 : Str -> Verbum = \jugar -> VP (Pres Subj Pl P1) => ju_ + "guemos" ; VP (Pres Subj Pl P2) => ju_ + "guéis" ; VP (Pres Subj Pl P3) => ju_ + "eguen" ; - VP (Past Ind Sg P1) => ju_ + "gaba" ; - VP (Past Ind Sg P2) => ju_ + "gabas" ; - VP (Past Ind Sg P3) => ju_ + "gaba" ; - VP (Past Ind Pl P1) => ju_ + "gábamos" ; - VP (Past Ind Pl P2) => ju_ + "gabais" ; - VP (Past Ind Pl P3) => ju_ + "gaban" ; - VP (Past Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; - VP (Past Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; - VP (Past Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; - VP (Past Subj Pl P1) => variants {ju_ + "gáramos" ; ju_ + "gásemos"} ; - VP (Past Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; - VP (Past Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; + VP (Impf Ind Sg P1) => ju_ + "gaba" ; + VP (Impf Ind Sg P2) => ju_ + "gabas" ; + VP (Impf Ind Sg P3) => ju_ + "gaba" ; + VP (Impf Ind Pl P1) => ju_ + "gábamos" ; + VP (Impf Ind Pl P2) => ju_ + "gabais" ; + VP (Impf Ind Pl P3) => ju_ + "gaban" ; + VP (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; + VP (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; + VP (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; + VP (Impf Subj Pl P1) => variants {ju_ + "gáramos" ; ju_ + "gásemos"} ; + VP (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; + VP (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; VP (Pret Sg P1) => ju_ + "gué" ; VP (Pret Sg P2) => ju_ + "gaste" ; VP (Pret Sg P3) => ju_ + "gó" ; @@ -3063,18 +3063,18 @@ oper lucir_48 : Str -> Verbum = \lucir -> VP (Pres Subj Pl P1) => lu_ + "zcamos" ; VP (Pres Subj Pl P2) => lu_ + "zcáis" ; VP (Pres Subj Pl P3) => lu_ + "zcan" ; - VP (Past Ind Sg P1) => lu_ + "cía" ; - VP (Past Ind Sg P2) => lu_ + "cías" ; - VP (Past Ind Sg P3) => lu_ + "cía" ; - VP (Past Ind Pl P1) => lu_ + "cíamos" ; - VP (Past Ind Pl P2) => lu_ + "cíais" ; - VP (Past Ind Pl P3) => lu_ + "cían" ; - VP (Past Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; - VP (Past Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; - VP (Past Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; - VP (Past Subj Pl P1) => variants {lu_ + "ciéramos" ; lu_ + "ciésemos"} ; - VP (Past Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; - VP (Past Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; + VP (Impf Ind Sg P1) => lu_ + "cía" ; + VP (Impf Ind Sg P2) => lu_ + "cías" ; + VP (Impf Ind Sg P3) => lu_ + "cía" ; + VP (Impf Ind Pl P1) => lu_ + "cíamos" ; + VP (Impf Ind Pl P2) => lu_ + "cíais" ; + VP (Impf Ind Pl P3) => lu_ + "cían" ; + VP (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; + VP (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; + VP (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; + VP (Impf Subj Pl P1) => variants {lu_ + "ciéramos" ; lu_ + "ciésemos"} ; + VP (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; + VP (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; VP (Pret Sg P1) => lu_ + "cí" ; VP (Pret Sg P2) => lu_ + "ciste" ; VP (Pret Sg P3) => lu_ + "ció" ; @@ -3129,18 +3129,18 @@ oper mecer_49 : Str -> Verbum = \mecer -> VP (Pres Subj Pl P1) => me_ + "zamos" ; VP (Pres Subj Pl P2) => me_ + "záis" ; VP (Pres Subj Pl P3) => me_ + "zan" ; - VP (Past Ind Sg P1) => me_ + "cía" ; - VP (Past Ind Sg P2) => me_ + "cías" ; - VP (Past Ind Sg P3) => me_ + "cía" ; - VP (Past Ind Pl P1) => me_ + "cíamos" ; - VP (Past Ind Pl P2) => me_ + "cíais" ; - VP (Past Ind Pl P3) => me_ + "cían" ; - VP (Past Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; - VP (Past Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; - VP (Past Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; - VP (Past Subj Pl P1) => variants {me_ + "ciéramos" ; me_ + "ciésemos"} ; - VP (Past Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; - VP (Past Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; + VP (Impf Ind Sg P1) => me_ + "cía" ; + VP (Impf Ind Sg P2) => me_ + "cías" ; + VP (Impf Ind Sg P3) => me_ + "cía" ; + VP (Impf Ind Pl P1) => me_ + "cíamos" ; + VP (Impf Ind Pl P2) => me_ + "cíais" ; + VP (Impf Ind Pl P3) => me_ + "cían" ; + VP (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; + VP (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; + VP (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; + VP (Impf Subj Pl P1) => variants {me_ + "ciéramos" ; me_ + "ciésemos"} ; + VP (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; + VP (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; VP (Pret Sg P1) => me_ + "cí" ; VP (Pret Sg P2) => me_ + "ciste" ; VP (Pret Sg P3) => me_ + "ció" ; @@ -3195,18 +3195,18 @@ oper mover_50 : Str -> Verbum = \mover -> VP (Pres Subj Pl P1) => m_ + "ovamos" ; VP (Pres Subj Pl P2) => m_ + "ováis" ; VP (Pres Subj Pl P3) => m_ + "uevan" ; - VP (Past Ind Sg P1) => m_ + "ovía" ; - VP (Past Ind Sg P2) => m_ + "ovías" ; - VP (Past Ind Sg P3) => m_ + "ovía" ; - VP (Past Ind Pl P1) => m_ + "ovíamos" ; - VP (Past Ind Pl P2) => m_ + "ovíais" ; - VP (Past Ind Pl P3) => m_ + "ovían" ; - VP (Past Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; - VP (Past Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; - VP (Past Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; - VP (Past Subj Pl P1) => variants {m_ + "oviéramos" ; m_ + "oviésemos"} ; - VP (Past Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; - VP (Past Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; + VP (Impf Ind Sg P1) => m_ + "ovía" ; + VP (Impf Ind Sg P2) => m_ + "ovías" ; + VP (Impf Ind Sg P3) => m_ + "ovía" ; + VP (Impf Ind Pl P1) => m_ + "ovíamos" ; + VP (Impf Ind Pl P2) => m_ + "ovíais" ; + VP (Impf Ind Pl P3) => m_ + "ovían" ; + VP (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; + VP (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; + VP (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; + VP (Impf Subj Pl P1) => variants {m_ + "oviéramos" ; m_ + "oviésemos"} ; + VP (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; + VP (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; VP (Pret Sg P1) => m_ + "oví" ; VP (Pret Sg P2) => m_ + "oviste" ; VP (Pret Sg P3) => m_ + "ovió" ; @@ -3261,18 +3261,18 @@ oper oler_52 : Str -> Verbum = \oler -> VP (Pres Subj Pl P1) => x_ + "olamos" ; VP (Pres Subj Pl P2) => x_ + "oláis" ; VP (Pres Subj Pl P3) => x_ + "huelan" ; - VP (Past Ind Sg P1) => x_ + "olía" ; - VP (Past Ind Sg P2) => x_ + "olías" ; - VP (Past Ind Sg P3) => x_ + "olía" ; - VP (Past Ind Pl P1) => x_ + "olíamos" ; - VP (Past Ind Pl P2) => x_ + "olíais" ; - VP (Past Ind Pl P3) => x_ + "olían" ; - VP (Past Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; - VP (Past Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; - VP (Past Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; - VP (Past Subj Pl P1) => variants {x_ + "oliéramos" ; x_ + "oliésemos"} ; - VP (Past Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; - VP (Past Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; + VP (Impf Ind Sg P1) => x_ + "olía" ; + VP (Impf Ind Sg P2) => x_ + "olías" ; + VP (Impf Ind Sg P3) => x_ + "olía" ; + VP (Impf Ind Pl P1) => x_ + "olíamos" ; + VP (Impf Ind Pl P2) => x_ + "olíais" ; + VP (Impf Ind Pl P3) => x_ + "olían" ; + VP (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; + VP (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; + VP (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; + VP (Impf Subj Pl P1) => variants {x_ + "oliéramos" ; x_ + "oliésemos"} ; + VP (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; + VP (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; VP (Pret Sg P1) => x_ + "olí" ; VP (Pret Sg P2) => x_ + "oliste" ; VP (Pret Sg P3) => x_ + "olió" ; @@ -3327,18 +3327,18 @@ oper pagar_53 : Str -> Verbum = \pagar -> VP (Pres Subj Pl P1) => pag_ + "uemos" ; VP (Pres Subj Pl P2) => pag_ + "uéis" ; VP (Pres Subj Pl P3) => pag_ + "uen" ; - VP (Past Ind Sg P1) => pag_ + "aba" ; - VP (Past Ind Sg P2) => pag_ + "abas" ; - VP (Past Ind Sg P3) => pag_ + "aba" ; - VP (Past Ind Pl P1) => pag_ + "ábamos" ; - VP (Past Ind Pl P2) => pag_ + "abais" ; - VP (Past Ind Pl P3) => pag_ + "aban" ; - VP (Past Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; - VP (Past Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; - VP (Past Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; - VP (Past Subj Pl P1) => variants {pag_ + "áramos" ; pag_ + "ásemos"} ; - VP (Past Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; - VP (Past Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; + VP (Impf Ind Sg P1) => pag_ + "aba" ; + VP (Impf Ind Sg P2) => pag_ + "abas" ; + VP (Impf Ind Sg P3) => pag_ + "aba" ; + VP (Impf Ind Pl P1) => pag_ + "ábamos" ; + VP (Impf Ind Pl P2) => pag_ + "abais" ; + VP (Impf Ind Pl P3) => pag_ + "aban" ; + VP (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; + VP (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; + VP (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; + VP (Impf Subj Pl P1) => variants {pag_ + "áramos" ; pag_ + "ásemos"} ; + VP (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; + VP (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; VP (Pret Sg P1) => pag_ + "ué" ; VP (Pret Sg P2) => pag_ + "aste" ; VP (Pret Sg P3) => pag_ + "ó" ; @@ -3393,18 +3393,18 @@ oper parecer_54 : Str -> Verbum = \parecer -> VP (Pres Subj Pl P1) => pare_ + "zcamos" ; VP (Pres Subj Pl P2) => pare_ + "zcáis" ; VP (Pres Subj Pl P3) => pare_ + "zcan" ; - VP (Past Ind Sg P1) => pare_ + "cía" ; - VP (Past Ind Sg P2) => pare_ + "cías" ; - VP (Past Ind Sg P3) => pare_ + "cía" ; - VP (Past Ind Pl P1) => pare_ + "cíamos" ; - VP (Past Ind Pl P2) => pare_ + "cíais" ; - VP (Past Ind Pl P3) => pare_ + "cían" ; - VP (Past Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; - VP (Past Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; - VP (Past Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; - VP (Past Subj Pl P1) => variants {pare_ + "ciéramos" ; pare_ + "ciésemos"} ; - VP (Past Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; - VP (Past Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; + VP (Impf Ind Sg P1) => pare_ + "cía" ; + VP (Impf Ind Sg P2) => pare_ + "cías" ; + VP (Impf Ind Sg P3) => pare_ + "cía" ; + VP (Impf Ind Pl P1) => pare_ + "cíamos" ; + VP (Impf Ind Pl P2) => pare_ + "cíais" ; + VP (Impf Ind Pl P3) => pare_ + "cían" ; + VP (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; + VP (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; + VP (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; + VP (Impf Subj Pl P1) => variants {pare_ + "ciéramos" ; pare_ + "ciésemos"} ; + VP (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; + VP (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; VP (Pret Sg P1) => pare_ + "cí" ; VP (Pret Sg P2) => pare_ + "ciste" ; VP (Pret Sg P3) => pare_ + "ció" ; @@ -3459,18 +3459,18 @@ oper pedir_55 : Str -> Verbum = \pedir -> VP (Pres Subj Pl P1) => p_ + "idamos" ; VP (Pres Subj Pl P2) => p_ + "idáis" ; VP (Pres Subj Pl P3) => p_ + "idan" ; - VP (Past Ind Sg P1) => p_ + "edía" ; - VP (Past Ind Sg P2) => p_ + "edías" ; - VP (Past Ind Sg P3) => p_ + "edía" ; - VP (Past Ind Pl P1) => p_ + "edíamos" ; - VP (Past Ind Pl P2) => p_ + "edíais" ; - VP (Past Ind Pl P3) => p_ + "edían" ; - VP (Past Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; - VP (Past Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; - VP (Past Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; - VP (Past Subj Pl P1) => variants {p_ + "idiéramos" ; p_ + "idiésemos"} ; - VP (Past Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; - VP (Past Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; + VP (Impf Ind Sg P1) => p_ + "edía" ; + VP (Impf Ind Sg P2) => p_ + "edías" ; + VP (Impf Ind Sg P3) => p_ + "edía" ; + VP (Impf Ind Pl P1) => p_ + "edíamos" ; + VP (Impf Ind Pl P2) => p_ + "edíais" ; + VP (Impf Ind Pl P3) => p_ + "edían" ; + VP (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; + VP (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; + VP (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; + VP (Impf Subj Pl P1) => variants {p_ + "idiéramos" ; p_ + "idiésemos"} ; + VP (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; + VP (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; VP (Pret Sg P1) => p_ + "edí" ; VP (Pret Sg P2) => p_ + "ediste" ; VP (Pret Sg P3) => p_ + "idió" ; @@ -3525,18 +3525,18 @@ oper pensar_56 : Str -> Verbum = \pensar -> VP (Pres Subj Pl P1) => p_ + "ensemos" ; VP (Pres Subj Pl P2) => p_ + "enséis" ; VP (Pres Subj Pl P3) => p_ + "iensen" ; - VP (Past Ind Sg P1) => p_ + "ensaba" ; - VP (Past Ind Sg P2) => p_ + "ensabas" ; - VP (Past Ind Sg P3) => p_ + "ensaba" ; - VP (Past Ind Pl P1) => p_ + "ensábamos" ; - VP (Past Ind Pl P2) => p_ + "ensabais" ; - VP (Past Ind Pl P3) => p_ + "ensaban" ; - VP (Past Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; - VP (Past Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; - VP (Past Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; - VP (Past Subj Pl P1) => variants {p_ + "ensáramos" ; p_ + "ensásemos"} ; - VP (Past Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; - VP (Past Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; + VP (Impf Ind Sg P1) => p_ + "ensaba" ; + VP (Impf Ind Sg P2) => p_ + "ensabas" ; + VP (Impf Ind Sg P3) => p_ + "ensaba" ; + VP (Impf Ind Pl P1) => p_ + "ensábamos" ; + VP (Impf Ind Pl P2) => p_ + "ensabais" ; + VP (Impf Ind Pl P3) => p_ + "ensaban" ; + VP (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; + VP (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; + VP (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; + VP (Impf Subj Pl P1) => variants {p_ + "ensáramos" ; p_ + "ensásemos"} ; + VP (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; + VP (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; VP (Pret Sg P1) => p_ + "ensé" ; VP (Pret Sg P2) => p_ + "ensaste" ; VP (Pret Sg P3) => p_ + "ensó" ; @@ -3591,18 +3591,18 @@ oper placer_57 : Str -> Verbum = \placer -> VP (Pres Subj Pl P1) => pl_ + "azcamos" ; VP (Pres Subj Pl P2) => pl_ + "azcáis" ; VP (Pres Subj Pl P3) => pl_ + "azcan" ; - VP (Past Ind Sg P1) => pl_ + "acía" ; - VP (Past Ind Sg P2) => pl_ + "acías" ; - VP (Past Ind Sg P3) => pl_ + "acía" ; - VP (Past Ind Pl P1) => pl_ + "acíamos" ; - VP (Past Ind Pl P2) => pl_ + "acíais" ; - VP (Past Ind Pl P3) => pl_ + "acían" ; - VP (Past Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; - VP (Past Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; - VP (Past Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; - VP (Past Subj Pl P1) => variants {pl_ + "aciéramos" ; pl_ + "aciésemos"} ; - VP (Past Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; - VP (Past Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; + VP (Impf Ind Sg P1) => pl_ + "acía" ; + VP (Impf Ind Sg P2) => pl_ + "acías" ; + VP (Impf Ind Sg P3) => pl_ + "acía" ; + VP (Impf Ind Pl P1) => pl_ + "acíamos" ; + VP (Impf Ind Pl P2) => pl_ + "acíais" ; + VP (Impf Ind Pl P3) => pl_ + "acían" ; + VP (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; + VP (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; + VP (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; + VP (Impf Subj Pl P1) => variants {pl_ + "aciéramos" ; pl_ + "aciésemos"} ; + VP (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; + VP (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; VP (Pret Sg P1) => pl_ + "ací" ; VP (Pret Sg P2) => pl_ + "aciste" ; VP (Pret Sg P3) => variants {pl_ + "ació" ; pl_ + "ugo"} ; @@ -3657,18 +3657,18 @@ oper poder_58 : Str -> Verbum = \poder -> VP (Pres Subj Pl P1) => p_ + "odamos" ; VP (Pres Subj Pl P2) => p_ + "odáis" ; VP (Pres Subj Pl P3) => p_ + "uedan" ; - VP (Past Ind Sg P1) => p_ + "odía" ; - VP (Past Ind Sg P2) => p_ + "odías" ; - VP (Past Ind Sg P3) => p_ + "odía" ; - VP (Past Ind Pl P1) => p_ + "odíamos" ; - VP (Past Ind Pl P2) => p_ + "odíais" ; - VP (Past Ind Pl P3) => p_ + "odían" ; - VP (Past Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; - VP (Past Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; - VP (Past Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; - VP (Past Subj Pl P1) => variants {p_ + "udiéramos" ; p_ + "udiésemos"} ; - VP (Past Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; - VP (Past Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; + VP (Impf Ind Sg P1) => p_ + "odía" ; + VP (Impf Ind Sg P2) => p_ + "odías" ; + VP (Impf Ind Sg P3) => p_ + "odía" ; + VP (Impf Ind Pl P1) => p_ + "odíamos" ; + VP (Impf Ind Pl P2) => p_ + "odíais" ; + VP (Impf Ind Pl P3) => p_ + "odían" ; + VP (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; + VP (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; + VP (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; + VP (Impf Subj Pl P1) => variants {p_ + "udiéramos" ; p_ + "udiésemos"} ; + VP (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; + VP (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; VP (Pret Sg P1) => p_ + "ude" ; VP (Pret Sg P2) => p_ + "udiste" ; VP (Pret Sg P3) => p_ + "udo" ; @@ -3723,18 +3723,18 @@ oper poner_60 : Str -> Verbum = \poner -> VP (Pres Subj Pl P1) => p_ + "ongamos" ; VP (Pres Subj Pl P2) => p_ + "ongáis" ; VP (Pres Subj Pl P3) => p_ + "ongan" ; - VP (Past Ind Sg P1) => p_ + "onía" ; - VP (Past Ind Sg P2) => p_ + "onías" ; - VP (Past Ind Sg P3) => p_ + "onía" ; - VP (Past Ind Pl P1) => p_ + "oníamos" ; - VP (Past Ind Pl P2) => p_ + "oníais" ; - VP (Past Ind Pl P3) => p_ + "onían" ; - VP (Past Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; - VP (Past Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; - VP (Past Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; - VP (Past Subj Pl P1) => variants {p_ + "usiéramos" ; p_ + "usiésemos"} ; - VP (Past Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; - VP (Past Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; + VP (Impf Ind Sg P1) => p_ + "onía" ; + VP (Impf Ind Sg P2) => p_ + "onías" ; + VP (Impf Ind Sg P3) => p_ + "onía" ; + VP (Impf Ind Pl P1) => p_ + "oníamos" ; + VP (Impf Ind Pl P2) => p_ + "oníais" ; + VP (Impf Ind Pl P3) => p_ + "onían" ; + VP (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; + VP (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; + VP (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; + VP (Impf Subj Pl P1) => variants {p_ + "usiéramos" ; p_ + "usiésemos"} ; + VP (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; + VP (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; VP (Pret Sg P1) => p_ + "use" ; VP (Pret Sg P2) => p_ + "usiste" ; VP (Pret Sg P3) => p_ + "uso" ; @@ -3789,18 +3789,18 @@ oper predecir_61 : Str -> Verbum = \predecir -> VP (Pres Subj Pl P1) => pred_ + "igamos" ; VP (Pres Subj Pl P2) => pred_ + "igáis" ; VP (Pres Subj Pl P3) => pred_ + "igan" ; - VP (Past Ind Sg P1) => pred_ + "ecía" ; - VP (Past Ind Sg P2) => pred_ + "ecías" ; - VP (Past Ind Sg P3) => pred_ + "ecía" ; - VP (Past Ind Pl P1) => pred_ + "ecíamos" ; - VP (Past Ind Pl P2) => pred_ + "ecíais" ; - VP (Past Ind Pl P3) => pred_ + "ecían" ; - VP (Past Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; - VP (Past Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; - VP (Past Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; - VP (Past Subj Pl P1) => variants {pred_ + "ijéramos" ; pred_ + "ijésemos"} ; - VP (Past Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; - VP (Past Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; + VP (Impf Ind Sg P1) => pred_ + "ecía" ; + VP (Impf Ind Sg P2) => pred_ + "ecías" ; + VP (Impf Ind Sg P3) => pred_ + "ecía" ; + VP (Impf Ind Pl P1) => pred_ + "ecíamos" ; + VP (Impf Ind Pl P2) => pred_ + "ecíais" ; + VP (Impf Ind Pl P3) => pred_ + "ecían" ; + VP (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; + VP (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; + VP (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; + VP (Impf Subj Pl P1) => variants {pred_ + "ijéramos" ; pred_ + "ijésemos"} ; + VP (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; + VP (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; VP (Pret Sg P1) => pred_ + "ije" ; VP (Pret Sg P2) => pred_ + "ijiste" ; VP (Pret Sg P3) => pred_ + "ijo" ; @@ -3855,18 +3855,18 @@ oper producir_62 : Str -> Verbum = \producir -> VP (Pres Subj Pl P1) => produ_ + "zcamos" ; VP (Pres Subj Pl P2) => produ_ + "zcáis" ; VP (Pres Subj Pl P3) => produ_ + "zcan" ; - VP (Past Ind Sg P1) => produ_ + "cía" ; - VP (Past Ind Sg P2) => produ_ + "cías" ; - VP (Past Ind Sg P3) => produ_ + "cía" ; - VP (Past Ind Pl P1) => produ_ + "cíamos" ; - VP (Past Ind Pl P2) => produ_ + "cíais" ; - VP (Past Ind Pl P3) => produ_ + "cían" ; - VP (Past Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; - VP (Past Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; - VP (Past Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; - VP (Past Subj Pl P1) => variants {produ_ + "jéramos" ; produ_ + "jésemos"} ; - VP (Past Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; - VP (Past Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; + VP (Impf Ind Sg P1) => produ_ + "cía" ; + VP (Impf Ind Sg P2) => produ_ + "cías" ; + VP (Impf Ind Sg P3) => produ_ + "cía" ; + VP (Impf Ind Pl P1) => produ_ + "cíamos" ; + VP (Impf Ind Pl P2) => produ_ + "cíais" ; + VP (Impf Ind Pl P3) => produ_ + "cían" ; + VP (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; + VP (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; + VP (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; + VP (Impf Subj Pl P1) => variants {produ_ + "jéramos" ; produ_ + "jésemos"} ; + VP (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; + VP (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; VP (Pret Sg P1) => produ_ + "je" ; VP (Pret Sg P2) => produ_ + "jiste" ; VP (Pret Sg P3) => produ_ + "jo" ; @@ -3921,18 +3921,18 @@ oper prohibir_63 : Str -> Verbum = \prohibir -> VP (Pres Subj Pl P1) => proh_ + "ibamos" ; VP (Pres Subj Pl P2) => proh_ + "ibáis" ; VP (Pres Subj Pl P3) => proh_ + "íban" ; - VP (Past Ind Sg P1) => proh_ + "ibía" ; - VP (Past Ind Sg P2) => proh_ + "ibías" ; - VP (Past Ind Sg P3) => proh_ + "ibía" ; - VP (Past Ind Pl P1) => proh_ + "ibíamos" ; - VP (Past Ind Pl P2) => proh_ + "ibíais" ; - VP (Past Ind Pl P3) => proh_ + "ibían" ; - VP (Past Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; - VP (Past Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; - VP (Past Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; - VP (Past Subj Pl P1) => variants {proh_ + "ibiéramos" ; proh_ + "ibiésemos"} ; - VP (Past Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; - VP (Past Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; + VP (Impf Ind Sg P1) => proh_ + "ibía" ; + VP (Impf Ind Sg P2) => proh_ + "ibías" ; + VP (Impf Ind Sg P3) => proh_ + "ibía" ; + VP (Impf Ind Pl P1) => proh_ + "ibíamos" ; + VP (Impf Ind Pl P2) => proh_ + "ibíais" ; + VP (Impf Ind Pl P3) => proh_ + "ibían" ; + VP (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; + VP (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; + VP (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; + VP (Impf Subj Pl P1) => variants {proh_ + "ibiéramos" ; proh_ + "ibiésemos"} ; + VP (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; + VP (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; VP (Pret Sg P1) => proh_ + "ibí" ; VP (Pret Sg P2) => proh_ + "ibiste" ; VP (Pret Sg P3) => proh_ + "ibió" ; @@ -3987,18 +3987,18 @@ oper querer_64 : Str -> Verbum = \querer -> VP (Pres Subj Pl P1) => qu_ + "eramos" ; VP (Pres Subj Pl P2) => qu_ + "eráis" ; VP (Pres Subj Pl P3) => qu_ + "ieran" ; - VP (Past Ind Sg P1) => qu_ + "ería" ; - VP (Past Ind Sg P2) => qu_ + "erías" ; - VP (Past Ind Sg P3) => qu_ + "ería" ; - VP (Past Ind Pl P1) => qu_ + "eríamos" ; - VP (Past Ind Pl P2) => qu_ + "eríais" ; - VP (Past Ind Pl P3) => qu_ + "erían" ; - VP (Past Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; - VP (Past Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; - VP (Past Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; - VP (Past Subj Pl P1) => variants {qu_ + "isiéramos" ; qu_ + "isiésemos"} ; - VP (Past Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; - VP (Past Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; + VP (Impf Ind Sg P1) => qu_ + "ería" ; + VP (Impf Ind Sg P2) => qu_ + "erías" ; + VP (Impf Ind Sg P3) => qu_ + "ería" ; + VP (Impf Ind Pl P1) => qu_ + "eríamos" ; + VP (Impf Ind Pl P2) => qu_ + "eríais" ; + VP (Impf Ind Pl P3) => qu_ + "erían" ; + VP (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; + VP (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; + VP (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; + VP (Impf Subj Pl P1) => variants {qu_ + "isiéramos" ; qu_ + "isiésemos"} ; + VP (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; + VP (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; VP (Pret Sg P1) => qu_ + "ise" ; VP (Pret Sg P2) => qu_ + "isiste" ; VP (Pret Sg P3) => qu_ + "iso" ; @@ -4053,18 +4053,18 @@ oper raer_65 : Str -> Verbum = \raer -> VP (Pres Subj Pl P1) => ra_ + "igamos" ; VP (Pres Subj Pl P2) => ra_ + "igáis" ; VP (Pres Subj Pl P3) => ra_ + "igan" ; - VP (Past Ind Sg P1) => ra_ + "ía" ; - VP (Past Ind Sg P2) => ra_ + "ías" ; - VP (Past Ind Sg P3) => ra_ + "ía" ; - VP (Past Ind Pl P1) => ra_ + "íamos" ; - VP (Past Ind Pl P2) => ra_ + "íais" ; - VP (Past Ind Pl P3) => ra_ + "ían" ; - VP (Past Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; - VP (Past Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; - VP (Past Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; - VP (Past Subj Pl P1) => variants {ra_ + "yéramos" ; ra_ + "yésemos"} ; - VP (Past Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; - VP (Past Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; + VP (Impf Ind Sg P1) => ra_ + "ía" ; + VP (Impf Ind Sg P2) => ra_ + "ías" ; + VP (Impf Ind Sg P3) => ra_ + "ía" ; + VP (Impf Ind Pl P1) => ra_ + "íamos" ; + VP (Impf Ind Pl P2) => ra_ + "íais" ; + VP (Impf Ind Pl P3) => ra_ + "ían" ; + VP (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; + VP (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; + VP (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; + VP (Impf Subj Pl P1) => variants {ra_ + "yéramos" ; ra_ + "yésemos"} ; + VP (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; + VP (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; VP (Pret Sg P1) => ra_ + "í" ; VP (Pret Sg P2) => ra_ + "íste" ; VP (Pret Sg P3) => ra_ + "yó" ; @@ -4119,18 +4119,18 @@ oper regar_66 : Str -> Verbum = \regar -> VP (Pres Subj Pl P1) => r_ + "eguemos" ; VP (Pres Subj Pl P2) => r_ + "eguéis" ; VP (Pres Subj Pl P3) => r_ + "ieguen" ; - VP (Past Ind Sg P1) => r_ + "egaba" ; - VP (Past Ind Sg P2) => r_ + "egabas" ; - VP (Past Ind Sg P3) => r_ + "egaba" ; - VP (Past Ind Pl P1) => r_ + "egábamos" ; - VP (Past Ind Pl P2) => r_ + "egabais" ; - VP (Past Ind Pl P3) => r_ + "egaban" ; - VP (Past Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; - VP (Past Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; - VP (Past Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; - VP (Past Subj Pl P1) => variants {r_ + "egáramos" ; r_ + "egásemos"} ; - VP (Past Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; - VP (Past Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; + VP (Impf Ind Sg P1) => r_ + "egaba" ; + VP (Impf Ind Sg P2) => r_ + "egabas" ; + VP (Impf Ind Sg P3) => r_ + "egaba" ; + VP (Impf Ind Pl P1) => r_ + "egábamos" ; + VP (Impf Ind Pl P2) => r_ + "egabais" ; + VP (Impf Ind Pl P3) => r_ + "egaban" ; + VP (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; + VP (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; + VP (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; + VP (Impf Subj Pl P1) => variants {r_ + "egáramos" ; r_ + "egásemos"} ; + VP (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; + VP (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; VP (Pret Sg P1) => r_ + "egué" ; VP (Pret Sg P2) => r_ + "egaste" ; VP (Pret Sg P3) => r_ + "egó" ; @@ -4185,18 +4185,18 @@ oper re VP (Pres Subj Pl P1) => r_ + "iñamos" ; VP (Pres Subj Pl P2) => r_ + "iñáis" ; VP (Pres Subj Pl P3) => r_ + "iñan" ; - VP (Past Ind Sg P1) => r_ + "eñía" ; - VP (Past Ind Sg P2) => r_ + "eñías" ; - VP (Past Ind Sg P3) => r_ + "eñía" ; - VP (Past Ind Pl P1) => r_ + "eñíamos" ; - VP (Past Ind Pl P2) => r_ + "eñíais" ; - VP (Past Ind Pl P3) => r_ + "eñían" ; - VP (Past Subj Sg P1) => variants {r_ + "iñera" ; r_ + "iñese"} ; - VP (Past Subj Sg P2) => variants {r_ + "iñeras" ; r_ + "iñeses"} ; - VP (Past Subj Sg P3) => variants {r_ + "iñera" ; r_ + "iñese"} ; - VP (Past Subj Pl P1) => variants {r_ + "iñéramos" ; r_ + "iñésemos"} ; - VP (Past Subj Pl P2) => variants {r_ + "iñerais" ; r_ + "iñeseis"} ; - VP (Past Subj Pl P3) => variants {r_ + "iñeran" ; r_ + "iñesen"} ; + VP (Impf Ind Sg P1) => r_ + "eñía" ; + VP (Impf Ind Sg P2) => r_ + "eñías" ; + VP (Impf Ind Sg P3) => r_ + "eñía" ; + VP (Impf Ind Pl P1) => r_ + "eñíamos" ; + VP (Impf Ind Pl P2) => r_ + "eñíais" ; + VP (Impf Ind Pl P3) => r_ + "eñían" ; + VP (Impf Subj Sg P1) => variants {r_ + "iñera" ; r_ + "iñese"} ; + VP (Impf Subj Sg P2) => variants {r_ + "iñeras" ; r_ + "iñeses"} ; + VP (Impf Subj Sg P3) => variants {r_ + "iñera" ; r_ + "iñese"} ; + VP (Impf Subj Pl P1) => variants {r_ + "iñéramos" ; r_ + "iñésemos"} ; + VP (Impf Subj Pl P2) => variants {r_ + "iñerais" ; r_ + "iñeseis"} ; + VP (Impf Subj Pl P3) => variants {r_ + "iñeran" ; r_ + "iñesen"} ; VP (Pret Sg P1) => r_ + "eñí" ; VP (Pret Sg P2) => r_ + "eñiste" ; VP (Pret Sg P3) => r_ + "iñó" ; @@ -4251,18 +4251,18 @@ oper reunir_69 : Str -> Verbum = \reunir -> VP (Pres Subj Pl P1) => re_ + "unamos" ; VP (Pres Subj Pl P2) => re_ + "unáis" ; VP (Pres Subj Pl P3) => re_ + "únan" ; - VP (Past Ind Sg P1) => re_ + "unía" ; - VP (Past Ind Sg P2) => re_ + "unías" ; - VP (Past Ind Sg P3) => re_ + "unía" ; - VP (Past Ind Pl P1) => re_ + "uníamos" ; - VP (Past Ind Pl P2) => re_ + "uníais" ; - VP (Past Ind Pl P3) => re_ + "unían" ; - VP (Past Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; - VP (Past Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; - VP (Past Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; - VP (Past Subj Pl P1) => variants {re_ + "uniéramos" ; re_ + "uniésemos"} ; - VP (Past Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; - VP (Past Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; + VP (Impf Ind Sg P1) => re_ + "unía" ; + VP (Impf Ind Sg P2) => re_ + "unías" ; + VP (Impf Ind Sg P3) => re_ + "unía" ; + VP (Impf Ind Pl P1) => re_ + "uníamos" ; + VP (Impf Ind Pl P2) => re_ + "uníais" ; + VP (Impf Ind Pl P3) => re_ + "unían" ; + VP (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; + VP (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; + VP (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; + VP (Impf Subj Pl P1) => variants {re_ + "uniéramos" ; re_ + "uniésemos"} ; + VP (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; + VP (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; VP (Pret Sg P1) => re_ + "uní" ; VP (Pret Sg P2) => re_ + "uniste" ; VP (Pret Sg P3) => re_ + "unió" ; @@ -4317,18 +4317,18 @@ oper roer_70 : Str -> Verbum = \roer -> VP (Pres Subj Pl P1) => ro_ + "amos" ; VP (Pres Subj Pl P2) => ro_ + "áis" ; VP (Pres Subj Pl P3) => ro_ + "an" ; - VP (Past Ind Sg P1) => ro_ + "ía" ; - VP (Past Ind Sg P2) => ro_ + "ías" ; - VP (Past Ind Sg P3) => ro_ + "ía" ; - VP (Past Ind Pl P1) => ro_ + "íamos" ; - VP (Past Ind Pl P2) => ro_ + "íais" ; - VP (Past Ind Pl P3) => ro_ + "ían" ; - VP (Past Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; - VP (Past Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; - VP (Past Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; - VP (Past Subj Pl P1) => variants {ro_ + "yéramos" ; ro_ + "yésemos"} ; - VP (Past Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; - VP (Past Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; + VP (Impf Ind Sg P1) => ro_ + "ía" ; + VP (Impf Ind Sg P2) => ro_ + "ías" ; + VP (Impf Ind Sg P3) => ro_ + "ía" ; + VP (Impf Ind Pl P1) => ro_ + "íamos" ; + VP (Impf Ind Pl P2) => ro_ + "íais" ; + VP (Impf Ind Pl P3) => ro_ + "ían" ; + VP (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; + VP (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; + VP (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; + VP (Impf Subj Pl P1) => variants {ro_ + "yéramos" ; ro_ + "yésemos"} ; + VP (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; + VP (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; VP (Pret Sg P1) => ro_ + "í" ; VP (Pret Sg P2) => ro_ + "íste" ; VP (Pret Sg P3) => ro_ + "yó" ; @@ -4383,18 +4383,18 @@ oper saber_71 : Str -> Verbum = \saber -> VP (Pres Subj Pl P1) => s_ + "epamos" ; VP (Pres Subj Pl P2) => s_ + "epáis" ; VP (Pres Subj Pl P3) => s_ + "epan" ; - VP (Past Ind Sg P1) => s_ + "abía" ; - VP (Past Ind Sg P2) => s_ + "abías" ; - VP (Past Ind Sg P3) => s_ + "abía" ; - VP (Past Ind Pl P1) => s_ + "abíamos" ; - VP (Past Ind Pl P2) => s_ + "abíais" ; - VP (Past Ind Pl P3) => s_ + "abían" ; - VP (Past Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; - VP (Past Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; - VP (Past Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; - VP (Past Subj Pl P1) => variants {s_ + "upiéramos" ; s_ + "upiésemos"} ; - VP (Past Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; - VP (Past Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; + VP (Impf Ind Sg P1) => s_ + "abía" ; + VP (Impf Ind Sg P2) => s_ + "abías" ; + VP (Impf Ind Sg P3) => s_ + "abía" ; + VP (Impf Ind Pl P1) => s_ + "abíamos" ; + VP (Impf Ind Pl P2) => s_ + "abíais" ; + VP (Impf Ind Pl P3) => s_ + "abían" ; + VP (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; + VP (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; + VP (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; + VP (Impf Subj Pl P1) => variants {s_ + "upiéramos" ; s_ + "upiésemos"} ; + VP (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; + VP (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; VP (Pret Sg P1) => s_ + "upe" ; VP (Pret Sg P2) => s_ + "upiste" ; VP (Pret Sg P3) => s_ + "upo" ; @@ -4449,18 +4449,18 @@ oper sacar_72 : Str -> Verbum = \sacar -> VP (Pres Subj Pl P1) => sa_ + "quemos" ; VP (Pres Subj Pl P2) => sa_ + "quéis" ; VP (Pres Subj Pl P3) => sa_ + "quen" ; - VP (Past Ind Sg P1) => sa_ + "caba" ; - VP (Past Ind Sg P2) => sa_ + "cabas" ; - VP (Past Ind Sg P3) => sa_ + "caba" ; - VP (Past Ind Pl P1) => sa_ + "cábamos" ; - VP (Past Ind Pl P2) => sa_ + "cabais" ; - VP (Past Ind Pl P3) => sa_ + "caban" ; - VP (Past Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; - VP (Past Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; - VP (Past Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; - VP (Past Subj Pl P1) => variants {sa_ + "cáramos" ; sa_ + "cásemos"} ; - VP (Past Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; - VP (Past Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; + VP (Impf Ind Sg P1) => sa_ + "caba" ; + VP (Impf Ind Sg P2) => sa_ + "cabas" ; + VP (Impf Ind Sg P3) => sa_ + "caba" ; + VP (Impf Ind Pl P1) => sa_ + "cábamos" ; + VP (Impf Ind Pl P2) => sa_ + "cabais" ; + VP (Impf Ind Pl P3) => sa_ + "caban" ; + VP (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; + VP (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; + VP (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; + VP (Impf Subj Pl P1) => variants {sa_ + "cáramos" ; sa_ + "cásemos"} ; + VP (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; + VP (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; VP (Pret Sg P1) => sa_ + "qué" ; VP (Pret Sg P2) => sa_ + "caste" ; VP (Pret Sg P3) => sa_ + "có" ; @@ -4515,18 +4515,18 @@ oper salir_73 : Str -> Verbum = \salir -> VP (Pres Subj Pl P1) => sal_ + "gamos" ; VP (Pres Subj Pl P2) => sal_ + "gáis" ; VP (Pres Subj Pl P3) => sal_ + "gan" ; - VP (Past Ind Sg P1) => sal_ + "ía" ; - VP (Past Ind Sg P2) => sal_ + "ías" ; - VP (Past Ind Sg P3) => sal_ + "ía" ; - VP (Past Ind Pl P1) => sal_ + "íamos" ; - VP (Past Ind Pl P2) => sal_ + "íais" ; - VP (Past Ind Pl P3) => sal_ + "ían" ; - VP (Past Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; - VP (Past Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; - VP (Past Subj Pl P1) => variants {sal_ + "iéramos" ; sal_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; + VP (Impf Ind Sg P1) => sal_ + "ía" ; + VP (Impf Ind Sg P2) => sal_ + "ías" ; + VP (Impf Ind Sg P3) => sal_ + "ía" ; + VP (Impf Ind Pl P1) => sal_ + "íamos" ; + VP (Impf Ind Pl P2) => sal_ + "íais" ; + VP (Impf Ind Pl P3) => sal_ + "ían" ; + VP (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {sal_ + "iéramos" ; sal_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; VP (Pret Sg P1) => sal_ + "í" ; VP (Pret Sg P2) => sal_ + "iste" ; VP (Pret Sg P3) => sal_ + "ió" ; @@ -4581,18 +4581,18 @@ oper satisfacer_74 : Str -> Verbum = \satisfacer -> VP (Pres Subj Pl P1) => satisf_ + "agamos" ; VP (Pres Subj Pl P2) => satisf_ + "agáis" ; VP (Pres Subj Pl P3) => satisf_ + "agan" ; - VP (Past Ind Sg P1) => satisf_ + "acía" ; - VP (Past Ind Sg P2) => satisf_ + "acías" ; - VP (Past Ind Sg P3) => satisf_ + "acía" ; - VP (Past Ind Pl P1) => satisf_ + "acíamos" ; - VP (Past Ind Pl P2) => satisf_ + "acíais" ; - VP (Past Ind Pl P3) => satisf_ + "acían" ; - VP (Past Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; - VP (Past Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; - VP (Past Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; - VP (Past Subj Pl P1) => variants {satisf_ + "iciéramos" ; satisf_ + "iciésemos"} ; - VP (Past Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; - VP (Past Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; + VP (Impf Ind Sg P1) => satisf_ + "acía" ; + VP (Impf Ind Sg P2) => satisf_ + "acías" ; + VP (Impf Ind Sg P3) => satisf_ + "acía" ; + VP (Impf Ind Pl P1) => satisf_ + "acíamos" ; + VP (Impf Ind Pl P2) => satisf_ + "acíais" ; + VP (Impf Ind Pl P3) => satisf_ + "acían" ; + VP (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; + VP (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; + VP (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; + VP (Impf Subj Pl P1) => variants {satisf_ + "iciéramos" ; satisf_ + "iciésemos"} ; + VP (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; + VP (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; VP (Pret Sg P1) => satisf_ + "ice" ; VP (Pret Sg P2) => satisf_ + "iciste" ; VP (Pret Sg P3) => satisf_ + "izo" ; @@ -4647,18 +4647,18 @@ oper sentir_76 : Str -> Verbum = \sentir -> VP (Pres Subj Pl P1) => s_ + "intamos" ; VP (Pres Subj Pl P2) => s_ + "intáis" ; VP (Pres Subj Pl P3) => s_ + "ientan" ; - VP (Past Ind Sg P1) => s_ + "entía" ; - VP (Past Ind Sg P2) => s_ + "entías" ; - VP (Past Ind Sg P3) => s_ + "entía" ; - VP (Past Ind Pl P1) => s_ + "entíamos" ; - VP (Past Ind Pl P2) => s_ + "entíais" ; - VP (Past Ind Pl P3) => s_ + "entían" ; - VP (Past Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; - VP (Past Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; - VP (Past Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; - VP (Past Subj Pl P1) => variants {s_ + "intiéramos" ; s_ + "intiésemos"} ; - VP (Past Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; - VP (Past Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; + VP (Impf Ind Sg P1) => s_ + "entía" ; + VP (Impf Ind Sg P2) => s_ + "entías" ; + VP (Impf Ind Sg P3) => s_ + "entía" ; + VP (Impf Ind Pl P1) => s_ + "entíamos" ; + VP (Impf Ind Pl P2) => s_ + "entíais" ; + VP (Impf Ind Pl P3) => s_ + "entían" ; + VP (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; + VP (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; + VP (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; + VP (Impf Subj Pl P1) => variants {s_ + "intiéramos" ; s_ + "intiésemos"} ; + VP (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; + VP (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; VP (Pret Sg P1) => s_ + "entí" ; VP (Pret Sg P2) => s_ + "entiste" ; VP (Pret Sg P3) => s_ + "intió" ; @@ -4713,18 +4713,18 @@ oper soler_77 : Str -> Verbum = \soler -> VP (Pres Subj Pl P1) => s_ + "olamos" ; VP (Pres Subj Pl P2) => s_ + "oláis" ; VP (Pres Subj Pl P3) => s_ + "uelan" ; - VP (Past Ind Sg P1) => s_ + "olía" ; - VP (Past Ind Sg P2) => s_ + "olías" ; - VP (Past Ind Sg P3) => s_ + "olía" ; - VP (Past Ind Pl P1) => s_ + "olíamos" ; - VP (Past Ind Pl P2) => s_ + "olíais" ; - VP (Past Ind Pl P3) => s_ + "olían" ; - VP (Past Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; - VP (Past Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; - VP (Past Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; - VP (Past Subj Pl P1) => variants {s_ + "oliéramos" ; s_ + "oliésemos"} ; - VP (Past Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; - VP (Past Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; + VP (Impf Ind Sg P1) => s_ + "olía" ; + VP (Impf Ind Sg P2) => s_ + "olías" ; + VP (Impf Ind Sg P3) => s_ + "olía" ; + VP (Impf Ind Pl P1) => s_ + "olíamos" ; + VP (Impf Ind Pl P2) => s_ + "olíais" ; + VP (Impf Ind Pl P3) => s_ + "olían" ; + VP (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; + VP (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; + VP (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; + VP (Impf Subj Pl P1) => variants {s_ + "oliéramos" ; s_ + "oliésemos"} ; + VP (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; + VP (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; VP (Pret Sg P1) => s_ + "olí" ; VP (Pret Sg P2) => s_ + "oliste" ; VP (Pret Sg P3) => s_ + "olió" ; @@ -4779,18 +4779,18 @@ oper ta VP (Pres Subj Pl P1) => tañ_ + "amos" ; VP (Pres Subj Pl P2) => tañ_ + "áis" ; VP (Pres Subj Pl P3) => tañ_ + "an" ; - VP (Past Ind Sg P1) => tañ_ + "ía" ; - VP (Past Ind Sg P2) => tañ_ + "ías" ; - VP (Past Ind Sg P3) => tañ_ + "ía" ; - VP (Past Ind Pl P1) => tañ_ + "íamos" ; - VP (Past Ind Pl P2) => tañ_ + "íais" ; - VP (Past Ind Pl P3) => tañ_ + "ían" ; - VP (Past Subj Sg P1) => variants {tañ_ + "era" ; tañ_ + "ese"} ; - VP (Past Subj Sg P2) => variants {tañ_ + "eras" ; tañ_ + "eses"} ; - VP (Past Subj Sg P3) => variants {tañ_ + "era" ; tañ_ + "ese"} ; - VP (Past Subj Pl P1) => variants {tañ_ + "éramos" ; tañ_ + "ésemos"} ; - VP (Past Subj Pl P2) => variants {tañ_ + "erais" ; tañ_ + "eseis"} ; - VP (Past Subj Pl P3) => variants {tañ_ + "eran" ; tañ_ + "esen"} ; + VP (Impf Ind Sg P1) => tañ_ + "ía" ; + VP (Impf Ind Sg P2) => tañ_ + "ías" ; + VP (Impf Ind Sg P3) => tañ_ + "ía" ; + VP (Impf Ind Pl P1) => tañ_ + "íamos" ; + VP (Impf Ind Pl P2) => tañ_ + "íais" ; + VP (Impf Ind Pl P3) => tañ_ + "ían" ; + VP (Impf Subj Sg P1) => variants {tañ_ + "era" ; tañ_ + "ese"} ; + VP (Impf Subj Sg P2) => variants {tañ_ + "eras" ; tañ_ + "eses"} ; + VP (Impf Subj Sg P3) => variants {tañ_ + "era" ; tañ_ + "ese"} ; + VP (Impf Subj Pl P1) => variants {tañ_ + "éramos" ; tañ_ + "ésemos"} ; + VP (Impf Subj Pl P2) => variants {tañ_ + "erais" ; tañ_ + "eseis"} ; + VP (Impf Subj Pl P3) => variants {tañ_ + "eran" ; tañ_ + "esen"} ; VP (Pret Sg P1) => tañ_ + "í" ; VP (Pret Sg P2) => tañ_ + "iste" ; VP (Pret Sg P3) => tañ_ + "ó" ; @@ -4845,18 +4845,18 @@ oper traer_79 : Str -> Verbum = \traer -> VP (Pres Subj Pl P1) => tra_ + "amos" ; VP (Pres Subj Pl P2) => tra_ + "áis" ; VP (Pres Subj Pl P3) => tra_ + "an" ; - VP (Past Ind Sg P1) => tra_ + "ía" ; - VP (Past Ind Sg P2) => tra_ + "ías" ; - VP (Past Ind Sg P3) => tra_ + "ía" ; - VP (Past Ind Pl P1) => tra_ + "íamos" ; - VP (Past Ind Pl P2) => tra_ + "íais" ; - VP (Past Ind Pl P3) => tra_ + "ían" ; - VP (Past Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; - VP (Past Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; - VP (Past Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; - VP (Past Subj Pl P1) => variants {tra_ + "yéramos" ; tra_ + "yésemos"} ; - VP (Past Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; - VP (Past Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; + VP (Impf Ind Sg P1) => tra_ + "ía" ; + VP (Impf Ind Sg P2) => tra_ + "ías" ; + VP (Impf Ind Sg P3) => tra_ + "ía" ; + VP (Impf Ind Pl P1) => tra_ + "íamos" ; + VP (Impf Ind Pl P2) => tra_ + "íais" ; + VP (Impf Ind Pl P3) => tra_ + "ían" ; + VP (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; + VP (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; + VP (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; + VP (Impf Subj Pl P1) => variants {tra_ + "yéramos" ; tra_ + "yésemos"} ; + VP (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; + VP (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; VP (Pret Sg P1) => tra_ + "í" ; VP (Pret Sg P2) => tra_ + "íste" ; VP (Pret Sg P3) => tra_ + "yó" ; @@ -4911,18 +4911,18 @@ oper trocar_80 : Str -> Verbum = \trocar -> VP (Pres Subj Pl P1) => tr_ + "oquemos" ; VP (Pres Subj Pl P2) => tr_ + "oquéis" ; VP (Pres Subj Pl P3) => tr_ + "uequen" ; - VP (Past Ind Sg P1) => tr_ + "ocaba" ; - VP (Past Ind Sg P2) => tr_ + "ocabas" ; - VP (Past Ind Sg P3) => tr_ + "ocaba" ; - VP (Past Ind Pl P1) => tr_ + "ocábamos" ; - VP (Past Ind Pl P2) => tr_ + "ocabais" ; - VP (Past Ind Pl P3) => tr_ + "ocaban" ; - VP (Past Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; - VP (Past Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; - VP (Past Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; - VP (Past Subj Pl P1) => variants {tr_ + "ocáramos" ; tr_ + "ocásemos"} ; - VP (Past Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; - VP (Past Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; + VP (Impf Ind Sg P1) => tr_ + "ocaba" ; + VP (Impf Ind Sg P2) => tr_ + "ocabas" ; + VP (Impf Ind Sg P3) => tr_ + "ocaba" ; + VP (Impf Ind Pl P1) => tr_ + "ocábamos" ; + VP (Impf Ind Pl P2) => tr_ + "ocabais" ; + VP (Impf Ind Pl P3) => tr_ + "ocaban" ; + VP (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; + VP (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; + VP (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; + VP (Impf Subj Pl P1) => variants {tr_ + "ocáramos" ; tr_ + "ocásemos"} ; + VP (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; + VP (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; VP (Pret Sg P1) => tr_ + "oqué" ; VP (Pret Sg P2) => tr_ + "ocaste" ; VP (Pret Sg P3) => tr_ + "ocó" ; @@ -4977,18 +4977,18 @@ oper valer_81 : Str -> Verbum = \valer -> VP (Pres Subj Pl P1) => val_ + "gamos" ; VP (Pres Subj Pl P2) => val_ + "gáis" ; VP (Pres Subj Pl P3) => val_ + "gan" ; - VP (Past Ind Sg P1) => val_ + "ía" ; - VP (Past Ind Sg P2) => val_ + "ías" ; - VP (Past Ind Sg P3) => val_ + "ía" ; - VP (Past Ind Pl P1) => val_ + "íamos" ; - VP (Past Ind Pl P2) => val_ + "íais" ; - VP (Past Ind Pl P3) => val_ + "ían" ; - VP (Past Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; - VP (Past Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; - VP (Past Subj Pl P1) => variants {val_ + "iéramos" ; val_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; + VP (Impf Ind Sg P1) => val_ + "ía" ; + VP (Impf Ind Sg P2) => val_ + "ías" ; + VP (Impf Ind Sg P3) => val_ + "ía" ; + VP (Impf Ind Pl P1) => val_ + "íamos" ; + VP (Impf Ind Pl P2) => val_ + "íais" ; + VP (Impf Ind Pl P3) => val_ + "ían" ; + VP (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {val_ + "iéramos" ; val_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; VP (Pret Sg P1) => val_ + "í" ; VP (Pret Sg P2) => val_ + "iste" ; VP (Pret Sg P3) => val_ + "ió" ; @@ -5043,18 +5043,18 @@ oper venir_82 : Str -> Verbum = \venir -> VP (Pres Subj Pl P1) => v_ + "engamos" ; VP (Pres Subj Pl P2) => v_ + "engáis" ; VP (Pres Subj Pl P3) => v_ + "engan" ; - VP (Past Ind Sg P1) => v_ + "enía" ; - VP (Past Ind Sg P2) => v_ + "enías" ; - VP (Past Ind Sg P3) => v_ + "enía" ; - VP (Past Ind Pl P1) => v_ + "eníamos" ; - VP (Past Ind Pl P2) => v_ + "eníais" ; - VP (Past Ind Pl P3) => v_ + "enían" ; - VP (Past Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; - VP (Past Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; - VP (Past Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; - VP (Past Subj Pl P1) => variants {v_ + "iniéramos" ; v_ + "iniésemos"} ; - VP (Past Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; - VP (Past Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; + VP (Impf Ind Sg P1) => v_ + "enía" ; + VP (Impf Ind Sg P2) => v_ + "enías" ; + VP (Impf Ind Sg P3) => v_ + "enía" ; + VP (Impf Ind Pl P1) => v_ + "eníamos" ; + VP (Impf Ind Pl P2) => v_ + "eníais" ; + VP (Impf Ind Pl P3) => v_ + "enían" ; + VP (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; + VP (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; + VP (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; + VP (Impf Subj Pl P1) => variants {v_ + "iniéramos" ; v_ + "iniésemos"} ; + VP (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; + VP (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; VP (Pret Sg P1) => v_ + "ine" ; VP (Pret Sg P2) => v_ + "iniste" ; VP (Pret Sg P3) => v_ + "ino" ; @@ -5109,18 +5109,18 @@ oper ver_83 : Str -> Verbum = \ver -> VP (Pres Subj Pl P1) => v_ + "eamos" ; VP (Pres Subj Pl P2) => v_ + "eáis" ; VP (Pres Subj Pl P3) => v_ + "ean" ; - VP (Past Ind Sg P1) => v_ + "eía" ; - VP (Past Ind Sg P2) => v_ + "eías" ; - VP (Past Ind Sg P3) => v_ + "eía" ; - VP (Past Ind Pl P1) => v_ + "eíamos" ; - VP (Past Ind Pl P2) => v_ + "eíais" ; - VP (Past Ind Pl P3) => v_ + "eían" ; - VP (Past Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; - VP (Past Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; - VP (Past Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; - VP (Past Subj Pl P1) => variants {v_ + "iéramos" ; v_ + "iésemos"} ; - VP (Past Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; - VP (Past Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; + VP (Impf Ind Sg P1) => v_ + "eía" ; + VP (Impf Ind Sg P2) => v_ + "eías" ; + VP (Impf Ind Sg P3) => v_ + "eía" ; + VP (Impf Ind Pl P1) => v_ + "eíamos" ; + VP (Impf Ind Pl P2) => v_ + "eíais" ; + VP (Impf Ind Pl P3) => v_ + "eían" ; + VP (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; + VP (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; + VP (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; + VP (Impf Subj Pl P1) => variants {v_ + "iéramos" ; v_ + "iésemos"} ; + VP (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; + VP (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; VP (Pret Sg P1) => v_ + "i" ; VP (Pret Sg P2) => v_ + "iste" ; VP (Pret Sg P3) => v_ + "io" ; @@ -5175,18 +5175,18 @@ oper volver_84 : Str -> Verbum = \volver -> VP (Pres Subj Pl P1) => v_ + "olvamos" ; VP (Pres Subj Pl P2) => v_ + "olváis" ; VP (Pres Subj Pl P3) => v_ + "uelvan" ; - VP (Past Ind Sg P1) => v_ + "olvía" ; - VP (Past Ind Sg P2) => v_ + "olvías" ; - VP (Past Ind Sg P3) => v_ + "olvía" ; - VP (Past Ind Pl P1) => v_ + "olvíamos" ; - VP (Past Ind Pl P2) => v_ + "olvíais" ; - VP (Past Ind Pl P3) => v_ + "olvían" ; - VP (Past Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; - VP (Past Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; - VP (Past Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; - VP (Past Subj Pl P1) => variants {v_ + "olviéramos" ; v_ + "olviésemos"} ; - VP (Past Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; - VP (Past Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; + VP (Impf Ind Sg P1) => v_ + "olvía" ; + VP (Impf Ind Sg P2) => v_ + "olvías" ; + VP (Impf Ind Sg P3) => v_ + "olvía" ; + VP (Impf Ind Pl P1) => v_ + "olvíamos" ; + VP (Impf Ind Pl P2) => v_ + "olvíais" ; + VP (Impf Ind Pl P3) => v_ + "olvían" ; + VP (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; + VP (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; + VP (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; + VP (Impf Subj Pl P1) => variants {v_ + "olviéramos" ; v_ + "olviésemos"} ; + VP (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; + VP (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; VP (Pret Sg P1) => v_ + "olví" ; VP (Pret Sg P2) => v_ + "olviste" ; VP (Pret Sg P3) => v_ + "olvió" ; @@ -5241,18 +5241,18 @@ oper yacer_85 : Str -> Verbum = \yacer -> VP (Pres Subj Pl P1) => ya_ + "zgamos" ; VP (Pres Subj Pl P2) => ya_ + "zgáis" ; VP (Pres Subj Pl P3) => ya_ + "zgan" ; - VP (Past Ind Sg P1) => ya_ + "cía" ; - VP (Past Ind Sg P2) => ya_ + "cías" ; - VP (Past Ind Sg P3) => ya_ + "cía" ; - VP (Past Ind Pl P1) => ya_ + "cíamos" ; - VP (Past Ind Pl P2) => ya_ + "cíais" ; - VP (Past Ind Pl P3) => ya_ + "cían" ; - VP (Past Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; - VP (Past Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; - VP (Past Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; - VP (Past Subj Pl P1) => variants {ya_ + "ciéramos" ; ya_ + "ciésemos"} ; - VP (Past Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; - VP (Past Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; + VP (Impf Ind Sg P1) => ya_ + "cía" ; + VP (Impf Ind Sg P2) => ya_ + "cías" ; + VP (Impf Ind Sg P3) => ya_ + "cía" ; + VP (Impf Ind Pl P1) => ya_ + "cíamos" ; + VP (Impf Ind Pl P2) => ya_ + "cíais" ; + VP (Impf Ind Pl P3) => ya_ + "cían" ; + VP (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; + VP (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; + VP (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; + VP (Impf Subj Pl P1) => variants {ya_ + "ciéramos" ; ya_ + "ciésemos"} ; + VP (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; + VP (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; VP (Pret Sg P1) => ya_ + "cí" ; VP (Pret Sg P2) => ya_ + "ciste" ; VP (Pret Sg P3) => ya_ + "ció" ; @@ -5307,18 +5307,18 @@ oper zurcir_86 : Str -> Verbum = \zurcir -> VP (Pres Subj Pl P1) => zur_ + "zamos" ; VP (Pres Subj Pl P2) => zur_ + "záis" ; VP (Pres Subj Pl P3) => zur_ + "zan" ; - VP (Past Ind Sg P1) => zur_ + "cía" ; - VP (Past Ind Sg P2) => zur_ + "cías" ; - VP (Past Ind Sg P3) => zur_ + "cía" ; - VP (Past Ind Pl P1) => zur_ + "cíamos" ; - VP (Past Ind Pl P2) => zur_ + "cíais" ; - VP (Past Ind Pl P3) => zur_ + "cían" ; - VP (Past Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; - VP (Past Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; - VP (Past Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; - VP (Past Subj Pl P1) => variants {zur_ + "ciéramos" ; zur_ + "ciésemos"} ; - VP (Past Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; - VP (Past Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; + VP (Impf Ind Sg P1) => zur_ + "cía" ; + VP (Impf Ind Sg P2) => zur_ + "cías" ; + VP (Impf Ind Sg P3) => zur_ + "cía" ; + VP (Impf Ind Pl P1) => zur_ + "cíamos" ; + VP (Impf Ind Pl P2) => zur_ + "cíais" ; + VP (Impf Ind Pl P3) => zur_ + "cían" ; + VP (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; + VP (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; + VP (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; + VP (Impf Subj Pl P1) => variants {zur_ + "ciéramos" ; zur_ + "ciésemos"} ; + VP (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; + VP (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; VP (Pret Sg P1) => zur_ + "cí" ; VP (Pret Sg P2) => zur_ + "ciste" ; VP (Pret Sg P3) => zur_ + "ció" ; @@ -5373,18 +5373,18 @@ oper amar_87 : Str -> Verbum = \amar -> VP (Pres Subj Pl P1) => am_ + "emos" ; VP (Pres Subj Pl P2) => am_ + "éis" ; VP (Pres Subj Pl P3) => am_ + "en" ; - VP (Past Ind Sg P1) => am_ + "aba" ; - VP (Past Ind Sg P2) => am_ + "abas" ; - VP (Past Ind Sg P3) => am_ + "aba" ; - VP (Past Ind Pl P1) => am_ + "ábamos" ; - VP (Past Ind Pl P2) => am_ + "abais" ; - VP (Past Ind Pl P3) => am_ + "aban" ; - VP (Past Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; - VP (Past Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; - VP (Past Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; - VP (Past Subj Pl P1) => variants {am_ + "áramos" ; am_ + "ásemos"} ; - VP (Past Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; - VP (Past Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; + VP (Impf Ind Sg P1) => am_ + "aba" ; + VP (Impf Ind Sg P2) => am_ + "abas" ; + VP (Impf Ind Sg P3) => am_ + "aba" ; + VP (Impf Ind Pl P1) => am_ + "ábamos" ; + VP (Impf Ind Pl P2) => am_ + "abais" ; + VP (Impf Ind Pl P3) => am_ + "aban" ; + VP (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; + VP (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; + VP (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; + VP (Impf Subj Pl P1) => variants {am_ + "áramos" ; am_ + "ásemos"} ; + VP (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; + VP (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; VP (Pret Sg P1) => am_ + "é" ; VP (Pret Sg P2) => am_ + "aste" ; VP (Pret Sg P3) => am_ + "ó" ; @@ -5439,18 +5439,18 @@ oper llover_89 : Str -> Verbum = \llover -> VP (Pres Subj Pl P1) => variants {} ; VP (Pres Subj Pl P2) => variants {} ; VP (Pres Subj Pl P3) => variants {} ; - VP (Past Ind Sg P1) => variants {} ; - VP (Past Ind Sg P2) => variants {} ; - VP (Past Ind Sg P3) => ll_ + "ovía" ; - VP (Past Ind Pl P1) => variants {} ; - VP (Past Ind Pl P2) => variants {} ; - VP (Past Ind Pl P3) => variants {} ; - VP (Past Subj Sg P1) => variants {} ; - VP (Past Subj Sg P2) => variants {} ; - VP (Past Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; - VP (Past Subj Pl P1) => variants {} ; - VP (Past Subj Pl P2) => variants {} ; - VP (Past Subj Pl P3) => variants {} ; + VP (Impf Ind Sg P1) => variants {} ; + VP (Impf Ind Sg P2) => variants {} ; + VP (Impf Ind Sg P3) => ll_ + "ovía" ; + VP (Impf Ind Pl P1) => variants {} ; + VP (Impf Ind Pl P2) => variants {} ; + VP (Impf Ind Pl P3) => variants {} ; + VP (Impf Subj Sg P1) => variants {} ; + VP (Impf Subj Sg P2) => variants {} ; + VP (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; + VP (Impf Subj Pl P1) => variants {} ; + VP (Impf Subj Pl P2) => variants {} ; + VP (Impf Subj Pl P3) => variants {} ; VP (Pret Sg P1) => variants {} ; VP (Pret Sg P2) => variants {} ; VP (Pret Sg P3) => ll_ + "ovió" ; diff --git a/lib/resource/spanish/MorphoSpa.gf b/lib/resource/spanish/MorphoSpa.gf index e48ed6640..fbfce878a 100644 --- a/lib/resource/spanish/MorphoSpa.gf +++ b/lib/resource/spanish/MorphoSpa.gf @@ -176,4 +176,11 @@ haber_10 : Str -> Verbum = haber_3 ; param DForm = unit | teen | ten | hundred ; param Modif = mod | unmod | conj ; + +oper spl : Str -> {s : Gender => Str ; n : Number} = \s -> {s = \\_ => + s ; n = Pl} ; + + uno : Gender => Str = table {Masc => "uno" ; Fem => "una"} ; + yuno : Gender => Str = \\g => "y" ++ uno ! g ; + } diff --git a/lib/resource/spanish/NumeralsSpa.gf b/lib/resource/spanish/NumeralsSpa.gf index c23e31d52..47172401d 100644 --- a/lib/resource/spanish/NumeralsSpa.gf +++ b/lib/resource/spanish/NumeralsSpa.gf @@ -1,18 +1,20 @@ -concrete NumeralsSpa of Numerals = open MorphoSpa in { +--# -path=.:../romance:../abstract:../../prelude + +concrete NumeralsSpa of Numerals = open TypesSpa, MorphoSpa in { -- by Carlos Gonzalia, Chalmers, 1999 -- original source automatically translated to new GF by AR +-- modified by addition of gender and number 30/3/2005 - -lincat Numeral = {s : Str} ; +lincat Numeral = {s : Gender => Str ; n : Number} ; lincat Digit = {inh : Modif ; s : {p1 : DForm ; p2 : Modif} => Str} ; -lincat Sub10 = {s : {p1 : DForm ; p2 : Modif} => Str} ; -lincat Sub100 = {s : Str} ; -lincat Sub1000 = {s : Str} ; -lincat Sub1000000 = {s : Str} ; +lincat Sub10 = {s : {p1 : DForm ; p2 : Modif} => Gender => Str ; n : Number} ; +lincat Sub100 = {s : Gender => Str ; n : Number} ; +lincat Sub1000 = {s : Gender => Str ; n : Number} ; +lincat Sub1000000 = {s : Gender => Str ; n : Number} ; + +lin num x0 = x0 ; -lin num x0 = - {s = x0.s} ; lin n2 = {inh = mod ; s = table {{p1 = unit ; p2 = mod} => "dos" ; {p1 = unit ; p2 = unmod} => "dos" ; {p1 = unit ; p2 = conj} => "y" ++ "dos" ; {p1 = teen ; p2 = mod} => "doce" ; {p1 = teen ; p2 = unmod} => "doce" ; {p1 = teen ; p2 = conj} => "doce" ; {p1 = ten ; p2 = mod} => "veinti" ; {p1 = ten ; p2 = unmod} => "veinte" ; {p1 = ten ; p2 = conj} => "veinte" ; {p1 = hundred ; p2 = mod} => "doscientos" ; {p1 = hundred ; p2 = unmod} => "doscientos" ; {p1 = hundred ; p2 = conj} => "doscientos"}} ; lin n3 = @@ -30,31 +32,35 @@ lin n8 = lin n9 = {inh = conj ; s = table {{p1 = unit ; p2 = mod} => "nueve" ; {p1 = unit ; p2 = unmod} => "nueve" ; {p1 = unit ; p2 = conj} => "y" ++ "nueve" ; {p1 = teen ; p2 = mod} => "diecinueve" ; {p1 = teen ; p2 = unmod} => "diecinueve" ; {p1 = teen ; p2 = conj} => "diecinueve" ; {p1 = ten ; p2 = mod} => "noventa" ; {p1 = ten ; p2 = unmod} => "noventa" ; {p1 = ten ; p2 = conj} => "noventa" ; {p1 = hundred ; p2 = mod} => "novecientos" ; {p1 = hundred ; p2 = unmod} => "novecientos" ; {p1 = hundred ; p2 = conj} => "novecientos"}} ; lin pot01 = - {s = table {{p1 = unit ; p2 = mod} => "uno" ; {p1 = unit ; p2 = unmod} => "uno" ; {p1 = unit ; p2 = conj} => "y" ++ "uno" ; {p1 = teen ; p2 = mod} => "uno" ; {p1 = teen ; p2 = unmod} => "uno" ; {p1 = teen ; p2 = conj} => "y" ++ "uno" ; {p1 = ten ; p2 = mod} => "uno" ; {p1 = ten ; p2 = unmod} => "uno" ; {p1 = ten ; p2 = conj} => "y" ++ "uno" ; {p1 = hundred ; p2 = mod} => "ciento" ; {p1 = hundred ; p2 = unmod} => "cien" ; {p1 = hundred ; p2 = conj} => "y" ++ "uno"}} ; + {s = table {{p1 = unit ; p2 = mod} => uno ; {p1 = unit ; p2 = unmod} + => uno ; {p1 = unit ; p2 = conj} => yuno ; {p1 = teen ; p2 = mod} => + uno ; {p1 = teen ; p2 = unmod} => uno ; {p1 = teen ; p2 = conj} => + yuno ; {p1 = ten ; p2 = mod} => uno ; {p1 = ten ; p2 = unmod} => uno + ; {p1 = ten ; p2 = conj} => yuno ; {p1 = hundred ; p2 = mod} => + \\_ => "ciento" ; {p1 = hundred ; p2 = unmod} => \\_ => "cien" ; {p1 = hundred ; p2 = conj} => yuno} ; n = Sg} ; lin pot0 d = - {s = table {{p1 = unit ; p2 = mod} => d.s ! {p1 = unit ; p2 = mod} ; {p1 = unit ; p2 = unmod} => d.s ! {p1 = unit ; p2 = unmod} ; {p1 = unit ; p2 = conj} => d.s ! {p1 = unit ; p2 = conj} ; {p1 = teen ; p2 = mod} => d.s ! {p1 = teen ; p2 = mod} ; {p1 = teen ; p2 = unmod} => d.s ! {p1 = teen ; p2 = unmod} ; {p1 = teen ; p2 = conj} => d.s ! {p1 = teen ; p2 = conj} ; {p1 = ten ; p2 = mod} => d.s ! {p1 = ten ; p2 = mod} ; {p1 = ten ; p2 = unmod} => d.s ! {p1 = ten ; p2 = unmod} ; {p1 = ten ; p2 = conj} => d.s ! {p1 = ten ; p2 = conj} ; {p1 = hundred ; p2 = mod} => d.s ! {p1 = hundred ; p2 = mod} ; {p1 = hundred ; p2 = unmod} => d.s ! {p1 = hundred ; p2 = unmod} ; {p1 = hundred ; p2 = conj} => d.s ! {p1 = hundred ; p2 = conj}}} ; + {s = \\f,g => d.s ! f ; n = Pl} ; lin pot110 = - {s = "diez"} ; + spl "diez" ; lin pot111 = - {s = "once"} ; + spl "once" ; lin pot1to19 d = - {s = d.s ! {p1 = teen ; p2 = unmod}} ; + spl (d.s ! {p1 = teen ; p2 = unmod}) ; lin pot0as1 n = - {s = n.s ! {p1 = unit ; p2 = unmod}} ; + {s = n.s ! {p1 = unit ; p2 = unmod} ; n = n.n} ; lin pot1 d = - {s = d.s ! {p1 = ten ; p2 = unmod}} ; + spl (d.s ! {p1 = ten ; p2 = unmod}) ; lin pot1plus d e = - {s = (d.s ! {p1 = ten ; p2 = mod}) ++ e.s ! {p1 = unit ; p2 = d.inh}} ; -lin pot1as2 n = - {s = n.s} ; + {s = \\g => (d.s ! {p1 = ten ; p2 = mod}) ++ e.s ! {p1 = unit ; p2 = + d.inh} ! g ; n = Pl} ; +lin pot1as2 n = n ; lin pot2 d = - {s = d.s ! {p1 = hundred ; p2 = unmod}} ; + spl (d.s ! {p1 = hundred ; p2 = unmod} ! Masc) ; lin pot2plus d e = - {s = (d.s ! {p1 = hundred ; p2 = mod}) ++ e.s} ; -lin pot2as3 n = - {s = n.s} ; + {s = \\g => (d.s ! {p1 = hundred ; p2 = mod}) ! Masc ++ e.s ! g ; n = Pl} ; +lin pot2as3 n = n ; lin pot3 n = - {s = n.s ++ "mil"} ; + spl (n.s ! Masc ++ "mil") ; lin pot3plus n m = - {s = n.s ++ "mil" ++ m.s} ; + {s = \\g => n.s ! Masc ++ "mil" ++ m.s ! g ; n = Pl} ; } diff --git a/lib/resource/spanish/StructuralSpa.gf b/lib/resource/spanish/StructuralSpa.gf index 3ff880a04..0dee0ec74 100644 --- a/lib/resource/spanish/StructuralSpa.gf +++ b/lib/resource/spanish/StructuralSpa.gf @@ -1,116 +1,95 @@ --# -path=.:../romance:../abstract:../../prelude -concrete StructuralSpa of Structural = CategoriesSpa, NumeralsSpa ** - open SyntaxSpa, MorphoSpa, Prelude in { +concrete StructuralSpa of Structural = CategoriesSpa, NumeralsSpa ** + open SyntaxSpa, MorphoSpa, BeschSpa, Prelude in { + lin - INP = pronNounPhrase pronJe ; - ThouNP = pronNounPhrase pronTu ; - HeNP = pronNounPhrase pronIl ; - SheNP = pronNounPhrase pronElle ; - WeNumNP n = pronNounPhrase (pronWithNum pronNous n) ; - YeNumNP n = pronNounPhrase (pronWithNum pronVous n) ; - YouNP = pronNounPhrase pronVous ; - TheyNP = pronNounPhrase pronIls ; - TheyFemNP = pronNounPhrase pronElles ; --- Here is a point where the API is really inadequate for French, --- which distinguishes between masculine and feminine "they". --- The following solution is not attractive. + UseNumeral n = {s = \\g => n.s !g ; n = n.n} ; ---- TheyNP = pronNounPhrase (variants {pronIls ; pronElles}) ; - - ThisNP = mkNameNounPhrase ["esto"] Masc ; - ThatNP = mkNameNounPhrase ["eso"] Masc ; - TheseNumNP n = mkNameNounPhrase ("éstos" ++ n.s ! Masc) Masc ; - ThoseNumNP n = mkNameNounPhrase ("ésos" ++ n.s ! Masc) Masc ; - - ItNP = pronNounPhrase pronIl ; - - EveryDet = chaqueDet ; - AllMassDet = mkDeterminer singular "todo" "toda" ; - AllNumDet = mkDeterminerNum plural ["todos los"] ["todas las"] ; - WhichDet = quelDet ; - WhichNumDet = mkDeterminerNum plural "cuales" "cuales" ; - HowManyDet = mkDeterminer plural "cuántos" "cuántas" ; - MostsDet = plupartDet ; - MostDet = mkDeterminer1 singular (["la mayor parte"] ++ elisDe) ; --- de - SomeDet = mkDeterminer singular "alguno" "alguna" ; - SomeNumDet = mkDeterminerNum plural "algunos" "algunas" ; - NoDet = mkDeterminer singular "ninguno" "ninguna" ; --- non - NoNumDet = mkDeterminerNum plural "ningunos" "ningunas" ; ---- ?? - AnyDet = mkDeterminer singular "alguno" "alguna" ; --- - AnyNumDet = mkDeterminerNum plural "algunos" "algunas" ; --- - ManyDet = mkDeterminer plural "muchos" "muchas" ; - MuchDet = mkDeterminer1 singular "mucho" ; - ThisDet = mkDeterminer singular "esto" "esta" ; - ThatDet = mkDeterminer singular "eso" "esa" ; - TheseNumDet = mkDeterminerNum plural "estos" "estas" ; - ThoseNumDet = mkDeterminerNum plural "esos" "esas" ; - - UseNumeral n = {s = \\_ => n.s} ; ---- gender - - HowIAdv = commentAdv ; - WhenIAdv = quandAdv ; - WhereIAdv = ouAdv ; - WhyIAdv = pourquoiAdv ; - - AndConj = etConj ; - OrConj = ouConj ; - BothAnd = etetConj ; - EitherOr = ououConj ; - NeitherNor = niniConj ; - IfSubj = siSubj ; - WhenSubj = quandSubj ; - - PhrYes = ouiPhr ; - PhrNo = nonPhr ; --- and also Si! - - VeryAdv = ss "muy" ; - TooAdv = ss "demasiado" ; - OtherwiseAdv = ss "otramente" ; - ThereforeAdv = ss ["por eso"] ; - - EverybodyNP = normalNounPhrase (\\c => prepCase c ++ "todos") Masc Pl ; - SomebodyNP = mkNameNounPhrase ["algún"] Masc ; - NobodyNP = mkNameNounPhrase ["nadién"] Masc ; --- ne - EverythingNP = mkNameNounPhrase ["todo"] Masc ; - SomethingNP = mkNameNounPhrase ["algo"] Masc ; - NothingNP = mkNameNounPhrase ["nada"] Masc ; --- ne - ----- provisory, for completeness - CanVV = mkVerbVerbDir (verbPres (vender_4 "poder") AHabere) ; ---- - CanKnowVV = mkVerbVerbDir (verbPres (vender_4 "saber") AHabere) ; ---- - MustVV = mkVerbVerbDir (verbPres (vender_4 "deber") AHabere) ; ---- - WantVV = mkVerbVerbDir (verbPres (vender_4 "quierer") AHabere) ; ---- - - EverywhereNP = ss ["en todas partes"] ; - SomewhereNP = ss ["en ninguna parte"] ; - NowhereNP = ss ["en alguna parte"] ; ---- - - AlthoughSubj = ss "benché" ** {m = Con} ; - - AlmostAdv = ss "casi" ; - QuiteAdv = ss "bastante" ; - - InPrep = justPrep "en" ; - OnPrep = justPrep "sobre" ; ---- - ToPrep = justCase dative ; --- - ThroughPrep = justPrep "por" ; - AbovePrep = justPrep "sobre" ; - UnderPrep = justPrep "bajo" ; - InFrontPrep = {s = "delante" ; c = genitive} ; - BehindPrep = {s = "detrás" ; c = genitive} ; - BetweenPrep = justPrep "entre" ; - FromPrep = justCase (CPrep P_de) ; - BeforePrep = {s = "antes" ; c = genitive} ; - DuringPrep = justPrep "durante" ; ---- - AfterPrep = {s = "después" ; c = genitive} ; - WithPrep = justPrep "con" ; - WithoutPrep = justPrep "sin" ; - ByMeansPrep = justPrep "por" ; - PossessPrep = justCase genitive ; - PartPrep = justCase genitive ; --- - AgentPrep = justPrep "por" ; + above_Prep = justPrep "sobre" ; + after_Prep = {s = "después" ; c = genitive} ; + all8mass_Det = mkDeterminer singular "todo" "toda" ; + all_NDet = mkDeterminerNum ["todos los"] ["todas las"] ; + almost_Adv = ss "casi" ; + although_Subj = ss "benché" ** {m = Con} ; + and_Conj = etConj ; + because_Subj = ss "porque" ** {m = Ind} ; + before_Prep = {s = "antes" ; c = genitive} ; + behind_Prep = {s = "detrás" ; c = genitive} ; + between_Prep = justPrep "entre" ; + both_AndConjD = etetConj ; + by8agent_Prep = justPrep "por" ; + by8means_Prep = justPrep "por" ; + can8know_VV = mkVerbVerbDir (verbPres (saber_71 "saber") AHabere) ; + can_VV = mkVerbVerbDir (verbPres (poder_58 "poder") AHabere) ; ---- + during_Prep = justPrep "durante" ; ---- + either8or_ConjD = ououConj ; + everybody_NP = normalNounPhrase (\\c => prepCase c ++ "todos") Masc Pl ; + every_Det = chaqueDet ; + everything_NP = mkNameNounPhrase ["todo"] Masc ; + everywhere_Adv = ss ["en todas partes"] ; + from_Prep = justCase (CPrep P_de) ; + he_NP = pronNounPhrase pronIl ; + how8many_IDet = mkDeterminer plural "cuántos" "cuántas" ; + how_IAdv = commentAdv ; + if_Subj = siSubj ; + in8front_Prep = {s = "delante" ; c = genitive} ; + i_NP = pronNounPhrase pronJe ; + in_Prep = justPrep "en" ; + it_NP = pronNounPhrase pronIl ; + many_Det = mkDeterminer plural "muchos" "muchas" ; + most8many_Det = plupartDet ; + most_Det = mkDeterminer1 singular (["la mayor parte"] ++ elisDe) ; --- de + much_Det = mkDeterminer1 singular "mucho" ; + must_VV = mkVerbVerbDir (verbPres (deber_6 "deber") AHabere) ; ---- + no_Phr = nonPhr ; + on_Prep = justPrep "sobre" ; ---- + or_Conj = ouConj ; + otherwise_Adv = ss "otramente" ; + part_Prep = justCase genitive ; --- + possess_Prep = justCase genitive ; + quite_Adv = ss "bastante" ; + she_NP = pronNounPhrase pronElle ; + so_Adv = ss "tanto" ; ---- + somebody_NP = mkNameNounPhrase ["algún"] Masc ; + some_Det = mkDeterminer singular "alguno" "alguna" ; + some_NDet = mkDeterminerNum "algunos" "algunas" ; + something_NP = mkNameNounPhrase ["algo"] Masc ; + somewhere_Adv = ss ["en ninguna parte"] ; + that_Det = mkDeterminer singular "eso" "esa" ; + that_NP = mkNameNounPhrase ["eso"] Masc ; + therefore_Adv = ss ["por eso"] ; + these_NDet = mkDeterminerNum "estos" "estas" ; + they8fem_NP = pronNounPhrase pronElles ; + they_NP = pronNounPhrase pronIls ; + this_Det = mkDeterminer singular "esto" "esta" ; + this_NP = mkNameNounPhrase ["esto"] Masc ; + those_NDet = mkDeterminerNum "esos" "esas" ; + thou_NP = pronNounPhrase pronTu ; + through_Prep = justPrep "por" ; + too_Adv = ss "demasiado" ; + to_Prep = justCase dative ; --- + under_Prep = justPrep "bajo" ; + very_Adv = ss "muy" ; + want_VV = mkVerbVerbDir (verbPres (querer_64 "querer") AHabere) ; ---- + we_NP = pronNounPhrase pronNous ; + what8one_IP = intPronWhat singular ; + what8many_IP = intPronWhat plural ; + when_IAdv = quandAdv ; + when_Subj = quandSubj ; + where_IAdv = ouAdv ; + which8many_IDet = mkDeterminerNum "cuales" "cuales" ** {n = Pl} ; + which8one_IDet = quelDet ; + who8one_IP = intPronWho singular ; + who8many_IP = intPronWho plural ; + why_IAdv = pourquoiAdv ; + without_Prep = justPrep "sin" ; + with_Prep = justPrep "con" ; + ye_NP = pronNounPhrase pronVous ; + yes_Phr = ouiPhr ; + you_NP = pronNounPhrase pronVous ; } + diff --git a/lib/resource/spanish/SyntaxSpa.gf b/lib/resource/spanish/SyntaxSpa.gf index 1353f53b3..7720987bb 100644 --- a/lib/resource/spanish/SyntaxSpa.gf +++ b/lib/resource/spanish/SyntaxSpa.gf @@ -35,6 +35,7 @@ oper npGenPossNum = \nu,ton,mec -> \\c => artDef mec.g Pl c ++ ton.s ! Poss Pl mec.g ++ nu.s ! mec.g ++ mec.s ! Pl ; +{- ---- existNounPhrase = \delvino -> { s = \\m => case m of { @@ -42,6 +43,7 @@ oper Con => "haya" } ++ delvino.s ! stressed accusative } ; +-} mkAdjSolo : Str -> Bool -> Adjective = \adj,p -> mkAdjective (adjSolo adj) p ; @@ -83,8 +85,7 @@ oper negVerb = \va -> "no" ++ va ; - copula = \b,w -> let etre = (predVerb verbSer).s in - etre ! b ! Masc ! w ; ---- Masc + copula = verbSer ; isClitCase = \c -> case c of { Acc => True ; @@ -148,7 +149,7 @@ oper } ; -- Questions - +{- ---- questVerbPhrase = \jean,dort -> {s = table { DirQ => (predVerbPhrase jean dort).s ! Ind ; @@ -162,14 +163,6 @@ oper s = \\m => case m of {DirQ => [] ; _ => "si"} ++ cedelvino } ; - intVerbPhrase = \qui, dormir -> - let dort = dormir.s ! qui.g ! VPF Simul (VFin presInd qui.n P3) - in - {s = table { - _ => qui.s ! Nom ++ dort - } - } ; - intSlash = \Qui, Tuvois -> let {qui = Tuvois.s2 ++ Qui.s ! Tuvois.c ; tuvois = Tuvois.s ! Ind} in {s = table { @@ -177,13 +170,18 @@ oper IndirQ => qui ++ tuvois } } ; +-} - questAdverbial = \quand, jean, dort -> - let {jeandort = (predVerbPhrase jean dort).s ! Ind} in - {s = table { - DirQ => quand.s ++ jeandort ; --- inversion? - IndirQ => quand.s ++ jeandort - } + intSlash = \Qui, Tuvois -> + {s = \\b,cl => + let + qui = Tuvois.s2 ++ Qui.s ! Tuvois.c ; + tuvois = Tuvois.s ! b ! cl + in + table { + DirQ => qui ++ tuvois ; + IndirQ => qui ++ tuvois + } } ; ---- moved from MorphoIta diff --git a/lib/resource/spanish/TypesSpa.gf b/lib/resource/spanish/TypesSpa.gf index 166dfcee3..180a40c35 100644 --- a/lib/resource/spanish/TypesSpa.gf +++ b/lib/resource/spanish/TypesSpa.gf @@ -111,8 +111,8 @@ oper VInfin => amare.s ! VI Infn ; VFin (VPres Ind) n p => amare.s ! VP (Pres Ind n p) ; VFin (VPres Sub) n p => amare.s ! VP (Pres Sub n p) ; - VFin (VImperf Ind) n p => amare.s ! VP (Past Ind n p) ; - VFin (VImperf Sub) n p => amare.s ! VP (Past Sub n p) ; + VFin (VImperf Ind) n p => amare.s ! VP (Impf Ind n p) ; + VFin (VImperf Sub) n p => amare.s ! VP (Impf Sub n p) ; VFin VPasse n p => amare.s ! VP (Pret n p) ; VFin VFut n p => amare.s ! VP (Fut Ind n p) ; VFin VCondit n p => amare.s ! VP (Cond n p) ; @@ -134,7 +134,7 @@ param VPers = Pres Mode Number Person - | Past Mode Number Person + | Impf Mode Number Person | Pret Number Person | Fut Mode Number Person | Cond Number Person diff --git a/src/GF/System/ArchEdit.hs b/src/GF/System/ArchEdit.hs new file mode 100644 index 000000000..89a92faaf --- /dev/null +++ b/src/GF/System/ArchEdit.hs @@ -0,0 +1,30 @@ +---------------------------------------------------------------------- +-- | +-- Module : ArchEdit +-- Maintainer : AR +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date: 2005/03/30 12:41:12 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.1 $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + +module ArchEdit ( + fudlogueEdit, fudlogueWrite, fudlogueWriteUni + ) where + +fudlogueEdit :: a -> b -> IO () +fudlogueEdit _ _ = do + putStrLn "sorry no fudgets available in Hugs" + return () + +fudlogueWrite :: a -> b -> IO () +fudlogueWrite _ _ = do + putStrLn "sorry no fudgets available in Hugs" + +fudlogueWriteUni :: a -> b -> IO () +fudlogueWriteUni _ _ = do + putStrLn "sorry no fudgets available in Hugs"