diff options
Diffstat (limited to 'old-lib/resource/spanish/BeschSpa.gf')
| -rw-r--r-- | old-lib/resource/spanish/BeschSpa.gf | 5963 |
1 files changed, 5963 insertions, 0 deletions
diff --git a/old-lib/resource/spanish/BeschSpa.gf b/old-lib/resource/spanish/BeschSpa.gf new file mode 100644 index 000000000..57f215c30 --- /dev/null +++ b/old-lib/resource/spanish/BeschSpa.gf @@ -0,0 +1,5963 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +resource BeschSpa = open Prelude, CommonRomance in { + +flags optimize=noexpand ; -- faster than values + +oper Verbum = {s : VFB => Str} ; + +-- machine-generated GF file from FM source by Inger Andersson and Therese Söderberg + +oper ser_1 : Str -> Verbum = \ser -> + let x_ = Predef.tk 3 ser in + {s = table { + VI Infn=> x_ + "ser" ; + VI Ger => x_ + "siendo" ; + VI Part => x_ + "sido" ; + VPB (Pres Ind Sg P1) => x_ + "soy" ; + VPB (Pres Ind Sg P2) => x_ + "eres" ; + VPB (Pres Ind Sg P3) => x_ + "es" ; + VPB (Pres Ind Pl P1) => x_ + "somos" ; + VPB (Pres Ind Pl P2) => x_ + "sois" ; + VPB (Pres Ind Pl P3) => x_ + "son" ; + VPB (Pres Subj Sg P1) => x_ + "sea" ; + VPB (Pres Subj Sg P2) => x_ + "seas" ; + VPB (Pres Subj Sg P3) => x_ + "sea" ; + VPB (Pres Subj Pl P1) => x_ + "seamos" ; + VPB (Pres Subj Pl P2) => x_ + "seáis" ; + VPB (Pres Subj Pl P3) => x_ + "sean" ; + VPB (Impf Ind Sg P1) => x_ + "era" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "eras" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "era" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "éramos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "erais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "eran" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent + VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent + VPB (Pret Pl P1) => x_ + "fuimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "fueron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "seré" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "serás" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "será" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "seréis" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "serán" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "fuéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "sería" ; --# notpresent + VPB (Cond Sg P2) => x_ + "serías" ; --# notpresent + VPB (Cond Sg P3) => x_ + "sería" ; --# notpresent + VPB (Cond Pl P1) => x_ + "seríamos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "seríais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "serían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "sé" ; + VPB (Imper Sg P3) => x_ + "sea" ; + VPB (Imper Pl P1) => x_ + "seamos" ; + VPB (Imper Pl P2) => x_ + "sed" ; + VPB (Imper Pl P3) => x_ + "sean" ; + VPB (Pass Sg Masc) => x_ + "sido" ; + VPB (Pass Sg Fem) => x_ + "sida" ; + VPB (Pass Pl Masc) => x_ + "sidos" ; + VPB (Pass Pl Fem) => x_ + "sidas" + } + } ; + +oper estar_2 : Str -> Verbum = \estar -> + let est_ = Predef.tk 2 estar in + {s = table { + VI Infn=> est_ + "ar" ; + VI Ger => est_ + "ando" ; + VI Part => est_ + "ado" ; + VPB (Pres Ind Sg P1) => est_ + "oy" ; + VPB (Pres Ind Sg P2) => est_ + "ás" ; + VPB (Pres Ind Sg P3) => est_ + "á" ; + VPB (Pres Ind Pl P1) => est_ + "amos" ; + VPB (Pres Ind Pl P2) => est_ + "áis" ; + VPB (Pres Ind Pl P3) => est_ + "án" ; + VPB (Pres Subj Sg P1) => est_ + "é" ; + VPB (Pres Subj Sg P2) => est_ + "és" ; + VPB (Pres Subj Sg P3) => est_ + "é" ; + VPB (Pres Subj Pl P1) => est_ + "emos" ; + VPB (Pres Subj Pl P2) => est_ + "éis" ; + VPB (Pres Subj Pl P3) => est_ + "én" ; + VPB (Impf Ind Sg P1) => est_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => est_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => est_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => est_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => est_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => est_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {est_ + "uviéramos" ; est_ + "uviésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; --# notpresent + VPB (Pret Sg P1) => est_ + "uve" ; --# notpresent + VPB (Pret Sg P2) => est_ + "uviste" ; --# notpresent + VPB (Pret Sg P3) => est_ + "uvo" ; --# notpresent + VPB (Pret Pl P1) => est_ + "uvimos" ; --# notpresent + VPB (Pret Pl P2) => est_ + "uvisteis" ; --# notpresent + VPB (Pret Pl P3) => est_ + "uvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => est_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => est_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => est_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => est_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => est_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => est_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => est_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => est_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => est_ + "uviéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent + VPB (Cond Sg P1) => est_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => est_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => est_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => est_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => est_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => est_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => est_ + "á" ; + VPB (Imper Sg P3) => est_ + "é" ; + VPB (Imper Pl P1) => est_ + "emos" ; + VPB (Imper Pl P2) => est_ + "ad" ; + VPB (Imper Pl P3) => est_ + "én" ; + VPB (Pass Sg Masc) => est_ + "ado" ; + VPB (Pass Sg Fem) => est_ + "ada" ; + VPB (Pass Pl Masc) => est_ + "ados" ; + VPB (Pass Pl Fem) => est_ + "adas" + } + } ; + +oper haber_3 : Str -> Verbum = \haber -> + let h_ = Predef.tk 4 haber in + {s = table { + VI Infn=> h_ + "aber" ; + VI Ger => h_ + "abiendo" ; + VI Part => h_ + "abido" ; + VPB (Pres Ind Sg P1) => h_ + "e" ; + VPB (Pres Ind Sg P2) => h_ + "as" ; + VPB (Pres Ind Sg P3) => variants {h_ + "a"} ; ---- h_ + "ay"} ; + VPB (Pres Ind Pl P1) => h_ + "emos" ; + VPB (Pres Ind Pl P2) => h_ + "abéis" ; + VPB (Pres Ind Pl P3) => h_ + "an" ; + VPB (Pres Subj Sg P1) => h_ + "aya" ; + VPB (Pres Subj Sg P2) => h_ + "ayas" ; + VPB (Pres Subj Sg P3) => h_ + "aya" ; + VPB (Pres Subj Pl P1) => h_ + "ayamos" ; + VPB (Pres Subj Pl P2) => h_ + "ayáis" ; + VPB (Pres Subj Pl P3) => h_ + "ayan" ; + VPB (Impf Ind Sg P1) => h_ + "abía" ; --# notpresent + VPB (Impf Ind Sg P2) => h_ + "abías" ; --# notpresent + VPB (Impf Ind Sg P3) => h_ + "abía" ; --# notpresent + VPB (Impf Ind Pl P1) => h_ + "abíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => h_ + "abíais" ; --# notpresent + VPB (Impf Ind Pl P3) => h_ + "abían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent + VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent + VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent + VPB (Pret Pl P1) => h_ + "ubimos" ; --# notpresent + VPB (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent + VPB (Pret Pl P3) => h_ + "ubieron" ; --# notpresent + VPB (Fut Ind Sg P1) => h_ + "abré" ; --# notpresent + VPB (Fut Ind Sg P2) => h_ + "abrás" ; --# notpresent + VPB (Fut Ind Sg P3) => h_ + "abrá" ; --# notpresent + VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VPB (Fut Ind Pl P2) => h_ + "abréis" ; --# notpresent + VPB (Fut Ind Pl P3) => h_ + "abrán" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "ubiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Cond Sg P1) => h_ + "abría" ; --# notpresent + VPB (Cond Sg P2) => h_ + "abrías" ; --# notpresent + VPB (Cond Sg P3) => h_ + "abría" ; --# notpresent + VPB (Cond Pl P1) => h_ + "abríamos" ; --# notpresent + VPB (Cond Pl P2) => h_ + "abríais" ; --# notpresent + VPB (Cond Pl P3) => h_ + "abrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => variants {} ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => h_ + "abido" ; + VPB (Pass Sg Fem) => h_ + "abida" ; + VPB (Pass Pl Masc) => h_ + "abidos" ; + VPB (Pass Pl Fem) => h_ + "abidas" + } + } ; + +oper hay_3 : Str -> Verbum = \haber -> + let h_ = Predef.tk 4 haber in + {s = table { + VI Infn=> h_ + "aber" ; + VI Ger => h_ + "abiendo" ; + VI Part => h_ + "abido" ; + VPB (Pres Ind Sg P1) => h_ + "e" ; + VPB (Pres Ind Sg P2) => h_ + "as" ; + VPB (Pres Ind Sg P3) => h_ + "ay" ; + VPB (Pres Ind Pl P1) => h_ + "emos" ; + VPB (Pres Ind Pl P2) => h_ + "abéis" ; + VPB (Pres Ind Pl P3) => h_ + "an" ; + VPB (Pres Subj Sg P1) => h_ + "aya" ; + VPB (Pres Subj Sg P2) => h_ + "ayas" ; + VPB (Pres Subj Sg P3) => h_ + "aya" ; + VPB (Pres Subj Pl P1) => h_ + "ayamos" ; + VPB (Pres Subj Pl P2) => h_ + "ayáis" ; + VPB (Pres Subj Pl P3) => h_ + "ayan" ; + VPB (Impf Ind Sg P1) => h_ + "abía" ; --# notpresent + VPB (Impf Ind Sg P2) => h_ + "abías" ; --# notpresent + VPB (Impf Ind Sg P3) => h_ + "abía" ; --# notpresent + VPB (Impf Ind Pl P1) => h_ + "abíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => h_ + "abíais" ; --# notpresent + VPB (Impf Ind Pl P3) => h_ + "abían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent + VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent + VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent + VPB (Pret Pl P1) => h_ + "ubimos" ; --# notpresent + VPB (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent + VPB (Pret Pl P3) => h_ + "ubieron" ; --# notpresent + VPB (Fut Ind Sg P1) => h_ + "abré" ; --# notpresent + VPB (Fut Ind Sg P2) => h_ + "abrás" ; --# notpresent + VPB (Fut Ind Sg P3) => h_ + "abrá" ; --# notpresent + VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VPB (Fut Ind Pl P2) => h_ + "abréis" ; --# notpresent + VPB (Fut Ind Pl P3) => h_ + "abrán" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "ubiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Cond Sg P1) => h_ + "abría" ; --# notpresent + VPB (Cond Sg P2) => h_ + "abrías" ; --# notpresent + VPB (Cond Sg P3) => h_ + "abría" ; --# notpresent + VPB (Cond Pl P1) => h_ + "abríamos" ; --# notpresent + VPB (Cond Pl P2) => h_ + "abríais" ; --# notpresent + VPB (Cond Pl P3) => h_ + "abrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => variants {} ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => h_ + "abido" ; + VPB (Pass Sg Fem) => h_ + "abida" ; + VPB (Pass Pl Masc) => h_ + "abidos" ; + VPB (Pass Pl Fem) => h_ + "abidas" + } + } ; + +oper tener_4 : Str -> Verbum = \tener -> + let t_ = Predef.tk 4 tener in + {s = table { + VI Infn => t_ + "ener" ; + VI Ger => t_ + "eniendo" ; + VI Part => t_ + "enido" ; + VPB (Pres Ind Sg P1) => t_ + "engo" ; + VPB (Pres Ind Sg P2) => t_ + "ienes" ; + VPB (Pres Ind Sg P3) => t_ + "iene" ; + VPB (Pres Ind Pl P1) => t_ + "enemos" ; + VPB (Pres Ind Pl P2) => t_ + "enéis" ; + VPB (Pres Ind Pl P3) => t_ + "ienen" ; + VPB (Pres Subj Sg P1) => t_ + "enga" ; + VPB (Pres Subj Sg P2) => t_ + "engas" ; + VPB (Pres Subj Sg P3) => t_ + "enga" ; + VPB (Pres Subj Pl P1) => t_ + "engamos" ; + VPB (Pres Subj Pl P2) => t_ + "engáis" ; + VPB (Pres Subj Pl P3) => t_ + "engan" ; + VPB (Impf Ind Sg P1) => t_ + "enía" ; --# notpresent + VPB (Impf Ind Sg P2) => t_ + "enías" ; --# notpresent + VPB (Impf Ind Sg P3) => t_ + "enía" ; --# notpresent + VPB (Impf Ind Pl P1) => t_ + "eníamos" ; --# notpresent + VPB (Impf Ind Pl P2) => t_ + "eníais" ; --# notpresent + VPB (Impf Ind Pl P3) => t_ + "enían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {t_ + "uviéramos" ; t_ + "uviésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; --# notpresent + VPB (Pret Sg P1) => t_ + "uve" ; --# notpresent + VPB (Pret Sg P2) => t_ + "uviste" ; --# notpresent + VPB (Pret Sg P3) => t_ + "uvo" ; --# notpresent + VPB (Pret Pl P1) => t_ + "uvimos" ; --# notpresent + VPB (Pret Pl P2) => t_ + "uvisteis" ; --# notpresent + VPB (Pret Pl P3) => t_ + "uvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => t_ + "endré" ; --# notpresent + VPB (Fut Ind Sg P2) => t_ + "endrás" ; --# notpresent + VPB (Fut Ind Sg P3) => t_ + "endrá" ; --# notpresent + VPB (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent + VPB (Fut Ind Pl P2) => t_ + "endréis" ; --# notpresent + VPB (Fut Ind Pl P3) => t_ + "endrán" ; --# notpresent + VPB (Fut Subj Sg P1) => t_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => t_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => t_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => t_ + "uviéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent + VPB (Cond Sg P1) => t_ + "endría" ; --# notpresent + VPB (Cond Sg P2) => t_ + "endrías" ; --# notpresent + VPB (Cond Sg P3) => t_ + "endría" ; --# notpresent + VPB (Cond Pl P1) => t_ + "endríamos" ; --# notpresent + VPB (Cond Pl P2) => t_ + "endríais" ; --# notpresent + VPB (Cond Pl P3) => t_ + "endrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => t_ + "en" ; + VPB (Imper Sg P3) => t_ + "enga" ; + VPB (Imper Pl P1) => t_ + "engamos" ; + VPB (Imper Pl P2) => t_ + "ened" ; + VPB (Imper Pl P3) => t_ + "engan" ; + VPB (Pass Sg Masc) => t_ + "enido" ; + VPB (Pass Sg Fem) => t_ + "enida" ; + VPB (Pass Pl Masc) => t_ + "enidos" ; + VPB (Pass Pl Fem) => t_ + "enidas" + } + } ; + +oper cortar_5 : Str -> Verbum = \cortar -> + let cort_ = Predef.tk 2 cortar in + {s = table { + VI Infn => cort_ + "ar" ; + VI Ger => cort_ + "ando" ; + VI Part => cort_ + "ado" ; + VPB (Pres Ind Sg P1) => cort_ + "o" ; + VPB (Pres Ind Sg P2) => cort_ + "as" ; + VPB (Pres Ind Sg P3) => cort_ + "a" ; + VPB (Pres Ind Pl P1) => cort_ + "amos" ; + VPB (Pres Ind Pl P2) => cort_ + "áis" ; + VPB (Pres Ind Pl P3) => cort_ + "an" ; + VPB (Pres Subj Sg P1) => cort_ + "e" ; + VPB (Pres Subj Sg P2) => cort_ + "es" ; + VPB (Pres Subj Sg P3) => cort_ + "e" ; + VPB (Pres Subj Pl P1) => cort_ + "emos" ; + VPB (Pres Subj Pl P2) => cort_ + "éis" ; + VPB (Pres Subj Pl P3) => cort_ + "en" ; + VPB (Impf Ind Sg P1) => cort_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => cort_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => cort_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => cort_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => cort_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => cort_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cort_ + "áramos" ; cort_ + "ásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; --# notpresent + VPB (Pret Sg P1) => cort_ + "é" ; --# notpresent + VPB (Pret Sg P2) => cort_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => cort_ + "ó" ; --# notpresent + VPB (Pret Pl P1) => cort_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => cort_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => cort_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => cort_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => cort_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => cort_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => cort_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => cort_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => cort_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => cort_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => cort_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => cort_ + "áremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cort_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => cort_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => cort_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => cort_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => cort_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => cort_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => cort_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => cort_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => cort_ + "a" ; + VPB (Imper Sg P3) => cort_ + "e" ; + VPB (Imper Pl P1) => cort_ + "emos" ; + VPB (Imper Pl P2) => cort_ + "ad" ; + VPB (Imper Pl P3) => cort_ + "en" ; + VPB (Pass Sg Masc) => cort_ + "ado" ; + VPB (Pass Sg Fem) => cort_ + "ada" ; + VPB (Pass Pl Masc) => cort_ + "ados" ; + VPB (Pass Pl Fem) => cort_ + "adas" + } + } ; + + +oper deber_6 : Str -> Verbum = \deber -> + let deb_ = Predef.tk 2 deber in + {s = table { + VI Infn => deb_ + "er" ; + VI Ger => deb_ + "iendo" ; + VI Part => deb_ + "ido" ; + VPB (Pres Ind Sg P1) => deb_ + "o" ; + VPB (Pres Ind Sg P2) => deb_ + "es" ; + VPB (Pres Ind Sg P3) => deb_ + "e" ; + VPB (Pres Ind Pl P1) => deb_ + "emos" ; + VPB (Pres Ind Pl P2) => deb_ + "éis" ; + VPB (Pres Ind Pl P3) => deb_ + "en" ; + VPB (Pres Subj Sg P1) => deb_ + "a" ; + VPB (Pres Subj Sg P2) => deb_ + "as" ; + VPB (Pres Subj Sg P3) => deb_ + "a" ; + VPB (Pres Subj Pl P1) => deb_ + "amos" ; + VPB (Pres Subj Pl P2) => deb_ + "áis" ; + VPB (Pres Subj Pl P3) => deb_ + "an" ; + VPB (Impf Ind Sg P1) => deb_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => deb_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => deb_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => deb_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => deb_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => deb_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {deb_ + "iéramos" ; deb_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => deb_ + "í" ; --# notpresent + VPB (Pret Sg P2) => deb_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => deb_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => deb_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => deb_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => deb_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => deb_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => deb_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => deb_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => deb_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => deb_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => deb_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => deb_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => deb_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => deb_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => deb_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => deb_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => deb_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => deb_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => deb_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => deb_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => deb_ + "e" ; + VPB (Imper Sg P3) => deb_ + "a" ; + VPB (Imper Pl P1) => deb_ + "amos" ; + VPB (Imper Pl P2) => deb_ + "ed" ; + VPB (Imper Pl P3) => deb_ + "an" ; + VPB (Pass Sg Masc) => deb_ + "ido" ; + VPB (Pass Sg Fem) => deb_ + "ida" ; + VPB (Pass Pl Masc) => deb_ + "idos" ; + VPB (Pass Pl Fem) => deb_ + "idas" + } + } ; +oper vivir_7 : Str -> Verbum = \vivir -> + let viv_ = Predef.tk 2 vivir in + {s = table { + VI Infn => viv_ + "ir" ; + VI Ger => viv_ + "iendo" ; + VI Part => viv_ + "ido" ; + VPB (Pres Ind Sg P1) => viv_ + "o" ; + VPB (Pres Ind Sg P2) => viv_ + "es" ; + VPB (Pres Ind Sg P3) => viv_ + "e" ; + VPB (Pres Ind Pl P1) => viv_ + "imos" ; + VPB (Pres Ind Pl P2) => viv_ + "ís" ; + VPB (Pres Ind Pl P3) => viv_ + "en" ; + VPB (Pres Subj Sg P1) => viv_ + "a" ; + VPB (Pres Subj Sg P2) => viv_ + "as" ; + VPB (Pres Subj Sg P3) => viv_ + "a" ; + VPB (Pres Subj Pl P1) => viv_ + "amos" ; + VPB (Pres Subj Pl P2) => viv_ + "áis" ; + VPB (Pres Subj Pl P3) => viv_ + "an" ; + VPB (Impf Ind Sg P1) => viv_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => viv_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => viv_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => viv_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => viv_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => viv_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {viv_ + "iéramos" ; viv_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => viv_ + "í" ; --# notpresent + VPB (Pret Sg P2) => viv_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => viv_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => viv_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => viv_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => viv_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => viv_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => viv_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => viv_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => viv_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => viv_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => viv_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => viv_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => viv_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => viv_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => viv_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => viv_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => viv_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => viv_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => viv_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => viv_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => viv_ + "e" ; + VPB (Imper Sg P3) => viv_ + "a" ; + VPB (Imper Pl P1) => viv_ + "amos" ; + VPB (Imper Pl P2) => viv_ + "id" ; + VPB (Imper Pl P3) => viv_ + "an" ; + VPB (Pass Sg Masc) => viv_ + "ido" ; + VPB (Pass Sg Fem) => viv_ + "ida" ; + VPB (Pass Pl Masc) => viv_ + "idos" ; + VPB (Pass Pl Fem) => viv_ + "idas" + } + } ; +oper abolir_8 : Str -> Verbum = \abolir -> + let abol_ = Predef.tk 2 abolir in + {s = table { + VI Infn => abol_ + "ir" ; + VI Ger => abol_ + "iendo" ; + VI Part => abol_ + "ido" ; + VPB (Pres Ind Sg P1) => variants {} ; + VPB (Pres Ind Sg P2) => variants {} ; + VPB (Pres Ind Sg P3) => variants {} ; + VPB (Pres Ind Pl P1) => abol_ + "imos" ; + VPB (Pres Ind Pl P2) => abol_ + "ís" ; + VPB (Pres Ind Pl P3) => variants {} ; + VPB (Pres Subj Sg P1) => variants {} ; + VPB (Pres Subj Sg P2) => variants {} ; + VPB (Pres Subj Sg P3) => variants {} ; + VPB (Pres Subj Pl P1) => variants {} ; + VPB (Pres Subj Pl P2) => variants {} ; + VPB (Pres Subj Pl P3) => variants {} ; + VPB (Impf Ind Sg P1) => abol_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => abol_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => abol_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => abol_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => abol_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => abol_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {abol_ + "iéramos" ; abol_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => abol_ + "í" ; --# notpresent + VPB (Pret Sg P2) => abol_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => abol_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => abol_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => abol_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => abol_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => abol_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => abol_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => abol_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => abol_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => abol_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => abol_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => abol_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => abol_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => abol_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => abol_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => abol_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => abol_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => abol_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => abol_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => abol_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => abol_ + "id" ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => abol_ + "ido" ; + VPB (Pass Sg Fem) => abol_ + "ida" ; + VPB (Pass Pl Masc) => abol_ + "idos" ; + VPB (Pass Pl Fem) => abol_ + "idas" + } + } ; +oper actuar_9 : Str -> Verbum = \actuar -> + let act_ = Predef.tk 3 actuar in + {s = table { + VI Infn => act_ + "uar" ; + VI Ger => act_ + "uando" ; + VI Part => act_ + "uado" ; + VPB (Pres Ind Sg P1) => act_ + "úo" ; + VPB (Pres Ind Sg P2) => act_ + "úas" ; + VPB (Pres Ind Sg P3) => act_ + "úa" ; + VPB (Pres Ind Pl P1) => act_ + "uamos" ; + VPB (Pres Ind Pl P2) => act_ + "uáis" ; + VPB (Pres Ind Pl P3) => act_ + "úan" ; + VPB (Pres Subj Sg P1) => act_ + "úe" ; + VPB (Pres Subj Sg P2) => act_ + "úes" ; + VPB (Pres Subj Sg P3) => act_ + "úe" ; + VPB (Pres Subj Pl P1) => act_ + "uemos" ; + VPB (Pres Subj Pl P2) => act_ + "uéis" ; + VPB (Pres Subj Pl P3) => act_ + "úen" ; + VPB (Impf Ind Sg P1) => act_ + "uaba" ; --# notpresent + VPB (Impf Ind Sg P2) => act_ + "uabas" ; --# notpresent + VPB (Impf Ind Sg P3) => act_ + "uaba" ; --# notpresent + VPB (Impf Ind Pl P1) => act_ + "uábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => act_ + "uabais" ; --# notpresent + VPB (Impf Ind Pl P3) => act_ + "uaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {act_ + "uáramos" ; act_ + "uásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; --# notpresent + VPB (Pret Sg P1) => act_ + "ué" ; --# notpresent + VPB (Pret Sg P2) => act_ + "uaste" ; --# notpresent + VPB (Pret Sg P3) => act_ + "uó" ; --# notpresent + VPB (Pret Pl P1) => act_ + "uamos" ; --# notpresent + VPB (Pret Pl P2) => act_ + "uasteis" ; --# notpresent + VPB (Pret Pl P3) => act_ + "uaron" ; --# notpresent + VPB (Fut Ind Sg P1) => act_ + "uaré" ; --# notpresent + VPB (Fut Ind Sg P2) => act_ + "uarás" ; --# notpresent + VPB (Fut Ind Sg P3) => act_ + "uará" ; --# notpresent + VPB (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => act_ + "uaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => act_ + "uarán" ; --# notpresent + VPB (Fut Subj Sg P1) => act_ + "uare" ; --# notpresent + VPB (Fut Subj Sg P2) => act_ + "uares" ; --# notpresent + VPB (Fut Subj Sg P3) => act_ + "uare" ; --# notpresent + VPB (Fut Subj Pl P1) => act_ + "uáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent + VPB (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent + VPB (Cond Sg P1) => act_ + "uaría" ; --# notpresent + VPB (Cond Sg P2) => act_ + "uarías" ; --# notpresent + VPB (Cond Sg P3) => act_ + "uaría" ; --# notpresent + VPB (Cond Pl P1) => act_ + "uaríamos" ; --# notpresent + VPB (Cond Pl P2) => act_ + "uaríais" ; --# notpresent + VPB (Cond Pl P3) => act_ + "uarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => act_ + "úa" ; + VPB (Imper Sg P3) => act_ + "úe" ; + VPB (Imper Pl P1) => act_ + "uemos" ; + VPB (Imper Pl P2) => act_ + "uad" ; + VPB (Imper Pl P3) => act_ + "úen" ; + VPB (Pass Sg Masc) => act_ + "uado" ; + VPB (Pass Sg Fem) => act_ + "uada" ; + VPB (Pass Pl Masc) => act_ + "uados" ; + VPB (Pass Pl Fem) => act_ + "uadas" + } + } ; +oper adquirir_10 : Str -> Verbum = \adquirir -> + let adqui_ = Predef.tk 3 adquirir in + {s = table { + VI Infn => adqui_ + "rir" ; + VI Ger => adqui_ + "riendo" ; + VI Part => adqui_ + "rido" ; + VPB (Pres Ind Sg P1) => adqui_ + "ero" ; + VPB (Pres Ind Sg P2) => adqui_ + "eres" ; + VPB (Pres Ind Sg P3) => adqui_ + "ere" ; + VPB (Pres Ind Pl P1) => adqui_ + "rimos" ; + VPB (Pres Ind Pl P2) => adqui_ + "rís" ; + VPB (Pres Ind Pl P3) => adqui_ + "eren" ; + VPB (Pres Subj Sg P1) => adqui_ + "era" ; + VPB (Pres Subj Sg P2) => adqui_ + "eras" ; + VPB (Pres Subj Sg P3) => adqui_ + "era" ; + VPB (Pres Subj Pl P1) => adqui_ + "ramos" ; + VPB (Pres Subj Pl P2) => adqui_ + "ráis" ; + VPB (Pres Subj Pl P3) => adqui_ + "eran" ; + VPB (Impf Ind Sg P1) => adqui_ + "ría" ; --# notpresent + VPB (Impf Ind Sg P2) => adqui_ + "rías" ; --# notpresent + VPB (Impf Ind Sg P3) => adqui_ + "ría" ; --# notpresent + VPB (Impf Ind Pl P1) => adqui_ + "ríamos" ; --# notpresent + VPB (Impf Ind Pl P2) => adqui_ + "ríais" ; --# notpresent + VPB (Impf Ind Pl P3) => adqui_ + "rían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {adqui_ + "riéramos" ; adqui_ + "riésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; --# notpresent + VPB (Pret Sg P1) => adqui_ + "rí" ; --# notpresent + VPB (Pret Sg P2) => adqui_ + "riste" ; --# notpresent + VPB (Pret Sg P3) => adqui_ + "rió" ; --# notpresent + VPB (Pret Pl P1) => adqui_ + "rimos" ; --# notpresent + VPB (Pret Pl P2) => adqui_ + "risteis" ; --# notpresent + VPB (Pret Pl P3) => adqui_ + "rieron" ; --# notpresent + VPB (Fut Ind Sg P1) => adqui_ + "riré" ; --# notpresent + VPB (Fut Ind Sg P2) => adqui_ + "rirás" ; --# notpresent + VPB (Fut Ind Sg P3) => adqui_ + "rirá" ; --# notpresent + VPB (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent + VPB (Fut Ind Pl P2) => adqui_ + "riréis" ; --# notpresent + VPB (Fut Ind Pl P3) => adqui_ + "rirán" ; --# notpresent + VPB (Fut Subj Sg P1) => adqui_ + "riere" ; --# notpresent + VPB (Fut Subj Sg P2) => adqui_ + "rieres" ; --# notpresent + VPB (Fut Subj Sg P3) => adqui_ + "riere" ; --# notpresent + VPB (Fut Subj Pl P1) => adqui_ + "riéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent + VPB (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent + VPB (Cond Sg P1) => adqui_ + "riría" ; --# notpresent + VPB (Cond Sg P2) => adqui_ + "rirías" ; --# notpresent + VPB (Cond Sg P3) => adqui_ + "riría" ; --# notpresent + VPB (Cond Pl P1) => adqui_ + "riríamos" ; --# notpresent + VPB (Cond Pl P2) => adqui_ + "riríais" ; --# notpresent + VPB (Cond Pl P3) => adqui_ + "rirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => adqui_ + "ere" ; + VPB (Imper Sg P3) => adqui_ + "era" ; + VPB (Imper Pl P1) => adqui_ + "ramos" ; + VPB (Imper Pl P2) => adqui_ + "rid" ; + VPB (Imper Pl P3) => adqui_ + "eran" ; + VPB (Pass Sg Masc) => adqui_ + "rido" ; + VPB (Pass Sg Fem) => adqui_ + "rida" ; + VPB (Pass Pl Masc) => adqui_ + "ridos" ; + VPB (Pass Pl Fem) => adqui_ + "ridas" + } + } ; +oper ahincar_11 : Str -> Verbum = \ahincar -> + let ah_ = Predef.tk 5 ahincar in + {s = table { + VI Infn => ah_ + "incar" ; + VI Ger => ah_ + "incando" ; + VI Part => ah_ + "incado" ; + VPB (Pres Ind Sg P1) => ah_ + "ínco" ; + VPB (Pres Ind Sg P2) => ah_ + "íncas" ; + VPB (Pres Ind Sg P3) => ah_ + "ínca" ; + VPB (Pres Ind Pl P1) => ah_ + "incamos" ; + VPB (Pres Ind Pl P2) => ah_ + "incáis" ; + VPB (Pres Ind Pl P3) => ah_ + "íncan" ; + VPB (Pres Subj Sg P1) => ah_ + "ínque" ; + VPB (Pres Subj Sg P2) => ah_ + "ínques" ; + VPB (Pres Subj Sg P3) => ah_ + "ínque" ; + VPB (Pres Subj Pl P1) => ah_ + "inquemos" ; + VPB (Pres Subj Pl P2) => ah_ + "inquéis" ; + VPB (Pres Subj Pl P3) => ah_ + "ínquen" ; + VPB (Impf Ind Sg P1) => ah_ + "incaba" ; --# notpresent + VPB (Impf Ind Sg P2) => ah_ + "incabas" ; --# notpresent + VPB (Impf Ind Sg P3) => ah_ + "incaba" ; --# notpresent + VPB (Impf Ind Pl P1) => ah_ + "incábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ah_ + "incabais" ; --# notpresent + VPB (Impf Ind Pl P3) => ah_ + "incaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ah_ + "incáramos" ; ah_ + "incásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; --# notpresent + VPB (Pret Sg P1) => ah_ + "inqué" ; --# notpresent + VPB (Pret Sg P2) => ah_ + "incaste" ; --# notpresent + VPB (Pret Sg P3) => ah_ + "incó" ; --# notpresent + VPB (Pret Pl P1) => ah_ + "incamos" ; --# notpresent + VPB (Pret Pl P2) => ah_ + "incasteis" ; --# notpresent + VPB (Pret Pl P3) => ah_ + "incaron" ; --# notpresent + VPB (Fut Ind Sg P1) => ah_ + "incaré" ; --# notpresent + VPB (Fut Ind Sg P2) => ah_ + "incarás" ; --# notpresent + VPB (Fut Ind Sg P3) => ah_ + "incará" ; --# notpresent + VPB (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ah_ + "incaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => ah_ + "incarán" ; --# notpresent + VPB (Fut Subj Sg P1) => ah_ + "incare" ; --# notpresent + VPB (Fut Subj Sg P2) => ah_ + "incares" ; --# notpresent + VPB (Fut Subj Sg P3) => ah_ + "incare" ; --# notpresent + VPB (Fut Subj Pl P1) => ah_ + "incáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent + VPB (Cond Sg P1) => ah_ + "incaría" ; --# notpresent + VPB (Cond Sg P2) => ah_ + "incarías" ; --# notpresent + VPB (Cond Sg P3) => ah_ + "incaría" ; --# notpresent + VPB (Cond Pl P1) => ah_ + "incaríamos" ; --# notpresent + VPB (Cond Pl P2) => ah_ + "incaríais" ; --# notpresent + VPB (Cond Pl P3) => ah_ + "incarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ah_ + "ínca" ; + VPB (Imper Sg P3) => ah_ + "ínque" ; + VPB (Imper Pl P1) => ah_ + "inquemos" ; + VPB (Imper Pl P2) => ah_ + "incad" ; + VPB (Imper Pl P3) => ah_ + "ínquen" ; + VPB (Pass Sg Masc) => ah_ + "incado" ; + VPB (Pass Sg Fem) => ah_ + "incada" ; + VPB (Pass Pl Masc) => ah_ + "incados" ; + VPB (Pass Pl Fem) => ah_ + "incadas" + } + } ; +oper airar_12 : Str -> Verbum = \airar -> + let a_ = Predef.tk 4 airar in + {s = table { + VI Infn => a_ + "irar" ; + VI Ger => a_ + "irando" ; + VI Part => a_ + "irado" ; + VPB (Pres Ind Sg P1) => a_ + "íro" ; + VPB (Pres Ind Sg P2) => a_ + "íras" ; + VPB (Pres Ind Sg P3) => a_ + "íra" ; + VPB (Pres Ind Pl P1) => a_ + "iramos" ; + VPB (Pres Ind Pl P2) => a_ + "iráis" ; + VPB (Pres Ind Pl P3) => a_ + "íran" ; + VPB (Pres Subj Sg P1) => a_ + "íre" ; + VPB (Pres Subj Sg P2) => a_ + "íres" ; + VPB (Pres Subj Sg P3) => a_ + "íre" ; + VPB (Pres Subj Pl P1) => a_ + "iremos" ; + VPB (Pres Subj Pl P2) => a_ + "iréis" ; + VPB (Pres Subj Pl P3) => a_ + "íren" ; + VPB (Impf Ind Sg P1) => a_ + "iraba" ; --# notpresent + VPB (Impf Ind Sg P2) => a_ + "irabas" ; --# notpresent + VPB (Impf Ind Sg P3) => a_ + "iraba" ; --# notpresent + VPB (Impf Ind Pl P1) => a_ + "irábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => a_ + "irabais" ; --# notpresent + VPB (Impf Ind Pl P3) => a_ + "iraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {a_ + "iráramos" ; a_ + "irásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; --# notpresent + VPB (Pret Sg P1) => a_ + "iré" ; --# notpresent + VPB (Pret Sg P2) => a_ + "iraste" ; --# notpresent + VPB (Pret Sg P3) => a_ + "iró" ; --# notpresent + VPB (Pret Pl P1) => a_ + "iramos" ; --# notpresent + VPB (Pret Pl P2) => a_ + "irasteis" ; --# notpresent + VPB (Pret Pl P3) => a_ + "iraron" ; --# notpresent + VPB (Fut Ind Sg P1) => a_ + "iraré" ; --# notpresent + VPB (Fut Ind Sg P2) => a_ + "irarás" ; --# notpresent + VPB (Fut Ind Sg P3) => a_ + "irará" ; --# notpresent + VPB (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => a_ + "iraréis" ; --# notpresent + VPB (Fut Ind Pl P3) => a_ + "irarán" ; --# notpresent + VPB (Fut Subj Sg P1) => a_ + "irare" ; --# notpresent + VPB (Fut Subj Sg P2) => a_ + "irares" ; --# notpresent + VPB (Fut Subj Sg P3) => a_ + "irare" ; --# notpresent + VPB (Fut Subj Pl P1) => a_ + "iráremos" ; --# notpresent + VPB (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent + VPB (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent + VPB (Cond Sg P1) => a_ + "iraría" ; --# notpresent + VPB (Cond Sg P2) => a_ + "irarías" ; --# notpresent + VPB (Cond Sg P3) => a_ + "iraría" ; --# notpresent + VPB (Cond Pl P1) => a_ + "iraríamos" ; --# notpresent + VPB (Cond Pl P2) => a_ + "iraríais" ; --# notpresent + VPB (Cond Pl P3) => a_ + "irarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => a_ + "íra" ; + VPB (Imper Sg P3) => a_ + "íre" ; + VPB (Imper Pl P1) => a_ + "iremos" ; + VPB (Imper Pl P2) => a_ + "irad" ; + VPB (Imper Pl P3) => a_ + "íren" ; + VPB (Pass Sg Masc) => a_ + "irado" ; + VPB (Pass Sg Fem) => a_ + "irada" ; + VPB (Pass Pl Masc) => a_ + "irados" ; + VPB (Pass Pl Fem) => a_ + "iradas" + } + } ; +oper andar_13 : Str -> Verbum = \andar -> + let and_ = Predef.tk 2 andar in + {s = table { + VI Infn => and_ + "ar" ; + VI Ger => and_ + "ando" ; + VI Part => and_ + "ado" ; + VPB (Pres Ind Sg P1) => and_ + "o" ; + VPB (Pres Ind Sg P2) => and_ + "as" ; + VPB (Pres Ind Sg P3) => and_ + "a" ; + VPB (Pres Ind Pl P1) => and_ + "amos" ; + VPB (Pres Ind Pl P2) => and_ + "áis" ; + VPB (Pres Ind Pl P3) => and_ + "an" ; + VPB (Pres Subj Sg P1) => and_ + "e" ; + VPB (Pres Subj Sg P2) => and_ + "es" ; + VPB (Pres Subj Sg P3) => and_ + "e" ; + VPB (Pres Subj Pl P1) => and_ + "emos" ; + VPB (Pres Subj Pl P2) => and_ + "éis" ; + VPB (Pres Subj Pl P3) => and_ + "en" ; + VPB (Impf Ind Sg P1) => and_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => and_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => and_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => and_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => and_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => and_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {and_ + "uviéramos" ; and_ + "uviésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; --# notpresent + VPB (Pret Sg P1) => and_ + "uve" ; --# notpresent + VPB (Pret Sg P2) => and_ + "uviste" ; --# notpresent + VPB (Pret Sg P3) => and_ + "uvo" ; --# notpresent + VPB (Pret Pl P1) => and_ + "uvimos" ; --# notpresent + VPB (Pret Pl P2) => and_ + "uvisteis" ; --# notpresent + VPB (Pret Pl P3) => and_ + "uvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => and_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => and_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => and_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => and_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => and_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => and_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => and_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => and_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => and_ + "uviéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent + VPB (Cond Sg P1) => and_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => and_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => and_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => and_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => and_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => and_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => and_ + "a" ; + VPB (Imper Sg P3) => and_ + "e" ; + VPB (Imper Pl P1) => and_ + "emos" ; + VPB (Imper Pl P2) => and_ + "ad" ; + VPB (Imper Pl P3) => and_ + "en" ; + VPB (Pass Sg Masc) => and_ + "ado" ; + VPB (Pass Sg Fem) => and_ + "ada" ; + VPB (Pass Pl Masc) => and_ + "ados" ; + VPB (Pass Pl Fem) => and_ + "adas" + } + } ; +oper asir_14 : Str -> Verbum = \asir -> + let as_ = Predef.tk 2 asir in + {s = table { + VI Infn => as_ + "ir" ; + VI Ger => as_ + "iendo" ; + VI Part => as_ + "ido" ; + VPB (Pres Ind Sg P1) => as_ + "go" ; + VPB (Pres Ind Sg P2) => as_ + "es" ; + VPB (Pres Ind Sg P3) => as_ + "e" ; + VPB (Pres Ind Pl P1) => as_ + "imos" ; + VPB (Pres Ind Pl P2) => as_ + "ís" ; + VPB (Pres Ind Pl P3) => as_ + "en" ; + VPB (Pres Subj Sg P1) => as_ + "ga" ; + VPB (Pres Subj Sg P2) => as_ + "gas" ; + VPB (Pres Subj Sg P3) => as_ + "ga" ; + VPB (Pres Subj Pl P1) => as_ + "gamos" ; + VPB (Pres Subj Pl P2) => as_ + "gáis" ; + VPB (Pres Subj Pl P3) => as_ + "gan" ; + VPB (Impf Ind Sg P1) => as_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => as_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => as_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => as_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => as_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => as_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {as_ + "iéramos" ; as_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => as_ + "í" ; --# notpresent + VPB (Pret Sg P2) => as_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => as_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => as_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => as_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => as_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => as_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => as_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => as_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => as_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => as_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => as_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => as_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => as_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => as_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => as_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => as_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => as_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => as_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => as_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => as_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => as_ + "e" ; + VPB (Imper Sg P3) => as_ + "ga" ; + VPB (Imper Pl P1) => as_ + "gamos" ; + VPB (Imper Pl P2) => as_ + "id" ; + VPB (Imper Pl P3) => as_ + "gan" ; + VPB (Pass Sg Masc) => as_ + "ido" ; + VPB (Pass Sg Fem) => as_ + "ida" ; + VPB (Pass Pl Masc) => as_ + "idos" ; + VPB (Pass Pl Fem) => as_ + "idas" + } + } ; +oper aullar_15 : Str -> Verbum = \aullar -> + let a_ = Predef.tk 5 aullar in + {s = table { + VI Infn => a_ + "ullar" ; + VI Ger => a_ + "ullando" ; + VI Part => a_ + "ullado" ; + VPB (Pres Ind Sg P1) => a_ + "úllo" ; + VPB (Pres Ind Sg P2) => a_ + "úllas" ; + VPB (Pres Ind Sg P3) => a_ + "úlla" ; + VPB (Pres Ind Pl P1) => a_ + "ullamos" ; + VPB (Pres Ind Pl P2) => a_ + "ulláis" ; + VPB (Pres Ind Pl P3) => a_ + "úllan" ; + VPB (Pres Subj Sg P1) => a_ + "úlle" ; + VPB (Pres Subj Sg P2) => a_ + "úlles" ; + VPB (Pres Subj Sg P3) => a_ + "úlle" ; + VPB (Pres Subj Pl P1) => a_ + "ullemos" ; + VPB (Pres Subj Pl P2) => a_ + "ulléis" ; + VPB (Pres Subj Pl P3) => a_ + "úllen" ; + VPB (Impf Ind Sg P1) => a_ + "ullaba" ; --# notpresent + VPB (Impf Ind Sg P2) => a_ + "ullabas" ; --# notpresent + VPB (Impf Ind Sg P3) => a_ + "ullaba" ; --# notpresent + VPB (Impf Ind Pl P1) => a_ + "ullábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => a_ + "ullabais" ; --# notpresent + VPB (Impf Ind Pl P3) => a_ + "ullaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {a_ + "ulláramos" ; a_ + "ullásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; --# notpresent + VPB (Pret Sg P1) => a_ + "ullé" ; --# notpresent + VPB (Pret Sg P2) => a_ + "ullaste" ; --# notpresent + VPB (Pret Sg P3) => a_ + "ulló" ; --# notpresent + VPB (Pret Pl P1) => a_ + "ullamos" ; --# notpresent + VPB (Pret Pl P2) => a_ + "ullasteis" ; --# notpresent + VPB (Pret Pl P3) => a_ + "ullaron" ; --# notpresent + VPB (Fut Ind Sg P1) => a_ + "ullaré" ; --# notpresent + VPB (Fut Ind Sg P2) => a_ + "ullarás" ; --# notpresent + VPB (Fut Ind Sg P3) => a_ + "ullará" ; --# notpresent + VPB (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => a_ + "ullaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => a_ + "ullarán" ; --# notpresent + VPB (Fut Subj Sg P1) => a_ + "ullare" ; --# notpresent + VPB (Fut Subj Sg P2) => a_ + "ullares" ; --# notpresent + VPB (Fut Subj Sg P3) => a_ + "ullare" ; --# notpresent + VPB (Fut Subj Pl P1) => a_ + "ulláremos" ; --# notpresent + VPB (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent + VPB (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent + VPB (Cond Sg P1) => a_ + "ullaría" ; --# notpresent + VPB (Cond Sg P2) => a_ + "ullarías" ; --# notpresent + VPB (Cond Sg P3) => a_ + "ullaría" ; --# notpresent + VPB (Cond Pl P1) => a_ + "ullaríamos" ; --# notpresent + VPB (Cond Pl P2) => a_ + "ullaríais" ; --# notpresent + VPB (Cond Pl P3) => a_ + "ullarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => a_ + "úlla" ; + VPB (Imper Sg P3) => a_ + "úlle" ; + VPB (Imper Pl P1) => a_ + "ullemos" ; + VPB (Imper Pl P2) => a_ + "ullad" ; + VPB (Imper Pl P3) => a_ + "úllen" ; + VPB (Pass Sg Masc) => a_ + "ullado" ; + VPB (Pass Sg Fem) => a_ + "ullada" ; + VPB (Pass Pl Masc) => a_ + "ullados" ; + VPB (Pass Pl Fem) => a_ + "ulladas" + } + } ; +oper avergonzar_16 : Str -> Verbum = \avergonzar -> + let averg_ = Predef.tk 5 avergonzar in + {s = table { + VI Infn => averg_ + "onzar" ; + VI Ger => averg_ + "onzando" ; + VI Part => averg_ + "onzado" ; + VPB (Pres Ind Sg P1) => averg_ + "üenzo" ; + VPB (Pres Ind Sg P2) => averg_ + "üenzas" ; + VPB (Pres Ind Sg P3) => averg_ + "üenza" ; + VPB (Pres Ind Pl P1) => averg_ + "onzamos" ; + VPB (Pres Ind Pl P2) => averg_ + "onzáis" ; + VPB (Pres Ind Pl P3) => averg_ + "üenzan" ; + VPB (Pres Subj Sg P1) => averg_ + "üence" ; + VPB (Pres Subj Sg P2) => averg_ + "üences" ; + VPB (Pres Subj Sg P3) => averg_ + "üence" ; + VPB (Pres Subj Pl P1) => averg_ + "oncemos" ; + VPB (Pres Subj Pl P2) => averg_ + "oncéis" ; + VPB (Pres Subj Pl P3) => averg_ + "üencen" ; + VPB (Impf Ind Sg P1) => averg_ + "onzaba" ; --# notpresent + VPB (Impf Ind Sg P2) => averg_ + "onzabas" ; --# notpresent + VPB (Impf Ind Sg P3) => averg_ + "onzaba" ; --# notpresent + VPB (Impf Ind Pl P1) => averg_ + "onzábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => averg_ + "onzabais" ; --# notpresent + VPB (Impf Ind Pl P3) => averg_ + "onzaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {averg_ + "onzáramos" ; averg_ + "onzásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; --# notpresent + VPB (Pret Sg P1) => averg_ + "oncé" ; --# notpresent + VPB (Pret Sg P2) => averg_ + "onzaste" ; --# notpresent + VPB (Pret Sg P3) => averg_ + "onzó" ; --# notpresent + VPB (Pret Pl P1) => averg_ + "onzamos" ; --# notpresent + VPB (Pret Pl P2) => averg_ + "onzasteis" ; --# notpresent + VPB (Pret Pl P3) => averg_ + "onzaron" ; --# notpresent + VPB (Fut Ind Sg P1) => averg_ + "onzaré" ; --# notpresent + VPB (Fut Ind Sg P2) => averg_ + "onzarás" ; --# notpresent + VPB (Fut Ind Sg P3) => averg_ + "onzará" ; --# notpresent + VPB (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => averg_ + "onzaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => averg_ + "onzarán" ; --# notpresent + VPB (Fut Subj Sg P1) => averg_ + "onzare" ; --# notpresent + VPB (Fut Subj Sg P2) => averg_ + "onzares" ; --# notpresent + VPB (Fut Subj Sg P3) => averg_ + "onzare" ; --# notpresent + VPB (Fut Subj Pl P1) => averg_ + "onzáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent + VPB (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent + VPB (Cond Sg P1) => averg_ + "onzaría" ; --# notpresent + VPB (Cond Sg P2) => averg_ + "onzarías" ; --# notpresent + VPB (Cond Sg P3) => averg_ + "onzaría" ; --# notpresent + VPB (Cond Pl P1) => averg_ + "onzaríamos" ; --# notpresent + VPB (Cond Pl P2) => averg_ + "onzaríais" ; --# notpresent + VPB (Cond Pl P3) => averg_ + "onzarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => averg_ + "üenza" ; + VPB (Imper Sg P3) => averg_ + "üence" ; + VPB (Imper Pl P1) => averg_ + "oncemos" ; + VPB (Imper Pl P2) => averg_ + "onzad" ; + VPB (Imper Pl P3) => averg_ + "üencen" ; + VPB (Pass Sg Masc) => averg_ + "onzado" ; + VPB (Pass Sg Fem) => averg_ + "onzada" ; + VPB (Pass Pl Masc) => averg_ + "onzados" ; + VPB (Pass Pl Fem) => averg_ + "onzadas" + } + } ; +oper averiguar_17 : Str -> Verbum = \averiguar -> + let averig_ = Predef.tk 3 averiguar in + {s = table { + VI Infn => averig_ + "uar" ; + VI Ger => averig_ + "uando" ; + VI Part => averig_ + "uado" ; + VPB (Pres Ind Sg P1) => averig_ + "uo" ; + VPB (Pres Ind Sg P2) => averig_ + "uas" ; + VPB (Pres Ind Sg P3) => averig_ + "ua" ; + VPB (Pres Ind Pl P1) => averig_ + "uamos" ; + VPB (Pres Ind Pl P2) => averig_ + "uáis" ; + VPB (Pres Ind Pl P3) => averig_ + "uan" ; + VPB (Pres Subj Sg P1) => averig_ + "üe" ; + VPB (Pres Subj Sg P2) => averig_ + "ües" ; + VPB (Pres Subj Sg P3) => averig_ + "üe" ; + VPB (Pres Subj Pl P1) => averig_ + "üemos" ; + VPB (Pres Subj Pl P2) => averig_ + "üéis" ; + VPB (Pres Subj Pl P3) => averig_ + "üen" ; + VPB (Impf Ind Sg P1) => averig_ + "uaba" ; --# notpresent + VPB (Impf Ind Sg P2) => averig_ + "uabas" ; --# notpresent + VPB (Impf Ind Sg P3) => averig_ + "uaba" ; --# notpresent + VPB (Impf Ind Pl P1) => averig_ + "uábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => averig_ + "uabais" ; --# notpresent + VPB (Impf Ind Pl P3) => averig_ + "uaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {averig_ + "uáramos" ; averig_ + "uásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; --# notpresent + VPB (Pret Sg P1) => averig_ + "üé" ; --# notpresent + VPB (Pret Sg P2) => averig_ + "uaste" ; --# notpresent + VPB (Pret Sg P3) => averig_ + "uó" ; --# notpresent + VPB (Pret Pl P1) => averig_ + "uamos" ; --# notpresent + VPB (Pret Pl P2) => averig_ + "uasteis" ; --# notpresent + VPB (Pret Pl P3) => averig_ + "uaron" ; --# notpresent + VPB (Fut Ind Sg P1) => averig_ + "uaré" ; --# notpresent + VPB (Fut Ind Sg P2) => averig_ + "uarás" ; --# notpresent + VPB (Fut Ind Sg P3) => averig_ + "uará" ; --# notpresent + VPB (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => averig_ + "uaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => averig_ + "uarán" ; --# notpresent + VPB (Fut Subj Sg P1) => averig_ + "uare" ; --# notpresent + VPB (Fut Subj Sg P2) => averig_ + "uares" ; --# notpresent + VPB (Fut Subj Sg P3) => averig_ + "uare" ; --# notpresent + VPB (Fut Subj Pl P1) => averig_ + "uáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent + VPB (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent + VPB (Cond Sg P1) => averig_ + "uaría" ; --# notpresent + VPB (Cond Sg P2) => averig_ + "uarías" ; --# notpresent + VPB (Cond Sg P3) => averig_ + "uaría" ; --# notpresent + VPB (Cond Pl P1) => averig_ + "uaríamos" ; --# notpresent + VPB (Cond Pl P2) => averig_ + "uaríais" ; --# notpresent + VPB (Cond Pl P3) => averig_ + "uarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => averig_ + "ua" ; + VPB (Imper Sg P3) => averig_ + "üe" ; + VPB (Imper Pl P1) => averig_ + "üemos" ; + VPB (Imper Pl P2) => averig_ + "uad" ; + VPB (Imper Pl P3) => averig_ + "üen" ; + VPB (Pass Sg Masc) => averig_ + "uado" ; + VPB (Pass Sg Fem) => averig_ + "uada" ; + VPB (Pass Pl Masc) => averig_ + "uados" ; + VPB (Pass Pl Fem) => averig_ + "uadas" + } + } ; +oper bruñir_18 : Str -> Verbum = \bruñir -> + let bruñ_ = Predef.tk 2 bruñir in + {s = table { + VI Infn => bruñ_ + "ir" ; + VI Ger => bruñ_ + "endo" ; + VI Part => bruñ_ + "ido" ; + VPB (Pres Ind Sg P1) => bruñ_ + "o" ; + VPB (Pres Ind Sg P2) => bruñ_ + "es" ; + VPB (Pres Ind Sg P3) => bruñ_ + "e" ; + VPB (Pres Ind Pl P1) => bruñ_ + "imos" ; + VPB (Pres Ind Pl P2) => bruñ_ + "ís" ; + VPB (Pres Ind Pl P3) => bruñ_ + "en" ; + VPB (Pres Subj Sg P1) => bruñ_ + "a" ; + VPB (Pres Subj Sg P2) => bruñ_ + "as" ; + VPB (Pres Subj Sg P3) => bruñ_ + "a" ; + VPB (Pres Subj Pl P1) => bruñ_ + "amos" ; + VPB (Pres Subj Pl P2) => bruñ_ + "áis" ; + VPB (Pres Subj Pl P3) => bruñ_ + "an" ; + VPB (Impf Ind Sg P1) => bruñ_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => bruñ_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => bruñ_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => bruñ_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => bruñ_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => bruñ_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {bruñ_ + "eras" ; bruñ_ + "eses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {bruñ_ + "éramos" ; bruñ_ + "ésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {bruñ_ + "erais" ; bruñ_ + "eseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {bruñ_ + "eran" ; bruñ_ + "esen"} ; --# notpresent + VPB (Pret Sg P1) => bruñ_ + "í" ; --# notpresent + VPB (Pret Sg P2) => bruñ_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => bruñ_ + "ó" ; --# notpresent + VPB (Pret Pl P1) => bruñ_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => bruñ_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => bruñ_ + "eron" ; --# notpresent + VPB (Fut Ind Sg P1) => bruñ_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => bruñ_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => bruñ_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => bruñ_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => bruñ_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => bruñ_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => bruñ_ + "ere" ; --# notpresent + VPB (Fut Subj Sg P2) => bruñ_ + "eres" ; --# notpresent + VPB (Fut Subj Sg P3) => bruñ_ + "ere" ; --# notpresent + VPB (Fut Subj Pl P1) => bruñ_ + "éremos" ; --# notpresent + VPB (Fut Subj Pl P2) => bruñ_ + "ereis" ; --# notpresent + VPB (Fut Subj Pl P3) => bruñ_ + "eren" ; --# notpresent + VPB (Cond Sg P1) => bruñ_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => bruñ_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => bruñ_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => bruñ_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => bruñ_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => bruñ_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => bruñ_ + "e" ; + VPB (Imper Sg P3) => bruñ_ + "a" ; + VPB (Imper Pl P1) => bruñ_ + "amos" ; + VPB (Imper Pl P2) => bruñ_ + "id" ; + VPB (Imper Pl P3) => bruñ_ + "an" ; + VPB (Pass Sg Masc) => bruñ_ + "ido" ; + VPB (Pass Sg Fem) => bruñ_ + "ida" ; + VPB (Pass Pl Masc) => bruñ_ + "idos" ; + VPB (Pass Pl Fem) => bruñ_ + "idas" + } + } ; +oper caber_19 : Str -> Verbum = \caber -> + let x_ = Predef.tk 5 caber in + {s = table { + VI Infn => x_ + "caber" ; + VI Ger => x_ + "cabiendo" ; + VI Part => x_ + "cabido" ; + VPB (Pres Ind Sg P1) => x_ + "quepo" ; + VPB (Pres Ind Sg P2) => x_ + "cabes" ; + VPB (Pres Ind Sg P3) => x_ + "cabe" ; + VPB (Pres Ind Pl P1) => x_ + "cabemos" ; + VPB (Pres Ind Pl P2) => x_ + "cabéis" ; + VPB (Pres Ind Pl P3) => x_ + "caben" ; + VPB (Pres Subj Sg P1) => x_ + "quepa" ; + VPB (Pres Subj Sg P2) => x_ + "quepas" ; + VPB (Pres Subj Sg P3) => x_ + "quepa" ; + VPB (Pres Subj Pl P1) => x_ + "quepamos" ; + VPB (Pres Subj Pl P2) => x_ + "quepáis" ; + VPB (Pres Subj Pl P3) => x_ + "quepan" ; + VPB (Impf Ind Sg P1) => x_ + "cabía" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "cabías" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "cabía" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "cabíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "cabíais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "cabían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "cupiéramos" ; x_ + "cupiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "cupe" ; --# notpresent + VPB (Pret Sg P2) => x_ + "cupiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "cupo" ; --# notpresent + VPB (Pret Pl P1) => x_ + "cupimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "cupisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "cupieron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "cabré" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "cabrás" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "cabrá" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "cabréis" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "cabrán" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "cupiere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "cupieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "cupiere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "cupiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "cabría" ; --# notpresent + VPB (Cond Sg P2) => x_ + "cabrías" ; --# notpresent + VPB (Cond Sg P3) => x_ + "cabría" ; --# notpresent + VPB (Cond Pl P1) => x_ + "cabríamos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "cabríais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "cabrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "cabe" ; + VPB (Imper Sg P3) => x_ + "quepa" ; + VPB (Imper Pl P1) => x_ + "quepamos" ; + VPB (Imper Pl P2) => x_ + "cabed" ; + VPB (Imper Pl P3) => x_ + "quepan" ; + VPB (Pass Sg Masc) => x_ + "cabido" ; + VPB (Pass Sg Fem) => x_ + "cabida" ; + VPB (Pass Pl Masc) => x_ + "cabidos" ; + VPB (Pass Pl Fem) => x_ + "cabidas" + } + } ; +oper caer_20 : Str -> Verbum = \caer -> + let ca_ = Predef.tk 2 caer in + {s = table { + VI Infn => ca_ + "er" ; + VI Ger => ca_ + "yendo" ; + VI Part => ca_ + "ído" ; + VPB (Pres Ind Sg P1) => ca_ + "igo" ; + VPB (Pres Ind Sg P2) => ca_ + "es" ; + VPB (Pres Ind Sg P3) => ca_ + "e" ; + VPB (Pres Ind Pl P1) => ca_ + "emos" ; + VPB (Pres Ind Pl P2) => ca_ + "éis" ; + VPB (Pres Ind Pl P3) => ca_ + "en" ; + VPB (Pres Subj Sg P1) => ca_ + "iga" ; + VPB (Pres Subj Sg P2) => ca_ + "igas" ; + VPB (Pres Subj Sg P3) => ca_ + "iga" ; + VPB (Pres Subj Pl P1) => ca_ + "igamos" ; + VPB (Pres Subj Pl P2) => ca_ + "igáis" ; + VPB (Pres Subj Pl P3) => ca_ + "igan" ; + VPB (Impf Ind Sg P1) => ca_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => ca_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => ca_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => ca_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ca_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => ca_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ca_ + "yéramos" ; ca_ + "yésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => ca_ + "í" ; --# notpresent + VPB (Pret Sg P2) => ca_ + "íste" ; --# notpresent + VPB (Pret Sg P3) => ca_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => ca_ + "ímos" ; --# notpresent + VPB (Pret Pl P2) => ca_ + "ísteis" ; --# notpresent + VPB (Pret Pl P3) => ca_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => ca_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => ca_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => ca_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ca_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => ca_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => ca_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ca_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ca_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ca_ + "yéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => ca_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => ca_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => ca_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => ca_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => ca_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => ca_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ca_ + "e" ; + VPB (Imper Sg P3) => ca_ + "iga" ; + VPB (Imper Pl P1) => ca_ + "igamos" ; + VPB (Imper Pl P2) => ca_ + "ed" ; + VPB (Imper Pl P3) => ca_ + "igan" ; + VPB (Pass Sg Masc) => ca_ + "ído" ; + VPB (Pass Sg Fem) => ca_ + "ída" ; + VPB (Pass Pl Masc) => ca_ + "ídos" ; + VPB (Pass Pl Fem) => ca_ + "ídas" + } + } ; +oper cazar_21 : Str -> Verbum = \cazar -> + let ca_ = Predef.tk 3 cazar in + {s = table { + VI Infn => ca_ + "zar" ; + VI Ger => ca_ + "zando" ; + VI Part => ca_ + "zado" ; + VPB (Pres Ind Sg P1) => ca_ + "zo" ; + VPB (Pres Ind Sg P2) => ca_ + "zas" ; + VPB (Pres Ind Sg P3) => ca_ + "za" ; + VPB (Pres Ind Pl P1) => ca_ + "zamos" ; + VPB (Pres Ind Pl P2) => ca_ + "záis" ; + VPB (Pres Ind Pl P3) => ca_ + "zan" ; + VPB (Pres Subj Sg P1) => ca_ + "ce" ; + VPB (Pres Subj Sg P2) => ca_ + "ces" ; + VPB (Pres Subj Sg P3) => ca_ + "ce" ; + VPB (Pres Subj Pl P1) => ca_ + "cemos" ; + VPB (Pres Subj Pl P2) => ca_ + "céis" ; + VPB (Pres Subj Pl P3) => ca_ + "cen" ; + VPB (Impf Ind Sg P1) => ca_ + "zaba" ; --# notpresent + VPB (Impf Ind Sg P2) => ca_ + "zabas" ; --# notpresent + VPB (Impf Ind Sg P3) => ca_ + "zaba" ; --# notpresent + VPB (Impf Ind Pl P1) => ca_ + "zábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ca_ + "zabais" ; --# notpresent + VPB (Impf Ind Pl P3) => ca_ + "zaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ca_ + "záramos" ; ca_ + "zásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; --# notpresent + VPB (Pret Sg P1) => ca_ + "cé" ; --# notpresent + VPB (Pret Sg P2) => ca_ + "zaste" ; --# notpresent + VPB (Pret Sg P3) => ca_ + "zó" ; --# notpresent + VPB (Pret Pl P1) => ca_ + "zamos" ; --# notpresent + VPB (Pret Pl P2) => ca_ + "zasteis" ; --# notpresent + VPB (Pret Pl P3) => ca_ + "zaron" ; --# notpresent + VPB (Fut Ind Sg P1) => ca_ + "zaré" ; --# notpresent + VPB (Fut Ind Sg P2) => ca_ + "zarás" ; --# notpresent + VPB (Fut Ind Sg P3) => ca_ + "zará" ; --# notpresent + VPB (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ca_ + "zaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => ca_ + "zarán" ; --# notpresent + VPB (Fut Subj Sg P1) => ca_ + "zare" ; --# notpresent + VPB (Fut Subj Sg P2) => ca_ + "zares" ; --# notpresent + VPB (Fut Subj Sg P3) => ca_ + "zare" ; --# notpresent + VPB (Fut Subj Pl P1) => ca_ + "záremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent + VPB (Cond Sg P1) => ca_ + "zaría" ; --# notpresent + VPB (Cond Sg P2) => ca_ + "zarías" ; --# notpresent + VPB (Cond Sg P3) => ca_ + "zaría" ; --# notpresent + VPB (Cond Pl P1) => ca_ + "zaríamos" ; --# notpresent + VPB (Cond Pl P2) => ca_ + "zaríais" ; --# notpresent + VPB (Cond Pl P3) => ca_ + "zarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ca_ + "za" ; + VPB (Imper Sg P3) => ca_ + "ce" ; + VPB (Imper Pl P1) => ca_ + "cemos" ; + VPB (Imper Pl P2) => ca_ + "zad" ; + VPB (Imper Pl P3) => ca_ + "cen" ; + VPB (Pass Sg Masc) => ca_ + "zado" ; + VPB (Pass Sg Fem) => ca_ + "zada" ; + VPB (Pass Pl Masc) => ca_ + "zados" ; + VPB (Pass Pl Fem) => ca_ + "zadas" + } + } ; +oper cocer_22 : Str -> Verbum = \cocer -> + let c_ = Predef.tk 4 cocer in + {s = table { + VI Infn => c_ + "ocer" ; + VI Ger => c_ + "ociendo" ; + VI Part => c_ + "ocido" ; + VPB (Pres Ind Sg P1) => c_ + "uezo" ; + VPB (Pres Ind Sg P2) => c_ + "ueces" ; + VPB (Pres Ind Sg P3) => c_ + "uece" ; + VPB (Pres Ind Pl P1) => c_ + "ocemos" ; + VPB (Pres Ind Pl P2) => c_ + "océis" ; + VPB (Pres Ind Pl P3) => c_ + "uecen" ; + VPB (Pres Subj Sg P1) => c_ + "ueza" ; + VPB (Pres Subj Sg P2) => c_ + "uezas" ; + VPB (Pres Subj Sg P3) => c_ + "ueza" ; + VPB (Pres Subj Pl P1) => c_ + "ozamos" ; + VPB (Pres Subj Pl P2) => c_ + "ozáis" ; + VPB (Pres Subj Pl P3) => c_ + "uezan" ; + VPB (Impf Ind Sg P1) => c_ + "ocía" ; --# notpresent + VPB (Impf Ind Sg P2) => c_ + "ocías" ; --# notpresent + VPB (Impf Ind Sg P3) => c_ + "ocía" ; --# notpresent + VPB (Impf Ind Pl P1) => c_ + "ocíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => c_ + "ocíais" ; --# notpresent + VPB (Impf Ind Pl P3) => c_ + "ocían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "ociéramos" ; c_ + "ociésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; --# notpresent + VPB (Pret Sg P1) => c_ + "ocí" ; --# notpresent + VPB (Pret Sg P2) => c_ + "ociste" ; --# notpresent + VPB (Pret Sg P3) => c_ + "oció" ; --# notpresent + VPB (Pret Pl P1) => c_ + "ocimos" ; --# notpresent + VPB (Pret Pl P2) => c_ + "ocisteis" ; --# notpresent + VPB (Pret Pl P3) => c_ + "ocieron" ; --# notpresent + VPB (Fut Ind Sg P1) => c_ + "oceré" ; --# notpresent + VPB (Fut Ind Sg P2) => c_ + "ocerás" ; --# notpresent + VPB (Fut Ind Sg P3) => c_ + "ocerá" ; --# notpresent + VPB (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => c_ + "oceréis" ; --# notpresent + VPB (Fut Ind Pl P3) => c_ + "ocerán" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "ociere" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "ocieres" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "ociere" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "ociéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent + VPB (Cond Sg P1) => c_ + "ocería" ; --# notpresent + VPB (Cond Sg P2) => c_ + "ocerías" ; --# notpresent + VPB (Cond Sg P3) => c_ + "ocería" ; --# notpresent + VPB (Cond Pl P1) => c_ + "oceríamos" ; --# notpresent + VPB (Cond Pl P2) => c_ + "oceríais" ; --# notpresent + VPB (Cond Pl P3) => c_ + "ocerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => c_ + "uece" ; + VPB (Imper Sg P3) => c_ + "ueza" ; + VPB (Imper Pl P1) => c_ + "ozamos" ; + VPB (Imper Pl P2) => c_ + "oced" ; + VPB (Imper Pl P3) => c_ + "uezan" ; + VPB (Pass Sg Masc) => c_ + "ocido" ; + VPB (Pass Sg Fem) => c_ + "ocida" ; + VPB (Pass Pl Masc) => c_ + "ocidos" ; + VPB (Pass Pl Fem) => c_ + "ocidas" + } + } ; +oper coger_23 : Str -> Verbum = \coger -> + let co_ = Predef.tk 3 coger in + {s = table { + VI Infn => co_ + "ger" ; + VI Ger => co_ + "giendo" ; + VI Part => co_ + "gido" ; + VPB (Pres Ind Sg P1) => co_ + "jo" ; + VPB (Pres Ind Sg P2) => co_ + "ges" ; + VPB (Pres Ind Sg P3) => co_ + "ge" ; + VPB (Pres Ind Pl P1) => co_ + "gemos" ; + VPB (Pres Ind Pl P2) => co_ + "géis" ; + VPB (Pres Ind Pl P3) => co_ + "gen" ; + VPB (Pres Subj Sg P1) => co_ + "ja" ; + VPB (Pres Subj Sg P2) => co_ + "jas" ; + VPB (Pres Subj Sg P3) => co_ + "ja" ; + VPB (Pres Subj Pl P1) => co_ + "jamos" ; + VPB (Pres Subj Pl P2) => co_ + "jáis" ; + VPB (Pres Subj Pl P3) => co_ + "jan" ; + VPB (Impf Ind Sg P1) => co_ + "gía" ; --# notpresent + VPB (Impf Ind Sg P2) => co_ + "gías" ; --# notpresent + VPB (Impf Ind Sg P3) => co_ + "gía" ; --# notpresent + VPB (Impf Ind Pl P1) => co_ + "gíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => co_ + "gíais" ; --# notpresent + VPB (Impf Ind Pl P3) => co_ + "gían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {co_ + "giéramos" ; co_ + "giésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; --# notpresent + VPB (Pret Sg P1) => co_ + "gí" ; --# notpresent + VPB (Pret Sg P2) => co_ + "giste" ; --# notpresent + VPB (Pret Sg P3) => co_ + "gió" ; --# notpresent + VPB (Pret Pl P1) => co_ + "gimos" ; --# notpresent + VPB (Pret Pl P2) => co_ + "gisteis" ; --# notpresent + VPB (Pret Pl P3) => co_ + "gieron" ; --# notpresent + VPB (Fut Ind Sg P1) => co_ + "geré" ; --# notpresent + VPB (Fut Ind Sg P2) => co_ + "gerás" ; --# notpresent + VPB (Fut Ind Sg P3) => co_ + "gerá" ; --# notpresent + VPB (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent + VPB (Fut Ind Pl P2) => co_ + "geréis" ; --# notpresent + VPB (Fut Ind Pl P3) => co_ + "gerán" ; --# notpresent + VPB (Fut Subj Sg P1) => co_ + "giere" ; --# notpresent + VPB (Fut Subj Sg P2) => co_ + "gieres" ; --# notpresent + VPB (Fut Subj Sg P3) => co_ + "giere" ; --# notpresent + VPB (Fut Subj Pl P1) => co_ + "giéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent + VPB (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent + VPB (Cond Sg P1) => co_ + "gería" ; --# notpresent + VPB (Cond Sg P2) => co_ + "gerías" ; --# notpresent + VPB (Cond Sg P3) => co_ + "gería" ; --# notpresent + VPB (Cond Pl P1) => co_ + "geríamos" ; --# notpresent + VPB (Cond Pl P2) => co_ + "geríais" ; --# notpresent + VPB (Cond Pl P3) => co_ + "gerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => co_ + "ge" ; + VPB (Imper Sg P3) => co_ + "ja" ; + VPB (Imper Pl P1) => co_ + "jamos" ; + VPB (Imper Pl P2) => co_ + "ged" ; + VPB (Imper Pl P3) => co_ + "jan" ; + VPB (Pass Sg Masc) => co_ + "gido" ; + VPB (Pass Sg Fem) => co_ + "gida" ; + VPB (Pass Pl Masc) => co_ + "gidos" ; + VPB (Pass Pl Fem) => co_ + "gidas" + } + } ; +oper colgar_24 : Str -> Verbum = \colgar -> + let c_ = Predef.tk 5 colgar in + {s = table { + VI Infn => c_ + "olgar" ; + VI Ger => c_ + "olgando" ; + VI Part => c_ + "olgado" ; + VPB (Pres Ind Sg P1) => c_ + "uelgo" ; + VPB (Pres Ind Sg P2) => c_ + "uelgas" ; + VPB (Pres Ind Sg P3) => c_ + "uelga" ; + VPB (Pres Ind Pl P1) => c_ + "olgamos" ; + VPB (Pres Ind Pl P2) => c_ + "olgáis" ; + VPB (Pres Ind Pl P3) => c_ + "uelgan" ; + VPB (Pres Subj Sg P1) => c_ + "uelgue" ; + VPB (Pres Subj Sg P2) => c_ + "uelgues" ; + VPB (Pres Subj Sg P3) => c_ + "uelgue" ; + VPB (Pres Subj Pl P1) => c_ + "olguemos" ; + VPB (Pres Subj Pl P2) => c_ + "olguéis" ; + VPB (Pres Subj Pl P3) => c_ + "uelguen" ; + VPB (Impf Ind Sg P1) => c_ + "olgaba" ; --# notpresent + VPB (Impf Ind Sg P2) => c_ + "olgabas" ; --# notpresent + VPB (Impf Ind Sg P3) => c_ + "olgaba" ; --# notpresent + VPB (Impf Ind Pl P1) => c_ + "olgábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => c_ + "olgabais" ; --# notpresent + VPB (Impf Ind Pl P3) => c_ + "olgaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "olgáramos" ; c_ + "olgásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; --# notpresent + VPB (Pret Sg P1) => c_ + "olgué" ; --# notpresent + VPB (Pret Sg P2) => c_ + "olgaste" ; --# notpresent + VPB (Pret Sg P3) => c_ + "olgó" ; --# notpresent + VPB (Pret Pl P1) => c_ + "olgamos" ; --# notpresent + VPB (Pret Pl P2) => c_ + "olgasteis" ; --# notpresent + VPB (Pret Pl P3) => c_ + "olgaron" ; --# notpresent + VPB (Fut Ind Sg P1) => c_ + "olgaré" ; --# notpresent + VPB (Fut Ind Sg P2) => c_ + "olgarás" ; --# notpresent + VPB (Fut Ind Sg P3) => c_ + "olgará" ; --# notpresent + VPB (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => c_ + "olgaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => c_ + "olgarán" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "olgare" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "olgares" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "olgare" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "olgáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent + VPB (Cond Sg P1) => c_ + "olgaría" ; --# notpresent + VPB (Cond Sg P2) => c_ + "olgarías" ; --# notpresent + VPB (Cond Sg P3) => c_ + "olgaría" ; --# notpresent + VPB (Cond Pl P1) => c_ + "olgaríamos" ; --# notpresent + VPB (Cond Pl P2) => c_ + "olgaríais" ; --# notpresent + VPB (Cond Pl P3) => c_ + "olgarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => c_ + "uelga" ; + VPB (Imper Sg P3) => c_ + "uelgue" ; + VPB (Imper Pl P1) => c_ + "olguemos" ; + VPB (Imper Pl P2) => c_ + "olgad" ; + VPB (Imper Pl P3) => c_ + "uelguen" ; + VPB (Pass Sg Masc) => c_ + "olgado" ; + VPB (Pass Sg Fem) => c_ + "olgada" ; + VPB (Pass Pl Masc) => c_ + "olgados" ; + VPB (Pass Pl Fem) => c_ + "olgadas" + } + } ; +oper conocer_25 : Str -> Verbum = \conocer -> + let cono_ = Predef.tk 3 conocer in + {s = table { + VI Infn => cono_ + "cer" ; + VI Ger => cono_ + "ciendo" ; + VI Part => cono_ + "cido" ; + VPB (Pres Ind Sg P1) => cono_ + "zco" ; + VPB (Pres Ind Sg P2) => cono_ + "ces" ; + VPB (Pres Ind Sg P3) => cono_ + "ce" ; + VPB (Pres Ind Pl P1) => cono_ + "cemos" ; + VPB (Pres Ind Pl P2) => cono_ + "céis" ; + VPB (Pres Ind Pl P3) => cono_ + "cen" ; + VPB (Pres Subj Sg P1) => cono_ + "zca" ; + VPB (Pres Subj Sg P2) => cono_ + "zcas" ; + VPB (Pres Subj Sg P3) => cono_ + "zca" ; + VPB (Pres Subj Pl P1) => cono_ + "zcamos" ; + VPB (Pres Subj Pl P2) => cono_ + "zcáis" ; + VPB (Pres Subj Pl P3) => cono_ + "zcan" ; + VPB (Impf Ind Sg P1) => cono_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => cono_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => cono_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => cono_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => cono_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => cono_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cono_ + "ciéramos" ; cono_ + "ciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => cono_ + "cí" ; --# notpresent + VPB (Pret Sg P2) => cono_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => cono_ + "ció" ; --# notpresent + VPB (Pret Pl P1) => cono_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => cono_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => cono_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => cono_ + "ceré" ; --# notpresent + VPB (Fut Ind Sg P2) => cono_ + "cerás" ; --# notpresent + VPB (Fut Ind Sg P3) => cono_ + "cerá" ; --# notpresent + VPB (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => cono_ + "ceréis" ; --# notpresent + VPB (Fut Ind Pl P3) => cono_ + "cerán" ; --# notpresent + VPB (Fut Subj Sg P1) => cono_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => cono_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => cono_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => cono_ + "ciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => cono_ + "cería" ; --# notpresent + VPB (Cond Sg P2) => cono_ + "cerías" ; --# notpresent + VPB (Cond Sg P3) => cono_ + "cería" ; --# notpresent + VPB (Cond Pl P1) => cono_ + "ceríamos" ; --# notpresent + VPB (Cond Pl P2) => cono_ + "ceríais" ; --# notpresent + VPB (Cond Pl P3) => cono_ + "cerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => cono_ + "ce" ; + VPB (Imper Sg P3) => cono_ + "zca" ; + VPB (Imper Pl P1) => cono_ + "zcamos" ; + VPB (Imper Pl P2) => cono_ + "ced" ; + VPB (Imper Pl P3) => cono_ + "zcan" ; + VPB (Pass Sg Masc) => cono_ + "cido" ; + VPB (Pass Sg Fem) => cono_ + "cida" ; + VPB (Pass Pl Masc) => cono_ + "cidos" ; + VPB (Pass Pl Fem) => cono_ + "cidas" + } + } ; +oper creer_26 : Str -> Verbum = \creer -> + let cre_ = Predef.tk 2 creer in + {s = table { + VI Infn => cre_ + "er" ; + VI Ger => cre_ + "yendo" ; + VI Part => cre_ + "ído" ; + VPB (Pres Ind Sg P1) => cre_ + "o" ; + VPB (Pres Ind Sg P2) => cre_ + "es" ; + VPB (Pres Ind Sg P3) => cre_ + "e" ; + VPB (Pres Ind Pl P1) => cre_ + "emos" ; + VPB (Pres Ind Pl P2) => cre_ + "éis" ; + VPB (Pres Ind Pl P3) => cre_ + "en" ; + VPB (Pres Subj Sg P1) => cre_ + "a" ; + VPB (Pres Subj Sg P2) => cre_ + "as" ; + VPB (Pres Subj Sg P3) => cre_ + "a" ; + VPB (Pres Subj Pl P1) => cre_ + "amos" ; + VPB (Pres Subj Pl P2) => cre_ + "áis" ; + VPB (Pres Subj Pl P3) => cre_ + "an" ; + VPB (Impf Ind Sg P1) => cre_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => cre_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => cre_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => cre_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => cre_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => cre_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cre_ + "yéramos" ; cre_ + "yésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => cre_ + "í" ; --# notpresent + VPB (Pret Sg P2) => cre_ + "íste" ; --# notpresent + VPB (Pret Sg P3) => cre_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => cre_ + "ímos" ; --# notpresent + VPB (Pret Pl P2) => cre_ + "ísteis" ; --# notpresent + VPB (Pret Pl P3) => cre_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => cre_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => cre_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => cre_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => cre_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => cre_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => cre_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => cre_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => cre_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => cre_ + "yéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => cre_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => cre_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => cre_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => cre_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => cre_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => cre_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => cre_ + "e" ; + VPB (Imper Sg P3) => cre_ + "a" ; + VPB (Imper Pl P1) => cre_ + "amos" ; + VPB (Imper Pl P2) => cre_ + "ed" ; + VPB (Imper Pl P3) => cre_ + "an" ; + VPB (Pass Sg Masc) => cre_ + "ído" ; + VPB (Pass Sg Fem) => cre_ + "ída" ; + VPB (Pass Pl Masc) => cre_ + "ídos" ; + VPB (Pass Pl Fem) => cre_ + "ídas" + } + } ; +oper dar_27 : Str -> Verbum = \dar -> + let d_ = Predef.tk 2 dar in + {s = table { + VI Infn => d_ + "ar" ; + VI Ger => d_ + "ando" ; + VI Part => d_ + "ado" ; + VPB (Pres Ind Sg P1) => d_ + "oy" ; + VPB (Pres Ind Sg P2) => d_ + "as" ; + VPB (Pres Ind Sg P3) => d_ + "a" ; + VPB (Pres Ind Pl P1) => d_ + "amos" ; + VPB (Pres Ind Pl P2) => d_ + "ais" ; + VPB (Pres Ind Pl P3) => d_ + "an" ; + VPB (Pres Subj Sg P1) => d_ + "é" ; + VPB (Pres Subj Sg P2) => d_ + "es" ; + VPB (Pres Subj Sg P3) => d_ + "é" ; + VPB (Pres Subj Pl P1) => d_ + "emos" ; + VPB (Pres Subj Pl P2) => d_ + "eis" ; + VPB (Pres Subj Pl P3) => d_ + "en" ; + VPB (Impf Ind Sg P1) => d_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "iéramos" ; d_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "i" ; --# notpresent + VPB (Pret Sg P2) => d_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "io" ; --# notpresent + VPB (Pret Pl P1) => d_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => d_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => d_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => d_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => d_ + "a" ; + VPB (Imper Sg P3) => d_ + "é" ; + VPB (Imper Pl P1) => d_ + "emos" ; + VPB (Imper Pl P2) => d_ + "ad" ; + VPB (Imper Pl P3) => d_ + "en" ; + VPB (Pass Sg Masc) => d_ + "ado" ; + VPB (Pass Sg Fem) => d_ + "ada" ; + VPB (Pass Pl Masc) => d_ + "ados" ; + VPB (Pass Pl Fem) => d_ + "adas" + } + } ; +oper decir_28 : Str -> Verbum = \decir -> + let d_ = Predef.tk 4 decir in + {s = table { + VI Infn => d_ + "ecir" ; + VI Ger => d_ + "iciendo" ; + VI Part => d_ + "icho" ; + VPB (Pres Ind Sg P1) => d_ + "igo" ; + VPB (Pres Ind Sg P2) => d_ + "ices" ; + VPB (Pres Ind Sg P3) => d_ + "ice" ; + VPB (Pres Ind Pl P1) => d_ + "ecimos" ; + VPB (Pres Ind Pl P2) => d_ + "ecís" ; + VPB (Pres Ind Pl P3) => d_ + "icen" ; + VPB (Pres Subj Sg P1) => d_ + "iga" ; + VPB (Pres Subj Sg P2) => d_ + "igas" ; + VPB (Pres Subj Sg P3) => d_ + "iga" ; + VPB (Pres Subj Pl P1) => d_ + "igamos" ; + VPB (Pres Subj Pl P2) => d_ + "igáis" ; + VPB (Pres Subj Pl P3) => d_ + "igan" ; + VPB (Impf Ind Sg P1) => d_ + "ecía" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "ecías" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "ecía" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "ecíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "ecíais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "ecían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "ijéramos" ; d_ + "ijésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "ije" ; --# notpresent + VPB (Pret Sg P2) => d_ + "ijiste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "ijo" ; --# notpresent + VPB (Pret Pl P1) => d_ + "ijimos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "ijisteis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "ijeron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "ijere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "ijeres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "ijere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "ijéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => d_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => d_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => d_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => d_ + "i" ; + VPB (Imper Sg P3) => d_ + "iga" ; + VPB (Imper Pl P1) => d_ + "igamos" ; + VPB (Imper Pl P2) => d_ + "ecid" ; + VPB (Imper Pl P3) => d_ + "igan" ; + VPB (Pass Sg Masc) => d_ + "icho" ; + VPB (Pass Sg Fem) => d_ + "icha" ; + VPB (Pass Pl Masc) => d_ + "ichos" ; + VPB (Pass Pl Fem) => d_ + "ichas" + } + } ; +oper defender_29 : Str -> Verbum = \defender -> + let + def_ = Predef.tk 5 defender ; + nd_ = Predef.tk 2 (Predef.dp 4 defender) + in + {s = table { + VI Infn => def_ + "e" + nd_ + "er" ; + VI Ger => def_ + "e" + nd_ + "iendo" ; + VI Part => def_ + "e" + nd_ + "ido" ; + VPB (Pres Ind Sg P1) => def_ + "ie" + nd_ + "o" ; + VPB (Pres Ind Sg P2) => def_ + "ie" + nd_ + "es" ; + VPB (Pres Ind Sg P3) => def_ + "ie" + nd_ + "e" ; + VPB (Pres Ind Pl P1) => def_ + "e" + nd_ + "emos" ; + VPB (Pres Ind Pl P2) => def_ + "e" + nd_ + "éis" ; + VPB (Pres Ind Pl P3) => def_ + "ie" + nd_ + "en" ; + VPB (Pres Subj Sg P1) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Subj Sg P2) => def_ + "ie" + nd_ + "as" ; + VPB (Pres Subj Sg P3) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Subj Pl P1) => def_ + "e" + nd_ + "amos" ; + VPB (Pres Subj Pl P2) => def_ + "e" + nd_ + "áis" ; + VPB (Pres Subj Pl P3) => def_ + "ie" + nd_ + "an" ; + VPB (Impf Ind Sg P1) => def_ + "e" + nd_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => def_ + "e" + nd_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => def_ + "e" + nd_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => def_ + "e" + nd_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => def_ + "e" + nd_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => def_ + "e" + nd_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iéramos" ; def_ + "e" + nd_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => def_ + "e" + nd_ + "í" ; --# notpresent + VPB (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => def_ + "e" + nd_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => def_ + "e" + nd_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => def_ + "e" + nd_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => def_ + "e" + nd_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => def_ + "e" + nd_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => def_ + "e" + nd_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => def_ + "e" + nd_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => def_ + "e" + nd_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => def_ + "e" + nd_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => def_ + "e" + nd_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => def_ + "e" + nd_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => def_ + "e" + nd_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => def_ + "e" + nd_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => def_ + "e" + nd_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => def_ + "e" + nd_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => def_ + "e" + nd_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => def_ + "e" + nd_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => def_ + "ie" + nd_ + "e" ; + VPB (Imper Sg P3) => def_ + "ie" + nd_ + "a" ; + VPB (Imper Pl P1) => def_ + "e" + nd_ + "amos" ; + VPB (Imper Pl P2) => def_ + "e" + nd_ + "ed" ; + VPB (Imper Pl P3) => def_ + "ie" + nd_ + "an" ; + VPB (Pass Sg Masc) => def_ + "e" + nd_ + "ido" ; + VPB (Pass Sg Fem) => def_ + "e" + nd_ + "ida" ; + VPB (Pass Pl Masc) => def_ + "e" + nd_ + "idos" ; + VPB (Pass Pl Fem) => def_ + "e" + nd_ + "idas" + } + } ; +oper delinquir_30 : Str -> Verbum = \delinquir -> + let delin_ = Predef.tk 4 delinquir in + {s = table { + VI Infn => delin_ + "quir" ; + VI Ger => delin_ + "quiendo" ; + VI Part => delin_ + "quido" ; + VPB (Pres Ind Sg P1) => delin_ + "co" ; + VPB (Pres Ind Sg P2) => delin_ + "ques" ; + VPB (Pres Ind Sg P3) => delin_ + "que" ; + VPB (Pres Ind Pl P1) => delin_ + "quimos" ; + VPB (Pres Ind Pl P2) => delin_ + "quís" ; + VPB (Pres Ind Pl P3) => delin_ + "quen" ; + VPB (Pres Subj Sg P1) => delin_ + "ca" ; + VPB (Pres Subj Sg P2) => delin_ + "cas" ; + VPB (Pres Subj Sg P3) => delin_ + "ca" ; + VPB (Pres Subj Pl P1) => delin_ + "camos" ; + VPB (Pres Subj Pl P2) => delin_ + "cáis" ; + VPB (Pres Subj Pl P3) => delin_ + "can" ; + VPB (Impf Ind Sg P1) => delin_ + "quía" ; --# notpresent + VPB (Impf Ind Sg P2) => delin_ + "quías" ; --# notpresent + VPB (Impf Ind Sg P3) => delin_ + "quía" ; --# notpresent + VPB (Impf Ind Pl P1) => delin_ + "quíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => delin_ + "quíais" ; --# notpresent + VPB (Impf Ind Pl P3) => delin_ + "quían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {delin_ + "quiéramos" ; delin_ + "quiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; --# notpresent + VPB (Pret Sg P1) => delin_ + "quí" ; --# notpresent + VPB (Pret Sg P2) => delin_ + "quiste" ; --# notpresent + VPB (Pret Sg P3) => delin_ + "quió" ; --# notpresent + VPB (Pret Pl P1) => delin_ + "quimos" ; --# notpresent + VPB (Pret Pl P2) => delin_ + "quisteis" ; --# notpresent + VPB (Pret Pl P3) => delin_ + "quieron" ; --# notpresent + VPB (Fut Ind Sg P1) => delin_ + "quiré" ; --# notpresent + VPB (Fut Ind Sg P2) => delin_ + "quirás" ; --# notpresent + VPB (Fut Ind Sg P3) => delin_ + "quirá" ; --# notpresent + VPB (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => delin_ + "quiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => delin_ + "quirán" ; --# notpresent + VPB (Fut Subj Sg P1) => delin_ + "quiere" ; --# notpresent + VPB (Fut Subj Sg P2) => delin_ + "quieres" ; --# notpresent + VPB (Fut Subj Sg P3) => delin_ + "quiere" ; --# notpresent + VPB (Fut Subj Pl P1) => delin_ + "quiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent + VPB (Cond Sg P1) => delin_ + "quiría" ; --# notpresent + VPB (Cond Sg P2) => delin_ + "quirías" ; --# notpresent + VPB (Cond Sg P3) => delin_ + "quiría" ; --# notpresent + VPB (Cond Pl P1) => delin_ + "quiríamos" ; --# notpresent + VPB (Cond Pl P2) => delin_ + "quiríais" ; --# notpresent + VPB (Cond Pl P3) => delin_ + "quirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => delin_ + "que" ; + VPB (Imper Sg P3) => delin_ + "ca" ; + VPB (Imper Pl P1) => delin_ + "camos" ; + VPB (Imper Pl P2) => delin_ + "quid" ; + VPB (Imper Pl P3) => delin_ + "can" ; + VPB (Pass Sg Masc) => delin_ + "quido" ; + VPB (Pass Sg Fem) => delin_ + "quida" ; + VPB (Pass Pl Masc) => delin_ + "quidos" ; + VPB (Pass Pl Fem) => delin_ + "quidas" + } + } ; +oper desosar_31 : Str -> Verbum = \desosar -> + let des_ = Predef.tk 4 desosar in + {s = table { + VI Infn => des_ + "osar" ; + VI Ger => des_ + "osando" ; + VI Part => des_ + "osado" ; + VPB (Pres Ind Sg P1) => des_ + "hueso" ; + VPB (Pres Ind Sg P2) => des_ + "huesas" ; + VPB (Pres Ind Sg P3) => des_ + "huesa" ; + VPB (Pres Ind Pl P1) => des_ + "osamos" ; + VPB (Pres Ind Pl P2) => des_ + "osáis" ; + VPB (Pres Ind Pl P3) => des_ + "huesan" ; + VPB (Pres Subj Sg P1) => des_ + "huese" ; + VPB (Pres Subj Sg P2) => des_ + "hueses" ; + VPB (Pres Subj Sg P3) => des_ + "huese" ; + VPB (Pres Subj Pl P1) => des_ + "osemos" ; + VPB (Pres Subj Pl P2) => des_ + "oséis" ; + VPB (Pres Subj Pl P3) => des_ + "huesen" ; + VPB (Impf Ind Sg P1) => des_ + "osaba" ; --# notpresent + VPB (Impf Ind Sg P2) => des_ + "osabas" ; --# notpresent + VPB (Impf Ind Sg P3) => des_ + "osaba" ; --# notpresent + VPB (Impf Ind Pl P1) => des_ + "osábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => des_ + "osabais" ; --# notpresent + VPB (Impf Ind Pl P3) => des_ + "osaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {des_ + "osáramos" ; des_ + "osásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; --# notpresent + VPB (Pret Sg P1) => des_ + "osé" ; --# notpresent + VPB (Pret Sg P2) => des_ + "osaste" ; --# notpresent + VPB (Pret Sg P3) => des_ + "osó" ; --# notpresent + VPB (Pret Pl P1) => des_ + "osamos" ; --# notpresent + VPB (Pret Pl P2) => des_ + "osasteis" ; --# notpresent + VPB (Pret Pl P3) => des_ + "osaron" ; --# notpresent + VPB (Fut Ind Sg P1) => des_ + "osaré" ; --# notpresent + VPB (Fut Ind Sg P2) => des_ + "osarás" ; --# notpresent + VPB (Fut Ind Sg P3) => des_ + "osará" ; --# notpresent + VPB (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => des_ + "osaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => des_ + "osarán" ; --# notpresent + VPB (Fut Subj Sg P1) => des_ + "osare" ; --# notpresent + VPB (Fut Subj Sg P2) => des_ + "osares" ; --# notpresent + VPB (Fut Subj Sg P3) => des_ + "osare" ; --# notpresent + VPB (Fut Subj Pl P1) => des_ + "osáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent + VPB (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent + VPB (Cond Sg P1) => des_ + "osaría" ; --# notpresent + VPB (Cond Sg P2) => des_ + "osarías" ; --# notpresent + VPB (Cond Sg P3) => des_ + "osaría" ; --# notpresent + VPB (Cond Pl P1) => des_ + "osaríamos" ; --# notpresent + VPB (Cond Pl P2) => des_ + "osaríais" ; --# notpresent + VPB (Cond Pl P3) => des_ + "osarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => des_ + "huesa" ; + VPB (Imper Sg P3) => des_ + "huese" ; + VPB (Imper Pl P1) => des_ + "osemos" ; + VPB (Imper Pl P2) => des_ + "osad" ; + VPB (Imper Pl P3) => des_ + "huesen" ; + VPB (Pass Sg Masc) => des_ + "osado" ; + VPB (Pass Sg Fem) => des_ + "osada" ; + VPB (Pass Pl Masc) => des_ + "osados" ; + VPB (Pass Pl Fem) => des_ + "osadas" + } + } ; +oper dirigir_32 : Str -> Verbum = \dirigir -> + let diri_ = Predef.tk 3 dirigir in + {s = table { + VI Infn => diri_ + "gir" ; + VI Ger => diri_ + "giendo" ; + VI Part => diri_ + "gido" ; + VPB (Pres Ind Sg P1) => diri_ + "jo" ; + VPB (Pres Ind Sg P2) => diri_ + "ges" ; + VPB (Pres Ind Sg P3) => diri_ + "ge" ; + VPB (Pres Ind Pl P1) => diri_ + "gimos" ; + VPB (Pres Ind Pl P2) => diri_ + "gís" ; + VPB (Pres Ind Pl P3) => diri_ + "gen" ; + VPB (Pres Subj Sg P1) => diri_ + "ja" ; + VPB (Pres Subj Sg P2) => diri_ + "jas" ; + VPB (Pres Subj Sg P3) => diri_ + "ja" ; + VPB (Pres Subj Pl P1) => diri_ + "jamos" ; + VPB (Pres Subj Pl P2) => diri_ + "jáis" ; + VPB (Pres Subj Pl P3) => diri_ + "jan" ; + VPB (Impf Ind Sg P1) => diri_ + "gía" ; --# notpresent + VPB (Impf Ind Sg P2) => diri_ + "gías" ; --# notpresent + VPB (Impf Ind Sg P3) => diri_ + "gía" ; --# notpresent + VPB (Impf Ind Pl P1) => diri_ + "gíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => diri_ + "gíais" ; --# notpresent + VPB (Impf Ind Pl P3) => diri_ + "gían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {diri_ + "giéramos" ; diri_ + "giésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; --# notpresent + VPB (Pret Sg P1) => diri_ + "gí" ; --# notpresent + VPB (Pret Sg P2) => diri_ + "giste" ; --# notpresent + VPB (Pret Sg P3) => diri_ + "gió" ; --# notpresent + VPB (Pret Pl P1) => diri_ + "gimos" ; --# notpresent + VPB (Pret Pl P2) => diri_ + "gisteis" ; --# notpresent + VPB (Pret Pl P3) => diri_ + "gieron" ; --# notpresent + VPB (Fut Ind Sg P1) => diri_ + "giré" ; --# notpresent + VPB (Fut Ind Sg P2) => diri_ + "girás" ; --# notpresent + VPB (Fut Ind Sg P3) => diri_ + "girá" ; --# notpresent + VPB (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent + VPB (Fut Ind Pl P2) => diri_ + "giréis" ; --# notpresent + VPB (Fut Ind Pl P3) => diri_ + "girán" ; --# notpresent + VPB (Fut Subj Sg P1) => diri_ + "giere" ; --# notpresent + VPB (Fut Subj Sg P2) => diri_ + "gieres" ; --# notpresent + VPB (Fut Subj Sg P3) => diri_ + "giere" ; --# notpresent + VPB (Fut Subj Pl P1) => diri_ + "giéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent + VPB (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent + VPB (Cond Sg P1) => diri_ + "giría" ; --# notpresent + VPB (Cond Sg P2) => diri_ + "girías" ; --# notpresent + VPB (Cond Sg P3) => diri_ + "giría" ; --# notpresent + VPB (Cond Pl P1) => diri_ + "giríamos" ; --# notpresent + VPB (Cond Pl P2) => diri_ + "giríais" ; --# notpresent + VPB (Cond Pl P3) => diri_ + "girían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => diri_ + "ge" ; + VPB (Imper Sg P3) => diri_ + "ja" ; + VPB (Imper Pl P1) => diri_ + "jamos" ; + VPB (Imper Pl P2) => diri_ + "gid" ; + VPB (Imper Pl P3) => diri_ + "jan" ; + VPB (Pass Sg Masc) => diri_ + "gido" ; + VPB (Pass Sg Fem) => diri_ + "gida" ; + VPB (Pass Pl Masc) => diri_ + "gidos" ; + VPB (Pass Pl Fem) => diri_ + "gidas" + } + } ; +oper discernir_33 : Str -> Verbum = \discernir -> + let disc_ = Predef.tk 5 discernir in + {s = table { + VI Infn => disc_ + "ernir" ; + VI Ger => disc_ + "erniendo" ; + VI Part => disc_ + "ernido" ; + VPB (Pres Ind Sg P1) => disc_ + "ierno" ; + VPB (Pres Ind Sg P2) => disc_ + "iernes" ; + VPB (Pres Ind Sg P3) => disc_ + "ierne" ; + VPB (Pres Ind Pl P1) => disc_ + "ernimos" ; + VPB (Pres Ind Pl P2) => disc_ + "ernís" ; + VPB (Pres Ind Pl P3) => disc_ + "iernen" ; + VPB (Pres Subj Sg P1) => disc_ + "ierna" ; + VPB (Pres Subj Sg P2) => disc_ + "iernas" ; + VPB (Pres Subj Sg P3) => disc_ + "ierna" ; + VPB (Pres Subj Pl P1) => disc_ + "ernamos" ; + VPB (Pres Subj Pl P2) => disc_ + "ernáis" ; + VPB (Pres Subj Pl P3) => disc_ + "iernan" ; + VPB (Impf Ind Sg P1) => disc_ + "ernía" ; --# notpresent + VPB (Impf Ind Sg P2) => disc_ + "ernías" ; --# notpresent + VPB (Impf Ind Sg P3) => disc_ + "ernía" ; --# notpresent + VPB (Impf Ind Pl P1) => disc_ + "erníamos" ; --# notpresent + VPB (Impf Ind Pl P2) => disc_ + "erníais" ; --# notpresent + VPB (Impf Ind Pl P3) => disc_ + "ernían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {disc_ + "erniéramos" ; disc_ + "erniésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; --# notpresent + VPB (Pret Sg P1) => disc_ + "erní" ; --# notpresent + VPB (Pret Sg P2) => disc_ + "erniste" ; --# notpresent + VPB (Pret Sg P3) => disc_ + "ernió" ; --# notpresent + VPB (Pret Pl P1) => disc_ + "ernimos" ; --# notpresent + VPB (Pret Pl P2) => disc_ + "ernisteis" ; --# notpresent + VPB (Pret Pl P3) => disc_ + "ernieron" ; --# notpresent + VPB (Fut Ind Sg P1) => disc_ + "erniré" ; --# notpresent + VPB (Fut Ind Sg P2) => disc_ + "ernirás" ; --# notpresent + VPB (Fut Ind Sg P3) => disc_ + "ernirá" ; --# notpresent + VPB (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent + VPB (Fut Ind Pl P2) => disc_ + "erniréis" ; --# notpresent + VPB (Fut Ind Pl P3) => disc_ + "ernirán" ; --# notpresent + VPB (Fut Subj Sg P1) => disc_ + "erniere" ; --# notpresent + VPB (Fut Subj Sg P2) => disc_ + "ernieres" ; --# notpresent + VPB (Fut Subj Sg P3) => disc_ + "erniere" ; --# notpresent + VPB (Fut Subj Pl P1) => disc_ + "erniéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent + VPB (Cond Sg P1) => disc_ + "erniría" ; --# notpresent + VPB (Cond Sg P2) => disc_ + "ernirías" ; --# notpresent + VPB (Cond Sg P3) => disc_ + "erniría" ; --# notpresent + VPB (Cond Pl P1) => disc_ + "erniríamos" ; --# notpresent + VPB (Cond Pl P2) => disc_ + "erniríais" ; --# notpresent + VPB (Cond Pl P3) => disc_ + "ernirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => disc_ + "ierne" ; + VPB (Imper Sg P3) => disc_ + "ierna" ; + VPB (Imper Pl P1) => disc_ + "ernamos" ; + VPB (Imper Pl P2) => disc_ + "ernid" ; + VPB (Imper Pl P3) => disc_ + "iernan" ; + VPB (Pass Sg Masc) => disc_ + "ernido" ; + VPB (Pass Sg Fem) => disc_ + "ernida" ; + VPB (Pass Pl Masc) => disc_ + "ernidos" ; + VPB (Pass Pl Fem) => disc_ + "ernidas" + } + } ; +oper distinguir_34 : Str -> Verbum = \distinguir -> + let disting_ = Predef.tk 3 distinguir in + {s = table { + VI Infn => disting_ + "uir" ; + VI Ger => disting_ + "uiendo" ; + VI Part => disting_ + "uido" ; + VPB (Pres Ind Sg P1) => disting_ + "o" ; + VPB (Pres Ind Sg P2) => disting_ + "ues" ; + VPB (Pres Ind Sg P3) => disting_ + "ue" ; + VPB (Pres Ind Pl P1) => disting_ + "uimos" ; + VPB (Pres Ind Pl P2) => disting_ + "uís" ; + VPB (Pres Ind Pl P3) => disting_ + "uen" ; + VPB (Pres Subj Sg P1) => disting_ + "a" ; + VPB (Pres Subj Sg P2) => disting_ + "as" ; + VPB (Pres Subj Sg P3) => disting_ + "a" ; + VPB (Pres Subj Pl P1) => disting_ + "amos" ; + VPB (Pres Subj Pl P2) => disting_ + "áis" ; + VPB (Pres Subj Pl P3) => disting_ + "an" ; + VPB (Impf Ind Sg P1) => disting_ + "uía" ; --# notpresent + VPB (Impf Ind Sg P2) => disting_ + "uías" ; --# notpresent + VPB (Impf Ind Sg P3) => disting_ + "uía" ; --# notpresent + VPB (Impf Ind Pl P1) => disting_ + "uíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => disting_ + "uíais" ; --# notpresent + VPB (Impf Ind Pl P3) => disting_ + "uían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {disting_ + "uiéramos" ; disting_ + "uiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; --# notpresent + VPB (Pret Sg P1) => disting_ + "uí" ; --# notpresent + VPB (Pret Sg P2) => disting_ + "uiste" ; --# notpresent + VPB (Pret Sg P3) => disting_ + "uió" ; --# notpresent + VPB (Pret Pl P1) => disting_ + "uimos" ; --# notpresent + VPB (Pret Pl P2) => disting_ + "uisteis" ; --# notpresent + VPB (Pret Pl P3) => disting_ + "uieron" ; --# notpresent + VPB (Fut Ind Sg P1) => disting_ + "uiré" ; --# notpresent + VPB (Fut Ind Sg P2) => disting_ + "uirás" ; --# notpresent + VPB (Fut Ind Sg P3) => disting_ + "uirá" ; --# notpresent + VPB (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => disting_ + "uiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => disting_ + "uirán" ; --# notpresent + VPB (Fut Subj Sg P1) => disting_ + "uiere" ; --# notpresent + VPB (Fut Subj Sg P2) => disting_ + "uieres" ; --# notpresent + VPB (Fut Subj Sg P3) => disting_ + "uiere" ; --# notpresent + VPB (Fut Subj Pl P1) => disting_ + "uiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent + VPB (Cond Sg P1) => disting_ + "uiría" ; --# notpresent + VPB (Cond Sg P2) => disting_ + "uirías" ; --# notpresent + VPB (Cond Sg P3) => disting_ + "uiría" ; --# notpresent + VPB (Cond Pl P1) => disting_ + "uiríamos" ; --# notpresent + VPB (Cond Pl P2) => disting_ + "uiríais" ; --# notpresent + VPB (Cond Pl P3) => disting_ + "uirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => disting_ + "ue" ; + VPB (Imper Sg P3) => disting_ + "a" ; + VPB (Imper Pl P1) => disting_ + "amos" ; + VPB (Imper Pl P2) => disting_ + "uid" ; + VPB (Imper Pl P3) => disting_ + "an" ; + VPB (Pass Sg Masc) => disting_ + "uido" ; + VPB (Pass Sg Fem) => disting_ + "uida" ; + VPB (Pass Pl Masc) => disting_ + "uidos" ; + VPB (Pass Pl Fem) => disting_ + "uidas" + } + } ; +oper dormir_35 : Str -> Verbum = \dormir -> + let d_ = Predef.tk 5 dormir in + {s = table { + VI Infn => d_ + "ormir" ; + VI Ger => d_ + "urmiendo" ; + VI Part => d_ + "ormido" ; + VPB (Pres Ind Sg P1) => d_ + "uermo" ; + VPB (Pres Ind Sg P2) => d_ + "uermes" ; + VPB (Pres Ind Sg P3) => d_ + "uerme" ; + VPB (Pres Ind Pl P1) => d_ + "ormimos" ; + VPB (Pres Ind Pl P2) => d_ + "ormís" ; + VPB (Pres Ind Pl P3) => d_ + "uermen" ; + VPB (Pres Subj Sg P1) => d_ + "uerma" ; + VPB (Pres Subj Sg P2) => d_ + "uermas" ; + VPB (Pres Subj Sg P3) => d_ + "uerma" ; + VPB (Pres Subj Pl P1) => d_ + "urmamos" ; + VPB (Pres Subj Pl P2) => d_ + "urmáis" ; + VPB (Pres Subj Pl P3) => d_ + "uerman" ; + VPB (Impf Ind Sg P1) => d_ + "ormía" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "ormías" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "ormía" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "ormíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "ormíais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "ormían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "urmiéramos" ; d_ + "urmiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "ormí" ; --# notpresent + VPB (Pret Sg P2) => d_ + "ormiste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "urmió" ; --# notpresent + VPB (Pret Pl P1) => d_ + "ormimos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "ormisteis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "urmieron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "ormiré" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "ormirás" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "ormirá" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "ormiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "ormirán" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "urmiere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "urmieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "urmiere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "urmiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "ormiría" ; --# notpresent + VPB (Cond Sg P2) => d_ + "ormirías" ; --# notpresent + VPB (Cond Sg P3) => d_ + "ormiría" ; --# notpresent + VPB (Cond Pl P1) => d_ + "ormiríamos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "ormiríais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "ormirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => d_ + "uerme" ; + VPB (Imper Sg P3) => d_ + "uerma" ; + VPB (Imper Pl P1) => d_ + "urmamos" ; + VPB (Imper Pl P2) => d_ + "ormid" ; + VPB (Imper Pl P3) => d_ + "uerman" ; + VPB (Pass Sg Masc) => d_ + "ormido" ; + VPB (Pass Sg Fem) => d_ + "ormida" ; + VPB (Pass Pl Masc) => d_ + "ormidos" ; + VPB (Pass Pl Fem) => d_ + "ormidas" + } + } ; +oper morir_35b : Str -> Verbum = \morir -> + let d_ = Predef.tk 4 morir in + {s = table { + VI Infn => d_ + "orir" ; + VI Ger => d_ + "uriendo" ; + VI Part => d_ + "orido" ; + VPB (Pres Ind Sg P1) => d_ + "uero" ; + VPB (Pres Ind Sg P2) => d_ + "ueres" ; + VPB (Pres Ind Sg P3) => d_ + "uere" ; + VPB (Pres Ind Pl P1) => d_ + "orimos" ; + VPB (Pres Ind Pl P2) => d_ + "orís" ; + VPB (Pres Ind Pl P3) => d_ + "ueren" ; + VPB (Pres Subj Sg P1) => d_ + "uera" ; + VPB (Pres Subj Sg P2) => d_ + "ueras" ; + VPB (Pres Subj Sg P3) => d_ + "uera" ; + VPB (Pres Subj Pl P1) => d_ + "uramos" ; + VPB (Pres Subj Pl P2) => d_ + "uráis" ; + VPB (Pres Subj Pl P3) => d_ + "ueran" ; + VPB (Impf Ind Sg P1) => d_ + "oría" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "orías" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "oría" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "oríamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "oríais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "orían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "uriéramos" ; d_ + "uriésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "orí" ; --# notpresent + VPB (Pret Sg P2) => d_ + "oriste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "urió" ; --# notpresent + VPB (Pret Pl P1) => d_ + "orimos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "oristeis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "urieron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "oriré" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "orirás" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "orirá" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "oriréis" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "orirán" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "uriere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "urieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "uriere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "uriéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "oriría" ; --# notpresent + VPB (Cond Sg P2) => d_ + "orirías" ; --# notpresent + VPB (Cond Sg P3) => d_ + "oriría" ; --# notpresent + VPB (Cond Pl P1) => d_ + "oriríamos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "oriríais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "orirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => d_ + "uere" ; + VPB (Imper Sg P3) => d_ + "uera" ; + VPB (Imper Pl P1) => d_ + "uramos" ; + VPB (Imper Pl P2) => d_ + "orid" ; + VPB (Imper Pl P3) => d_ + "ueran" ; + VPB (Pass Sg Masc) => d_ + "orido" ; + VPB (Pass Sg Fem) => d_ + "orida" ; + VPB (Pass Pl Masc) => d_ + "oridos" ; + VPB (Pass Pl Fem) => d_ + "oridas" + } + } ; +oper elegir_36 : Str -> Verbum = \elegir -> + let el_ = Predef.tk 4 elegir in + {s = table { + VI Infn => el_ + "egir" ; + VI Ger => el_ + "igiendo" ; + VI Part => variants {el_ + "egido" ; el_ + "ecto"} ; + VPB (Pres Ind Sg P1) => el_ + "ijo" ; + VPB (Pres Ind Sg P2) => el_ + "iges" ; + VPB (Pres Ind Sg P3) => el_ + "ige" ; + VPB (Pres Ind Pl P1) => el_ + "egimos" ; + VPB (Pres Ind Pl P2) => el_ + "egís" ; + VPB (Pres Ind Pl P3) => el_ + "igen" ; + VPB (Pres Subj Sg P1) => el_ + "ija" ; + VPB (Pres Subj Sg P2) => el_ + "ijas" ; + VPB (Pres Subj Sg P3) => el_ + "ija" ; + VPB (Pres Subj Pl P1) => el_ + "ijamos" ; + VPB (Pres Subj Pl P2) => el_ + "ijáis" ; + VPB (Pres Subj Pl P3) => el_ + "ijan" ; + VPB (Impf Ind Sg P1) => el_ + "egía" ; --# notpresent + VPB (Impf Ind Sg P2) => el_ + "egías" ; --# notpresent + VPB (Impf Ind Sg P3) => el_ + "egía" ; --# notpresent + VPB (Impf Ind Pl P1) => el_ + "egíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => el_ + "egíais" ; --# notpresent + VPB (Impf Ind Pl P3) => el_ + "egían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {el_ + "igiéramos" ; el_ + "igiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; --# notpresent + VPB (Pret Sg P1) => el_ + "egí" ; --# notpresent + VPB (Pret Sg P2) => el_ + "egiste" ; --# notpresent + VPB (Pret Sg P3) => el_ + "igió" ; --# notpresent + VPB (Pret Pl P1) => el_ + "egimos" ; --# notpresent + VPB (Pret Pl P2) => el_ + "egisteis" ; --# notpresent + VPB (Pret Pl P3) => el_ + "igieron" ; --# notpresent + VPB (Fut Ind Sg P1) => el_ + "egiré" ; --# notpresent + VPB (Fut Ind Sg P2) => el_ + "egirás" ; --# notpresent + VPB (Fut Ind Sg P3) => el_ + "egirá" ; --# notpresent + VPB (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => el_ + "egiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => el_ + "egirán" ; --# notpresent + VPB (Fut Subj Sg P1) => el_ + "igiere" ; --# notpresent + VPB (Fut Subj Sg P2) => el_ + "igieres" ; --# notpresent + VPB (Fut Subj Sg P3) => el_ + "igiere" ; --# notpresent + VPB (Fut Subj Pl P1) => el_ + "igiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent + VPB (Cond Sg P1) => el_ + "egiría" ; --# notpresent + VPB (Cond Sg P2) => el_ + "egirías" ; --# notpresent + VPB (Cond Sg P3) => el_ + "egiría" ; --# notpresent + VPB (Cond Pl P1) => el_ + "egiríamos" ; --# notpresent + VPB (Cond Pl P2) => el_ + "egiríais" ; --# notpresent + VPB (Cond Pl P3) => el_ + "egirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => el_ + "ige" ; + VPB (Imper Sg P3) => el_ + "ija" ; + VPB (Imper Pl P1) => el_ + "ijamos" ; + VPB (Imper Pl P2) => el_ + "egid" ; + VPB (Imper Pl P3) => el_ + "ijan" ; + VPB (Pass Sg Masc) => variants {el_ + "egido" ; el_ + "ecto"} ; + VPB (Pass Sg Fem) => variants {el_ + "egida" ; el_ + "ecta"} ; + VPB (Pass Pl Masc) => variants {el_ + "egidos" ; el_ + "ectos"} ; + VPB (Pass Pl Fem) => variants {el_ + "egidas" ; el_ + "ectas"} + } + } ; +oper empezar_37 : Str -> Verbum = \empezar -> + let emp_ = Predef.tk 4 empezar in + {s = table { + VI Infn => emp_ + "ezar" ; + VI Ger => emp_ + "ezando" ; + VI Part => emp_ + "ezado" ; + VPB (Pres Ind Sg P1) => emp_ + "iezo" ; + VPB (Pres Ind Sg P2) => emp_ + "iezas" ; + VPB (Pres Ind Sg P3) => emp_ + "ieza" ; + VPB (Pres Ind Pl P1) => emp_ + "ezamos" ; + VPB (Pres Ind Pl P2) => emp_ + "ezáis" ; + VPB (Pres Ind Pl P3) => emp_ + "iezan" ; + VPB (Pres Subj Sg P1) => emp_ + "iece" ; + VPB (Pres Subj Sg P2) => emp_ + "ieces" ; + VPB (Pres Subj Sg P3) => emp_ + "iece" ; + VPB (Pres Subj Pl P1) => emp_ + "ecemos" ; + VPB (Pres Subj Pl P2) => emp_ + "ecéis" ; + VPB (Pres Subj Pl P3) => emp_ + "iecen" ; + VPB (Impf Ind Sg P1) => emp_ + "ezaba" ; --# notpresent + VPB (Impf Ind Sg P2) => emp_ + "ezabas" ; --# notpresent + VPB (Impf Ind Sg P3) => emp_ + "ezaba" ; --# notpresent + VPB (Impf Ind Pl P1) => emp_ + "ezábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => emp_ + "ezabais" ; --# notpresent + VPB (Impf Ind Pl P3) => emp_ + "ezaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {emp_ + "ezáramos" ; emp_ + "ezásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; --# notpresent + VPB (Pret Sg P1) => emp_ + "ecé" ; --# notpresent + VPB (Pret Sg P2) => emp_ + "ezaste" ; --# notpresent + VPB (Pret Sg P3) => emp_ + "ezó" ; --# notpresent + VPB (Pret Pl P1) => emp_ + "ezamos" ; --# notpresent + VPB (Pret Pl P2) => emp_ + "ezasteis" ; --# notpresent + VPB (Pret Pl P3) => emp_ + "ezaron" ; --# notpresent + VPB (Fut Ind Sg P1) => emp_ + "ezaré" ; --# notpresent + VPB (Fut Ind Sg P2) => emp_ + "ezarás" ; --# notpresent + VPB (Fut Ind Sg P3) => emp_ + "ezará" ; --# notpresent + VPB (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => emp_ + "ezaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => emp_ + "ezarán" ; --# notpresent + VPB (Fut Subj Sg P1) => emp_ + "ezare" ; --# notpresent + VPB (Fut Subj Sg P2) => emp_ + "ezares" ; --# notpresent + VPB (Fut Subj Sg P3) => emp_ + "ezare" ; --# notpresent + VPB (Fut Subj Pl P1) => emp_ + "ezáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent + VPB (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent + VPB (Cond Sg P1) => emp_ + "ezaría" ; --# notpresent + VPB (Cond Sg P2) => emp_ + "ezarías" ; --# notpresent + VPB (Cond Sg P3) => emp_ + "ezaría" ; --# notpresent + VPB (Cond Pl P1) => emp_ + "ezaríamos" ; --# notpresent + VPB (Cond Pl P2) => emp_ + "ezaríais" ; --# notpresent + VPB (Cond Pl P3) => emp_ + "ezarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => emp_ + "ieza" ; + VPB (Imper Sg P3) => emp_ + "iece" ; + VPB (Imper Pl P1) => emp_ + "ecemos" ; + VPB (Imper Pl P2) => emp_ + "ezad" ; + VPB (Imper Pl P3) => emp_ + "iecen" ; + VPB (Pass Sg Masc) => emp_ + "ezado" ; + VPB (Pass Sg Fem) => emp_ + "ezada" ; + VPB (Pass Pl Masc) => emp_ + "ezados" ; + VPB (Pass Pl Fem) => emp_ + "ezadas" + } + } ; +oper encontrar_38 : Str -> Verbum = \encontrar -> + let enc_ = Predef.tk 6 encontrar in + {s = table { + VI Infn => enc_ + "ontrar" ; + VI Ger => enc_ + "ontrando" ; + VI Part => enc_ + "ontrado" ; + VPB (Pres Ind Sg P1) => enc_ + "uentro" ; + VPB (Pres Ind Sg P2) => enc_ + "uentras" ; + VPB (Pres Ind Sg P3) => enc_ + "uentra" ; + VPB (Pres Ind Pl P1) => enc_ + "ontramos" ; + VPB (Pres Ind Pl P2) => enc_ + "ontráis" ; + VPB (Pres Ind Pl P3) => enc_ + "uentran" ; + VPB (Pres Subj Sg P1) => enc_ + "uentre" ; + VPB (Pres Subj Sg P2) => enc_ + "uentres" ; + VPB (Pres Subj Sg P3) => enc_ + "uentre" ; + VPB (Pres Subj Pl P1) => enc_ + "ontremos" ; + VPB (Pres Subj Pl P2) => enc_ + "ontréis" ; + VPB (Pres Subj Pl P3) => enc_ + "uentren" ; + VPB (Impf Ind Sg P1) => enc_ + "ontraba" ; --# notpresent + VPB (Impf Ind Sg P2) => enc_ + "ontrabas" ; --# notpresent + VPB (Impf Ind Sg P3) => enc_ + "ontraba" ; --# notpresent + VPB (Impf Ind Pl P1) => enc_ + "ontrábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => enc_ + "ontrabais" ; --# notpresent + VPB (Impf Ind Pl P3) => enc_ + "ontraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {enc_ + "ontráramos" ; enc_ + "ontrásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; --# notpresent + VPB (Pret Sg P1) => enc_ + "ontré" ; --# notpresent + VPB (Pret Sg P2) => enc_ + "ontraste" ; --# notpresent + VPB (Pret Sg P3) => enc_ + "ontró" ; --# notpresent + VPB (Pret Pl P1) => enc_ + "ontramos" ; --# notpresent + VPB (Pret Pl P2) => enc_ + "ontrasteis" ; --# notpresent + VPB (Pret Pl P3) => enc_ + "ontraron" ; --# notpresent + VPB (Fut Ind Sg P1) => enc_ + "ontraré" ; --# notpresent + VPB (Fut Ind Sg P2) => enc_ + "ontrarás" ; --# notpresent + VPB (Fut Ind Sg P3) => enc_ + "ontrará" ; --# notpresent + VPB (Fut Ind Pl P1) => enc_ + "ontraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => enc_ + "ontraréis" ; --# notpresent + VPB (Fut Ind Pl P3) => enc_ + "ontrarán" ; --# notpresent + VPB (Fut Subj Sg P1) => enc_ + "ontrare" ; --# notpresent + VPB (Fut Subj Sg P2) => enc_ + "ontrares" ; --# notpresent + VPB (Fut Subj Sg P3) => enc_ + "ontrare" ; --# notpresent + VPB (Fut Subj Pl P1) => enc_ + "ontráremos" ; --# notpresent + VPB (Fut Subj Pl P2) => enc_ + "ontrareis" ; --# notpresent + VPB (Fut Subj Pl P3) => enc_ + "ontraren" ; --# notpresent + VPB (Cond Sg P1) => enc_ + "ontraría" ; --# notpresent + VPB (Cond Sg P2) => enc_ + "ontrarías" ; --# notpresent + VPB (Cond Sg P3) => enc_ + "ontraría" ; --# notpresent + VPB (Cond Pl P1) => enc_ + "ontraríamos" ; --# notpresent + VPB (Cond Pl P2) => enc_ + "ontraríais" ; --# notpresent + VPB (Cond Pl P3) => enc_ + "ontrarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => enc_ + "uentra" ; + VPB (Imper Sg P3) => enc_ + "uentre" ; + VPB (Imper Pl P1) => enc_ + "ontremos" ; + VPB (Imper Pl P2) => enc_ + "ontrad" ; + VPB (Imper Pl P3) => enc_ + "uentren" ; + VPB (Pass Sg Masc) => enc_ + "ontrado" ; + VPB (Pass Sg Fem) => enc_ + "ontrada" ; + VPB (Pass Pl Masc) => enc_ + "ontrados" ; + VPB (Pass Pl Fem) => enc_ + "ontradas" + } + } ; +oper contar_38b : Str -> Verbum = \contar -> + let c_ = Predef.tk 5 contar in + {s = table { + VI Infn => c_ + "ontar" ; + VI Ger => c_ + "ontando" ; + VI Part => c_ + "ontado" ; + VPB (Pres Ind Sg P1) => c_ + "uento" ; + VPB (Pres Ind Sg P2) => c_ + "uentas" ; + VPB (Pres Ind Sg P3) => c_ + "uenta" ; + VPB (Pres Ind Pl P1) => c_ + "ontamos" ; + VPB (Pres Ind Pl P2) => c_ + "ontáis" ; + VPB (Pres Ind Pl P3) => c_ + "uentan" ; + VPB (Pres Subj Sg P1) => c_ + "uente" ; + VPB (Pres Subj Sg P2) => c_ + "uentes" ; + VPB (Pres Subj Sg P3) => c_ + "uente" ; + VPB (Pres Subj Pl P1) => c_ + "ontemos" ; + VPB (Pres Subj Pl P2) => c_ + "ontéis" ; + VPB (Pres Subj Pl P3) => c_ + "uenten" ; + VPB (Impf Ind Sg P1) => c_ + "ontaba" ; --# notpresent + VPB (Impf Ind Sg P2) => c_ + "ontabas" ; --# notpresent + VPB (Impf Ind Sg P3) => c_ + "ontaba" ; --# notpresent + VPB (Impf Ind Pl P1) => c_ + "ontábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => c_ + "ontabais" ; --# notpresent + VPB (Impf Ind Pl P3) => c_ + "ontaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "ontáramos" ; c_ + "ontásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; --# notpresent + VPB (Pret Sg P1) => c_ + "onté" ; --# notpresent + VPB (Pret Sg P2) => c_ + "ontaste" ; --# notpresent + VPB (Pret Sg P3) => c_ + "ontó" ; --# notpresent + VPB (Pret Pl P1) => c_ + "ontamos" ; --# notpresent + VPB (Pret Pl P2) => c_ + "ontasteis" ; --# notpresent + VPB (Pret Pl P3) => c_ + "ontaron" ; --# notpresent + VPB (Fut Ind Sg P1) => c_ + "ontaré" ; --# notpresent + VPB (Fut Ind Sg P2) => c_ + "ontarás" ; --# notpresent + VPB (Fut Ind Sg P3) => c_ + "ontará" ; --# notpresent + VPB (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => c_ + "ontaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => c_ + "ontarán" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "ontare" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "ontares" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "ontare" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "ontáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent + VPB (Cond Sg P1) => c_ + "ontaría" ; --# notpresent + VPB (Cond Sg P2) => c_ + "ontarías" ; --# notpresent + VPB (Cond Sg P3) => c_ + "ontaría" ; --# notpresent + VPB (Cond Pl P1) => c_ + "ontaríamos" ; --# notpresent + VPB (Cond Pl P2) => c_ + "ontaríais" ; --# notpresent + VPB (Cond Pl P3) => c_ + "ontarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => c_ + "uenta" ; + VPB (Imper Sg P3) => c_ + "uente" ; + VPB (Imper Pl P1) => c_ + "ontemos" ; + VPB (Imper Pl P2) => c_ + "ontad" ; + VPB (Imper Pl P3) => c_ + "uenten" ; + VPB (Pass Sg Masc) => c_ + "ontado" ; + VPB (Pass Sg Fem) => c_ + "ontada" ; + VPB (Pass Pl Masc) => c_ + "ontados" ; + VPB (Pass Pl Fem) => c_ + "ontadas" + } + } ; +oper enraizar_39 : Str -> Verbum = \enraizar -> + let enra_ = Predef.tk 4 enraizar in + {s = table { + VI Infn => enra_ + "izar" ; + VI Ger => enra_ + "izando" ; + VI Part => enra_ + "izado" ; + VPB (Pres Ind Sg P1) => enra_ + "ízo" ; + VPB (Pres Ind Sg P2) => enra_ + "ízas" ; + VPB (Pres Ind Sg P3) => enra_ + "íza" ; + VPB (Pres Ind Pl P1) => enra_ + "izamos" ; + VPB (Pres Ind Pl P2) => enra_ + "izáis" ; + VPB (Pres Ind Pl P3) => enra_ + "ízan" ; + VPB (Pres Subj Sg P1) => enra_ + "íce" ; + VPB (Pres Subj Sg P2) => enra_ + "íces" ; + VPB (Pres Subj Sg P3) => enra_ + "íce" ; + VPB (Pres Subj Pl P1) => enra_ + "icemos" ; + VPB (Pres Subj Pl P2) => enra_ + "icéis" ; + VPB (Pres Subj Pl P3) => enra_ + "ícen" ; + VPB (Impf Ind Sg P1) => enra_ + "izaba" ; --# notpresent + VPB (Impf Ind Sg P2) => enra_ + "izabas" ; --# notpresent + VPB (Impf Ind Sg P3) => enra_ + "izaba" ; --# notpresent + VPB (Impf Ind Pl P1) => enra_ + "izábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => enra_ + "izabais" ; --# notpresent + VPB (Impf Ind Pl P3) => enra_ + "izaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {enra_ + "izáramos" ; enra_ + "izásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; --# notpresent + VPB (Pret Sg P1) => enra_ + "icé" ; --# notpresent + VPB (Pret Sg P2) => enra_ + "izaste" ; --# notpresent + VPB (Pret Sg P3) => enra_ + "izó" ; --# notpresent + VPB (Pret Pl P1) => enra_ + "izamos" ; --# notpresent + VPB (Pret Pl P2) => enra_ + "izasteis" ; --# notpresent + VPB (Pret Pl P3) => enra_ + "izaron" ; --# notpresent + VPB (Fut Ind Sg P1) => enra_ + "izaré" ; --# notpresent + VPB (Fut Ind Sg P2) => enra_ + "izarás" ; --# notpresent + VPB (Fut Ind Sg P3) => enra_ + "izará" ; --# notpresent + VPB (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => enra_ + "izaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => enra_ + "izarán" ; --# notpresent + VPB (Fut Subj Sg P1) => enra_ + "izare" ; --# notpresent + VPB (Fut Subj Sg P2) => enra_ + "izares" ; --# notpresent + VPB (Fut Subj Sg P3) => enra_ + "izare" ; --# notpresent + VPB (Fut Subj Pl P1) => enra_ + "izáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent + VPB (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent + VPB (Cond Sg P1) => enra_ + "izaría" ; --# notpresent + VPB (Cond Sg P2) => enra_ + "izarías" ; --# notpresent + VPB (Cond Sg P3) => enra_ + "izaría" ; --# notpresent + VPB (Cond Pl P1) => enra_ + "izaríamos" ; --# notpresent + VPB (Cond Pl P2) => enra_ + "izaríais" ; --# notpresent + VPB (Cond Pl P3) => enra_ + "izarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => enra_ + "íza" ; + VPB (Imper Sg P3) => enra_ + "íce" ; + VPB (Imper Pl P1) => enra_ + "icemos" ; + VPB (Imper Pl P2) => enra_ + "izad" ; + VPB (Imper Pl P3) => enra_ + "ícen" ; + VPB (Pass Sg Masc) => enra_ + "izado" ; + VPB (Pass Sg Fem) => enra_ + "izada" ; + VPB (Pass Pl Masc) => enra_ + "izados" ; + VPB (Pass Pl Fem) => enra_ + "izadas" + } + } ; +oper erguir_40 : Str -> Verbum = \erguir -> + let x_ = Predef.tk 6 erguir in + {s = table { + VI Infn => x_ + "erguir" ; + VI Ger => x_ + "irguiendo" ; + VI Part => x_ + "erguido" ; + VPB (Pres Ind Sg P1) => x_ + "yergo" ; + VPB (Pres Ind Sg P2) => x_ + "yergues" ; + VPB (Pres Ind Sg P3) => x_ + "yergue" ; + VPB (Pres Ind Pl P1) => x_ + "erguimos" ; + VPB (Pres Ind Pl P2) => x_ + "erguís" ; + VPB (Pres Ind Pl P3) => x_ + "yerguen" ; + VPB (Pres Subj Sg P1) => x_ + "yerga" ; + VPB (Pres Subj Sg P2) => x_ + "yergas" ; + VPB (Pres Subj Sg P3) => x_ + "yerga" ; + VPB (Pres Subj Pl P1) => x_ + "irgamos" ; + VPB (Pres Subj Pl P2) => x_ + "irgáis" ; + VPB (Pres Subj Pl P3) => x_ + "yergan" ; + VPB (Impf Ind Sg P1) => x_ + "erguía" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "erguías" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "erguía" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "erguíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "erguíais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "erguían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "irguiéramos" ; x_ + "irguiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "erguí" ; --# notpresent + VPB (Pret Sg P2) => x_ + "erguiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "irguió" ; --# notpresent + VPB (Pret Pl P1) => x_ + "erguimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "erguisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "irguieron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "erguiré" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "erguirás" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "erguirá" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "erguiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "erguirán" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "irguiere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "irguieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "irguiere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "irguiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "erguiría" ; --# notpresent + VPB (Cond Sg P2) => x_ + "erguirías" ; --# notpresent + VPB (Cond Sg P3) => x_ + "erguiría" ; --# notpresent + VPB (Cond Pl P1) => x_ + "erguiríamos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "erguiríais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "erguirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "yergue" ; + VPB (Imper Sg P3) => x_ + "yerga" ; + VPB (Imper Pl P1) => x_ + "yergamos" ; + VPB (Imper Pl P2) => x_ + "erguid" ; + VPB (Imper Pl P3) => x_ + "yergan" ; + VPB (Pass Sg Masc) => x_ + "erguido" ; + VPB (Pass Sg Fem) => x_ + "erguida" ; + VPB (Pass Pl Masc) => x_ + "erguidos" ; + VPB (Pass Pl Fem) => x_ + "erguidas" + } + } ; +oper errar_41 : Str -> Verbum = \errar -> + let x_ = Predef.tk 5 errar in + {s = table { + VI Infn => x_ + "errar" ; + VI Ger => x_ + "errando" ; + VI Part => x_ + "errado" ; + VPB (Pres Ind Sg P1) => x_ + "yerro" ; + VPB (Pres Ind Sg P2) => x_ + "yerras" ; + VPB (Pres Ind Sg P3) => x_ + "yerra" ; + VPB (Pres Ind Pl P1) => x_ + "erramos" ; + VPB (Pres Ind Pl P2) => x_ + "erráis" ; + VPB (Pres Ind Pl P3) => x_ + "yerran" ; + VPB (Pres Subj Sg P1) => x_ + "yerre" ; + VPB (Pres Subj Sg P2) => x_ + "yerres" ; + VPB (Pres Subj Sg P3) => x_ + "yerre" ; + VPB (Pres Subj Pl P1) => x_ + "erremos" ; + VPB (Pres Subj Pl P2) => x_ + "erréis" ; + VPB (Pres Subj Pl P3) => x_ + "yerren" ; + VPB (Impf Ind Sg P1) => x_ + "erraba" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "errabas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "erraba" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "errábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "errabais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "erraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "erráramos" ; x_ + "errásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "erré" ; --# notpresent + VPB (Pret Sg P2) => x_ + "erraste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "erró" ; --# notpresent + VPB (Pret Pl P1) => x_ + "erramos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "errasteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "erraron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "erraré" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "errarás" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "errará" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "erraréis" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "errarán" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "errare" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "errares" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "errare" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "erráremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "erraría" ; --# notpresent + VPB (Cond Sg P2) => x_ + "errarías" ; --# notpresent + VPB (Cond Sg P3) => x_ + "erraría" ; --# notpresent + VPB (Cond Pl P1) => x_ + "erraríamos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "erraríais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "errarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "yerra" ; + VPB (Imper Sg P3) => x_ + "yerre" ; + VPB (Imper Pl P1) => x_ + "erremos" ; + VPB (Imper Pl P2) => x_ + "errad" ; + VPB (Imper Pl P3) => x_ + "yerren" ; + VPB (Pass Sg Masc) => x_ + "errado" ; + VPB (Pass Sg Fem) => x_ + "errada" ; + VPB (Pass Pl Masc) => x_ + "errados" ; + VPB (Pass Pl Fem) => x_ + "erradas" + } + } ; +oper forzar_42 : Str -> Verbum = \forzar -> + let f_ = Predef.tk 5 forzar in + {s = table { + VI Infn => f_ + "orzar" ; + VI Ger => f_ + "orzando" ; + VI Part => f_ + "orzado" ; + VPB (Pres Ind Sg P1) => f_ + "uerzo" ; + VPB (Pres Ind Sg P2) => f_ + "uerzas" ; + VPB (Pres Ind Sg P3) => f_ + "uerza" ; + VPB (Pres Ind Pl P1) => f_ + "orzamos" ; + VPB (Pres Ind Pl P2) => f_ + "orzáis" ; + VPB (Pres Ind Pl P3) => f_ + "uerzan" ; + VPB (Pres Subj Sg P1) => f_ + "uerce" ; + VPB (Pres Subj Sg P2) => f_ + "uerces" ; + VPB (Pres Subj Sg P3) => f_ + "uerce" ; + VPB (Pres Subj Pl P1) => f_ + "orcemos" ; + VPB (Pres Subj Pl P2) => f_ + "orcéis" ; + VPB (Pres Subj Pl P3) => f_ + "uercen" ; + VPB (Impf Ind Sg P1) => f_ + "orzaba" ; --# notpresent + VPB (Impf Ind Sg P2) => f_ + "orzabas" ; --# notpresent + VPB (Impf Ind Sg P3) => f_ + "orzaba" ; --# notpresent + VPB (Impf Ind Pl P1) => f_ + "orzábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => f_ + "orzabais" ; --# notpresent + VPB (Impf Ind Pl P3) => f_ + "orzaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {f_ + "orzáramos" ; f_ + "orzásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; --# notpresent + VPB (Pret Sg P1) => f_ + "orcé" ; --# notpresent + VPB (Pret Sg P2) => f_ + "orzaste" ; --# notpresent + VPB (Pret Sg P3) => f_ + "orzó" ; --# notpresent + VPB (Pret Pl P1) => f_ + "orzamos" ; --# notpresent + VPB (Pret Pl P2) => f_ + "orzasteis" ; --# notpresent + VPB (Pret Pl P3) => f_ + "orzaron" ; --# notpresent + VPB (Fut Ind Sg P1) => f_ + "orzaré" ; --# notpresent + VPB (Fut Ind Sg P2) => f_ + "orzarás" ; --# notpresent + VPB (Fut Ind Sg P3) => f_ + "orzará" ; --# notpresent + VPB (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => f_ + "orzaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => f_ + "orzarán" ; --# notpresent + VPB (Fut Subj Sg P1) => f_ + "orzare" ; --# notpresent + VPB (Fut Subj Sg P2) => f_ + "orzares" ; --# notpresent + VPB (Fut Subj Sg P3) => f_ + "orzare" ; --# notpresent + VPB (Fut Subj Pl P1) => f_ + "orzáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent + VPB (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent + VPB (Cond Sg P1) => f_ + "orzaría" ; --# notpresent + VPB (Cond Sg P2) => f_ + "orzarías" ; --# notpresent + VPB (Cond Sg P3) => f_ + "orzaría" ; --# notpresent + VPB (Cond Pl P1) => f_ + "orzaríamos" ; --# notpresent + VPB (Cond Pl P2) => f_ + "orzaríais" ; --# notpresent + VPB (Cond Pl P3) => f_ + "orzarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => f_ + "uerza" ; + VPB (Imper Sg P3) => f_ + "uerce" ; + VPB (Imper Pl P1) => f_ + "orcemos" ; + VPB (Imper Pl P2) => f_ + "orzad" ; + VPB (Imper Pl P3) => f_ + "uercen" ; + VPB (Pass Sg Masc) => f_ + "orzado" ; + VPB (Pass Sg Fem) => f_ + "orzada" ; + VPB (Pass Pl Masc) => f_ + "orzados" ; + VPB (Pass Pl Fem) => f_ + "orzadas" + } + } ; +oper guiar_43 : Str -> Verbum = \guiar -> + let gu_ = Predef.tk 3 guiar in + {s = table { + VI Infn => gu_ + "iar" ; + VI Ger => gu_ + "iando" ; + VI Part => gu_ + "iado" ; + VPB (Pres Ind Sg P1) => gu_ + "ío" ; + VPB (Pres Ind Sg P2) => gu_ + "ías" ; + VPB (Pres Ind Sg P3) => gu_ + "ía" ; + VPB (Pres Ind Pl P1) => gu_ + "iamos" ; + VPB (Pres Ind Pl P2) => gu_ + "iáis" ; + VPB (Pres Ind Pl P3) => gu_ + "ían" ; + VPB (Pres Subj Sg P1) => gu_ + "íe" ; + VPB (Pres Subj Sg P2) => gu_ + "íes" ; + VPB (Pres Subj Sg P3) => gu_ + "íe" ; + VPB (Pres Subj Pl P1) => gu_ + "iemos" ; + VPB (Pres Subj Pl P2) => gu_ + "iéis" ; + VPB (Pres Subj Pl P3) => gu_ + "íen" ; + VPB (Impf Ind Sg P1) => gu_ + "iaba" ; --# notpresent + VPB (Impf Ind Sg P2) => gu_ + "iabas" ; --# notpresent + VPB (Impf Ind Sg P3) => gu_ + "iaba" ; --# notpresent + VPB (Impf Ind Pl P1) => gu_ + "iábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => gu_ + "iabais" ; --# notpresent + VPB (Impf Ind Pl P3) => gu_ + "iaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {gu_ + "iáramos" ; gu_ + "iásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; --# notpresent + VPB (Pret Sg P1) => gu_ + "ié" ; --# notpresent + VPB (Pret Sg P2) => gu_ + "iaste" ; --# notpresent + VPB (Pret Sg P3) => gu_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => gu_ + "iamos" ; --# notpresent + VPB (Pret Pl P2) => gu_ + "iasteis" ; --# notpresent + VPB (Pret Pl P3) => gu_ + "iaron" ; --# notpresent + VPB (Fut Ind Sg P1) => gu_ + "iaré" ; --# notpresent + VPB (Fut Ind Sg P2) => gu_ + "iarás" ; --# notpresent + VPB (Fut Ind Sg P3) => gu_ + "iará" ; --# notpresent + VPB (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => gu_ + "iaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => gu_ + "iarán" ; --# notpresent + VPB (Fut Subj Sg P1) => gu_ + "iare" ; --# notpresent + VPB (Fut Subj Sg P2) => gu_ + "iares" ; --# notpresent + VPB (Fut Subj Sg P3) => gu_ + "iare" ; --# notpresent + VPB (Fut Subj Pl P1) => gu_ + "iáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent + VPB (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent + VPB (Cond Sg P1) => gu_ + "iaría" ; --# notpresent + VPB (Cond Sg P2) => gu_ + "iarías" ; --# notpresent + VPB (Cond Sg P3) => gu_ + "iaría" ; --# notpresent + VPB (Cond Pl P1) => gu_ + "iaríamos" ; --# notpresent + VPB (Cond Pl P2) => gu_ + "iaríais" ; --# notpresent + VPB (Cond Pl P3) => gu_ + "iarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => gu_ + "ía" ; + VPB (Imper Sg P3) => gu_ + "íe" ; + VPB (Imper Pl P1) => gu_ + "iemos" ; + VPB (Imper Pl P2) => gu_ + "iad" ; + VPB (Imper Pl P3) => gu_ + "íen" ; + VPB (Pass Sg Masc) => gu_ + "iado" ; + VPB (Pass Sg Fem) => gu_ + "iada" ; + VPB (Pass Pl Masc) => gu_ + "iados" ; + VPB (Pass Pl Fem) => gu_ + "iadas" + } + } ; +oper hacer_44 : Str -> Verbum = \hacer -> + let h_ = Predef.tk 4 hacer in + {s = table { + VI Infn => h_ + "acer" ; + VI Ger => h_ + "aciendo" ; + VI Part => h_ + "echo" ; + VPB (Pres Ind Sg P1) => h_ + "ago" ; + VPB (Pres Ind Sg P2) => h_ + "aces" ; + VPB (Pres Ind Sg P3) => h_ + "ace" ; + VPB (Pres Ind Pl P1) => h_ + "acemos" ; + VPB (Pres Ind Pl P2) => h_ + "acéis" ; + VPB (Pres Ind Pl P3) => h_ + "acen" ; + VPB (Pres Subj Sg P1) => h_ + "aga" ; + VPB (Pres Subj Sg P2) => h_ + "agas" ; + VPB (Pres Subj Sg P3) => h_ + "aga" ; + VPB (Pres Subj Pl P1) => h_ + "agamos" ; + VPB (Pres Subj Pl P2) => h_ + "agáis" ; + VPB (Pres Subj Pl P3) => h_ + "agan" ; + VPB (Impf Ind Sg P1) => h_ + "acía" ; --# notpresent + VPB (Impf Ind Sg P2) => h_ + "acías" ; --# notpresent + VPB (Impf Ind Sg P3) => h_ + "acía" ; --# notpresent + VPB (Impf Ind Pl P1) => h_ + "acíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => h_ + "acíais" ; --# notpresent + VPB (Impf Ind Pl P3) => h_ + "acían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "iciéramos" ; h_ + "iciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; --# notpresent + VPB (Pret Sg P1) => h_ + "ice" ; --# notpresent + VPB (Pret Sg P2) => h_ + "iciste" ; --# notpresent + VPB (Pret Sg P3) => h_ + "izo" ; --# notpresent + VPB (Pret Pl P1) => h_ + "icimos" ; --# notpresent + VPB (Pret Pl P2) => h_ + "icisteis" ; --# notpresent + VPB (Pret Pl P3) => h_ + "icieron" ; --# notpresent + VPB (Fut Ind Sg P1) => h_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => h_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => h_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => h_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => h_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "iciere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "icieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "iciere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "iciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent + VPB (Cond Sg P1) => h_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => h_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => h_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => h_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => h_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => h_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => h_ + "az" ; + VPB (Imper Sg P3) => h_ + "aga" ; + VPB (Imper Pl P1) => h_ + "agamos" ; + VPB (Imper Pl P2) => h_ + "aced" ; + VPB (Imper Pl P3) => h_ + "agan" ; + VPB (Pass Sg Masc) => h_ + "echo" ; + VPB (Pass Sg Fem) => h_ + "echa" ; + VPB (Pass Pl Masc) => h_ + "echos" ; + VPB (Pass Pl Fem) => h_ + "echas" + } + } ; +oper influir_45 : Str -> Verbum = \influir -> + let influ_ = Predef.tk 2 influir in + {s = table { + VI Infn => influ_ + "ir" ; + VI Ger => influ_ + "yendo" ; + VI Part => influ_ + "ido" ; + VPB (Pres Ind Sg P1) => influ_ + "yo" ; + VPB (Pres Ind Sg P2) => influ_ + "yes" ; + VPB (Pres Ind Sg P3) => influ_ + "ye" ; + VPB (Pres Ind Pl P1) => influ_ + "imos" ; + VPB (Pres Ind Pl P2) => influ_ + "ís" ; + VPB (Pres Ind Pl P3) => influ_ + "yen" ; + VPB (Pres Subj Sg P1) => influ_ + "ya" ; + VPB (Pres Subj Sg P2) => influ_ + "yas" ; + VPB (Pres Subj Sg P3) => influ_ + "ya" ; + VPB (Pres Subj Pl P1) => influ_ + "yamos" ; + VPB (Pres Subj Pl P2) => influ_ + "yáis" ; + VPB (Pres Subj Pl P3) => influ_ + "yan" ; + VPB (Impf Ind Sg P1) => influ_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => influ_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => influ_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => influ_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => influ_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => influ_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {influ_ + "yéramos" ; influ_ + "yésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => influ_ + "í" ; --# notpresent + VPB (Pret Sg P2) => influ_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => influ_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => influ_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => influ_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => influ_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => influ_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => influ_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => influ_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => influ_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => influ_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => influ_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => influ_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => influ_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => influ_ + "yéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => influ_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => influ_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => influ_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => influ_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => influ_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => influ_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => influ_ + "ye" ; + VPB (Imper Sg P3) => influ_ + "ya" ; + VPB (Imper Pl P1) => influ_ + "yamos" ; + VPB (Imper Pl P2) => influ_ + "id" ; + VPB (Imper Pl P3) => influ_ + "yan" ; + VPB (Pass Sg Masc) => influ_ + "ido" ; + VPB (Pass Sg Fem) => influ_ + "ida" ; + VPB (Pass Pl Masc) => influ_ + "idos" ; + VPB (Pass Pl Fem) => influ_ + "idas" + } + } ; +oper ir_46 : Str -> Verbum = \ir -> + let x_ = Predef.tk 2 ir in + {s = table { + VI Infn => x_ + "ir" ; + VI Ger => x_ + "yendo" ; + VI Part => x_ + "ido" ; + VPB (Pres Ind Sg P1) => x_ + "voy" ; + VPB (Pres Ind Sg P2) => x_ + "vas" ; + VPB (Pres Ind Sg P3) => x_ + "va" ; + VPB (Pres Ind Pl P1) => x_ + "vamos" ; + VPB (Pres Ind Pl P2) => x_ + "vais" ; + VPB (Pres Ind Pl P3) => x_ + "van" ; + VPB (Pres Subj Sg P1) => x_ + "vaya" ; + VPB (Pres Subj Sg P2) => x_ + "vayas" ; + VPB (Pres Subj Sg P3) => x_ + "vaya" ; + VPB (Pres Subj Pl P1) => x_ + "vayamos" ; + VPB (Pres Subj Pl P2) => x_ + "vayáis" ; + VPB (Pres Subj Pl P3) => x_ + "vayan" ; + VPB (Impf Ind Sg P1) => x_ + "iba" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "ibas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "iba" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "íbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "ibais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "iban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent + VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent + VPB (Pret Pl P1) => x_ + "fuimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "fueron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "irán" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "fuéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => x_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => x_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => x_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "ve" ; + VPB (Imper Sg P3) => x_ + "vaya" ; + VPB (Imper Pl P1) => variants {x_ + "vamos" ; x_ + "vayamos"} ; + VPB (Imper Pl P2) => x_ + "id" ; + VPB (Imper Pl P3) => x_ + "vayan" ; + VPB (Pass Sg Masc) => x_ + "ido" ; + VPB (Pass Sg Fem) => x_ + "ida" ; + VPB (Pass Pl Masc) => x_ + "idos" ; + VPB (Pass Pl Fem) => x_ + "idas" + } + } ; +oper jugar_47 : Str -> Verbum = \jugar -> + let ju_ = Predef.tk 3 jugar in + {s = table { + VI Infn => ju_ + "gar" ; + VI Ger => ju_ + "gando" ; + VI Part => ju_ + "gado" ; + VPB (Pres Ind Sg P1) => ju_ + "ego" ; + VPB (Pres Ind Sg P2) => ju_ + "egas" ; + VPB (Pres Ind Sg P3) => ju_ + "ega" ; + VPB (Pres Ind Pl P1) => ju_ + "gamos" ; + VPB (Pres Ind Pl P2) => ju_ + "gáis" ; + VPB (Pres Ind Pl P3) => ju_ + "egan" ; + VPB (Pres Subj Sg P1) => ju_ + "egue" ; + VPB (Pres Subj Sg P2) => ju_ + "egues" ; + VPB (Pres Subj Sg P3) => ju_ + "egue" ; + VPB (Pres Subj Pl P1) => ju_ + "guemos" ; + VPB (Pres Subj Pl P2) => ju_ + "guéis" ; + VPB (Pres Subj Pl P3) => ju_ + "eguen" ; + VPB (Impf Ind Sg P1) => ju_ + "gaba" ; --# notpresent + VPB (Impf Ind Sg P2) => ju_ + "gabas" ; --# notpresent + VPB (Impf Ind Sg P3) => ju_ + "gaba" ; --# notpresent + VPB (Impf Ind Pl P1) => ju_ + "gábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ju_ + "gabais" ; --# notpresent + VPB (Impf Ind Pl P3) => ju_ + "gaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ju_ + "gáramos" ; ju_ + "gásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; --# notpresent + VPB (Pret Sg P1) => ju_ + "gué" ; --# notpresent + VPB (Pret Sg P2) => ju_ + "gaste" ; --# notpresent + VPB (Pret Sg P3) => ju_ + "gó" ; --# notpresent + VPB (Pret Pl P1) => ju_ + "gamos" ; --# notpresent + VPB (Pret Pl P2) => ju_ + "gasteis" ; --# notpresent + VPB (Pret Pl P3) => ju_ + "garon" ; --# notpresent + VPB (Fut Ind Sg P1) => ju_ + "garé" ; --# notpresent + VPB (Fut Ind Sg P2) => ju_ + "garás" ; --# notpresent + VPB (Fut Ind Sg P3) => ju_ + "gará" ; --# notpresent + VPB (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent + VPB (Fut Ind Pl P2) => ju_ + "garéis" ; --# notpresent + VPB (Fut Ind Pl P3) => ju_ + "garán" ; --# notpresent + VPB (Fut Subj Sg P1) => ju_ + "gare" ; --# notpresent + VPB (Fut Subj Sg P2) => ju_ + "gares" ; --# notpresent + VPB (Fut Subj Sg P3) => ju_ + "gare" ; --# notpresent + VPB (Fut Subj Pl P1) => ju_ + "gáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent + VPB (Cond Sg P1) => ju_ + "garía" ; --# notpresent + VPB (Cond Sg P2) => ju_ + "garías" ; --# notpresent + VPB (Cond Sg P3) => ju_ + "garía" ; --# notpresent + VPB (Cond Pl P1) => ju_ + "garíamos" ; --# notpresent + VPB (Cond Pl P2) => ju_ + "garíais" ; --# notpresent + VPB (Cond Pl P3) => ju_ + "garían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ju_ + "ega" ; + VPB (Imper Sg P3) => ju_ + "egue" ; + VPB (Imper Pl P1) => ju_ + "guemos" ; + VPB (Imper Pl P2) => ju_ + "gad" ; + VPB (Imper Pl P3) => ju_ + "eguen" ; + VPB (Pass Sg Masc) => ju_ + "gado" ; + VPB (Pass Sg Fem) => ju_ + "gada" ; + VPB (Pass Pl Masc) => ju_ + "gados" ; + VPB (Pass Pl Fem) => ju_ + "gadas" + } + } ; +oper lucir_48 : Str -> Verbum = \lucir -> + let lu_ = Predef.tk 3 lucir in + {s = table { + VI Infn => lu_ + "cir" ; + VI Ger => lu_ + "ciendo" ; + VI Part => lu_ + "cido" ; + VPB (Pres Ind Sg P1) => lu_ + "zco" ; + VPB (Pres Ind Sg P2) => lu_ + "ces" ; + VPB (Pres Ind Sg P3) => lu_ + "ce" ; + VPB (Pres Ind Pl P1) => lu_ + "cimos" ; + VPB (Pres Ind Pl P2) => lu_ + "cís" ; + VPB (Pres Ind Pl P3) => lu_ + "cen" ; + VPB (Pres Subj Sg P1) => lu_ + "zca" ; + VPB (Pres Subj Sg P2) => lu_ + "zcas" ; + VPB (Pres Subj Sg P3) => lu_ + "zca" ; + VPB (Pres Subj Pl P1) => lu_ + "zcamos" ; + VPB (Pres Subj Pl P2) => lu_ + "zcáis" ; + VPB (Pres Subj Pl P3) => lu_ + "zcan" ; + VPB (Impf Ind Sg P1) => lu_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => lu_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => lu_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => lu_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => lu_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => lu_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {lu_ + "ciéramos" ; lu_ + "ciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => lu_ + "cí" ; --# notpresent + VPB (Pret Sg P2) => lu_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => lu_ + "ció" ; --# notpresent + VPB (Pret Pl P1) => lu_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => lu_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => lu_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => lu_ + "ciré" ; --# notpresent + VPB (Fut Ind Sg P2) => lu_ + "cirás" ; --# notpresent + VPB (Fut Ind Sg P3) => lu_ + "cirá" ; --# notpresent + VPB (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => lu_ + "ciréis" ; --# notpresent + VPB (Fut Ind Pl P3) => lu_ + "cirán" ; --# notpresent + VPB (Fut Subj Sg P1) => lu_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => lu_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => lu_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => lu_ + "ciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => lu_ + "ciría" ; --# notpresent + VPB (Cond Sg P2) => lu_ + "cirías" ; --# notpresent + VPB (Cond Sg P3) => lu_ + "ciría" ; --# notpresent + VPB (Cond Pl P1) => lu_ + "ciríamos" ; --# notpresent + VPB (Cond Pl P2) => lu_ + "ciríais" ; --# notpresent + VPB (Cond Pl P3) => lu_ + "cirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => lu_ + "ce" ; + VPB (Imper Sg P3) => lu_ + "zca" ; + VPB (Imper Pl P1) => lu_ + "zcamos" ; + VPB (Imper Pl P2) => lu_ + "cid" ; + VPB (Imper Pl P3) => lu_ + "zcan" ; + VPB (Pass Sg Masc) => lu_ + "cido" ; + VPB (Pass Sg Fem) => lu_ + "cida" ; + VPB (Pass Pl Masc) => lu_ + "cidos" ; + VPB (Pass Pl Fem) => lu_ + "cidas" + } + } ; +oper mecer_49 : Str -> Verbum = \mecer -> + let me_ = Predef.tk 3 mecer in + {s = table { + VI Infn => me_ + "cer" ; + VI Ger => me_ + "ciendo" ; + VI Part => me_ + "cido" ; + VPB (Pres Ind Sg P1) => me_ + "zo" ; + VPB (Pres Ind Sg P2) => me_ + "ces" ; + VPB (Pres Ind Sg P3) => me_ + "ce" ; + VPB (Pres Ind Pl P1) => me_ + "cemos" ; + VPB (Pres Ind Pl P2) => me_ + "céis" ; + VPB (Pres Ind Pl P3) => me_ + "cen" ; + VPB (Pres Subj Sg P1) => me_ + "za" ; + VPB (Pres Subj Sg P2) => me_ + "zas" ; + VPB (Pres Subj Sg P3) => me_ + "za" ; + VPB (Pres Subj Pl P1) => me_ + "zamos" ; + VPB (Pres Subj Pl P2) => me_ + "záis" ; + VPB (Pres Subj Pl P3) => me_ + "zan" ; + VPB (Impf Ind Sg P1) => me_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => me_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => me_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => me_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => me_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => me_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {me_ + "ciéramos" ; me_ + "ciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => me_ + "cí" ; --# notpresent + VPB (Pret Sg P2) => me_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => me_ + "ció" ; --# notpresent + VPB (Pret Pl P1) => me_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => me_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => me_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => me_ + "ceré" ; --# notpresent + VPB (Fut Ind Sg P2) => me_ + "cerás" ; --# notpresent + VPB (Fut Ind Sg P3) => me_ + "cerá" ; --# notpresent + VPB (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => me_ + "ceréis" ; --# notpresent + VPB (Fut Ind Pl P3) => me_ + "cerán" ; --# notpresent + VPB (Fut Subj Sg P1) => me_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => me_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => me_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => me_ + "ciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => me_ + "cería" ; --# notpresent + VPB (Cond Sg P2) => me_ + "cerías" ; --# notpresent + VPB (Cond Sg P3) => me_ + "cería" ; --# notpresent + VPB (Cond Pl P1) => me_ + "ceríamos" ; --# notpresent + VPB (Cond Pl P2) => me_ + "ceríais" ; --# notpresent + VPB (Cond Pl P3) => me_ + "cerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => me_ + "ce" ; + VPB (Imper Sg P3) => me_ + "za" ; + VPB (Imper Pl P1) => me_ + "zamos" ; + VPB (Imper Pl P2) => me_ + "ced" ; + VPB (Imper Pl P3) => me_ + "zan" ; + VPB (Pass Sg Masc) => me_ + "cido" ; + VPB (Pass Sg Fem) => me_ + "cida" ; + VPB (Pass Pl Masc) => me_ + "cidos" ; + VPB (Pass Pl Fem) => me_ + "cidas" + } + } ; +oper mover_50 : Str -> Verbum = \mover -> + let m_ = Predef.tk 4 mover in + {s = table { + VI Infn => m_ + "over" ; + VI Ger => m_ + "oviendo" ; + VI Part => m_ + "ovido" ; + VPB (Pres Ind Sg P1) => m_ + "uevo" ; + VPB (Pres Ind Sg P2) => m_ + "ueves" ; + VPB (Pres Ind Sg P3) => m_ + "ueve" ; + VPB (Pres Ind Pl P1) => m_ + "ovemos" ; + VPB (Pres Ind Pl P2) => m_ + "ovéis" ; + VPB (Pres Ind Pl P3) => m_ + "ueven" ; + VPB (Pres Subj Sg P1) => m_ + "ueva" ; + VPB (Pres Subj Sg P2) => m_ + "uevas" ; + VPB (Pres Subj Sg P3) => m_ + "ueva" ; + VPB (Pres Subj Pl P1) => m_ + "ovamos" ; + VPB (Pres Subj Pl P2) => m_ + "ováis" ; + VPB (Pres Subj Pl P3) => m_ + "uevan" ; + VPB (Impf Ind Sg P1) => m_ + "ovía" ; --# notpresent + VPB (Impf Ind Sg P2) => m_ + "ovías" ; --# notpresent + VPB (Impf Ind Sg P3) => m_ + "ovía" ; --# notpresent + VPB (Impf Ind Pl P1) => m_ + "ovíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => m_ + "ovíais" ; --# notpresent + VPB (Impf Ind Pl P3) => m_ + "ovían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {m_ + "oviéramos" ; m_ + "oviésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; --# notpresent + VPB (Pret Sg P1) => m_ + "oví" ; --# notpresent + VPB (Pret Sg P2) => m_ + "oviste" ; --# notpresent + VPB (Pret Sg P3) => m_ + "ovió" ; --# notpresent + VPB (Pret Pl P1) => m_ + "ovimos" ; --# notpresent + VPB (Pret Pl P2) => m_ + "ovisteis" ; --# notpresent + VPB (Pret Pl P3) => m_ + "ovieron" ; --# notpresent + VPB (Fut Ind Sg P1) => m_ + "overé" ; --# notpresent + VPB (Fut Ind Sg P2) => m_ + "overás" ; --# notpresent + VPB (Fut Ind Sg P3) => m_ + "overá" ; --# notpresent + VPB (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent + VPB (Fut Ind Pl P2) => m_ + "overéis" ; --# notpresent + VPB (Fut Ind Pl P3) => m_ + "overán" ; --# notpresent + VPB (Fut Subj Sg P1) => m_ + "oviere" ; --# notpresent + VPB (Fut Subj Sg P2) => m_ + "ovieres" ; --# notpresent + VPB (Fut Subj Sg P3) => m_ + "oviere" ; --# notpresent + VPB (Fut Subj Pl P1) => m_ + "oviéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent + VPB (Cond Sg P1) => m_ + "overía" ; --# notpresent + VPB (Cond Sg P2) => m_ + "overías" ; --# notpresent + VPB (Cond Sg P3) => m_ + "overía" ; --# notpresent + VPB (Cond Pl P1) => m_ + "overíamos" ; --# notpresent + VPB (Cond Pl P2) => m_ + "overíais" ; --# notpresent + VPB (Cond Pl P3) => m_ + "overían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => m_ + "ueve" ; + VPB (Imper Sg P3) => m_ + "ueva" ; + VPB (Imper Pl P1) => m_ + "ovamos" ; + VPB (Imper Pl P2) => m_ + "oved" ; + VPB (Imper Pl P3) => m_ + "uevan" ; + VPB (Pass Sg Masc) => m_ + "ovido" ; + VPB (Pass Sg Fem) => m_ + "ovida" ; + VPB (Pass Pl Masc) => m_ + "ovidos" ; + VPB (Pass Pl Fem) => m_ + "ovidas" + } + } ; +oper morder_50b : Str -> Verbum = \morder -> + let m_ = Predef.tk 4 morder in + {s = table { + VI Infn => m_ + "order" ; + VI Ger => m_ + "ordiendo" ; + VI Part => m_ + "ordido" ; + VPB (Pres Ind Sg P1) => m_ + "uerdo" ; + VPB (Pres Ind Sg P2) => m_ + "uerdes" ; + VPB (Pres Ind Sg P3) => m_ + "uerde" ; + VPB (Pres Ind Pl P1) => m_ + "ordemos" ; + VPB (Pres Ind Pl P2) => m_ + "ordéis" ; + VPB (Pres Ind Pl P3) => m_ + "uerden" ; + VPB (Pres Subj Sg P1) => m_ + "uerda" ; + VPB (Pres Subj Sg P2) => m_ + "uerdas" ; + VPB (Pres Subj Sg P3) => m_ + "uerda" ; + VPB (Pres Subj Pl P1) => m_ + "ordamos" ; + VPB (Pres Subj Pl P2) => m_ + "ordáis" ; + VPB (Pres Subj Pl P3) => m_ + "uerdan" ; + VPB (Impf Ind Sg P1) => m_ + "ordía" ; --# notpresent + VPB (Impf Ind Sg P2) => m_ + "ordías" ; --# notpresent + VPB (Impf Ind Sg P3) => m_ + "ordía" ; --# notpresent + VPB (Impf Ind Pl P1) => m_ + "ordíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => m_ + "ordíais" ; --# notpresent + VPB (Impf Ind Pl P3) => m_ + "ordían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {m_ + "ordiéramos" ; m_ + "ordiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; --# notpresent + VPB (Pret Sg P1) => m_ + "ordí" ; --# notpresent + VPB (Pret Sg P2) => m_ + "ordiste" ; --# notpresent + VPB (Pret Sg P3) => m_ + "ordió" ; --# notpresent + VPB (Pret Pl P1) => m_ + "ordimos" ; --# notpresent + VPB (Pret Pl P2) => m_ + "ordisteis" ; --# notpresent + VPB (Pret Pl P3) => m_ + "ordieron" ; --# notpresent + VPB (Fut Ind Sg P1) => m_ + "orderé" ; --# notpresent + VPB (Fut Ind Sg P2) => m_ + "orderás" ; --# notpresent + VPB (Fut Ind Sg P3) => m_ + "orderá" ; --# notpresent + VPB (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent + VPB (Fut Ind Pl P2) => m_ + "orderéis" ; --# notpresent + VPB (Fut Ind Pl P3) => m_ + "orderán" ; --# notpresent + VPB (Fut Subj Sg P1) => m_ + "ordiere" ; --# notpresent + VPB (Fut Subj Sg P2) => m_ + "ordieres" ; --# notpresent + VPB (Fut Subj Sg P3) => m_ + "ordiere" ; --# notpresent + VPB (Fut Subj Pl P1) => m_ + "ordiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent + VPB (Cond Sg P1) => m_ + "ordería" ; --# notpresent + VPB (Cond Sg P2) => m_ + "orderías" ; --# notpresent + VPB (Cond Sg P3) => m_ + "ordería" ; --# notpresent + VPB (Cond Pl P1) => m_ + "orderíamos" ; --# notpresent + VPB (Cond Pl P2) => m_ + "orderíais" ; --# notpresent + VPB (Cond Pl P3) => m_ + "orderían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => m_ + "uerde" ; + VPB (Imper Sg P3) => m_ + "uerda" ; + VPB (Imper Pl P1) => m_ + "ordamos" ; + VPB (Imper Pl P2) => m_ + "orded" ; + VPB (Imper Pl P3) => m_ + "uerdan" ; + VPB (Pass Sg Masc) => m_ + "ordido" ; + VPB (Pass Sg Fem) => m_ + "ordida" ; + VPB (Pass Pl Masc) => m_ + "ordidos" ; + VPB (Pass Pl Fem) => m_ + "ordidas" + } + } ; +oper oler_52 : Str -> Verbum = \oler -> + let x_ = Predef.tk 4 oler in + {s = table { + VI Infn => x_ + "oler" ; + VI Ger => x_ + "oliendo" ; + VI Part => x_ + "olido" ; + VPB (Pres Ind Sg P1) => x_ + "huelo" ; + VPB (Pres Ind Sg P2) => x_ + "hueles" ; + VPB (Pres Ind Sg P3) => x_ + "huele" ; + VPB (Pres Ind Pl P1) => x_ + "olemos" ; + VPB (Pres Ind Pl P2) => x_ + "oléis" ; + VPB (Pres Ind Pl P3) => x_ + "huelen" ; + VPB (Pres Subj Sg P1) => x_ + "huela" ; + VPB (Pres Subj Sg P2) => x_ + "huelas" ; + VPB (Pres Subj Sg P3) => x_ + "huela" ; + VPB (Pres Subj Pl P1) => x_ + "olamos" ; + VPB (Pres Subj Pl P2) => x_ + "oláis" ; + VPB (Pres Subj Pl P3) => x_ + "huelan" ; + VPB (Impf Ind Sg P1) => x_ + "olía" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "olías" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "olía" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "olíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "olíais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "olían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "oliéramos" ; x_ + "oliésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "olí" ; --# notpresent + VPB (Pret Sg P2) => x_ + "oliste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "olió" ; --# notpresent + VPB (Pret Pl P1) => x_ + "olimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "olisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "olieron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "oleré" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "olerás" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "olerá" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "oleréis" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "olerán" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "oliere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "olieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "oliere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "oliéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "olería" ; --# notpresent + VPB (Cond Sg P2) => x_ + "olerías" ; --# notpresent + VPB (Cond Sg P3) => x_ + "olería" ; --# notpresent + VPB (Cond Pl P1) => x_ + "oleríamos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "oleríais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "olerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "huele" ; + VPB (Imper Sg P3) => x_ + "huela" ; + VPB (Imper Pl P1) => x_ + "olamos" ; + VPB (Imper Pl P2) => x_ + "oled" ; + VPB (Imper Pl P3) => x_ + "huelan" ; + VPB (Pass Sg Masc) => x_ + "olido" ; + VPB (Pass Sg Fem) => x_ + "olida" ; + VPB (Pass Pl Masc) => x_ + "olidos" ; + VPB (Pass Pl Fem) => x_ + "olidas" + } + } ; +oper pagar_53 : Str -> Verbum = \pagar -> + let pag_ = Predef.tk 2 pagar in + {s = table { + VI Infn => pag_ + "ar" ; + VI Ger => pag_ + "ando" ; + VI Part => pag_ + "ado" ; + VPB (Pres Ind Sg P1) => pag_ + "o" ; + VPB (Pres Ind Sg P2) => pag_ + "as" ; + VPB (Pres Ind Sg P3) => pag_ + "a" ; + VPB (Pres Ind Pl P1) => pag_ + "amos" ; + VPB (Pres Ind Pl P2) => pag_ + "áis" ; + VPB (Pres Ind Pl P3) => pag_ + "an" ; + VPB (Pres Subj Sg P1) => pag_ + "ue" ; + VPB (Pres Subj Sg P2) => pag_ + "ues" ; + VPB (Pres Subj Sg P3) => pag_ + "ue" ; + VPB (Pres Subj Pl P1) => pag_ + "uemos" ; + VPB (Pres Subj Pl P2) => pag_ + "uéis" ; + VPB (Pres Subj Pl P3) => pag_ + "uen" ; + VPB (Impf Ind Sg P1) => pag_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => pag_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => pag_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => pag_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pag_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => pag_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pag_ + "áramos" ; pag_ + "ásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; --# notpresent + VPB (Pret Sg P1) => pag_ + "ué" ; --# notpresent + VPB (Pret Sg P2) => pag_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => pag_ + "ó" ; --# notpresent + VPB (Pret Pl P1) => pag_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => pag_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => pag_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => pag_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => pag_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => pag_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pag_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => pag_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => pag_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => pag_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => pag_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => pag_ + "áremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pag_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => pag_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => pag_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => pag_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => pag_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => pag_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => pag_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => pag_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => pag_ + "a" ; + VPB (Imper Sg P3) => pag_ + "ue" ; + VPB (Imper Pl P1) => pag_ + "uemos" ; + VPB (Imper Pl P2) => pag_ + "ad" ; + VPB (Imper Pl P3) => pag_ + "uen" ; + VPB (Pass Sg Masc) => pag_ + "ado" ; + VPB (Pass Sg Fem) => pag_ + "ada" ; + VPB (Pass Pl Masc) => pag_ + "ados" ; + VPB (Pass Pl Fem) => pag_ + "adas" + } + } ; +oper parecer_54 : Str -> Verbum = \parecer -> + let pare_ = Predef.tk 3 parecer in + {s = table { + VI Infn => pare_ + "cer" ; + VI Ger => pare_ + "ciendo" ; + VI Part => pare_ + "cido" ; + VPB (Pres Ind Sg P1) => pare_ + "zco" ; + VPB (Pres Ind Sg P2) => pare_ + "ces" ; + VPB (Pres Ind Sg P3) => pare_ + "ce" ; + VPB (Pres Ind Pl P1) => pare_ + "cemos" ; + VPB (Pres Ind Pl P2) => pare_ + "céis" ; + VPB (Pres Ind Pl P3) => pare_ + "cen" ; + VPB (Pres Subj Sg P1) => pare_ + "zca" ; + VPB (Pres Subj Sg P2) => pare_ + "zcas" ; + VPB (Pres Subj Sg P3) => pare_ + "zca" ; + VPB (Pres Subj Pl P1) => pare_ + "zcamos" ; + VPB (Pres Subj Pl P2) => pare_ + "zcáis" ; + VPB (Pres Subj Pl P3) => pare_ + "zcan" ; + VPB (Impf Ind Sg P1) => pare_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => pare_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => pare_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => pare_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pare_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => pare_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pare_ + "ciéramos" ; pare_ + "ciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => pare_ + "cí" ; --# notpresent + VPB (Pret Sg P2) => pare_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => pare_ + "ció" ; --# notpresent + VPB (Pret Pl P1) => pare_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => pare_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => pare_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => pare_ + "ceré" ; --# notpresent + VPB (Fut Ind Sg P2) => pare_ + "cerás" ; --# notpresent + VPB (Fut Ind Sg P3) => pare_ + "cerá" ; --# notpresent + VPB (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pare_ + "ceréis" ; --# notpresent + VPB (Fut Ind Pl P3) => pare_ + "cerán" ; --# notpresent + VPB (Fut Subj Sg P1) => pare_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => pare_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => pare_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => pare_ + "ciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => pare_ + "cería" ; --# notpresent + VPB (Cond Sg P2) => pare_ + "cerías" ; --# notpresent + VPB (Cond Sg P3) => pare_ + "cería" ; --# notpresent + VPB (Cond Pl P1) => pare_ + "ceríamos" ; --# notpresent + VPB (Cond Pl P2) => pare_ + "ceríais" ; --# notpresent + VPB (Cond Pl P3) => pare_ + "cerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => pare_ + "ce" ; + VPB (Imper Sg P3) => pare_ + "zca" ; + VPB (Imper Pl P1) => pare_ + "zcamos" ; + VPB (Imper Pl P2) => pare_ + "ced" ; + VPB (Imper Pl P3) => pare_ + "zcan" ; + VPB (Pass Sg Masc) => pare_ + "cido" ; + VPB (Pass Sg Fem) => pare_ + "cida" ; + VPB (Pass Pl Masc) => pare_ + "cidos" ; + VPB (Pass Pl Fem) => pare_ + "cidas" + } + } ; +oper pedir_55 : Str -> Verbum = \pedir -> + let p_ = Predef.tk 4 pedir in + {s = table { + VI Infn => p_ + "edir" ; + VI Ger => p_ + "idiendo" ; + VI Part => p_ + "edido" ; + VPB (Pres Ind Sg P1) => p_ + "ido" ; + VPB (Pres Ind Sg P2) => p_ + "ides" ; + VPB (Pres Ind Sg P3) => p_ + "ide" ; + VPB (Pres Ind Pl P1) => p_ + "edimos" ; + VPB (Pres Ind Pl P2) => p_ + "edís" ; + VPB (Pres Ind Pl P3) => p_ + "iden" ; + VPB (Pres Subj Sg P1) => p_ + "ida" ; + VPB (Pres Subj Sg P2) => p_ + "idas" ; + VPB (Pres Subj Sg P3) => p_ + "ida" ; + VPB (Pres Subj Pl P1) => p_ + "idamos" ; + VPB (Pres Subj Pl P2) => p_ + "idáis" ; + VPB (Pres Subj Pl P3) => p_ + "idan" ; + VPB (Impf Ind Sg P1) => p_ + "edía" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "edías" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "edía" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "edíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "edíais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "edían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "idiéramos" ; p_ + "idiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "edí" ; --# notpresent + VPB (Pret Sg P2) => p_ + "ediste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "idió" ; --# notpresent + VPB (Pret Pl P1) => p_ + "edimos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "edisteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "idieron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "ediré" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "edirás" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "edirá" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "ediréis" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "edirán" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "idiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "idieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "idiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "idiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "ediría" ; --# notpresent + VPB (Cond Sg P2) => p_ + "edirías" ; --# notpresent + VPB (Cond Sg P3) => p_ + "ediría" ; --# notpresent + VPB (Cond Pl P1) => p_ + "ediríamos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "ediríais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "edirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => p_ + "ide" ; + VPB (Imper Sg P3) => p_ + "ida" ; + VPB (Imper Pl P1) => p_ + "idamos" ; + VPB (Imper Pl P2) => p_ + "edid" ; + VPB (Imper Pl P3) => p_ + "idan" ; + VPB (Pass Sg Masc) => p_ + "edido" ; + VPB (Pass Sg Fem) => p_ + "edida" ; + VPB (Pass Pl Masc) => p_ + "edidos" ; + VPB (Pass Pl Fem) => p_ + "edidas" + } + } ; +oper pensar_56 : Str -> Verbum = \pensar -> + let p_ = Predef.tk 5 pensar in + {s = table { + VI Infn => p_ + "ensar" ; + VI Ger => p_ + "ensando" ; + VI Part => p_ + "ensado" ; + VPB (Pres Ind Sg P1) => p_ + "ienso" ; + VPB (Pres Ind Sg P2) => p_ + "iensas" ; + VPB (Pres Ind Sg P3) => p_ + "iensa" ; + VPB (Pres Ind Pl P1) => p_ + "ensamos" ; + VPB (Pres Ind Pl P2) => p_ + "ensáis" ; + VPB (Pres Ind Pl P3) => p_ + "iensan" ; + VPB (Pres Subj Sg P1) => p_ + "iense" ; + VPB (Pres Subj Sg P2) => p_ + "ienses" ; + VPB (Pres Subj Sg P3) => p_ + "iense" ; + VPB (Pres Subj Pl P1) => p_ + "ensemos" ; + VPB (Pres Subj Pl P2) => p_ + "enséis" ; + VPB (Pres Subj Pl P3) => p_ + "iensen" ; + VPB (Impf Ind Sg P1) => p_ + "ensaba" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "ensabas" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "ensaba" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "ensábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "ensabais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "ensaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "ensáramos" ; p_ + "ensásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "ensé" ; --# notpresent + VPB (Pret Sg P2) => p_ + "ensaste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "ensó" ; --# notpresent + VPB (Pret Pl P1) => p_ + "ensamos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "ensasteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "ensaron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "ensaré" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "ensarás" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "ensará" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "ensaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "ensarán" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "ensare" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "ensares" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "ensare" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "ensáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "ensaría" ; --# notpresent + VPB (Cond Sg P2) => p_ + "ensarías" ; --# notpresent + VPB (Cond Sg P3) => p_ + "ensaría" ; --# notpresent + VPB (Cond Pl P1) => p_ + "ensaríamos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "ensaríais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "ensarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => p_ + "iensa" ; + VPB (Imper Sg P3) => p_ + "iense" ; + VPB (Imper Pl P1) => p_ + "ensemos" ; + VPB (Imper Pl P2) => p_ + "ensad" ; + VPB (Imper Pl P3) => p_ + "iensen" ; + VPB (Pass Sg Masc) => p_ + "ensado" ; + VPB (Pass Sg Fem) => p_ + "ensada" ; + VPB (Pass Pl Masc) => p_ + "ensados" ; + VPB (Pass Pl Fem) => p_ + "ensadas" + } + } ; +oper placer_57 : Str -> Verbum = \placer -> + let pl_ = Predef.tk 4 placer in + {s = table { + VI Infn => pl_ + "acer" ; + VI Ger => pl_ + "aciendo" ; + VI Part => pl_ + "acido" ; + VPB (Pres Ind Sg P1) => pl_ + "azco" ; + VPB (Pres Ind Sg P2) => pl_ + "aces" ; + VPB (Pres Ind Sg P3) => pl_ + "ace" ; + VPB (Pres Ind Pl P1) => pl_ + "acemos" ; + VPB (Pres Ind Pl P2) => pl_ + "acéis" ; + VPB (Pres Ind Pl P3) => pl_ + "acen" ; + VPB (Pres Subj Sg P1) => pl_ + "azca" ; + VPB (Pres Subj Sg P2) => pl_ + "azcas" ; + VPB (Pres Subj Sg P3) => variants {pl_ + "azca" ; pl_ + "egue" ; pl_ + "ega"} ; + VPB (Pres Subj Pl P1) => pl_ + "azcamos" ; + VPB (Pres Subj Pl P2) => pl_ + "azcáis" ; + VPB (Pres Subj Pl P3) => pl_ + "azcan" ; + VPB (Impf Ind Sg P1) => pl_ + "acía" ; --# notpresent + VPB (Impf Ind Sg P2) => pl_ + "acías" ; --# notpresent + VPB (Impf Ind Sg P3) => pl_ + "acía" ; --# notpresent + VPB (Impf Ind Pl P1) => pl_ + "acíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pl_ + "acíais" ; --# notpresent + VPB (Impf Ind Pl P3) => pl_ + "acían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pl_ + "aciéramos" ; pl_ + "aciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; --# notpresent + VPB (Pret Sg P1) => pl_ + "ací" ; --# notpresent + VPB (Pret Sg P2) => pl_ + "aciste" ; --# notpresent + VPB (Pret Sg P3) => variants {pl_ + "ació" ; pl_ + "ugo"} ; --# notpresent + VPB (Pret Pl P1) => pl_ + "acimos" ; --# notpresent + VPB (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent + VPB (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; --# notpresent + VPB (Fut Ind Sg P1) => pl_ + "aceré" ; --# notpresent + VPB (Fut Ind Sg P2) => pl_ + "acerás" ; --# notpresent + VPB (Fut Ind Sg P3) => pl_ + "acerá" ; --# notpresent + VPB (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pl_ + "aceréis" ; --# notpresent + VPB (Fut Ind Pl P3) => pl_ + "acerán" ; --# notpresent + VPB (Fut Subj Sg P1) => pl_ + "aciere" ; --# notpresent + VPB (Fut Subj Sg P2) => pl_ + "acieres" ; --# notpresent + VPB (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; --# notpresent + VPB (Fut Subj Pl P1) => pl_ + "aciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent + VPB (Cond Sg P1) => pl_ + "acería" ; --# notpresent + VPB (Cond Sg P2) => pl_ + "acerías" ; --# notpresent + VPB (Cond Sg P3) => pl_ + "acería" ; --# notpresent + VPB (Cond Pl P1) => pl_ + "aceríamos" ; --# notpresent + VPB (Cond Pl P2) => pl_ + "aceríais" ; --# notpresent + VPB (Cond Pl P3) => pl_ + "acerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => pl_ + "ace" ; + VPB (Imper Sg P3) => pl_ + "azca" ; + VPB (Imper Pl P1) => pl_ + "azcamos" ; + VPB (Imper Pl P2) => pl_ + "aced" ; + VPB (Imper Pl P3) => pl_ + "azcan" ; + VPB (Pass Sg Masc) => pl_ + "acido" ; + VPB (Pass Sg Fem) => pl_ + "acida" ; + VPB (Pass Pl Masc) => pl_ + "acidos" ; + VPB (Pass Pl Fem) => pl_ + "acidas" + } + } ; +oper poder_58 : Str -> Verbum = \poder -> + let p_ = Predef.tk 4 poder in + {s = table { + VI Infn => p_ + "oder" ; + VI Ger => p_ + "udiendo" ; + VI Part => p_ + "odido" ; + VPB (Pres Ind Sg P1) => p_ + "uedo" ; + VPB (Pres Ind Sg P2) => p_ + "uedes" ; + VPB (Pres Ind Sg P3) => p_ + "uede" ; + VPB (Pres Ind Pl P1) => p_ + "odemos" ; + VPB (Pres Ind Pl P2) => p_ + "odéis" ; + VPB (Pres Ind Pl P3) => p_ + "ueden" ; + VPB (Pres Subj Sg P1) => p_ + "ueda" ; + VPB (Pres Subj Sg P2) => p_ + "uedas" ; + VPB (Pres Subj Sg P3) => p_ + "ueda" ; + VPB (Pres Subj Pl P1) => p_ + "odamos" ; + VPB (Pres Subj Pl P2) => p_ + "odáis" ; + VPB (Pres Subj Pl P3) => p_ + "uedan" ; + VPB (Impf Ind Sg P1) => p_ + "odía" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "odías" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "odía" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "odíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "odíais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "odían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "udiéramos" ; p_ + "udiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "ude" ; --# notpresent + VPB (Pret Sg P2) => p_ + "udiste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "udo" ; --# notpresent + VPB (Pret Pl P1) => p_ + "udimos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "udisteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "udieron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "odré" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "odrás" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "odrá" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "odréis" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "odrán" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "udiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "udieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "udiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "udiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "odría" ; --# notpresent + VPB (Cond Sg P2) => p_ + "odrías" ; --# notpresent + VPB (Cond Sg P3) => p_ + "odría" ; --# notpresent + VPB (Cond Pl P1) => p_ + "odríamos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "odríais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "odrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => p_ + "uede" ; + VPB (Imper Sg P3) => p_ + "ueda" ; + VPB (Imper Pl P1) => p_ + "odamos" ; + VPB (Imper Pl P2) => p_ + "oded" ; + VPB (Imper Pl P3) => p_ + "uedan" ; + VPB (Pass Sg Masc) => p_ + "odido" ; + VPB (Pass Sg Fem) => p_ + "odida" ; + VPB (Pass Pl Masc) => p_ + "odidos" ; + VPB (Pass Pl Fem) => p_ + "odidas" + } + } ; +oper poner_60 : Str -> Verbum = \poner -> + let p_ = Predef.tk 4 poner in + {s = table { + VI Infn => p_ + "oner" ; + VI Ger => p_ + "oniendo" ; + VI Part => p_ + "uesto" ; + VPB (Pres Ind Sg P1) => p_ + "ongo" ; + VPB (Pres Ind Sg P2) => p_ + "ones" ; + VPB (Pres Ind Sg P3) => p_ + "one" ; + VPB (Pres Ind Pl P1) => p_ + "onemos" ; + VPB (Pres Ind Pl P2) => p_ + "onéis" ; + VPB (Pres Ind Pl P3) => p_ + "onen" ; + VPB (Pres Subj Sg P1) => p_ + "onga" ; + VPB (Pres Subj Sg P2) => p_ + "ongas" ; + VPB (Pres Subj Sg P3) => p_ + "onga" ; + VPB (Pres Subj Pl P1) => p_ + "ongamos" ; + VPB (Pres Subj Pl P2) => p_ + "ongáis" ; + VPB (Pres Subj Pl P3) => p_ + "ongan" ; + VPB (Impf Ind Sg P1) => p_ + "onía" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "onías" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "onía" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "oníamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "oníais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "onían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "usiéramos" ; p_ + "usiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "use" ; --# notpresent + VPB (Pret Sg P2) => p_ + "usiste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "uso" ; --# notpresent + VPB (Pret Pl P1) => p_ + "usimos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "usisteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "usieron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "ondré" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "ondrás" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "ondrá" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "ondréis" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "ondrán" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "usiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "usieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "usiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "usiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "ondría" ; --# notpresent + VPB (Cond Sg P2) => p_ + "ondrías" ; --# notpresent + VPB (Cond Sg P3) => p_ + "ondría" ; --# notpresent + VPB (Cond Pl P1) => p_ + "ondríamos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "ondríais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "ondrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => p_ + "on" ; + VPB (Imper Sg P3) => p_ + "onga" ; + VPB (Imper Pl P1) => p_ + "ongamos" ; + VPB (Imper Pl P2) => p_ + "oned" ; + VPB (Imper Pl P3) => p_ + "ongan" ; + VPB (Pass Sg Masc) => p_ + "uesto" ; + VPB (Pass Sg Fem) => p_ + "uesta" ; + VPB (Pass Pl Masc) => p_ + "uestos" ; + VPB (Pass Pl Fem) => p_ + "uestas" + } + } ; +oper predecir_61 : Str -> Verbum = \predecir -> + let pred_ = Predef.tk 4 predecir in + {s = table { + VI Infn => pred_ + "ecir" ; + VI Ger => pred_ + "iciendo" ; + VI Part => pred_ + "icho" ; + VPB (Pres Ind Sg P1) => pred_ + "igo" ; + VPB (Pres Ind Sg P2) => pred_ + "ices" ; + VPB (Pres Ind Sg P3) => pred_ + "ice" ; + VPB (Pres Ind Pl P1) => pred_ + "ecimos" ; + VPB (Pres Ind Pl P2) => pred_ + "ecís" ; + VPB (Pres Ind Pl P3) => pred_ + "icen" ; + VPB (Pres Subj Sg P1) => pred_ + "iga" ; + VPB (Pres Subj Sg P2) => pred_ + "igas" ; + VPB (Pres Subj Sg P3) => pred_ + "iga" ; + VPB (Pres Subj Pl P1) => pred_ + "igamos" ; + VPB (Pres Subj Pl P2) => pred_ + "igáis" ; + VPB (Pres Subj Pl P3) => pred_ + "igan" ; + VPB (Impf Ind Sg P1) => pred_ + "ecía" ; --# notpresent + VPB (Impf Ind Sg P2) => pred_ + "ecías" ; --# notpresent + VPB (Impf Ind Sg P3) => pred_ + "ecía" ; --# notpresent + VPB (Impf Ind Pl P1) => pred_ + "ecíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pred_ + "ecíais" ; --# notpresent + VPB (Impf Ind Pl P3) => pred_ + "ecían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pred_ + "ijéramos" ; pred_ + "ijésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; --# notpresent + VPB (Pret Sg P1) => pred_ + "ije" ; --# notpresent + VPB (Pret Sg P2) => pred_ + "ijiste" ; --# notpresent + VPB (Pret Sg P3) => pred_ + "ijo" ; --# notpresent + VPB (Pret Pl P1) => pred_ + "ijimos" ; --# notpresent + VPB (Pret Pl P2) => pred_ + "ijisteis" ; --# notpresent + VPB (Pret Pl P3) => pred_ + "ijeron" ; --# notpresent + VPB (Fut Ind Sg P1) => pred_ + "eciré" ; --# notpresent + VPB (Fut Ind Sg P2) => pred_ + "ecirás" ; --# notpresent + VPB (Fut Ind Sg P3) => pred_ + "ecirá" ; --# notpresent + VPB (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pred_ + "eciréis" ; --# notpresent + VPB (Fut Ind Pl P3) => pred_ + "ecirán" ; --# notpresent + VPB (Fut Subj Sg P1) => pred_ + "ijere" ; --# notpresent + VPB (Fut Subj Sg P2) => pred_ + "ijeres" ; --# notpresent + VPB (Fut Subj Sg P3) => pred_ + "ijere" ; --# notpresent + VPB (Fut Subj Pl P1) => pred_ + "ijéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent + VPB (Cond Sg P1) => pred_ + "eciría" ; --# notpresent + VPB (Cond Sg P2) => pred_ + "ecirías" ; --# notpresent + VPB (Cond Sg P3) => pred_ + "eciría" ; --# notpresent + VPB (Cond Pl P1) => pred_ + "eciríamos" ; --# notpresent + VPB (Cond Pl P2) => pred_ + "eciríais" ; --# notpresent + VPB (Cond Pl P3) => pred_ + "ecirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => pred_ + "ice" ; + VPB (Imper Sg P3) => pred_ + "iga" ; + VPB (Imper Pl P1) => pred_ + "igamos" ; + VPB (Imper Pl P2) => pred_ + "ecid" ; + VPB (Imper Pl P3) => pred_ + "igan" ; + VPB (Pass Sg Masc) => pred_ + "icho" ; + VPB (Pass Sg Fem) => pred_ + "icha" ; + VPB (Pass Pl Masc) => pred_ + "ichos" ; + VPB (Pass Pl Fem) => pred_ + "ichas" + } + } ; +oper producir_62 : Str -> Verbum = \producir -> + let produ_ = Predef.tk 3 producir in + {s = table { + VI Infn => produ_ + "cir" ; + VI Ger => produ_ + "ciendo" ; + VI Part => produ_ + "cido" ; + VPB (Pres Ind Sg P1) => produ_ + "zco" ; + VPB (Pres Ind Sg P2) => produ_ + "ces" ; + VPB (Pres Ind Sg P3) => produ_ + "ce" ; + VPB (Pres Ind Pl P1) => produ_ + "cimos" ; + VPB (Pres Ind Pl P2) => produ_ + "cís" ; + VPB (Pres Ind Pl P3) => produ_ + "cen" ; + VPB (Pres Subj Sg P1) => produ_ + "zca" ; + VPB (Pres Subj Sg P2) => produ_ + "zcas" ; + VPB (Pres Subj Sg P3) => produ_ + "zca" ; + VPB (Pres Subj Pl P1) => produ_ + "zcamos" ; + VPB (Pres Subj Pl P2) => produ_ + "zcáis" ; + VPB (Pres Subj Pl P3) => produ_ + "zcan" ; + VPB (Impf Ind Sg P1) => produ_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => produ_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => produ_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => produ_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => produ_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => produ_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {produ_ + "jéramos" ; produ_ + "jésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; --# notpresent + VPB (Pret Sg P1) => produ_ + "je" ; --# notpresent + VPB (Pret Sg P2) => produ_ + "jiste" ; --# notpresent + VPB (Pret Sg P3) => produ_ + "jo" ; --# notpresent + VPB (Pret Pl P1) => produ_ + "jimos" ; --# notpresent + VPB (Pret Pl P2) => produ_ + "jisteis" ; --# notpresent + VPB (Pret Pl P3) => produ_ + "jeron" ; --# notpresent + VPB (Fut Ind Sg P1) => produ_ + "ciré" ; --# notpresent + VPB (Fut Ind Sg P2) => produ_ + "cirás" ; --# notpresent + VPB (Fut Ind Sg P3) => produ_ + "cirá" ; --# notpresent + VPB (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => produ_ + "ciréis" ; --# notpresent + VPB (Fut Ind Pl P3) => produ_ + "cirán" ; --# notpresent + VPB (Fut Subj Sg P1) => produ_ + "jere" ; --# notpresent + VPB (Fut Subj Sg P2) => produ_ + "jeres" ; --# notpresent + VPB (Fut Subj Sg P3) => produ_ + "jere" ; --# notpresent + VPB (Fut Subj Pl P1) => produ_ + "jéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent + VPB (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent + VPB (Cond Sg P1) => produ_ + "ciría" ; --# notpresent + VPB (Cond Sg P2) => produ_ + "cirías" ; --# notpresent + VPB (Cond Sg P3) => produ_ + "ciría" ; --# notpresent + VPB (Cond Pl P1) => produ_ + "ciríamos" ; --# notpresent + VPB (Cond Pl P2) => produ_ + "ciríais" ; --# notpresent + VPB (Cond Pl P3) => produ_ + "cirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => produ_ + "ce" ; + VPB (Imper Sg P3) => produ_ + "zca" ; + VPB (Imper Pl P1) => produ_ + "zcamos" ; + VPB (Imper Pl P2) => produ_ + "cid" ; + VPB (Imper Pl P3) => produ_ + "zcan" ; + VPB (Pass Sg Masc) => produ_ + "cido" ; + VPB (Pass Sg Fem) => produ_ + "cida" ; + VPB (Pass Pl Masc) => produ_ + "cidos" ; + VPB (Pass Pl Fem) => produ_ + "cidas" + } + } ; +oper prohibir_63 : Str -> Verbum = \prohibir -> + let proh_ = Predef.tk 4 prohibir in + {s = table { + VI Infn => proh_ + "ibir" ; + VI Ger => proh_ + "ibiendo" ; + VI Part => proh_ + "ibido" ; + VPB (Pres Ind Sg P1) => proh_ + "íbo" ; + VPB (Pres Ind Sg P2) => proh_ + "íbes" ; + VPB (Pres Ind Sg P3) => proh_ + "íbe" ; + VPB (Pres Ind Pl P1) => proh_ + "ibimos" ; + VPB (Pres Ind Pl P2) => proh_ + "ibís" ; + VPB (Pres Ind Pl P3) => proh_ + "íben" ; + VPB (Pres Subj Sg P1) => proh_ + "íba" ; + VPB (Pres Subj Sg P2) => proh_ + "íbas" ; + VPB (Pres Subj Sg P3) => proh_ + "íba" ; + VPB (Pres Subj Pl P1) => proh_ + "ibamos" ; + VPB (Pres Subj Pl P2) => proh_ + "ibáis" ; + VPB (Pres Subj Pl P3) => proh_ + "íban" ; + VPB (Impf Ind Sg P1) => proh_ + "ibía" ; --# notpresent + VPB (Impf Ind Sg P2) => proh_ + "ibías" ; --# notpresent + VPB (Impf Ind Sg P3) => proh_ + "ibía" ; --# notpresent + VPB (Impf Ind Pl P1) => proh_ + "ibíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => proh_ + "ibíais" ; --# notpresent + VPB (Impf Ind Pl P3) => proh_ + "ibían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {proh_ + "ibiéramos" ; proh_ + "ibiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; --# notpresent + VPB (Pret Sg P1) => proh_ + "ibí" ; --# notpresent + VPB (Pret Sg P2) => proh_ + "ibiste" ; --# notpresent + VPB (Pret Sg P3) => proh_ + "ibió" ; --# notpresent + VPB (Pret Pl P1) => proh_ + "ibimos" ; --# notpresent + VPB (Pret Pl P2) => proh_ + "ibisteis" ; --# notpresent + VPB (Pret Pl P3) => proh_ + "ibieron" ; --# notpresent + VPB (Fut Ind Sg P1) => proh_ + "ibiré" ; --# notpresent + VPB (Fut Ind Sg P2) => proh_ + "ibirás" ; --# notpresent + VPB (Fut Ind Sg P3) => proh_ + "ibirá" ; --# notpresent + VPB (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => proh_ + "ibiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => proh_ + "ibirán" ; --# notpresent + VPB (Fut Subj Sg P1) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Subj Sg P2) => proh_ + "ibieres" ; --# notpresent + VPB (Fut Subj Sg P3) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Subj Pl P1) => proh_ + "ibiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent + VPB (Cond Sg P1) => proh_ + "ibiría" ; --# notpresent + VPB (Cond Sg P2) => proh_ + "ibirías" ; --# notpresent + VPB (Cond Sg P3) => proh_ + "ibiría" ; --# notpresent + VPB (Cond Pl P1) => proh_ + "ibiríamos" ; --# notpresent + VPB (Cond Pl P2) => proh_ + "ibiríais" ; --# notpresent + VPB (Cond Pl P3) => proh_ + "ibirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => proh_ + "íbe" ; + VPB (Imper Sg P3) => proh_ + "íba" ; + VPB (Imper Pl P1) => proh_ + "ibamos" ; + VPB (Imper Pl P2) => proh_ + "ibid" ; + VPB (Imper Pl P3) => proh_ + "íban" ; + VPB (Pass Sg Masc) => proh_ + "ibido" ; + VPB (Pass Sg Fem) => proh_ + "ibida" ; + VPB (Pass Pl Masc) => proh_ + "ibidos" ; + VPB (Pass Pl Fem) => proh_ + "ibidas" + } + } ; +oper querer_64 : Str -> Verbum = \querer -> + let qu_ = Predef.tk 4 querer in + {s = table { + VI Infn => qu_ + "erer" ; + VI Ger => qu_ + "eriendo" ; + VI Part => qu_ + "erido" ; + VPB (Pres Ind Sg P1) => qu_ + "iero" ; + VPB (Pres Ind Sg P2) => qu_ + "ieres" ; + VPB (Pres Ind Sg P3) => qu_ + "iere" ; + VPB (Pres Ind Pl P1) => qu_ + "eremos" ; + VPB (Pres Ind Pl P2) => qu_ + "eréis" ; + VPB (Pres Ind Pl P3) => qu_ + "ieren" ; + VPB (Pres Subj Sg P1) => qu_ + "iera" ; + VPB (Pres Subj Sg P2) => qu_ + "ieras" ; + VPB (Pres Subj Sg P3) => qu_ + "iera" ; + VPB (Pres Subj Pl P1) => qu_ + "eramos" ; + VPB (Pres Subj Pl P2) => qu_ + "eráis" ; + VPB (Pres Subj Pl P3) => qu_ + "ieran" ; + VPB (Impf Ind Sg P1) => qu_ + "ería" ; --# notpresent + VPB (Impf Ind Sg P2) => qu_ + "erías" ; --# notpresent + VPB (Impf Ind Sg P3) => qu_ + "ería" ; --# notpresent + VPB (Impf Ind Pl P1) => qu_ + "eríamos" ; --# notpresent + VPB (Impf Ind Pl P2) => qu_ + "eríais" ; --# notpresent + VPB (Impf Ind Pl P3) => qu_ + "erían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {qu_ + "isiéramos" ; qu_ + "isiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; --# notpresent + VPB (Pret Sg P1) => qu_ + "ise" ; --# notpresent + VPB (Pret Sg P2) => qu_ + "isiste" ; --# notpresent + VPB (Pret Sg P3) => qu_ + "iso" ; --# notpresent + VPB (Pret Pl P1) => qu_ + "isimos" ; --# notpresent + VPB (Pret Pl P2) => qu_ + "isisteis" ; --# notpresent + VPB (Pret Pl P3) => qu_ + "isieron" ; --# notpresent + VPB (Fut Ind Sg P1) => qu_ + "erré" ; --# notpresent + VPB (Fut Ind Sg P2) => qu_ + "errás" ; --# notpresent + VPB (Fut Ind Sg P3) => qu_ + "errá" ; --# notpresent + VPB (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent + VPB (Fut Ind Pl P2) => qu_ + "erréis" ; --# notpresent + VPB (Fut Ind Pl P3) => qu_ + "errán" ; --# notpresent + VPB (Fut Subj Sg P1) => qu_ + "isiere" ; --# notpresent + VPB (Fut Subj Sg P2) => qu_ + "isieres" ; --# notpresent + VPB (Fut Subj Sg P3) => qu_ + "isiere" ; --# notpresent + VPB (Fut Subj Pl P1) => qu_ + "isiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent + VPB (Cond Sg P1) => qu_ + "erría" ; --# notpresent + VPB (Cond Sg P2) => qu_ + "errías" ; --# notpresent + VPB (Cond Sg P3) => qu_ + "erría" ; --# notpresent + VPB (Cond Pl P1) => qu_ + "erríamos" ; --# notpresent + VPB (Cond Pl P2) => qu_ + "erríais" ; --# notpresent + VPB (Cond Pl P3) => qu_ + "errían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => qu_ + "iere" ; + VPB (Imper Sg P3) => qu_ + "iera" ; + VPB (Imper Pl P1) => qu_ + "eramos" ; + VPB (Imper Pl P2) => qu_ + "ered" ; + VPB (Imper Pl P3) => qu_ + "ieran" ; + VPB (Pass Sg Masc) => qu_ + "erido" ; + VPB (Pass Sg Fem) => qu_ + "erida" ; + VPB (Pass Pl Masc) => qu_ + "eridos" ; + VPB (Pass Pl Fem) => qu_ + "eridas" + } + } ; +oper raer_65 : Str -> Verbum = \raer -> + let ra_ = Predef.tk 2 raer in + {s = table { + VI Infn => ra_ + "er" ; + VI Ger => ra_ + "yendo" ; + VI Part => ra_ + "ído" ; + VPB (Pres Ind Sg P1) => variants {ra_ + "o" ; ra_ + "igo"} ; + VPB (Pres Ind Sg P2) => ra_ + "es" ; + VPB (Pres Ind Sg P3) => ra_ + "e" ; + VPB (Pres Ind Pl P1) => ra_ + "emos" ; + VPB (Pres Ind Pl P2) => ra_ + "éis" ; + VPB (Pres Ind Pl P3) => ra_ + "en" ; + VPB (Pres Subj Sg P1) => ra_ + "iga" ; + VPB (Pres Subj Sg P2) => ra_ + "igas" ; + VPB (Pres Subj Sg P3) => ra_ + "iga" ; + VPB (Pres Subj Pl P1) => ra_ + "igamos" ; + VPB (Pres Subj Pl P2) => ra_ + "igáis" ; + VPB (Pres Subj Pl P3) => ra_ + "igan" ; + VPB (Impf Ind Sg P1) => ra_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => ra_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => ra_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => ra_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ra_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => ra_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ra_ + "yéramos" ; ra_ + "yésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => ra_ + "í" ; --# notpresent + VPB (Pret Sg P2) => ra_ + "íste" ; --# notpresent + VPB (Pret Sg P3) => ra_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => ra_ + "ímos" ; --# notpresent + VPB (Pret Pl P2) => ra_ + "ísteis" ; --# notpresent + VPB (Pret Pl P3) => ra_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => ra_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => ra_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => ra_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ra_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => ra_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => ra_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ra_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ra_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ra_ + "yéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => ra_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => ra_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => ra_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => ra_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => ra_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => ra_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ra_ + "e" ; + VPB (Imper Sg P3) => ra_ + "iga" ; + VPB (Imper Pl P1) => ra_ + "igamos" ; + VPB (Imper Pl P2) => ra_ + "ed" ; + VPB (Imper Pl P3) => ra_ + "igan" ; + VPB (Pass Sg Masc) => ra_ + "ído" ; + VPB (Pass Sg Fem) => ra_ + "ída" ; + VPB (Pass Pl Masc) => ra_ + "ídos" ; + VPB (Pass Pl Fem) => ra_ + "ídas" + } + } ; +oper regar_66 : Str -> Verbum = \regar -> + let r_ = Predef.tk 4 regar in + {s = table { + VI Infn => r_ + "egar" ; + VI Ger => r_ + "egando" ; + VI Part => r_ + "egado" ; + VPB (Pres Ind Sg P1) => r_ + "iego" ; + VPB (Pres Ind Sg P2) => r_ + "iegas" ; + VPB (Pres Ind Sg P3) => r_ + "iega" ; + VPB (Pres Ind Pl P1) => r_ + "egamos" ; + VPB (Pres Ind Pl P2) => r_ + "egáis" ; + VPB (Pres Ind Pl P3) => r_ + "iegan" ; + VPB (Pres Subj Sg P1) => r_ + "iegue" ; + VPB (Pres Subj Sg P2) => r_ + "iegues" ; + VPB (Pres Subj Sg P3) => r_ + "iegue" ; + VPB (Pres Subj Pl P1) => r_ + "eguemos" ; + VPB (Pres Subj Pl P2) => r_ + "eguéis" ; + VPB (Pres Subj Pl P3) => r_ + "ieguen" ; + VPB (Impf Ind Sg P1) => r_ + "egaba" ; --# notpresent + VPB (Impf Ind Sg P2) => r_ + "egabas" ; --# notpresent + VPB (Impf Ind Sg P3) => r_ + "egaba" ; --# notpresent + VPB (Impf Ind Pl P1) => r_ + "egábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => r_ + "egabais" ; --# notpresent + VPB (Impf Ind Pl P3) => r_ + "egaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {r_ + "egáramos" ; r_ + "egásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; --# notpresent + VPB (Pret Sg P1) => r_ + "egué" ; --# notpresent + VPB (Pret Sg P2) => r_ + "egaste" ; --# notpresent + VPB (Pret Sg P3) => r_ + "egó" ; --# notpresent + VPB (Pret Pl P1) => r_ + "egamos" ; --# notpresent + VPB (Pret Pl P2) => r_ + "egasteis" ; --# notpresent + VPB (Pret Pl P3) => r_ + "egaron" ; --# notpresent + VPB (Fut Ind Sg P1) => r_ + "egaré" ; --# notpresent + VPB (Fut Ind Sg P2) => r_ + "egarás" ; --# notpresent + VPB (Fut Ind Sg P3) => r_ + "egará" ; --# notpresent + VPB (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => r_ + "egaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => r_ + "egarán" ; --# notpresent + VPB (Fut Subj Sg P1) => r_ + "egare" ; --# notpresent + VPB (Fut Subj Sg P2) => r_ + "egares" ; --# notpresent + VPB (Fut Subj Sg P3) => r_ + "egare" ; --# notpresent + VPB (Fut Subj Pl P1) => r_ + "egáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent + VPB (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent + VPB (Cond Sg P1) => r_ + "egaría" ; --# notpresent + VPB (Cond Sg P2) => r_ + "egarías" ; --# notpresent + VPB (Cond Sg P3) => r_ + "egaría" ; --# notpresent + VPB (Cond Pl P1) => r_ + "egaríamos" ; --# notpresent + VPB (Cond Pl P2) => r_ + "egaríais" ; --# notpresent + VPB (Cond Pl P3) => r_ + "egarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => r_ + "iega" ; + VPB (Imper Sg P3) => r_ + "iegue" ; + VPB (Imper Pl P1) => r_ + "eguemos" ; + VPB (Imper Pl P2) => r_ + "egad" ; + VPB (Imper Pl P3) => r_ + "ieguen" ; + VPB (Pass Sg Masc) => r_ + "egado" ; + VPB (Pass Sg Fem) => r_ + "egada" ; + VPB (Pass Pl Masc) => r_ + "egados" ; + VPB (Pass Pl Fem) => r_ + "egadas" + } + } ; +oper reñir_68 : Str -> Verbum = \reñir -> + let r_ = Predef.tk 4 reñir in + {s = table { + VI Infn => r_ + "eñir" ; + VI Ger => r_ + "iñiendo" ; + VI Part => r_ + "eñido" ; + VPB (Pres Ind Sg P1) => r_ + "iño" ; + VPB (Pres Ind Sg P2) => r_ + "iñes" ; + VPB (Pres Ind Sg P3) => r_ + "iñe" ; + VPB (Pres Ind Pl P1) => r_ + "eñimos" ; + VPB (Pres Ind Pl P2) => r_ + "eñís" ; + VPB (Pres Ind Pl P3) => r_ + "iñen" ; + VPB (Pres Subj Sg P1) => r_ + "iña" ; + VPB (Pres Subj Sg P2) => r_ + "iñas" ; + VPB (Pres Subj Sg P3) => r_ + "iña" ; + VPB (Pres Subj Pl P1) => r_ + "iñamos" ; + VPB (Pres Subj Pl P2) => r_ + "iñáis" ; + VPB (Pres Subj Pl P3) => r_ + "iñan" ; + VPB (Impf Ind Sg P1) => r_ + "eñía" ; --# notpresent + VPB (Impf Ind Sg P2) => r_ + "eñías" ; --# notpresent + VPB (Impf Ind Sg P3) => r_ + "eñía" ; --# notpresent + VPB (Impf Ind Pl P1) => r_ + "eñíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => r_ + "eñíais" ; --# notpresent + VPB (Impf Ind Pl P3) => r_ + "eñían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {r_ + "iñera" ; r_ + "iñese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {r_ + "iñeras" ; r_ + "iñeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {r_ + "iñera" ; r_ + "iñese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {r_ + "iñéramos" ; r_ + "iñésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {r_ + "iñerais" ; r_ + "iñeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {r_ + "iñeran" ; r_ + "iñesen"} ; --# notpresent + VPB (Pret Sg P1) => r_ + "eñí" ; --# notpresent + VPB (Pret Sg P2) => r_ + "eñiste" ; --# notpresent + VPB (Pret Sg P3) => r_ + "iñó" ; --# notpresent + VPB (Pret Pl P1) => r_ + "eñimos" ; --# notpresent + VPB (Pret Pl P2) => r_ + "eñisteis" ; --# notpresent + VPB (Pret Pl P3) => r_ + "iñeron" ; --# notpresent + VPB (Fut Ind Sg P1) => r_ + "eñiré" ; --# notpresent + VPB (Fut Ind Sg P2) => r_ + "eñirás" ; --# notpresent + VPB (Fut Ind Sg P3) => r_ + "eñirá" ; --# notpresent + VPB (Fut Ind Pl P1) => r_ + "eñiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => r_ + "eñiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => r_ + "eñirán" ; --# notpresent + VPB (Fut Subj Sg P1) => r_ + "iñere" ; --# notpresent + VPB (Fut Subj Sg P2) => r_ + "iñeres" ; --# notpresent + VPB (Fut Subj Sg P3) => r_ + "iñere" ; --# notpresent + VPB (Fut Subj Pl P1) => r_ + "iñéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => r_ + "iñereis" ; --# notpresent + VPB (Fut Subj Pl P3) => r_ + "iñeren" ; --# notpresent + VPB (Cond Sg P1) => r_ + "eñiría" ; --# notpresent + VPB (Cond Sg P2) => r_ + "eñirías" ; --# notpresent + VPB (Cond Sg P3) => r_ + "eñiría" ; --# notpresent + VPB (Cond Pl P1) => r_ + "eñiríamos" ; --# notpresent + VPB (Cond Pl P2) => r_ + "eñiríais" ; --# notpresent + VPB (Cond Pl P3) => r_ + "eñirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => r_ + "iñe" ; + VPB (Imper Sg P3) => r_ + "iña" ; + VPB (Imper Pl P1) => r_ + "iñamos" ; + VPB (Imper Pl P2) => r_ + "eñid" ; + VPB (Imper Pl P3) => r_ + "iñan" ; + VPB (Pass Sg Masc) => r_ + "eñido" ; + VPB (Pass Sg Fem) => r_ + "eñida" ; + VPB (Pass Pl Masc) => r_ + "eñidos" ; + VPB (Pass Pl Fem) => r_ + "eñidas" + } + } ; +oper reunir_69 : Str -> Verbum = \reunir -> + let re_ = Predef.tk 4 reunir in + {s = table { + VI Infn => re_ + "unir" ; + VI Ger => re_ + "uniendo" ; + VI Part => re_ + "unido" ; + VPB (Pres Ind Sg P1) => re_ + "úno" ; + VPB (Pres Ind Sg P2) => re_ + "únes" ; + VPB (Pres Ind Sg P3) => re_ + "úne" ; + VPB (Pres Ind Pl P1) => re_ + "unimos" ; + VPB (Pres Ind Pl P2) => re_ + "unís" ; + VPB (Pres Ind Pl P3) => re_ + "únen" ; + VPB (Pres Subj Sg P1) => re_ + "úna" ; + VPB (Pres Subj Sg P2) => re_ + "únas" ; + VPB (Pres Subj Sg P3) => re_ + "úna" ; + VPB (Pres Subj Pl P1) => re_ + "unamos" ; + VPB (Pres Subj Pl P2) => re_ + "unáis" ; + VPB (Pres Subj Pl P3) => re_ + "únan" ; + VPB (Impf Ind Sg P1) => re_ + "unía" ; --# notpresent + VPB (Impf Ind Sg P2) => re_ + "unías" ; --# notpresent + VPB (Impf Ind Sg P3) => re_ + "unía" ; --# notpresent + VPB (Impf Ind Pl P1) => re_ + "uníamos" ; --# notpresent + VPB (Impf Ind Pl P2) => re_ + "uníais" ; --# notpresent + VPB (Impf Ind Pl P3) => re_ + "unían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {re_ + "uniéramos" ; re_ + "uniésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; --# notpresent + VPB (Pret Sg P1) => re_ + "uní" ; --# notpresent + VPB (Pret Sg P2) => re_ + "uniste" ; --# notpresent + VPB (Pret Sg P3) => re_ + "unió" ; --# notpresent + VPB (Pret Pl P1) => re_ + "unimos" ; --# notpresent + VPB (Pret Pl P2) => re_ + "unisteis" ; --# notpresent + VPB (Pret Pl P3) => re_ + "unieron" ; --# notpresent + VPB (Fut Ind Sg P1) => re_ + "uniré" ; --# notpresent + VPB (Fut Ind Sg P2) => re_ + "unirás" ; --# notpresent + VPB (Fut Ind Sg P3) => re_ + "unirá" ; --# notpresent + VPB (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent + VPB (Fut Ind Pl P2) => re_ + "uniréis" ; --# notpresent + VPB (Fut Ind Pl P3) => re_ + "unirán" ; --# notpresent + VPB (Fut Subj Sg P1) => re_ + "uniere" ; --# notpresent + VPB (Fut Subj Sg P2) => re_ + "unieres" ; --# notpresent + VPB (Fut Subj Sg P3) => re_ + "uniere" ; --# notpresent + VPB (Fut Subj Pl P1) => re_ + "uniéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent + VPB (Cond Sg P1) => re_ + "uniría" ; --# notpresent + VPB (Cond Sg P2) => re_ + "unirías" ; --# notpresent + VPB (Cond Sg P3) => re_ + "uniría" ; --# notpresent + VPB (Cond Pl P1) => re_ + "uniríamos" ; --# notpresent + VPB (Cond Pl P2) => re_ + "uniríais" ; --# notpresent + VPB (Cond Pl P3) => re_ + "unirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => re_ + "úne" ; + VPB (Imper Sg P3) => re_ + "úna" ; + VPB (Imper Pl P1) => re_ + "unamos" ; + VPB (Imper Pl P2) => re_ + "unid" ; + VPB (Imper Pl P3) => re_ + "únan" ; + VPB (Pass Sg Masc) => re_ + "unido" ; + VPB (Pass Sg Fem) => re_ + "unida" ; + VPB (Pass Pl Masc) => re_ + "unidos" ; + VPB (Pass Pl Fem) => re_ + "unidas" + } + } ; +oper roer_70 : Str -> Verbum = \roer -> + let ro_ = Predef.tk 2 roer in + {s = table { + VI Infn => ro_ + "er" ; + VI Ger => ro_ + "yendo" ; + VI Part => ro_ + "ído" ; + VPB (Pres Ind Sg P1) => variants {ro_ + "o" ; ro_ + "igo"} ; + VPB (Pres Ind Sg P2) => ro_ + "es" ; + VPB (Pres Ind Sg P3) => ro_ + "e" ; + VPB (Pres Ind Pl P1) => ro_ + "emos" ; + VPB (Pres Ind Pl P2) => ro_ + "éis" ; + VPB (Pres Ind Pl P3) => ro_ + "en" ; + VPB (Pres Subj Sg P1) => ro_ + "a" ; + VPB (Pres Subj Sg P2) => ro_ + "as" ; + VPB (Pres Subj Sg P3) => ro_ + "a" ; + VPB (Pres Subj Pl P1) => ro_ + "amos" ; + VPB (Pres Subj Pl P2) => ro_ + "áis" ; + VPB (Pres Subj Pl P3) => ro_ + "an" ; + VPB (Impf Ind Sg P1) => ro_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => ro_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => ro_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => ro_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ro_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => ro_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ro_ + "yéramos" ; ro_ + "yésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => ro_ + "í" ; --# notpresent + VPB (Pret Sg P2) => ro_ + "íste" ; --# notpresent + VPB (Pret Sg P3) => ro_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => ro_ + "ímos" ; --# notpresent + VPB (Pret Pl P2) => ro_ + "ísteis" ; --# notpresent + VPB (Pret Pl P3) => ro_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => ro_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => ro_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => ro_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ro_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => ro_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => ro_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ro_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ro_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ro_ + "yéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => ro_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => ro_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => ro_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => ro_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => ro_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => ro_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ro_ + "e" ; + VPB (Imper Sg P3) => ro_ + "a" ; + VPB (Imper Pl P1) => ro_ + "amos" ; + VPB (Imper Pl P2) => ro_ + "ed" ; + VPB (Imper Pl P3) => ro_ + "an" ; + VPB (Pass Sg Masc) => ro_ + "ído" ; + VPB (Pass Sg Fem) => ro_ + "ída" ; + VPB (Pass Pl Masc) => ro_ + "ídos" ; + VPB (Pass Pl Fem) => ro_ + "ídas" + } + } ; +oper saber_71 : Str -> Verbum = \saber -> + let s_ = Predef.tk 4 saber in + {s = table { + VI Infn => s_ + "aber" ; + VI Ger => s_ + "abiendo" ; + VI Part => s_ + "abido" ; + VPB (Pres Ind Sg P1) => s_ + "é" ; + VPB (Pres Ind Sg P2) => s_ + "abes" ; + VPB (Pres Ind Sg P3) => s_ + "abe" ; + VPB (Pres Ind Pl P1) => s_ + "abemos" ; + VPB (Pres Ind Pl P2) => s_ + "abéis" ; + VPB (Pres Ind Pl P3) => s_ + "aben" ; + VPB (Pres Subj Sg P1) => s_ + "epa" ; + VPB (Pres Subj Sg P2) => s_ + "epas" ; + VPB (Pres Subj Sg P3) => s_ + "epa" ; + VPB (Pres Subj Pl P1) => s_ + "epamos" ; + VPB (Pres Subj Pl P2) => s_ + "epáis" ; + VPB (Pres Subj Pl P3) => s_ + "epan" ; + VPB (Impf Ind Sg P1) => s_ + "abía" ; --# notpresent + VPB (Impf Ind Sg P2) => s_ + "abías" ; --# notpresent + VPB (Impf Ind Sg P3) => s_ + "abía" ; --# notpresent + VPB (Impf Ind Pl P1) => s_ + "abíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => s_ + "abíais" ; --# notpresent + VPB (Impf Ind Pl P3) => s_ + "abían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "upiéramos" ; s_ + "upiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; --# notpresent + VPB (Pret Sg P1) => s_ + "upe" ; --# notpresent + VPB (Pret Sg P2) => s_ + "upiste" ; --# notpresent + VPB (Pret Sg P3) => s_ + "upo" ; --# notpresent + VPB (Pret Pl P1) => s_ + "upimos" ; --# notpresent + VPB (Pret Pl P2) => s_ + "upisteis" ; --# notpresent + VPB (Pret Pl P3) => s_ + "upieron" ; --# notpresent + VPB (Fut Ind Sg P1) => s_ + "abré" ; --# notpresent + VPB (Fut Ind Sg P2) => s_ + "abrás" ; --# notpresent + VPB (Fut Ind Sg P3) => s_ + "abrá" ; --# notpresent + VPB (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent + VPB (Fut Ind Pl P2) => s_ + "abréis" ; --# notpresent + VPB (Fut Ind Pl P3) => s_ + "abrán" ; --# notpresent + VPB (Fut Subj Sg P1) => s_ + "upiere" ; --# notpresent + VPB (Fut Subj Sg P2) => s_ + "upieres" ; --# notpresent + VPB (Fut Subj Sg P3) => s_ + "upiere" ; --# notpresent + VPB (Fut Subj Pl P1) => s_ + "upiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent + VPB (Cond Sg P1) => s_ + "abría" ; --# notpresent + VPB (Cond Sg P2) => s_ + "abrías" ; --# notpresent + VPB (Cond Sg P3) => s_ + "abría" ; --# notpresent + VPB (Cond Pl P1) => s_ + "abríamos" ; --# notpresent + VPB (Cond Pl P2) => s_ + "abríais" ; --# notpresent + VPB (Cond Pl P3) => s_ + "abrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => s_ + "abe" ; + VPB (Imper Sg P3) => s_ + "epa" ; + VPB (Imper Pl P1) => s_ + "epamos" ; + VPB (Imper Pl P2) => s_ + "abed" ; + VPB (Imper Pl P3) => s_ + "epan" ; + VPB (Pass Sg Masc) => s_ + "abido" ; + VPB (Pass Sg Fem) => s_ + "abida" ; + VPB (Pass Pl Masc) => s_ + "abidos" ; + VPB (Pass Pl Fem) => s_ + "abidas" + } + } ; +oper sacar_72 : Str -> Verbum = \sacar -> + let sa_ = Predef.tk 3 sacar in + {s = table { + VI Infn => sa_ + "car" ; + VI Ger => sa_ + "cando" ; + VI Part => sa_ + "cado" ; + VPB (Pres Ind Sg P1) => sa_ + "co" ; + VPB (Pres Ind Sg P2) => sa_ + "cas" ; + VPB (Pres Ind Sg P3) => sa_ + "ca" ; + VPB (Pres Ind Pl P1) => sa_ + "camos" ; + VPB (Pres Ind Pl P2) => sa_ + "cáis" ; + VPB (Pres Ind Pl P3) => sa_ + "can" ; + VPB (Pres Subj Sg P1) => sa_ + "que" ; + VPB (Pres Subj Sg P2) => sa_ + "ques" ; + VPB (Pres Subj Sg P3) => sa_ + "que" ; + VPB (Pres Subj Pl P1) => sa_ + "quemos" ; + VPB (Pres Subj Pl P2) => sa_ + "quéis" ; + VPB (Pres Subj Pl P3) => sa_ + "quen" ; + VPB (Impf Ind Sg P1) => sa_ + "caba" ; --# notpresent + VPB (Impf Ind Sg P2) => sa_ + "cabas" ; --# notpresent + VPB (Impf Ind Sg P3) => sa_ + "caba" ; --# notpresent + VPB (Impf Ind Pl P1) => sa_ + "cábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => sa_ + "cabais" ; --# notpresent + VPB (Impf Ind Pl P3) => sa_ + "caban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {sa_ + "cáramos" ; sa_ + "cásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; --# notpresent + VPB (Pret Sg P1) => sa_ + "qué" ; --# notpresent + VPB (Pret Sg P2) => sa_ + "caste" ; --# notpresent + VPB (Pret Sg P3) => sa_ + "có" ; --# notpresent + VPB (Pret Pl P1) => sa_ + "camos" ; --# notpresent + VPB (Pret Pl P2) => sa_ + "casteis" ; --# notpresent + VPB (Pret Pl P3) => sa_ + "caron" ; --# notpresent + VPB (Fut Ind Sg P1) => sa_ + "caré" ; --# notpresent + VPB (Fut Ind Sg P2) => sa_ + "carás" ; --# notpresent + VPB (Fut Ind Sg P3) => sa_ + "cará" ; --# notpresent + VPB (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent + VPB (Fut Ind Pl P2) => sa_ + "caréis" ; --# notpresent + VPB (Fut Ind Pl P3) => sa_ + "carán" ; --# notpresent + VPB (Fut Subj Sg P1) => sa_ + "care" ; --# notpresent + VPB (Fut Subj Sg P2) => sa_ + "cares" ; --# notpresent + VPB (Fut Subj Sg P3) => sa_ + "care" ; --# notpresent + VPB (Fut Subj Pl P1) => sa_ + "cáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent + VPB (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent + VPB (Cond Sg P1) => sa_ + "caría" ; --# notpresent + VPB (Cond Sg P2) => sa_ + "carías" ; --# notpresent + VPB (Cond Sg P3) => sa_ + "caría" ; --# notpresent + VPB (Cond Pl P1) => sa_ + "caríamos" ; --# notpresent + VPB (Cond Pl P2) => sa_ + "caríais" ; --# notpresent + VPB (Cond Pl P3) => sa_ + "carían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => sa_ + "ca" ; + VPB (Imper Sg P3) => sa_ + "que" ; + VPB (Imper Pl P1) => sa_ + "quemos" ; + VPB (Imper Pl P2) => sa_ + "cad" ; + VPB (Imper Pl P3) => sa_ + "quen" ; + VPB (Pass Sg Masc) => sa_ + "cado" ; + VPB (Pass Sg Fem) => sa_ + "cada" ; + VPB (Pass Pl Masc) => sa_ + "cados" ; + VPB (Pass Pl Fem) => sa_ + "cadas" + } + } ; +oper salir_73 : Str -> Verbum = \salir -> + let sal_ = Predef.tk 2 salir in + {s = table { + VI Infn => sal_ + "ir" ; + VI Ger => sal_ + "iendo" ; + VI Part => sal_ + "ido" ; + VPB (Pres Ind Sg P1) => sal_ + "go" ; + VPB (Pres Ind Sg P2) => sal_ + "es" ; + VPB (Pres Ind Sg P3) => sal_ + "e" ; + VPB (Pres Ind Pl P1) => sal_ + "imos" ; + VPB (Pres Ind Pl P2) => sal_ + "ís" ; + VPB (Pres Ind Pl P3) => sal_ + "en" ; + VPB (Pres Subj Sg P1) => sal_ + "ga" ; + VPB (Pres Subj Sg P2) => sal_ + "gas" ; + VPB (Pres Subj Sg P3) => sal_ + "ga" ; + VPB (Pres Subj Pl P1) => sal_ + "gamos" ; + VPB (Pres Subj Pl P2) => sal_ + "gáis" ; + VPB (Pres Subj Pl P3) => sal_ + "gan" ; + VPB (Impf Ind Sg P1) => sal_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => sal_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => sal_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => sal_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => sal_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => sal_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {sal_ + "iéramos" ; sal_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => sal_ + "í" ; --# notpresent + VPB (Pret Sg P2) => sal_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => sal_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => sal_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => sal_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => sal_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => sal_ + "dré" ; --# notpresent + VPB (Fut Ind Sg P2) => sal_ + "drás" ; --# notpresent + VPB (Fut Ind Sg P3) => sal_ + "drá" ; --# notpresent + VPB (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent + VPB (Fut Ind Pl P2) => sal_ + "dréis" ; --# notpresent + VPB (Fut Ind Pl P3) => sal_ + "drán" ; --# notpresent + VPB (Fut Subj Sg P1) => sal_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => sal_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => sal_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => sal_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => sal_ + "dría" ; --# notpresent + VPB (Cond Sg P2) => sal_ + "drías" ; --# notpresent + VPB (Cond Sg P3) => sal_ + "dría" ; --# notpresent + VPB (Cond Pl P1) => sal_ + "dríamos" ; --# notpresent + VPB (Cond Pl P2) => sal_ + "dríais" ; --# notpresent + VPB (Cond Pl P3) => sal_ + "drían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => sal_ + "" ; + VPB (Imper Sg P3) => sal_ + "ga" ; + VPB (Imper Pl P1) => sal_ + "gamos" ; + VPB (Imper Pl P2) => sal_ + "id" ; + VPB (Imper Pl P3) => sal_ + "gan" ; + VPB (Pass Sg Masc) => sal_ + "ido" ; + VPB (Pass Sg Fem) => sal_ + "ida" ; + VPB (Pass Pl Masc) => sal_ + "idos" ; + VPB (Pass Pl Fem) => sal_ + "idas" + } + } ; +oper satisfacer_74 : Str -> Verbum = \satisfacer -> + let satisf_ = Predef.tk 4 satisfacer in + {s = table { + VI Infn => satisf_ + "acer" ; + VI Ger => satisf_ + "aciendo" ; + VI Part => satisf_ + "echo" ; + VPB (Pres Ind Sg P1) => satisf_ + "ago" ; + VPB (Pres Ind Sg P2) => satisf_ + "aces" ; + VPB (Pres Ind Sg P3) => satisf_ + "ace" ; + VPB (Pres Ind Pl P1) => satisf_ + "acemos" ; + VPB (Pres Ind Pl P2) => satisf_ + "acéis" ; + VPB (Pres Ind Pl P3) => satisf_ + "acen" ; + VPB (Pres Subj Sg P1) => satisf_ + "aga" ; + VPB (Pres Subj Sg P2) => satisf_ + "agas" ; + VPB (Pres Subj Sg P3) => satisf_ + "aga" ; + VPB (Pres Subj Pl P1) => satisf_ + "agamos" ; + VPB (Pres Subj Pl P2) => satisf_ + "agáis" ; + VPB (Pres Subj Pl P3) => satisf_ + "agan" ; + VPB (Impf Ind Sg P1) => satisf_ + "acía" ; --# notpresent + VPB (Impf Ind Sg P2) => satisf_ + "acías" ; --# notpresent + VPB (Impf Ind Sg P3) => satisf_ + "acía" ; --# notpresent + VPB (Impf Ind Pl P1) => satisf_ + "acíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => satisf_ + "acíais" ; --# notpresent + VPB (Impf Ind Pl P3) => satisf_ + "acían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {satisf_ + "iciéramos" ; satisf_ + "iciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; --# notpresent + VPB (Pret Sg P1) => satisf_ + "ice" ; --# notpresent + VPB (Pret Sg P2) => satisf_ + "iciste" ; --# notpresent + VPB (Pret Sg P3) => satisf_ + "izo" ; --# notpresent + VPB (Pret Pl P1) => satisf_ + "icimos" ; --# notpresent + VPB (Pret Pl P2) => satisf_ + "icisteis" ; --# notpresent + VPB (Pret Pl P3) => satisf_ + "icieron" ; --# notpresent + VPB (Fut Ind Sg P1) => satisf_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => satisf_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => satisf_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => satisf_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => satisf_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Subj Sg P2) => satisf_ + "icieres" ; --# notpresent + VPB (Fut Subj Sg P3) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Subj Pl P1) => satisf_ + "iciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent + VPB (Cond Sg P1) => satisf_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => satisf_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => satisf_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => satisf_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => satisf_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => satisf_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {satisf_ + "az" ; satisf_ + "ace"} ; + VPB (Imper Sg P3) => satisf_ + "aga" ; + VPB (Imper Pl P1) => satisf_ + "agamos" ; + VPB (Imper Pl P2) => satisf_ + "aced" ; + VPB (Imper Pl P3) => satisf_ + "agan" ; + VPB (Pass Sg Masc) => satisf_ + "echo" ; + VPB (Pass Sg Fem) => satisf_ + "echa" ; + VPB (Pass Pl Masc) => satisf_ + "echos" ; + VPB (Pass Pl Fem) => satisf_ + "echas" + } + } ; +oper sentir_76 : Str -> Verbum = \sentir -> + let s_ = Predef.tk 5 sentir in + {s = table { + VI Infn => s_ + "entir" ; + VI Ger => s_ + "intiendo" ; + VI Part => s_ + "entido" ; + VPB (Pres Ind Sg P1) => s_ + "iento" ; + VPB (Pres Ind Sg P2) => s_ + "ientes" ; + VPB (Pres Ind Sg P3) => s_ + "iente" ; + VPB (Pres Ind Pl P1) => s_ + "entimos" ; + VPB (Pres Ind Pl P2) => s_ + "entís" ; + VPB (Pres Ind Pl P3) => s_ + "ienten" ; + VPB (Pres Subj Sg P1) => s_ + "ienta" ; + VPB (Pres Subj Sg P2) => s_ + "ientas" ; + VPB (Pres Subj Sg P3) => s_ + "ienta" ; + VPB (Pres Subj Pl P1) => s_ + "intamos" ; + VPB (Pres Subj Pl P2) => s_ + "intáis" ; + VPB (Pres Subj Pl P3) => s_ + "ientan" ; + VPB (Impf Ind Sg P1) => s_ + "entía" ; --# notpresent + VPB (Impf Ind Sg P2) => s_ + "entías" ; --# notpresent + VPB (Impf Ind Sg P3) => s_ + "entía" ; --# notpresent + VPB (Impf Ind Pl P1) => s_ + "entíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => s_ + "entíais" ; --# notpresent + VPB (Impf Ind Pl P3) => s_ + "entían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "intiéramos" ; s_ + "intiésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; --# notpresent + VPB (Pret Sg P1) => s_ + "entí" ; --# notpresent + VPB (Pret Sg P2) => s_ + "entiste" ; --# notpresent + VPB (Pret Sg P3) => s_ + "intió" ; --# notpresent + VPB (Pret Pl P1) => s_ + "entimos" ; --# notpresent + VPB (Pret Pl P2) => s_ + "entisteis" ; --# notpresent + VPB (Pret Pl P3) => s_ + "intieron" ; --# notpresent + VPB (Fut Ind Sg P1) => s_ + "entiré" ; --# notpresent + VPB (Fut Ind Sg P2) => s_ + "entirás" ; --# notpresent + VPB (Fut Ind Sg P3) => s_ + "entirá" ; --# notpresent + VPB (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => s_ + "entiréis" ; --# notpresent + VPB (Fut Ind Pl P3) => s_ + "entirán" ; --# notpresent + VPB (Fut Subj Sg P1) => s_ + "intiere" ; --# notpresent + VPB (Fut Subj Sg P2) => s_ + "intieres" ; --# notpresent + VPB (Fut Subj Sg P3) => s_ + "intiere" ; --# notpresent + VPB (Fut Subj Pl P1) => s_ + "intiéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent + VPB (Cond Sg P1) => s_ + "entiría" ; --# notpresent + VPB (Cond Sg P2) => s_ + "entirías" ; --# notpresent + VPB (Cond Sg P3) => s_ + "entiría" ; --# notpresent + VPB (Cond Pl P1) => s_ + "entiríamos" ; --# notpresent + VPB (Cond Pl P2) => s_ + "entiríais" ; --# notpresent + VPB (Cond Pl P3) => s_ + "entirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => s_ + "iente" ; + VPB (Imper Sg P3) => s_ + "ienta" ; + VPB (Imper Pl P1) => s_ + "intamos" ; + VPB (Imper Pl P2) => s_ + "entid" ; + VPB (Imper Pl P3) => s_ + "ientan" ; + VPB (Pass Sg Masc) => s_ + "entido" ; + VPB (Pass Sg Fem) => s_ + "entida" ; + VPB (Pass Pl Masc) => s_ + "entidos" ; + VPB (Pass Pl Fem) => s_ + "entidas" + } + } ; +oper soler_77 : Str -> Verbum = \soler -> + let s_ = Predef.tk 4 soler in + {s = table { + VI Infn => s_ + "oler" ; + VI Ger => variants {} ; + VI Part => variants {} ; + VPB (Pres Ind Sg P1) => s_ + "uelo" ; + VPB (Pres Ind Sg P2) => s_ + "ueles" ; + VPB (Pres Ind Sg P3) => s_ + "uele" ; + VPB (Pres Ind Pl P1) => s_ + "olemos" ; + VPB (Pres Ind Pl P2) => s_ + "oléis" ; + VPB (Pres Ind Pl P3) => s_ + "uelen" ; + VPB (Pres Subj Sg P1) => s_ + "uela" ; + VPB (Pres Subj Sg P2) => s_ + "uelas" ; + VPB (Pres Subj Sg P3) => s_ + "uela" ; + VPB (Pres Subj Pl P1) => s_ + "olamos" ; + VPB (Pres Subj Pl P2) => s_ + "oláis" ; + VPB (Pres Subj Pl P3) => s_ + "uelan" ; + VPB (Impf Ind Sg P1) => s_ + "olía" ; --# notpresent + VPB (Impf Ind Sg P2) => s_ + "olías" ; --# notpresent + VPB (Impf Ind Sg P3) => s_ + "olía" ; --# notpresent + VPB (Impf Ind Pl P1) => s_ + "olíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => s_ + "olíais" ; --# notpresent + VPB (Impf Ind Pl P3) => s_ + "olían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "oliéramos" ; s_ + "oliésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; --# notpresent + VPB (Pret Sg P1) => s_ + "olí" ; --# notpresent + VPB (Pret Sg P2) => s_ + "oliste" ; --# notpresent + VPB (Pret Sg P3) => s_ + "olió" ; --# notpresent + VPB (Pret Pl P1) => s_ + "olimos" ; --# notpresent + VPB (Pret Pl P2) => s_ + "olisteis" ; --# notpresent + VPB (Pret Pl P3) => s_ + "olieron" ; --# notpresent + VPB (Fut Ind Sg P1) => variants {} ; --# notpresent + VPB (Fut Ind Sg P2) => variants {} ; --# notpresent + VPB (Fut Ind Sg P3) => variants {} ; --# notpresent + VPB (Fut Ind Pl P1) => variants {} ; --# notpresent + VPB (Fut Ind Pl P2) => variants {} ; --# notpresent + VPB (Fut Ind Pl P3) => variants {} ; --# notpresent + VPB (Fut Subj Sg P1) => variants {} ; --# notpresent + VPB (Fut Subj Sg P2) => variants {} ; --# notpresent + VPB (Fut Subj Sg P3) => variants {} ; --# notpresent + VPB (Fut Subj Pl P1) => variants {} ; --# notpresent + VPB (Fut Subj Pl P2) => variants {} ; --# notpresent + VPB (Fut Subj Pl P3) => variants {} ; --# notpresent + VPB (Cond Sg P1) => variants {} ; --# notpresent + VPB (Cond Sg P2) => variants {} ; --# notpresent + VPB (Cond Sg P3) => variants {} ; --# notpresent + VPB (Cond Pl P1) => variants {} ; --# notpresent + VPB (Cond Pl P2) => variants {} ; --# notpresent + VPB (Cond Pl P3) => variants {} ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => variants {} ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => variants {} ; + VPB (Pass Sg Fem) => variants {} ; + VPB (Pass Pl Masc) => variants {} ; + VPB (Pass Pl Fem) => variants {} + } + } ; +oper tañer_78 : Str -> Verbum = \tañer -> + let tañ_ = Predef.tk 2 tañer in + {s = table { + VI Infn => tañ_ + "er" ; + VI Ger => tañ_ + "endo" ; + VI Part => tañ_ + "ido" ; + VPB (Pres Ind Sg P1) => tañ_ + "o" ; + VPB (Pres Ind Sg P2) => tañ_ + "es" ; + VPB (Pres Ind Sg P3) => tañ_ + "e" ; + VPB (Pres Ind Pl P1) => tañ_ + "emos" ; + VPB (Pres Ind Pl P2) => tañ_ + "éis" ; + VPB (Pres Ind Pl P3) => tañ_ + "en" ; + VPB (Pres Subj Sg P1) => tañ_ + "a" ; + VPB (Pres Subj Sg P2) => tañ_ + "as" ; + VPB (Pres Subj Sg P3) => tañ_ + "a" ; + VPB (Pres Subj Pl P1) => tañ_ + "amos" ; + VPB (Pres Subj Pl P2) => tañ_ + "áis" ; + VPB (Pres Subj Pl P3) => tañ_ + "an" ; + VPB (Impf Ind Sg P1) => tañ_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => tañ_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => tañ_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => tañ_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => tañ_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => tañ_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tañ_ + "era" ; tañ_ + "ese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tañ_ + "eras" ; tañ_ + "eses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tañ_ + "era" ; tañ_ + "ese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tañ_ + "éramos" ; tañ_ + "ésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tañ_ + "erais" ; tañ_ + "eseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tañ_ + "eran" ; tañ_ + "esen"} ; --# notpresent + VPB (Pret Sg P1) => tañ_ + "í" ; --# notpresent + VPB (Pret Sg P2) => tañ_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => tañ_ + "ó" ; --# notpresent + VPB (Pret Pl P1) => tañ_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => tañ_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => tañ_ + "eron" ; --# notpresent + VPB (Fut Ind Sg P1) => tañ_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => tañ_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => tañ_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => tañ_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => tañ_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => tañ_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => tañ_ + "ere" ; --# notpresent + VPB (Fut Subj Sg P2) => tañ_ + "eres" ; --# notpresent + VPB (Fut Subj Sg P3) => tañ_ + "ere" ; --# notpresent + VPB (Fut Subj Pl P1) => tañ_ + "éremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tañ_ + "ereis" ; --# notpresent + VPB (Fut Subj Pl P3) => tañ_ + "eren" ; --# notpresent + VPB (Cond Sg P1) => tañ_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => tañ_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => tañ_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => tañ_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => tañ_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => tañ_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => tañ_ + "e" ; + VPB (Imper Sg P3) => tañ_ + "a" ; + VPB (Imper Pl P1) => tañ_ + "amos" ; + VPB (Imper Pl P2) => tañ_ + "ed" ; + VPB (Imper Pl P3) => tañ_ + "an" ; + VPB (Pass Sg Masc) => tañ_ + "ido" ; + VPB (Pass Sg Fem) => tañ_ + "ida" ; + VPB (Pass Pl Masc) => tañ_ + "idos" ; + VPB (Pass Pl Fem) => tañ_ + "idas" + } + } ; +oper traer_79 : Str -> Verbum = \traer -> + let tra_ = Predef.tk 2 traer in + {s = table { + VI Infn => tra_ + "er" ; + VI Ger => tra_ + "yendo" ; + VI Part => tra_ + "ído" ; + VPB (Pres Ind Sg P1) => tra_ + "o" ; + VPB (Pres Ind Sg P2) => tra_ + "es" ; + VPB (Pres Ind Sg P3) => tra_ + "e" ; + VPB (Pres Ind Pl P1) => tra_ + "emos" ; + VPB (Pres Ind Pl P2) => tra_ + "éis" ; + VPB (Pres Ind Pl P3) => tra_ + "en" ; + VPB (Pres Subj Sg P1) => tra_ + "a" ; + VPB (Pres Subj Sg P2) => tra_ + "as" ; + VPB (Pres Subj Sg P3) => tra_ + "a" ; + VPB (Pres Subj Pl P1) => tra_ + "amos" ; + VPB (Pres Subj Pl P2) => tra_ + "áis" ; + VPB (Pres Subj Pl P3) => tra_ + "an" ; + VPB (Impf Ind Sg P1) => tra_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => tra_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => tra_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => tra_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => tra_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => tra_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tra_ + "yéramos" ; tra_ + "yésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => tra_ + "í" ; --# notpresent + VPB (Pret Sg P2) => tra_ + "íste" ; --# notpresent + VPB (Pret Sg P3) => tra_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => tra_ + "ímos" ; --# notpresent + VPB (Pret Pl P2) => tra_ + "ísteis" ; --# notpresent + VPB (Pret Pl P3) => tra_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => tra_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => tra_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => tra_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => tra_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => tra_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => tra_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => tra_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => tra_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => tra_ + "yéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => tra_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => tra_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => tra_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => tra_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => tra_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => tra_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => tra_ + "e" ; + VPB (Imper Sg P3) => tra_ + "a" ; + VPB (Imper Pl P1) => tra_ + "amos" ; + VPB (Imper Pl P2) => tra_ + "ed" ; + VPB (Imper Pl P3) => tra_ + "an" ; + VPB (Pass Sg Masc) => tra_ + "ído" ; + VPB (Pass Sg Fem) => tra_ + "ída" ; + VPB (Pass Pl Masc) => tra_ + "ídos" ; + VPB (Pass Pl Fem) => tra_ + "ídas" + } + } ; +oper trocar_80 : Str -> Verbum = \trocar -> + let tr_ = Predef.tk 4 trocar in + {s = table { + VI Infn => tr_ + "ocar" ; + VI Ger => tr_ + "ocando" ; + VI Part => tr_ + "ocado" ; + VPB (Pres Ind Sg P1) => tr_ + "ueco" ; + VPB (Pres Ind Sg P2) => tr_ + "uecas" ; + VPB (Pres Ind Sg P3) => tr_ + "ueca" ; + VPB (Pres Ind Pl P1) => tr_ + "ocamos" ; + VPB (Pres Ind Pl P2) => tr_ + "ocáis" ; + VPB (Pres Ind Pl P3) => tr_ + "uecan" ; + VPB (Pres Subj Sg P1) => tr_ + "ueque" ; + VPB (Pres Subj Sg P2) => tr_ + "ueques" ; + VPB (Pres Subj Sg P3) => tr_ + "ueque" ; + VPB (Pres Subj Pl P1) => tr_ + "oquemos" ; + VPB (Pres Subj Pl P2) => tr_ + "oquéis" ; + VPB (Pres Subj Pl P3) => tr_ + "uequen" ; + VPB (Impf Ind Sg P1) => tr_ + "ocaba" ; --# notpresent + VPB (Impf Ind Sg P2) => tr_ + "ocabas" ; --# notpresent + VPB (Impf Ind Sg P3) => tr_ + "ocaba" ; --# notpresent + VPB (Impf Ind Pl P1) => tr_ + "ocábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => tr_ + "ocabais" ; --# notpresent + VPB (Impf Ind Pl P3) => tr_ + "ocaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tr_ + "ocáramos" ; tr_ + "ocásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; --# notpresent + VPB (Pret Sg P1) => tr_ + "oqué" ; --# notpresent + VPB (Pret Sg P2) => tr_ + "ocaste" ; --# notpresent + VPB (Pret Sg P3) => tr_ + "ocó" ; --# notpresent + VPB (Pret Pl P1) => tr_ + "ocamos" ; --# notpresent + VPB (Pret Pl P2) => tr_ + "ocasteis" ; --# notpresent + VPB (Pret Pl P3) => tr_ + "ocaron" ; --# notpresent + VPB (Fut Ind Sg P1) => tr_ + "ocaré" ; --# notpresent + VPB (Fut Ind Sg P2) => tr_ + "ocarás" ; --# notpresent + VPB (Fut Ind Sg P3) => tr_ + "ocará" ; --# notpresent + VPB (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => tr_ + "ocaréis" ; --# notpresent + VPB (Fut Ind Pl P3) => tr_ + "ocarán" ; --# notpresent + VPB (Fut Subj Sg P1) => tr_ + "ocare" ; --# notpresent + VPB (Fut Subj Sg P2) => tr_ + "ocares" ; --# notpresent + VPB (Fut Subj Sg P3) => tr_ + "ocare" ; --# notpresent + VPB (Fut Subj Pl P1) => tr_ + "ocáremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent + VPB (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent + VPB (Cond Sg P1) => tr_ + "ocaría" ; --# notpresent + VPB (Cond Sg P2) => tr_ + "ocarías" ; --# notpresent + VPB (Cond Sg P3) => tr_ + "ocaría" ; --# notpresent + VPB (Cond Pl P1) => tr_ + "ocaríamos" ; --# notpresent + VPB (Cond Pl P2) => tr_ + "ocaríais" ; --# notpresent + VPB (Cond Pl P3) => tr_ + "ocarían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => tr_ + "ueca" ; + VPB (Imper Sg P3) => tr_ + "ueque" ; + VPB (Imper Pl P1) => tr_ + "oquemos" ; + VPB (Imper Pl P2) => tr_ + "ocad" ; + VPB (Imper Pl P3) => tr_ + "uequen" ; + VPB (Pass Sg Masc) => tr_ + "ocado" ; + VPB (Pass Sg Fem) => tr_ + "ocada" ; + VPB (Pass Pl Masc) => tr_ + "ocados" ; + VPB (Pass Pl Fem) => tr_ + "ocadas" + } + } ; +oper valer_81 : Str -> Verbum = \valer -> + let val_ = Predef.tk 2 valer in + {s = table { + VI Infn => val_ + "er" ; + VI Ger => val_ + "iendo" ; + VI Part => val_ + "ido" ; + VPB (Pres Ind Sg P1) => val_ + "go" ; + VPB (Pres Ind Sg P2) => val_ + "es" ; + VPB (Pres Ind Sg P3) => val_ + "e" ; + VPB (Pres Ind Pl P1) => val_ + "emos" ; + VPB (Pres Ind Pl P2) => val_ + "éis" ; + VPB (Pres Ind Pl P3) => val_ + "en" ; + VPB (Pres Subj Sg P1) => val_ + "ga" ; + VPB (Pres Subj Sg P2) => val_ + "gas" ; + VPB (Pres Subj Sg P3) => val_ + "ga" ; + VPB (Pres Subj Pl P1) => val_ + "gamos" ; + VPB (Pres Subj Pl P2) => val_ + "gáis" ; + VPB (Pres Subj Pl P3) => val_ + "gan" ; + VPB (Impf Ind Sg P1) => val_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => val_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => val_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => val_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => val_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => val_ + "ían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {val_ + "iéramos" ; val_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => val_ + "í" ; --# notpresent + VPB (Pret Sg P2) => val_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => val_ + "ió" ; --# notpresent + VPB (Pret Pl P1) => val_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => val_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => val_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => val_ + "dré" ; --# notpresent + VPB (Fut Ind Sg P2) => val_ + "drás" ; --# notpresent + VPB (Fut Ind Sg P3) => val_ + "drá" ; --# notpresent + VPB (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent + VPB (Fut Ind Pl P2) => val_ + "dréis" ; --# notpresent + VPB (Fut Ind Pl P3) => val_ + "drán" ; --# notpresent + VPB (Fut Subj Sg P1) => val_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => val_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => val_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => val_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => val_ + "dría" ; --# notpresent + VPB (Cond Sg P2) => val_ + "drías" ; --# notpresent + VPB (Cond Sg P3) => val_ + "dría" ; --# notpresent + VPB (Cond Pl P1) => val_ + "dríamos" ; --# notpresent + VPB (Cond Pl P2) => val_ + "dríais" ; --# notpresent + VPB (Cond Pl P3) => val_ + "drían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => val_ + "e" ; + VPB (Imper Sg P3) => val_ + "ga" ; + VPB (Imper Pl P1) => val_ + "gamos" ; + VPB (Imper Pl P2) => val_ + "ed" ; + VPB (Imper Pl P3) => val_ + "gan" ; + VPB (Pass Sg Masc) => val_ + "ido" ; + VPB (Pass Sg Fem) => val_ + "ida" ; + VPB (Pass Pl Masc) => val_ + "idos" ; + VPB (Pass Pl Fem) => val_ + "idas" + } + } ; +oper venir_82 : Str -> Verbum = \venir -> + let v_ = Predef.tk 4 venir in + {s = table { + VI Infn => v_ + "enir" ; + VI Ger => v_ + "iniendo" ; + VI Part => v_ + "enido" ; + VPB (Pres Ind Sg P1) => v_ + "engo" ; + VPB (Pres Ind Sg P2) => v_ + "ienes" ; + VPB (Pres Ind Sg P3) => v_ + "iene" ; + VPB (Pres Ind Pl P1) => v_ + "enimos" ; + VPB (Pres Ind Pl P2) => v_ + "enís" ; + VPB (Pres Ind Pl P3) => v_ + "ienen" ; + VPB (Pres Subj Sg P1) => v_ + "enga" ; + VPB (Pres Subj Sg P2) => v_ + "engas" ; + VPB (Pres Subj Sg P3) => v_ + "enga" ; + VPB (Pres Subj Pl P1) => v_ + "engamos" ; + VPB (Pres Subj Pl P2) => v_ + "engáis" ; + VPB (Pres Subj Pl P3) => v_ + "engan" ; + VPB (Impf Ind Sg P1) => v_ + "enía" ; --# notpresent + VPB (Impf Ind Sg P2) => v_ + "enías" ; --# notpresent + VPB (Impf Ind Sg P3) => v_ + "enía" ; --# notpresent + VPB (Impf Ind Pl P1) => v_ + "eníamos" ; --# notpresent + VPB (Impf Ind Pl P2) => v_ + "eníais" ; --# notpresent + VPB (Impf Ind Pl P3) => v_ + "enían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "iniéramos" ; v_ + "iniésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; --# notpresent + VPB (Pret Sg P1) => v_ + "ine" ; --# notpresent + VPB (Pret Sg P2) => v_ + "iniste" ; --# notpresent + VPB (Pret Sg P3) => v_ + "ino" ; --# notpresent + VPB (Pret Pl P1) => v_ + "inimos" ; --# notpresent + VPB (Pret Pl P2) => v_ + "inisteis" ; --# notpresent + VPB (Pret Pl P3) => v_ + "inieron" ; --# notpresent + VPB (Fut Ind Sg P1) => v_ + "endré" ; --# notpresent + VPB (Fut Ind Sg P2) => v_ + "endrás" ; --# notpresent + VPB (Fut Ind Sg P3) => v_ + "endrá" ; --# notpresent + VPB (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent + VPB (Fut Ind Pl P2) => v_ + "endréis" ; --# notpresent + VPB (Fut Ind Pl P3) => v_ + "endrán" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "iniere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "inieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "iniere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "iniéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent + VPB (Cond Sg P1) => v_ + "endría" ; --# notpresent + VPB (Cond Sg P2) => v_ + "endrías" ; --# notpresent + VPB (Cond Sg P3) => v_ + "endría" ; --# notpresent + VPB (Cond Pl P1) => v_ + "endríamos" ; --# notpresent + VPB (Cond Pl P2) => v_ + "endríais" ; --# notpresent + VPB (Cond Pl P3) => v_ + "endrían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => v_ + "en" ; + VPB (Imper Sg P3) => v_ + "enga" ; + VPB (Imper Pl P1) => v_ + "engamos" ; + VPB (Imper Pl P2) => v_ + "enid" ; + VPB (Imper Pl P3) => v_ + "engan" ; + VPB (Pass Sg Masc) => v_ + "enido" ; + VPB (Pass Sg Fem) => v_ + "enida" ; + VPB (Pass Pl Masc) => v_ + "enidos" ; + VPB (Pass Pl Fem) => v_ + "enidas" + } + } ; +oper ver_83 : Str -> Verbum = \ver -> + let v_ = Predef.tk 2 ver in + {s = table { + VI Infn => v_ + "er" ; + VI Ger => v_ + "iendo" ; + VI Part => v_ + "isto" ; + VPB (Pres Ind Sg P1) => v_ + "eo" ; + VPB (Pres Ind Sg P2) => v_ + "es" ; + VPB (Pres Ind Sg P3) => v_ + "e" ; + VPB (Pres Ind Pl P1) => v_ + "emos" ; + VPB (Pres Ind Pl P2) => v_ + "eis" ; + VPB (Pres Ind Pl P3) => v_ + "en" ; + VPB (Pres Subj Sg P1) => v_ + "ea" ; + VPB (Pres Subj Sg P2) => v_ + "eas" ; + VPB (Pres Subj Sg P3) => v_ + "ea" ; + VPB (Pres Subj Pl P1) => v_ + "eamos" ; + VPB (Pres Subj Pl P2) => v_ + "eáis" ; + VPB (Pres Subj Pl P3) => v_ + "ean" ; + VPB (Impf Ind Sg P1) => v_ + "eía" ; --# notpresent + VPB (Impf Ind Sg P2) => v_ + "eías" ; --# notpresent + VPB (Impf Ind Sg P3) => v_ + "eía" ; --# notpresent + VPB (Impf Ind Pl P1) => v_ + "eíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => v_ + "eíais" ; --# notpresent + VPB (Impf Ind Pl P3) => v_ + "eían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "iéramos" ; v_ + "iésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => v_ + "i" ; --# notpresent + VPB (Pret Sg P2) => v_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => v_ + "io" ; --# notpresent + VPB (Pret Pl P1) => v_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => v_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => v_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => v_ + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => v_ + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => v_ + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => v_ + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => v_ + "erán" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "iéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => v_ + "ería" ; --# notpresent + VPB (Cond Sg P2) => v_ + "erías" ; --# notpresent + VPB (Cond Sg P3) => v_ + "ería" ; --# notpresent + VPB (Cond Pl P1) => v_ + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => v_ + "eríais" ; --# notpresent + VPB (Cond Pl P3) => v_ + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => v_ + "e" ; + VPB (Imper Sg P3) => v_ + "ea" ; + VPB (Imper Pl P1) => v_ + "eamos" ; + VPB (Imper Pl P2) => v_ + "ed" ; + VPB (Imper Pl P3) => v_ + "ean" ; + VPB (Pass Sg Masc) => v_ + "isto" ; + VPB (Pass Sg Fem) => v_ + "ista" ; + VPB (Pass Pl Masc) => v_ + "istos" ; + VPB (Pass Pl Fem) => v_ + "istas" + } + } ; +oper volver_84 : Str -> Verbum = \volver -> + let v_ = Predef.tk 5 volver in + {s = table { + VI Infn => v_ + "olver" ; + VI Ger => v_ + "olviendo" ; + VI Part => v_ + "uelto" ; + VPB (Pres Ind Sg P1) => v_ + "uelvo" ; + VPB (Pres Ind Sg P2) => v_ + "uelves" ; + VPB (Pres Ind Sg P3) => v_ + "uelve" ; + VPB (Pres Ind Pl P1) => v_ + "olvemos" ; + VPB (Pres Ind Pl P2) => v_ + "olvéis" ; + VPB (Pres Ind Pl P3) => v_ + "uelven" ; + VPB (Pres Subj Sg P1) => v_ + "uelva" ; + VPB (Pres Subj Sg P2) => v_ + "uelvas" ; + VPB (Pres Subj Sg P3) => v_ + "uelva" ; + VPB (Pres Subj Pl P1) => v_ + "olvamos" ; + VPB (Pres Subj Pl P2) => v_ + "olváis" ; + VPB (Pres Subj Pl P3) => v_ + "uelvan" ; + VPB (Impf Ind Sg P1) => v_ + "olvía" ; --# notpresent + VPB (Impf Ind Sg P2) => v_ + "olvías" ; --# notpresent + VPB (Impf Ind Sg P3) => v_ + "olvía" ; --# notpresent + VPB (Impf Ind Pl P1) => v_ + "olvíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => v_ + "olvíais" ; --# notpresent + VPB (Impf Ind Pl P3) => v_ + "olvían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "olviéramos" ; v_ + "olviésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; --# notpresent + VPB (Pret Sg P1) => v_ + "olví" ; --# notpresent + VPB (Pret Sg P2) => v_ + "olviste" ; --# notpresent + VPB (Pret Sg P3) => v_ + "olvió" ; --# notpresent + VPB (Pret Pl P1) => v_ + "olvimos" ; --# notpresent + VPB (Pret Pl P2) => v_ + "olvisteis" ; --# notpresent + VPB (Pret Pl P3) => v_ + "olvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => v_ + "olveré" ; --# notpresent + VPB (Fut Ind Sg P2) => v_ + "olverás" ; --# notpresent + VPB (Fut Ind Sg P3) => v_ + "olverá" ; --# notpresent + VPB (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent + VPB (Fut Ind Pl P2) => v_ + "olveréis" ; --# notpresent + VPB (Fut Ind Pl P3) => v_ + "olverán" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "olviere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "olvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "olviere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "olviéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent + VPB (Cond Sg P1) => v_ + "olvería" ; --# notpresent + VPB (Cond Sg P2) => v_ + "olverías" ; --# notpresent + VPB (Cond Sg P3) => v_ + "olvería" ; --# notpresent + VPB (Cond Pl P1) => v_ + "olveríamos" ; --# notpresent + VPB (Cond Pl P2) => v_ + "olveríais" ; --# notpresent + VPB (Cond Pl P3) => v_ + "olverían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => v_ + "uelve" ; + VPB (Imper Sg P3) => v_ + "uelva" ; + VPB (Imper Pl P1) => v_ + "olvamos" ; + VPB (Imper Pl P2) => v_ + "olved" ; + VPB (Imper Pl P3) => v_ + "uelvan" ; + VPB (Pass Sg Masc) => v_ + "uelto" ; + VPB (Pass Sg Fem) => v_ + "uelta" ; + VPB (Pass Pl Masc) => v_ + "ueltos" ; + VPB (Pass Pl Fem) => v_ + "ueltas" + } + } ; +oper yacer_85 : Str -> Verbum = \yacer -> + let ya_ = Predef.tk 3 yacer in + {s = table { + VI Infn => ya_ + "cer" ; + VI Ger => ya_ + "ciendo" ; + VI Part => ya_ + "cido" ; + VPB (Pres Ind Sg P1) => ya_ + "zgo" ; + VPB (Pres Ind Sg P2) => ya_ + "ces" ; + VPB (Pres Ind Sg P3) => ya_ + "ce" ; + VPB (Pres Ind Pl P1) => ya_ + "cemos" ; + VPB (Pres Ind Pl P2) => ya_ + "céis" ; + VPB (Pres Ind Pl P3) => ya_ + "cen" ; + VPB (Pres Subj Sg P1) => ya_ + "zga" ; + VPB (Pres Subj Sg P2) => ya_ + "zgas" ; + VPB (Pres Subj Sg P3) => ya_ + "zga" ; + VPB (Pres Subj Pl P1) => ya_ + "zgamos" ; + VPB (Pres Subj Pl P2) => ya_ + "zgáis" ; + VPB (Pres Subj Pl P3) => ya_ + "zgan" ; + VPB (Impf Ind Sg P1) => ya_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => ya_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => ya_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => ya_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ya_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => ya_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ya_ + "ciéramos" ; ya_ + "ciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => ya_ + "cí" ; --# notpresent + VPB (Pret Sg P2) => ya_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => ya_ + "ció" ; --# notpresent + VPB (Pret Pl P1) => ya_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => ya_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => ya_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => ya_ + "ceré" ; --# notpresent + VPB (Fut Ind Sg P2) => ya_ + "cerás" ; --# notpresent + VPB (Fut Ind Sg P3) => ya_ + "cerá" ; --# notpresent + VPB (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ya_ + "ceréis" ; --# notpresent + VPB (Fut Ind Pl P3) => ya_ + "cerán" ; --# notpresent + VPB (Fut Subj Sg P1) => ya_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => ya_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => ya_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => ya_ + "ciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => ya_ + "cería" ; --# notpresent + VPB (Cond Sg P2) => ya_ + "cerías" ; --# notpresent + VPB (Cond Sg P3) => ya_ + "cería" ; --# notpresent + VPB (Cond Pl P1) => ya_ + "ceríamos" ; --# notpresent + VPB (Cond Pl P2) => ya_ + "ceríais" ; --# notpresent + VPB (Cond Pl P3) => ya_ + "cerían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ya_ + "ce" ; + VPB (Imper Sg P3) => ya_ + "zga" ; + VPB (Imper Pl P1) => ya_ + "zgamos" ; + VPB (Imper Pl P2) => ya_ + "ced" ; + VPB (Imper Pl P3) => ya_ + "zgan" ; + VPB (Pass Sg Masc) => ya_ + "cido" ; + VPB (Pass Sg Fem) => ya_ + "cida" ; + VPB (Pass Pl Masc) => ya_ + "cidos" ; + VPB (Pass Pl Fem) => ya_ + "cidas" + } + } ; +oper zurcir_86 : Str -> Verbum = \zurcir -> + let zur_ = Predef.tk 3 zurcir in + {s = table { + VI Infn => zur_ + "cir" ; + VI Ger => zur_ + "ciendo" ; + VI Part => zur_ + "cido" ; + VPB (Pres Ind Sg P1) => zur_ + "zo" ; + VPB (Pres Ind Sg P2) => zur_ + "ces" ; + VPB (Pres Ind Sg P3) => zur_ + "ce" ; + VPB (Pres Ind Pl P1) => zur_ + "cimos" ; + VPB (Pres Ind Pl P2) => zur_ + "cís" ; + VPB (Pres Ind Pl P3) => zur_ + "cen" ; + VPB (Pres Subj Sg P1) => zur_ + "za" ; + VPB (Pres Subj Sg P2) => zur_ + "zas" ; + VPB (Pres Subj Sg P3) => zur_ + "za" ; + VPB (Pres Subj Pl P1) => zur_ + "zamos" ; + VPB (Pres Subj Pl P2) => zur_ + "záis" ; + VPB (Pres Subj Pl P3) => zur_ + "zan" ; + VPB (Impf Ind Sg P1) => zur_ + "cía" ; --# notpresent + VPB (Impf Ind Sg P2) => zur_ + "cías" ; --# notpresent + VPB (Impf Ind Sg P3) => zur_ + "cía" ; --# notpresent + VPB (Impf Ind Pl P1) => zur_ + "cíamos" ; --# notpresent + VPB (Impf Ind Pl P2) => zur_ + "cíais" ; --# notpresent + VPB (Impf Ind Pl P3) => zur_ + "cían" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {zur_ + "ciéramos" ; zur_ + "ciésemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => zur_ + "cí" ; --# notpresent + VPB (Pret Sg P2) => zur_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => zur_ + "ció" ; --# notpresent + VPB (Pret Pl P1) => zur_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => zur_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => zur_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => zur_ + "ciré" ; --# notpresent + VPB (Fut Ind Sg P2) => zur_ + "cirás" ; --# notpresent + VPB (Fut Ind Sg P3) => zur_ + "cirá" ; --# notpresent + VPB (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => zur_ + "ciréis" ; --# notpresent + VPB (Fut Ind Pl P3) => zur_ + "cirán" ; --# notpresent + VPB (Fut Subj Sg P1) => zur_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => zur_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => zur_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => zur_ + "ciéremos" ; --# notpresent + VPB (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => zur_ + "ciría" ; --# notpresent + VPB (Cond Sg P2) => zur_ + "cirías" ; --# notpresent + VPB (Cond Sg P3) => zur_ + "ciría" ; --# notpresent + VPB (Cond Pl P1) => zur_ + "ciríamos" ; --# notpresent + VPB (Cond Pl P2) => zur_ + "ciríais" ; --# notpresent + VPB (Cond Pl P3) => zur_ + "cirían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => zur_ + "ce" ; + VPB (Imper Sg P3) => zur_ + "za" ; + VPB (Imper Pl P1) => zur_ + "zamos" ; + VPB (Imper Pl P2) => zur_ + "cid" ; + VPB (Imper Pl P3) => zur_ + "zan" ; + VPB (Pass Sg Masc) => zur_ + "cido" ; + VPB (Pass Sg Fem) => zur_ + "cida" ; + VPB (Pass Pl Masc) => zur_ + "cidos" ; + VPB (Pass Pl Fem) => zur_ + "cidas" + } + } ; +oper amar_87 : Str -> Verbum = \amar -> + let am_ = Predef.tk 2 amar in + {s = table { + VI Infn => am_ + "ar" ; + VI Ger => am_ + "ando" ; + VI Part => am_ + "ado" ; + VPB (Pres Ind Sg P1) => am_ + "o" ; + VPB (Pres Ind Sg P2) => am_ + "as" ; + VPB (Pres Ind Sg P3) => am_ + "a" ; + VPB (Pres Ind Pl P1) => am_ + "amos" ; + VPB (Pres Ind Pl P2) => am_ + "áis" ; + VPB (Pres Ind Pl P3) => am_ + "an" ; + VPB (Pres Subj Sg P1) => am_ + "e" ; + VPB (Pres Subj Sg P2) => am_ + "es" ; + VPB (Pres Subj Sg P3) => am_ + "e" ; + VPB (Pres Subj Pl P1) => am_ + "emos" ; + VPB (Pres Subj Pl P2) => am_ + "éis" ; + VPB (Pres Subj Pl P3) => am_ + "en" ; + VPB (Impf Ind Sg P1) => am_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => am_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => am_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => am_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => am_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => am_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {am_ + "áramos" ; am_ + "ásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; --# notpresent + VPB (Pret Sg P1) => am_ + "é" ; --# notpresent + VPB (Pret Sg P2) => am_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => am_ + "ó" ; --# notpresent + VPB (Pret Pl P1) => am_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => am_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => am_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => am_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => am_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => am_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => am_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => am_ + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => am_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => am_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => am_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => am_ + "áremos" ; --# notpresent + VPB (Fut Subj Pl P2) => am_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => am_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => am_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => am_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => am_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => am_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => am_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => am_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => am_ + "a" ; + VPB (Imper Sg P3) => am_ + "e" ; + VPB (Imper Pl P1) => am_ + "emos" ; + VPB (Imper Pl P2) => am_ + "ad" ; + VPB (Imper Pl P3) => am_ + "en" ; + VPB (Pass Sg Masc) => am_ + "ado" ; + VPB (Pass Sg Fem) => am_ + "ada" ; + VPB (Pass Pl Masc) => am_ + "ados" ; + VPB (Pass Pl Fem) => am_ + "adas" + } + } ; +oper llover_89 : Str -> Verbum = \llover -> + let ll_ = Predef.tk 4 llover in + {s = table { + VI Infn => ll_ + "over" ; + VI Ger => ll_ + "oviendo" ; + VI Part => ll_ + "ovido" ; + VPB (Pres Ind Sg P1) => variants {} ; + VPB (Pres Ind Sg P2) => variants {} ; + VPB (Pres Ind Sg P3) => ll_ + "ueve" ; + VPB (Pres Ind Pl P1) => variants {} ; + VPB (Pres Ind Pl P2) => variants {} ; + VPB (Pres Ind Pl P3) => variants {} ; + VPB (Pres Subj Sg P1) => variants {} ; + VPB (Pres Subj Sg P2) => variants {} ; + VPB (Pres Subj Sg P3) => ll_ + "ueva" ; + VPB (Pres Subj Pl P1) => variants {} ; + VPB (Pres Subj Pl P2) => variants {} ; + VPB (Pres Subj Pl P3) => variants {} ; + VPB (Impf Ind Sg P1) => variants {} ; --# notpresent + VPB (Impf Ind Sg P2) => variants {} ; --# notpresent + VPB (Impf Ind Sg P3) => ll_ + "ovía" ; --# notpresent + VPB (Impf Ind Pl P1) => variants {} ; --# notpresent + VPB (Impf Ind Pl P2) => variants {} ; --# notpresent + VPB (Impf Ind Pl P3) => variants {} ; --# notpresent + VPB (Impf Subj Sg P1) => variants {} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {} ; --# notpresent + VPB (Pret Sg P1) => variants {} ; --# notpresent + VPB (Pret Sg P2) => variants {} ; --# notpresent + VPB (Pret Sg P3) => ll_ + "ovió" ; --# notpresent + VPB (Pret Pl P1) => variants {} ; --# notpresent + VPB (Pret Pl P2) => variants {} ; --# notpresent + VPB (Pret Pl P3) => variants {} ; --# notpresent + VPB (Fut Ind Sg P1) => variants {} ; --# notpresent + VPB (Fut Ind Sg P2) => variants {} ; --# notpresent + VPB (Fut Ind Sg P3) => ll_ + "overá" ; --# notpresent + VPB (Fut Ind Pl P1) => variants {} ; --# notpresent + VPB (Fut Ind Pl P2) => variants {} ; --# notpresent + VPB (Fut Ind Pl P3) => variants {} ; --# notpresent + VPB (Fut Subj Sg P1) => variants {} ; --# notpresent + VPB (Fut Subj Sg P2) => variants {} ; --# notpresent + VPB (Fut Subj Sg P3) => ll_ + "oviere" ; --# notpresent + VPB (Fut Subj Pl P1) => variants {} ; --# notpresent + VPB (Fut Subj Pl P2) => variants {} ; --# notpresent + VPB (Fut Subj Pl P3) => variants {} ; --# notpresent + VPB (Cond Sg P1) => variants {} ; --# notpresent + VPB (Cond Sg P2) => variants {} ; --# notpresent + VPB (Cond Sg P3) => ll_ + "overía" ; --# notpresent + VPB (Cond Pl P1) => variants {} ; --# notpresent + VPB (Cond Pl P2) => variants {} ; --# notpresent + VPB (Cond Pl P3) => variants {} ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => variants {} ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => variants {} ; + VPB (Pass Sg Fem) => variants {} ; + VPB (Pass Pl Masc) => variants {} ; + VPB (Pass Pl Fem) => variants {} + } + } ; + +-- Verbs: conversion from full verbs to present-tense verbs. + + verbBesch : {s : VFB => Str} -> {s : CommonRomance.VF => Str} = \amar -> + {- + -- even imperatives should be modified this way, so let's postpone this + -- AR 21/6/2006 + let + amare = amar.s ! VI Infn ; + a'r = case last (init amare) of { + "i" => "ír" ; + "e" => "ér" ; + _ => "ár" + } ; + ama'r = Predef.tk 2 amare ++ a'r + in + -} + {s = table { +-- VInfin True => ama'r ; + VInfin _ => amar.s ! VI Infn ; + VFin (VPres Indic) n p => amar.s ! VPB (Pres Ind n p) ; + VFin (VPres Conjunct) n p => amar.s ! VPB (Pres Sub n p) ; + VFin (VImperf Indic) n p => amar.s ! VPB (Impf Ind n p) ; --# notpresent --# notpresent + VFin (VImperf Conjunct) n p => amar.s ! VPB (Impf Sub n p) ; --# notpresent --# notpresent + VFin VPasse n p => amar.s ! VPB (Pret n p) ; --# notpresent --# notpresent + VFin VFut n p => amar.s ! VPB (Fut Ind n p) ; --# notpresent --# notpresent + VFin VCondit n p => amar.s ! VPB (Cond n p) ; --# notpresent --# notpresent + VImper SgP2 => amar.s ! VPB (Imper Sg P2) ; + VImper PlP1 => amar.s ! VPB (Imper Pl P1) ; + VImper PlP2 => amar.s ! VPB (Imper Pl P2) ; + VPart g n => amar.s ! VPB (Pass n g) ; + VGer => amar.s ! VI Ger + } + } ; + + +-- The full conjunction is a table on $VForm$: + +param + VImpers = + Infn + | Ger + | Part + ; + + Mode = Ind | Sub ; + + VPers = + Pres Mode Number Person + | Impf Mode Number Person --# notpresent --# notpresent + | Pret Number Person --# notpresent --# notpresent + | Fut Mode Number Person --# notpresent --# notpresent + | Cond Number Person --# notpresent --# notpresent + | Imper Number Person + | Pass Number Gender + ; + + VFB = + VI VImpers + | VPB VPers + ; + +oper + regAlternV : Str -> Str -> Verbum = + \mostrar, muestro -> + let + mostr = Predef.tk 2 mostrar ; + muestr = Predef.tk 1 muestro + in + {s = table { + VI Infn => mostr + "ar" ; + VI Ger => mostr + "ando" ; + VI Part => mostr + "ado" ; + VPB (Pres Ind Sg P1) => muestr + "o" ; + VPB (Pres Ind Sg P2) => muestr + "as" ; + VPB (Pres Ind Sg P3) => muestr + "a" ; + VPB (Pres Ind Pl P1) => mostr + "amos" ; + VPB (Pres Ind Pl P2) => mostr + "áis" ; + VPB (Pres Ind Pl P3) => muestr + "an" ; + VPB (Pres Subj Sg P1) => muestr + "ue" ; + VPB (Pres Subj Sg P2) => muestr + "ues" ; + VPB (Pres Subj Sg P3) => muestr + "ue" ; + VPB (Pres Subj Pl P1) => mostr + "uemos" ; + VPB (Pres Subj Pl P2) => mostr + "uéis" ; + VPB (Pres Subj Pl P3) => muestr + "uen" ; + VPB (Impf Ind Sg P1) => mostr + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => mostr + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => mostr + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => mostr + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => mostr + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => mostr + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {mostr + "aras" ; mostr + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {mostr + "áramos" ; mostr + "ásemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {mostr + "arais" ; mostr + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {mostr + "aran" ; mostr + "asen"} ; --# notpresent + VPB (Pret Sg P1) => mostr + "ué" ; --# notpresent + VPB (Pret Sg P2) => mostr + "aste" ; --# notpresent + VPB (Pret Sg P3) => mostr + "ó" ; --# notpresent + VPB (Pret Pl P1) => mostr + "amos" ; --# notpresent + VPB (Pret Pl P2) => mostr + "asteis" ; --# notpresent + VPB (Pret Pl P3) => mostr + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => mostr + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => mostr + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => mostr + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => mostr + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => mostr + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => mostr + "arán" ; --# notpresent + VPB (Fut Subj Sg P1) => mostr + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => mostr + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => mostr + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => mostr + "áremos" ; --# notpresent + VPB (Fut Subj Pl P2) => mostr + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => mostr + "aren" ; --# notpresent + VPB (Cond Sg P1) => mostr + "aría" ; --# notpresent + VPB (Cond Sg P2) => mostr + "arías" ; --# notpresent + VPB (Cond Sg P3) => mostr + "aría" ; --# notpresent + VPB (Cond Pl P1) => mostr + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => mostr + "aríais" ; --# notpresent + VPB (Cond Pl P3) => mostr + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => muestr + "a" ; + VPB (Imper Sg P3) => muestr + "ue" ; + VPB (Imper Pl P1) => mostr + "uemos" ; + VPB (Imper Pl P2) => mostr + "ad" ; + VPB (Imper Pl P3) => muestr + "uen" ; + VPB (Pass Sg Masc) => mostr + "ado" ; + VPB (Pass Sg Fem) => mostr + "ada" ; + VPB (Pass Pl Masc) => mostr + "ados" ; + VPB (Pass Pl Fem) => mostr + "adas" + } + } ; + +} |
