From 6267f9f71f5718103ca9687636c7f55d0f27387b Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 25 Apr 2016 19:58:18 +0000 Subject: [PATCH] added a project for Portuguese as a copy of Spanish --- lib/src/MkLang.hs | 2 +- lib/src/api/CombinatorsPor.gf | 15 + lib/src/api/ConstructorsPor.gf | 3 + lib/src/api/SymbolicPor.gf | 5 + lib/src/api/SyntaxPor.gf | 5 + lib/src/api/TryPor.gf | 3 + lib/src/portuguese/AdjectivePor.gf | 2 + lib/src/portuguese/AdverbPor.gf | 2 + lib/src/portuguese/AllPor.gf | 7 + lib/src/portuguese/AllPorAbs.gf | 5 + lib/src/portuguese/BeschPor.gf | 6661 ++ lib/src/portuguese/CatPor.gf | 5 + lib/src/portuguese/CompatibilityPor.gf | 11 + lib/src/portuguese/ConjunctionPor.gf | 2 + lib/src/portuguese/ConstructionPor.gf | 148 + lib/src/portuguese/DiffPor.gf | 221 + lib/src/portuguese/DocumentationPor.gf | 6 + lib/src/portuguese/DocumentationPorFunctor.gf | 226 + lib/src/portuguese/ExtraPor.gf | 83 + lib/src/portuguese/ExtraPorAbs.gf | 37 + lib/src/portuguese/ExtraRomancePor.gf | 2 + lib/src/portuguese/ExtraSpaPor.gf | 37 + lib/src/portuguese/GrammarPor.gf | 23 + lib/src/portuguese/IdiomPor.gf | 45 + lib/src/portuguese/IrregPor.gf | 78348 ++++++++++++++++ lib/src/portuguese/IrregPorAbs.gf | 1093 + lib/src/portuguese/IrregSpaPor.gf | 1093 + lib/src/portuguese/LangPor.gf | 12 + lib/src/portuguese/LexiconPor.gf | 363 + lib/src/portuguese/MakeStructuralPor.gf | 23 + lib/src/portuguese/MorphoPor.gf | 204 + lib/src/portuguese/NounPor.gf | 2 + lib/src/portuguese/NumeralPor.gf | 144 + lib/src/portuguese/ParadigmsPor.gf | 540 + lib/src/portuguese/ParsePor.gf | 157 + lib/src/portuguese/PhonoPor.gf | 39 + lib/src/portuguese/PhrasePor.gf | 2 + lib/src/portuguese/QuestionPor.gf | 2 + lib/src/portuguese/RelativePor.gf | 2 + lib/src/portuguese/ResPor.gf | 13 + lib/src/portuguese/SentencePor.gf | 2 + lib/src/portuguese/StructuralPor.gf | 181 + lib/src/portuguese/SymbolPor.gf | 4 + lib/src/portuguese/TensePor.gf | 3 + lib/src/portuguese/TerminologyPor.gf | 68 + lib/src/portuguese/TextPor.gf | 12 + lib/src/portuguese/VerbPor.gf | 2 + lib/src/translator/DictionaryFin.gf | 8 +- 48 files changed, 89868 insertions(+), 5 deletions(-) create mode 100644 lib/src/api/CombinatorsPor.gf create mode 100644 lib/src/api/ConstructorsPor.gf create mode 100644 lib/src/api/SymbolicPor.gf create mode 100644 lib/src/api/SyntaxPor.gf create mode 100644 lib/src/api/TryPor.gf create mode 100644 lib/src/portuguese/AdjectivePor.gf create mode 100644 lib/src/portuguese/AdverbPor.gf create mode 100644 lib/src/portuguese/AllPor.gf create mode 100644 lib/src/portuguese/AllPorAbs.gf create mode 100644 lib/src/portuguese/BeschPor.gf create mode 100644 lib/src/portuguese/CatPor.gf create mode 100644 lib/src/portuguese/CompatibilityPor.gf create mode 100644 lib/src/portuguese/ConjunctionPor.gf create mode 100644 lib/src/portuguese/ConstructionPor.gf create mode 100644 lib/src/portuguese/DiffPor.gf create mode 100644 lib/src/portuguese/DocumentationPor.gf create mode 100644 lib/src/portuguese/DocumentationPorFunctor.gf create mode 100644 lib/src/portuguese/ExtraPor.gf create mode 100644 lib/src/portuguese/ExtraPorAbs.gf create mode 100644 lib/src/portuguese/ExtraRomancePor.gf create mode 100644 lib/src/portuguese/ExtraSpaPor.gf create mode 100644 lib/src/portuguese/GrammarPor.gf create mode 100644 lib/src/portuguese/IdiomPor.gf create mode 100644 lib/src/portuguese/IrregPor.gf create mode 100644 lib/src/portuguese/IrregPorAbs.gf create mode 100644 lib/src/portuguese/IrregSpaPor.gf create mode 100644 lib/src/portuguese/LangPor.gf create mode 100644 lib/src/portuguese/LexiconPor.gf create mode 100644 lib/src/portuguese/MakeStructuralPor.gf create mode 100644 lib/src/portuguese/MorphoPor.gf create mode 100644 lib/src/portuguese/NounPor.gf create mode 100644 lib/src/portuguese/NumeralPor.gf create mode 100644 lib/src/portuguese/ParadigmsPor.gf create mode 100644 lib/src/portuguese/ParsePor.gf create mode 100644 lib/src/portuguese/PhonoPor.gf create mode 100644 lib/src/portuguese/PhrasePor.gf create mode 100644 lib/src/portuguese/QuestionPor.gf create mode 100644 lib/src/portuguese/RelativePor.gf create mode 100644 lib/src/portuguese/ResPor.gf create mode 100644 lib/src/portuguese/SentencePor.gf create mode 100644 lib/src/portuguese/StructuralPor.gf create mode 100644 lib/src/portuguese/SymbolPor.gf create mode 100644 lib/src/portuguese/TensePor.gf create mode 100644 lib/src/portuguese/TerminologyPor.gf create mode 100644 lib/src/portuguese/TextPor.gf create mode 100644 lib/src/portuguese/VerbPor.gf diff --git a/lib/src/MkLang.hs b/lib/src/MkLang.hs index 2f1fdbd7a..6c1b83b45 100644 --- a/lib/src/MkLang.hs +++ b/lib/src/MkLang.hs @@ -22,7 +22,7 @@ change xx = case xx of system "ls *.gf > files.tmp" files <- readFile "files.tmp" >>= return . lines mapM_ (changeIdents from to) files - mapM_ commentOut files +---- mapM_ commentOut files comment -> do files <- readFile "files.tmp" >>= return . lines mapM_ commentOut files diff --git a/lib/src/api/CombinatorsPor.gf b/lib/src/api/CombinatorsPor.gf new file mode 100644 index 000000000..b87e95d05 --- /dev/null +++ b/lib/src/api/CombinatorsPor.gf @@ -0,0 +1,15 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsPor = Combinators - [appCN, appCNc] with + (Cat = CatPor), + (Structural = StructuralPor), + (Noun = NounPor), + (Constructors = ConstructorsPor) ** +{ +oper +appCN : CN -> NP -> NP + = \cn,x -> mkNP the_Art (PossNP cn x) ; +appCNc : CN -> [NP] -> NP + = \cn,xs -> let np : NP = mkNP and_Conj xs + in mkNP the_Art (PossNP cn np) ; +} diff --git a/lib/src/api/ConstructorsPor.gf b/lib/src/api/ConstructorsPor.gf new file mode 100644 index 000000000..a345020cc --- /dev/null +++ b/lib/src/api/ConstructorsPor.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsPor = Constructors with (Grammar = GrammarPor) ; diff --git a/lib/src/api/SymbolicPor.gf b/lib/src/api/SymbolicPor.gf new file mode 100644 index 000000000..f689e83f9 --- /dev/null +++ b/lib/src/api/SymbolicPor.gf @@ -0,0 +1,5 @@ +--# -path=.:../spanish:../romance:../common:../abstract:../prelude + +resource SymbolicPor = Symbolic with + (Symbol = SymbolPor), + (Grammar = GrammarPor) ; diff --git a/lib/src/api/SyntaxPor.gf b/lib/src/api/SyntaxPor.gf new file mode 100644 index 000000000..f267bd89e --- /dev/null +++ b/lib/src/api/SyntaxPor.gf @@ -0,0 +1,5 @@ +--# -path=.:alltenses + +instance SyntaxPor of Syntax = + ConstructorsPor, CatPor, StructuralPor, CombinatorsPor ; + diff --git a/lib/src/api/TryPor.gf b/lib/src/api/TryPor.gf new file mode 100644 index 000000000..ddc3aa746 --- /dev/null +++ b/lib/src/api/TryPor.gf @@ -0,0 +1,3 @@ +--# -path=.:../spanish:../romance:../common:../abstract:../prelude + +resource TryPor = SyntaxPor, LexiconPor, ParadigmsPor - [mkAdv,mkAdN] ; diff --git a/lib/src/portuguese/AdjectivePor.gf b/lib/src/portuguese/AdjectivePor.gf new file mode 100644 index 000000000..ec6ea4341 --- /dev/null +++ b/lib/src/portuguese/AdjectivePor.gf @@ -0,0 +1,2 @@ +concrete AdjectivePor of Adjective = CatPor ** AdjectiveRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/AdverbPor.gf b/lib/src/portuguese/AdverbPor.gf new file mode 100644 index 000000000..f7e7189c1 --- /dev/null +++ b/lib/src/portuguese/AdverbPor.gf @@ -0,0 +1,2 @@ +concrete AdverbPor of Adverb = CatPor ** AdverbRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/AllPor.gf b/lib/src/portuguese/AllPor.gf new file mode 100644 index 000000000..67b192158 --- /dev/null +++ b/lib/src/portuguese/AllPor.gf @@ -0,0 +1,7 @@ +--# -path=.:../romance:../abstract:../common:../api:../prelude + +concrete AllPor of AllPorAbs = + LangPor, + IrregPor, + ExtraPor + ** {} ; diff --git a/lib/src/portuguese/AllPorAbs.gf b/lib/src/portuguese/AllPorAbs.gf new file mode 100644 index 000000000..057c97a11 --- /dev/null +++ b/lib/src/portuguese/AllPorAbs.gf @@ -0,0 +1,5 @@ +abstract AllPorAbs = + Lang, + IrregPorAbs, + ExtraPorAbs + ** {} ; diff --git a/lib/src/portuguese/BeschPor.gf b/lib/src/portuguese/BeschPor.gf new file mode 100644 index 000000000..543b5161e --- /dev/null +++ b/lib/src/portuguese/BeschPor.gf @@ -0,0 +1,6661 @@ +--# -path=.:../romance:../common:../abstract:../prelude + +resource BeschPor = open Prelude, CommonRomance in { + +flags optimize=noexpand ; -- faster than values + coding=utf8 ; + +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 Sub Sg P1) => x_ + "sea" ; + VPB (Pres Sub Sg P2) => x_ + "seas" ; + VPB (Pres Sub Sg P3) => x_ + "sea" ; + VPB (Pres Sub Pl P1) => x_ + "seamos" ; + VPB (Pres Sub Pl P2) => x_ + "seáis" ; + VPB (Pres Sub 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 Sub Sg P1) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "fueras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "fuéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "fuerais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "fueran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "fueses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "fuésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "fueseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "fuéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => est_ + "é" ; + VPB (Pres Sub Sg P2) => est_ + "és" ; + VPB (Pres Sub Sg P3) => est_ + "é" ; + VPB (Pres Sub Pl P1) => est_ + "emos" ; + VPB (Pres Sub Pl P2) => est_ + "éis" ; + VPB (Pres Sub 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 Sub Sg P1) => est_ + "uviera" ; --# notpresent + VPB (Impf Sub Sg P2) => est_ + "uvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => est_ + "uviera" ; --# notpresent + VPB (Impf Sub Pl P1) => est_ + "uviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => est_ + "uvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => est_ + "uvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => est_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => est_ + "uvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => est_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => est_ + "uviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => est_ + "uvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => est_ + "uviere" ; --# notpresent + VPB (Fut Sub Sg P2) => est_ + "uvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => est_ + "uviere" ; --# notpresent + VPB (Fut Sub Pl P1) => est_ + "uviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => est_ + "uviereis" ; --# notpresent + VPB (Fut Sub 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) => h_ + "a" ; + VPB (Pres Ind Pl P1) => h_ + "emos" ; + VPB (Pres Ind Pl P2) => h_ + "abéis" ; + VPB (Pres Ind Pl P3) => h_ + "an" ; + VPB (Pres Sub Sg P1) => h_ + "aya" ; + VPB (Pres Sub Sg P2) => h_ + "ayas" ; + VPB (Pres Sub Sg P3) => h_ + "aya" ; + VPB (Pres Sub Pl P1) => h_ + "ayamos" ; + VPB (Pres Sub Pl P2) => h_ + "ayáis" ; + VPB (Pres Sub 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 Sub Sg P1) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Sg P2) => h_ + "ubieras" ; --# notpresent + VPB (Impf Sub Sg P3) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Pl P1) => h_ + "ubiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => h_ + "ubierais" ; --# notpresent + VPB (Impf Sub Pl P3) => h_ + "ubieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => h_ + "ubieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => h_ + "ubiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => h_ + "ubieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Sub Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Pl P1) => h_ + "ubiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => h_ + "aya" ; + VPB (Pres Sub Sg P2) => h_ + "ayas" ; + VPB (Pres Sub Sg P3) => h_ + "aya" ; + VPB (Pres Sub Pl P1) => h_ + "ayamos" ; + VPB (Pres Sub Pl P2) => h_ + "ayáis" ; + VPB (Pres Sub 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 Sub Sg P1) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Sg P2) => h_ + "ubieras" ; --# notpresent + VPB (Impf Sub Sg P3) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Pl P1) => h_ + "ubiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => h_ + "ubierais" ; --# notpresent + VPB (Impf Sub Pl P3) => h_ + "ubieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => h_ + "ubieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => h_ + "ubiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => h_ + "ubieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Sub Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Pl P1) => h_ + "ubiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => t_ + "enga" ; + VPB (Pres Sub Sg P2) => t_ + "engas" ; + VPB (Pres Sub Sg P3) => t_ + "enga" ; + VPB (Pres Sub Pl P1) => t_ + "engamos" ; + VPB (Pres Sub Pl P2) => t_ + "engáis" ; + VPB (Pres Sub 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 Sub Sg P1) => t_ + "uviera" ; --# notpresent + VPB (Impf Sub Sg P2) => t_ + "uvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => t_ + "uviera" ; --# notpresent + VPB (Impf Sub Pl P1) => t_ + "uviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => t_ + "uvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => t_ + "uvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => t_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => t_ + "uvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => t_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => t_ + "uviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => t_ + "uvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => t_ + "uviere" ; --# notpresent + VPB (Fut Sub Sg P2) => t_ + "uvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => t_ + "uviere" ; --# notpresent + VPB (Fut Sub Pl P1) => t_ + "uviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => t_ + "uviereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => cort_ + "e" ; + VPB (Pres Sub Sg P2) => cort_ + "es" ; + VPB (Pres Sub Sg P3) => cort_ + "e" ; + VPB (Pres Sub Pl P1) => cort_ + "emos" ; + VPB (Pres Sub Pl P2) => cort_ + "éis" ; + VPB (Pres Sub 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 Sub Sg P1) => cort_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => cort_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => cort_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => cort_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => cort_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => cort_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => cort_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => cort_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => cort_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => cort_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => cort_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => cort_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => cort_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => cort_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => cort_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => cort_ + "areis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => deb_ + "a" ; + VPB (Pres Sub Sg P2) => deb_ + "as" ; + VPB (Pres Sub Sg P3) => deb_ + "a" ; + VPB (Pres Sub Pl P1) => deb_ + "amos" ; + VPB (Pres Sub Pl P2) => deb_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => deb_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => deb_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => deb_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => deb_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => deb_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => deb_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => deb_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => deb_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => deb_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => deb_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => deb_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => deb_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => deb_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => deb_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => deb_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => deb_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => viv_ + "a" ; + VPB (Pres Sub Sg P2) => viv_ + "as" ; + VPB (Pres Sub Sg P3) => viv_ + "a" ; + VPB (Pres Sub Pl P1) => viv_ + "amos" ; + VPB (Pres Sub Pl P2) => viv_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => viv_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => viv_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => viv_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => viv_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => viv_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => viv_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => viv_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => viv_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => viv_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => viv_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => viv_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => viv_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => viv_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => viv_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => viv_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => viv_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => variants {} ; + VPB (Pres Sub Sg P2) => variants {} ; + VPB (Pres Sub Sg P3) => variants {} ; + VPB (Pres Sub Pl P1) => variants {} ; + VPB (Pres Sub Pl P2) => variants {} ; + VPB (Pres Sub 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 Sub Sg P1) => abol_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => abol_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => abol_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => abol_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => abol_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => abol_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => abol_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => abol_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => abol_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => abol_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => abol_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => abol_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => abol_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => abol_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => abol_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => abol_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => act_ + "úe" ; + VPB (Pres Sub Sg P2) => act_ + "úes" ; + VPB (Pres Sub Sg P3) => act_ + "úe" ; + VPB (Pres Sub Pl P1) => act_ + "uemos" ; + VPB (Pres Sub Pl P2) => act_ + "uéis" ; + VPB (Pres Sub 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 Sub Sg P1) => act_ + "uara" ; --# notpresent + VPB (Impf Sub Sg P2) => act_ + "uaras" ; --# notpresent + VPB (Impf Sub Sg P3) => act_ + "uara" ; --# notpresent + VPB (Impf Sub Pl P1) => act_ + "uáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => act_ + "uarais" ; --# notpresent + VPB (Impf Sub Pl P3) => act_ + "uaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => act_ + "uase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => act_ + "uases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => act_ + "uase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => act_ + "uásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => act_ + "uaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => act_ + "uare" ; --# notpresent + VPB (Fut Sub Sg P2) => act_ + "uares" ; --# notpresent + VPB (Fut Sub Sg P3) => act_ + "uare" ; --# notpresent + VPB (Fut Sub Pl P1) => act_ + "uáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => act_ + "uareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => adqui_ + "era" ; + VPB (Pres Sub Sg P2) => adqui_ + "eras" ; + VPB (Pres Sub Sg P3) => adqui_ + "era" ; + VPB (Pres Sub Pl P1) => adqui_ + "ramos" ; + VPB (Pres Sub Pl P2) => adqui_ + "ráis" ; + VPB (Pres Sub 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 Sub Sg P1) => adqui_ + "riera" ; --# notpresent + VPB (Impf Sub Sg P2) => adqui_ + "rieras" ; --# notpresent + VPB (Impf Sub Sg P3) => adqui_ + "riera" ; --# notpresent + VPB (Impf Sub Pl P1) => adqui_ + "riéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => adqui_ + "rierais" ; --# notpresent + VPB (Impf Sub Pl P3) => adqui_ + "rieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => adqui_ + "riese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => adqui_ + "rieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => adqui_ + "riese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => adqui_ + "riésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => adqui_ + "rieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => adqui_ + "riere" ; --# notpresent + VPB (Fut Sub Sg P2) => adqui_ + "rieres" ; --# notpresent + VPB (Fut Sub Sg P3) => adqui_ + "riere" ; --# notpresent + VPB (Fut Sub Pl P1) => adqui_ + "riéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => adqui_ + "riereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ah_ + "ínque" ; + VPB (Pres Sub Sg P2) => ah_ + "ínques" ; + VPB (Pres Sub Sg P3) => ah_ + "ínque" ; + VPB (Pres Sub Pl P1) => ah_ + "inquemos" ; + VPB (Pres Sub Pl P2) => ah_ + "inquéis" ; + VPB (Pres Sub 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 Sub Sg P1) => ah_ + "incara" ; --# notpresent + VPB (Impf Sub Sg P2) => ah_ + "incaras" ; --# notpresent + VPB (Impf Sub Sg P3) => ah_ + "incara" ; --# notpresent + VPB (Impf Sub Pl P1) => ah_ + "incáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ah_ + "incarais" ; --# notpresent + VPB (Impf Sub Pl P3) => ah_ + "incaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ah_ + "incase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ah_ + "incases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ah_ + "incase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ah_ + "incásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ah_ + "incaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ah_ + "incare" ; --# notpresent + VPB (Fut Sub Sg P2) => ah_ + "incares" ; --# notpresent + VPB (Fut Sub Sg P3) => ah_ + "incare" ; --# notpresent + VPB (Fut Sub Pl P1) => ah_ + "incáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ah_ + "incareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => a_ + "íre" ; + VPB (Pres Sub Sg P2) => a_ + "íres" ; + VPB (Pres Sub Sg P3) => a_ + "íre" ; + VPB (Pres Sub Pl P1) => a_ + "iremos" ; + VPB (Pres Sub Pl P2) => a_ + "iréis" ; + VPB (Pres Sub 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 Sub Sg P1) => a_ + "irara" ; --# notpresent + VPB (Impf Sub Sg P2) => a_ + "iraras" ; --# notpresent + VPB (Impf Sub Sg P3) => a_ + "irara" ; --# notpresent + VPB (Impf Sub Pl P1) => a_ + "iráramos" ; --# notpresent + VPB (Impf Sub Pl P2) => a_ + "irarais" ; --# notpresent + VPB (Impf Sub Pl P3) => a_ + "iraran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => a_ + "irase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => a_ + "irases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => a_ + "irase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => a_ + "irásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => a_ + "iraseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => a_ + "irare" ; --# notpresent + VPB (Fut Sub Sg P2) => a_ + "irares" ; --# notpresent + VPB (Fut Sub Sg P3) => a_ + "irare" ; --# notpresent + VPB (Fut Sub Pl P1) => a_ + "iráremos" ; --# notpresent + VPB (Fut Sub Pl P2) => a_ + "irareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => and_ + "e" ; + VPB (Pres Sub Sg P2) => and_ + "es" ; + VPB (Pres Sub Sg P3) => and_ + "e" ; + VPB (Pres Sub Pl P1) => and_ + "emos" ; + VPB (Pres Sub Pl P2) => and_ + "éis" ; + VPB (Pres Sub 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 Sub Sg P1) => and_ + "uviera" ; --# notpresent + VPB (Impf Sub Sg P2) => and_ + "uvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => and_ + "uviera" ; --# notpresent + VPB (Impf Sub Pl P1) => and_ + "uviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => and_ + "uvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => and_ + "uvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => and_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => and_ + "uvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => and_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => and_ + "uviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => and_ + "uvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => and_ + "uviere" ; --# notpresent + VPB (Fut Sub Sg P2) => and_ + "uvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => and_ + "uviere" ; --# notpresent + VPB (Fut Sub Pl P1) => and_ + "uviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => and_ + "uviereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => as_ + "ga" ; + VPB (Pres Sub Sg P2) => as_ + "gas" ; + VPB (Pres Sub Sg P3) => as_ + "ga" ; + VPB (Pres Sub Pl P1) => as_ + "gamos" ; + VPB (Pres Sub Pl P2) => as_ + "gáis" ; + VPB (Pres Sub 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 Sub Sg P1) => as_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => as_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => as_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => as_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => as_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => as_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => as_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => as_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => as_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => as_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => as_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => as_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => as_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => as_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => as_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => as_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => a_ + "úlle" ; + VPB (Pres Sub Sg P2) => a_ + "úlles" ; + VPB (Pres Sub Sg P3) => a_ + "úlle" ; + VPB (Pres Sub Pl P1) => a_ + "ullemos" ; + VPB (Pres Sub Pl P2) => a_ + "ulléis" ; + VPB (Pres Sub 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 Sub Sg P1) => a_ + "ullara" ; --# notpresent + VPB (Impf Sub Sg P2) => a_ + "ullaras" ; --# notpresent + VPB (Impf Sub Sg P3) => a_ + "ullara" ; --# notpresent + VPB (Impf Sub Pl P1) => a_ + "ulláramos" ; --# notpresent + VPB (Impf Sub Pl P2) => a_ + "ullarais" ; --# notpresent + VPB (Impf Sub Pl P3) => a_ + "ullaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => a_ + "ullase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => a_ + "ullases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => a_ + "ullase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => a_ + "ullásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => a_ + "ullaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => a_ + "ullare" ; --# notpresent + VPB (Fut Sub Sg P2) => a_ + "ullares" ; --# notpresent + VPB (Fut Sub Sg P3) => a_ + "ullare" ; --# notpresent + VPB (Fut Sub Pl P1) => a_ + "ulláremos" ; --# notpresent + VPB (Fut Sub Pl P2) => a_ + "ullareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => averg_ + "üence" ; + VPB (Pres Sub Sg P2) => averg_ + "üences" ; + VPB (Pres Sub Sg P3) => averg_ + "üence" ; + VPB (Pres Sub Pl P1) => averg_ + "oncemos" ; + VPB (Pres Sub Pl P2) => averg_ + "oncéis" ; + VPB (Pres Sub 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 Sub Sg P1) => averg_ + "onzara" ; --# notpresent + VPB (Impf Sub Sg P2) => averg_ + "onzaras" ; --# notpresent + VPB (Impf Sub Sg P3) => averg_ + "onzara" ; --# notpresent + VPB (Impf Sub Pl P1) => averg_ + "onzáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => averg_ + "onzarais" ; --# notpresent + VPB (Impf Sub Pl P3) => averg_ + "onzaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => averg_ + "onzase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => averg_ + "onzases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => averg_ + "onzase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => averg_ + "onzásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => averg_ + "onzaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => averg_ + "onzare" ; --# notpresent + VPB (Fut Sub Sg P2) => averg_ + "onzares" ; --# notpresent + VPB (Fut Sub Sg P3) => averg_ + "onzare" ; --# notpresent + VPB (Fut Sub Pl P1) => averg_ + "onzáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => averg_ + "onzareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => averig_ + "üe" ; + VPB (Pres Sub Sg P2) => averig_ + "ües" ; + VPB (Pres Sub Sg P3) => averig_ + "üe" ; + VPB (Pres Sub Pl P1) => averig_ + "üemos" ; + VPB (Pres Sub Pl P2) => averig_ + "üéis" ; + VPB (Pres Sub 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 Sub Sg P1) => averig_ + "uara" ; --# notpresent + VPB (Impf Sub Sg P2) => averig_ + "uaras" ; --# notpresent + VPB (Impf Sub Sg P3) => averig_ + "uara" ; --# notpresent + VPB (Impf Sub Pl P1) => averig_ + "uáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => averig_ + "uarais" ; --# notpresent + VPB (Impf Sub Pl P3) => averig_ + "uaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => averig_ + "uase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => averig_ + "uases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => averig_ + "uase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => averig_ + "uásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => averig_ + "uaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => averig_ + "uare" ; --# notpresent + VPB (Fut Sub Sg P2) => averig_ + "uares" ; --# notpresent + VPB (Fut Sub Sg P3) => averig_ + "uare" ; --# notpresent + VPB (Fut Sub Pl P1) => averig_ + "uáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => averig_ + "uareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => bruñ_ + "a" ; + VPB (Pres Sub Sg P2) => bruñ_ + "as" ; + VPB (Pres Sub Sg P3) => bruñ_ + "a" ; + VPB (Pres Sub Pl P1) => bruñ_ + "amos" ; + VPB (Pres Sub Pl P2) => bruñ_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => bruñ_ + "era" ; --# notpresent + VPB (Impf Sub Sg P2) => bruñ_ + "eras" ; --# notpresent + VPB (Impf Sub Sg P3) => bruñ_ + "era" ; --# notpresent + VPB (Impf Sub Pl P1) => bruñ_ + "éramos" ; --# notpresent + VPB (Impf Sub Pl P2) => bruñ_ + "erais" ; --# notpresent + VPB (Impf Sub Pl P3) => bruñ_ + "eran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => bruñ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => bruñ_ + "eses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => bruñ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => bruñ_ + "ésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => bruñ_ + "eseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => bruñ_ + "ere" ; --# notpresent + VPB (Fut Sub Sg P2) => bruñ_ + "eres" ; --# notpresent + VPB (Fut Sub Sg P3) => bruñ_ + "ere" ; --# notpresent + VPB (Fut Sub Pl P1) => bruñ_ + "éremos" ; --# notpresent + VPB (Fut Sub Pl P2) => bruñ_ + "ereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => x_ + "quepa" ; + VPB (Pres Sub Sg P2) => x_ + "quepas" ; + VPB (Pres Sub Sg P3) => x_ + "quepa" ; + VPB (Pres Sub Pl P1) => x_ + "quepamos" ; + VPB (Pres Sub Pl P2) => x_ + "quepáis" ; + VPB (Pres Sub 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 Sub Sg P1) => x_ + "cupiera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "cupieras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "cupiera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "cupiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "cupierais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "cupieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "cupiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "cupieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "cupiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "cupiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "cupieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => x_ + "cupiere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "cupieres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "cupiere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "cupiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "cupiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ca_ + "iga" ; + VPB (Pres Sub Sg P2) => ca_ + "igas" ; + VPB (Pres Sub Sg P3) => ca_ + "iga" ; + VPB (Pres Sub Pl P1) => ca_ + "igamos" ; + VPB (Pres Sub Pl P2) => ca_ + "igáis" ; + VPB (Pres Sub 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 Sub Sg P1) => ca_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => ca_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => ca_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => ca_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ca_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => ca_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ca_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ca_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ca_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ca_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ca_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ca_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => ca_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => ca_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => ca_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ca_ + "yereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ca_ + "ce" ; + VPB (Pres Sub Sg P2) => ca_ + "ces" ; + VPB (Pres Sub Sg P3) => ca_ + "ce" ; + VPB (Pres Sub Pl P1) => ca_ + "cemos" ; + VPB (Pres Sub Pl P2) => ca_ + "céis" ; + VPB (Pres Sub 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 Sub Sg P1) => ca_ + "zara" ; --# notpresent + VPB (Impf Sub Sg P2) => ca_ + "zaras" ; --# notpresent + VPB (Impf Sub Sg P3) => ca_ + "zara" ; --# notpresent + VPB (Impf Sub Pl P1) => ca_ + "záramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ca_ + "zarais" ; --# notpresent + VPB (Impf Sub Pl P3) => ca_ + "zaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ca_ + "zase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ca_ + "zases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ca_ + "zase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ca_ + "zásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ca_ + "zaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ca_ + "zare" ; --# notpresent + VPB (Fut Sub Sg P2) => ca_ + "zares" ; --# notpresent + VPB (Fut Sub Sg P3) => ca_ + "zare" ; --# notpresent + VPB (Fut Sub Pl P1) => ca_ + "záremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ca_ + "zareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => c_ + "ueza" ; + VPB (Pres Sub Sg P2) => c_ + "uezas" ; + VPB (Pres Sub Sg P3) => c_ + "ueza" ; + VPB (Pres Sub Pl P1) => c_ + "ozamos" ; + VPB (Pres Sub Pl P2) => c_ + "ozáis" ; + VPB (Pres Sub 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 Sub Sg P1) => c_ + "ociera" ; --# notpresent + VPB (Impf Sub Sg P2) => c_ + "ocieras" ; --# notpresent + VPB (Impf Sub Sg P3) => c_ + "ociera" ; --# notpresent + VPB (Impf Sub Pl P1) => c_ + "ociéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => c_ + "ocierais" ; --# notpresent + VPB (Impf Sub Pl P3) => c_ + "ocieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => c_ + "ociese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => c_ + "ocieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => c_ + "ociese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => c_ + "ociésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => c_ + "ocieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => c_ + "ociere" ; --# notpresent + VPB (Fut Sub Sg P2) => c_ + "ocieres" ; --# notpresent + VPB (Fut Sub Sg P3) => c_ + "ociere" ; --# notpresent + VPB (Fut Sub Pl P1) => c_ + "ociéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => c_ + "ociereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => co_ + "ja" ; + VPB (Pres Sub Sg P2) => co_ + "jas" ; + VPB (Pres Sub Sg P3) => co_ + "ja" ; + VPB (Pres Sub Pl P1) => co_ + "jamos" ; + VPB (Pres Sub Pl P2) => co_ + "jáis" ; + VPB (Pres Sub 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 Sub Sg P1) => co_ + "giera" ; --# notpresent + VPB (Impf Sub Sg P2) => co_ + "gieras" ; --# notpresent + VPB (Impf Sub Sg P3) => co_ + "giera" ; --# notpresent + VPB (Impf Sub Pl P1) => co_ + "giéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => co_ + "gierais" ; --# notpresent + VPB (Impf Sub Pl P3) => co_ + "gieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => co_ + "giese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => co_ + "gieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => co_ + "giese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => co_ + "giésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => co_ + "gieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => co_ + "giere" ; --# notpresent + VPB (Fut Sub Sg P2) => co_ + "gieres" ; --# notpresent + VPB (Fut Sub Sg P3) => co_ + "giere" ; --# notpresent + VPB (Fut Sub Pl P1) => co_ + "giéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => co_ + "giereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => c_ + "uelgue" ; + VPB (Pres Sub Sg P2) => c_ + "uelgues" ; + VPB (Pres Sub Sg P3) => c_ + "uelgue" ; + VPB (Pres Sub Pl P1) => c_ + "olguemos" ; + VPB (Pres Sub Pl P2) => c_ + "olguéis" ; + VPB (Pres Sub 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 Sub Sg P1) => c_ + "olgara" ; --# notpresent + VPB (Impf Sub Sg P2) => c_ + "olgaras" ; --# notpresent + VPB (Impf Sub Sg P3) => c_ + "olgara" ; --# notpresent + VPB (Impf Sub Pl P1) => c_ + "olgáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => c_ + "olgarais" ; --# notpresent + VPB (Impf Sub Pl P3) => c_ + "olgaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => c_ + "olgase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => c_ + "olgases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => c_ + "olgase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => c_ + "olgásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => c_ + "olgaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => c_ + "olgare" ; --# notpresent + VPB (Fut Sub Sg P2) => c_ + "olgares" ; --# notpresent + VPB (Fut Sub Sg P3) => c_ + "olgare" ; --# notpresent + VPB (Fut Sub Pl P1) => c_ + "olgáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => c_ + "olgareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => cono_ + "zca" ; + VPB (Pres Sub Sg P2) => cono_ + "zcas" ; + VPB (Pres Sub Sg P3) => cono_ + "zca" ; + VPB (Pres Sub Pl P1) => cono_ + "zcamos" ; + VPB (Pres Sub Pl P2) => cono_ + "zcáis" ; + VPB (Pres Sub 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 Sub Sg P1) => cono_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => cono_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => cono_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => cono_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => cono_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => cono_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => cono_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => cono_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => cono_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => cono_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => cono_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => cono_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => cono_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => cono_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => cono_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => cono_ + "ciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => cre_ + "a" ; + VPB (Pres Sub Sg P2) => cre_ + "as" ; + VPB (Pres Sub Sg P3) => cre_ + "a" ; + VPB (Pres Sub Pl P1) => cre_ + "amos" ; + VPB (Pres Sub Pl P2) => cre_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => cre_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => cre_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => cre_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => cre_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => cre_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => cre_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => cre_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => cre_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => cre_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => cre_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => cre_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => cre_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => cre_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => cre_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => cre_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => cre_ + "yereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => d_ + "é" ; + VPB (Pres Sub Sg P2) => d_ + "es" ; + VPB (Pres Sub Sg P3) => d_ + "é" ; + VPB (Pres Sub Pl P1) => d_ + "emos" ; + VPB (Pres Sub Pl P2) => d_ + "eis" ; + VPB (Pres Sub 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 Sub Sg P1) => d_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => d_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => d_ + "iga" ; + VPB (Pres Sub Sg P2) => d_ + "igas" ; + VPB (Pres Sub Sg P3) => d_ + "iga" ; + VPB (Pres Sub Pl P1) => d_ + "igamos" ; + VPB (Pres Sub Pl P2) => d_ + "igáis" ; + VPB (Pres Sub 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 Sub Sg P1) => d_ + "ijera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "ijeras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "ijera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "ijéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "ijerais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "ijeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "ijeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "ijésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "ijeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => d_ + "ijere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "ijeres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "ijere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "ijéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "ijereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Sub Sg P2) => def_ + "ie" + nd_ + "as" ; + VPB (Pres Sub Sg P3) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Sub Pl P1) => def_ + "e" + nd_ + "amos" ; + VPB (Pres Sub Pl P2) => def_ + "e" + nd_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => def_ + "e" + nd_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => def_ + "e" + nd_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => def_ + "e" + nd_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => def_ + "e" + nd_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => def_ + "e" + nd_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => def_ + "e" + nd_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => def_ + "e" + nd_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => def_ + "e" + nd_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => def_ + "e" + nd_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => def_ + "e" + nd_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => def_ + "e" + nd_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => def_ + "e" + nd_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => delin_ + "ca" ; + VPB (Pres Sub Sg P2) => delin_ + "cas" ; + VPB (Pres Sub Sg P3) => delin_ + "ca" ; + VPB (Pres Sub Pl P1) => delin_ + "camos" ; + VPB (Pres Sub Pl P2) => delin_ + "cáis" ; + VPB (Pres Sub 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 Sub Sg P1) => delin_ + "quiera" ; --# notpresent + VPB (Impf Sub Sg P2) => delin_ + "quieras" ; --# notpresent + VPB (Impf Sub Sg P3) => delin_ + "quiera" ; --# notpresent + VPB (Impf Sub Pl P1) => delin_ + "quiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => delin_ + "quierais" ; --# notpresent + VPB (Impf Sub Pl P3) => delin_ + "quieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => delin_ + "quiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => delin_ + "quieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => delin_ + "quiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => delin_ + "quiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => delin_ + "quieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => delin_ + "quiere" ; --# notpresent + VPB (Fut Sub Sg P2) => delin_ + "quieres" ; --# notpresent + VPB (Fut Sub Sg P3) => delin_ + "quiere" ; --# notpresent + VPB (Fut Sub Pl P1) => delin_ + "quiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => delin_ + "quiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => des_ + "huese" ; + VPB (Pres Sub Sg P2) => des_ + "hueses" ; + VPB (Pres Sub Sg P3) => des_ + "huese" ; + VPB (Pres Sub Pl P1) => des_ + "osemos" ; + VPB (Pres Sub Pl P2) => des_ + "oséis" ; + VPB (Pres Sub 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 Sub Sg P1) => des_ + "osara" ; --# notpresent + VPB (Impf Sub Sg P2) => des_ + "osaras" ; --# notpresent + VPB (Impf Sub Sg P3) => des_ + "osara" ; --# notpresent + VPB (Impf Sub Pl P1) => des_ + "osáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => des_ + "osarais" ; --# notpresent + VPB (Impf Sub Pl P3) => des_ + "osaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => des_ + "osase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => des_ + "osases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => des_ + "osase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => des_ + "osásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => des_ + "osaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => des_ + "osare" ; --# notpresent + VPB (Fut Sub Sg P2) => des_ + "osares" ; --# notpresent + VPB (Fut Sub Sg P3) => des_ + "osare" ; --# notpresent + VPB (Fut Sub Pl P1) => des_ + "osáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => des_ + "osareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => diri_ + "ja" ; + VPB (Pres Sub Sg P2) => diri_ + "jas" ; + VPB (Pres Sub Sg P3) => diri_ + "ja" ; + VPB (Pres Sub Pl P1) => diri_ + "jamos" ; + VPB (Pres Sub Pl P2) => diri_ + "jáis" ; + VPB (Pres Sub 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 Sub Sg P1) => diri_ + "giera" ; --# notpresent + VPB (Impf Sub Sg P2) => diri_ + "gieras" ; --# notpresent + VPB (Impf Sub Sg P3) => diri_ + "giera" ; --# notpresent + VPB (Impf Sub Pl P1) => diri_ + "giéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => diri_ + "gierais" ; --# notpresent + VPB (Impf Sub Pl P3) => diri_ + "gieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => diri_ + "giese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => diri_ + "gieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => diri_ + "giese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => diri_ + "giésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => diri_ + "gieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => diri_ + "giere" ; --# notpresent + VPB (Fut Sub Sg P2) => diri_ + "gieres" ; --# notpresent + VPB (Fut Sub Sg P3) => diri_ + "giere" ; --# notpresent + VPB (Fut Sub Pl P1) => diri_ + "giéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => diri_ + "giereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => disc_ + "ierna" ; + VPB (Pres Sub Sg P2) => disc_ + "iernas" ; + VPB (Pres Sub Sg P3) => disc_ + "ierna" ; + VPB (Pres Sub Pl P1) => disc_ + "ernamos" ; + VPB (Pres Sub Pl P2) => disc_ + "ernáis" ; + VPB (Pres Sub 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 Sub Sg P1) => disc_ + "erniera" ; --# notpresent + VPB (Impf Sub Sg P2) => disc_ + "ernieras" ; --# notpresent + VPB (Impf Sub Sg P3) => disc_ + "erniera" ; --# notpresent + VPB (Impf Sub Pl P1) => disc_ + "erniéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => disc_ + "ernierais" ; --# notpresent + VPB (Impf Sub Pl P3) => disc_ + "ernieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => disc_ + "erniese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => disc_ + "ernieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => disc_ + "erniese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => disc_ + "erniésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => disc_ + "ernieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => disc_ + "erniere" ; --# notpresent + VPB (Fut Sub Sg P2) => disc_ + "ernieres" ; --# notpresent + VPB (Fut Sub Sg P3) => disc_ + "erniere" ; --# notpresent + VPB (Fut Sub Pl P1) => disc_ + "erniéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => disc_ + "erniereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => disting_ + "a" ; + VPB (Pres Sub Sg P2) => disting_ + "as" ; + VPB (Pres Sub Sg P3) => disting_ + "a" ; + VPB (Pres Sub Pl P1) => disting_ + "amos" ; + VPB (Pres Sub Pl P2) => disting_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => disting_ + "uiera" ; --# notpresent + VPB (Impf Sub Sg P2) => disting_ + "uieras" ; --# notpresent + VPB (Impf Sub Sg P3) => disting_ + "uiera" ; --# notpresent + VPB (Impf Sub Pl P1) => disting_ + "uiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => disting_ + "uierais" ; --# notpresent + VPB (Impf Sub Pl P3) => disting_ + "uieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => disting_ + "uiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => disting_ + "uieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => disting_ + "uiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => disting_ + "uiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => disting_ + "uieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => disting_ + "uiere" ; --# notpresent + VPB (Fut Sub Sg P2) => disting_ + "uieres" ; --# notpresent + VPB (Fut Sub Sg P3) => disting_ + "uiere" ; --# notpresent + VPB (Fut Sub Pl P1) => disting_ + "uiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => disting_ + "uiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => d_ + "uerma" ; + VPB (Pres Sub Sg P2) => d_ + "uermas" ; + VPB (Pres Sub Sg P3) => d_ + "uerma" ; + VPB (Pres Sub Pl P1) => d_ + "urmamos" ; + VPB (Pres Sub Pl P2) => d_ + "urmáis" ; + VPB (Pres Sub 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 Sub Sg P1) => d_ + "urmiera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "urmieras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "urmiera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "urmiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "urmierais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "urmieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "urmiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "urmieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "urmiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "urmiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "urmieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => d_ + "urmiere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "urmieres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "urmiere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "urmiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "urmiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => d_ + "uera" ; + VPB (Pres Sub Sg P2) => d_ + "ueras" ; + VPB (Pres Sub Sg P3) => d_ + "uera" ; + VPB (Pres Sub Pl P1) => d_ + "uramos" ; + VPB (Pres Sub Pl P2) => d_ + "uráis" ; + VPB (Pres Sub 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 Sub Sg P1) => d_ + "uriera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "urieras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "uriera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "uriéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "urierais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "urieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "uriese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "urieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "uriese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "uriésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "urieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => d_ + "uriere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "urieres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "uriere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "uriéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "uriereis" ; --# notpresent + VPB (Fut Sub 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 ; + el_verbum : Str -> Verbum = \part -> + {s = table { + VI Infn => el_ + "egir" ; + VI Ger => el_ + "igiendo" ; + VI Part => part ; + 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 Sub Sg P1) => el_ + "ija" ; + VPB (Pres Sub Sg P2) => el_ + "ijas" ; + VPB (Pres Sub Sg P3) => el_ + "ija" ; + VPB (Pres Sub Pl P1) => el_ + "ijamos" ; + VPB (Pres Sub Pl P2) => el_ + "ijáis" ; + VPB (Pres Sub 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 Sub Sg P1) => el_ + "igiera" ; --# notpresent + VPB (Impf Sub Sg P2) => el_ + "igieras" ; --# notpresent + VPB (Impf Sub Sg P3) => el_ + "igiera" ; --# notpresent + VPB (Impf Sub Pl P1) => el_ + "igiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => el_ + "igierais" ; --# notpresent + VPB (Impf Sub Pl P3) => el_ + "igieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => el_ + "igiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => el_ + "igieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => el_ + "igiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => el_ + "igiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => el_ + "igieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => el_ + "igiere" ; --# notpresent + VPB (Fut Sub Sg P2) => el_ + "igieres" ; --# notpresent + VPB (Fut Sub Sg P3) => el_ + "igiere" ; --# notpresent + VPB (Fut Sub Pl P1) => el_ + "igiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => el_ + "igiereis" ; --# notpresent + VPB (Fut Sub 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) => part ; + VPB (Pass Sg Fem) => init part + "a" ; + VPB (Pass Pl Masc) => part + "s" ; + VPB (Pass Pl Fem) => init part + "as" + }} + in el_verbum (variants {el_ + "egido" ; el_ + "ecto"}) ; + +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 Sub Sg P1) => emp_ + "iece" ; + VPB (Pres Sub Sg P2) => emp_ + "ieces" ; + VPB (Pres Sub Sg P3) => emp_ + "iece" ; + VPB (Pres Sub Pl P1) => emp_ + "ecemos" ; + VPB (Pres Sub Pl P2) => emp_ + "ecéis" ; + VPB (Pres Sub 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 Sub Sg P1) => emp_ + "ezara" ; --# notpresent + VPB (Impf Sub Sg P2) => emp_ + "ezaras" ; --# notpresent + VPB (Impf Sub Sg P3) => emp_ + "ezara" ; --# notpresent + VPB (Impf Sub Pl P1) => emp_ + "ezáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => emp_ + "ezarais" ; --# notpresent + VPB (Impf Sub Pl P3) => emp_ + "ezaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => emp_ + "ezase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => emp_ + "ezases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => emp_ + "ezase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => emp_ + "ezásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => emp_ + "ezaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => emp_ + "ezare" ; --# notpresent + VPB (Fut Sub Sg P2) => emp_ + "ezares" ; --# notpresent + VPB (Fut Sub Sg P3) => emp_ + "ezare" ; --# notpresent + VPB (Fut Sub Pl P1) => emp_ + "ezáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => emp_ + "ezareis" ; --# notpresent + VPB (Fut Sub 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 ; + ntr_ = Predef.dp 3 (Predef.tk 2 encontrar) + in + {s = table { + VI Infn => enc_ + "o" + ntr_ + "ar" ; + VI Ger => enc_ + "o" + ntr_ + "ando" ; + VI Part => enc_ + "o" + ntr_ + "ado" ; + VPB (Pres Ind Sg P1) => enc_ + "ue" + ntr_ + "o" ; + VPB (Pres Ind Sg P2) => enc_ + "ue" + ntr_ + "as" ; + VPB (Pres Ind Sg P3) => enc_ + "ue" + ntr_ + "a" ; + VPB (Pres Ind Pl P1) => enc_ + "o" + ntr_ + "amos" ; + VPB (Pres Ind Pl P2) => enc_ + "o" + ntr_ + "áis" ; + VPB (Pres Ind Pl P3) => enc_ + "ue" + ntr_ + "an" ; + VPB (Pres Sub Sg P1) => enc_ + "ue" + ntr_ + "e" ; + VPB (Pres Sub Sg P2) => enc_ + "ue" + ntr_ + "es" ; + VPB (Pres Sub Sg P3) => enc_ + "ue" + ntr_ + "e" ; + VPB (Pres Sub Pl P1) => enc_ + "o" + ntr_ + "emos" ; + VPB (Pres Sub Pl P2) => enc_ + "o" + ntr_ + "éis" ; + VPB (Pres Sub Pl P3) => enc_ + "ue" + ntr_ + "en" ; + VPB (Impf Ind Sg P1) => enc_ + "o" + ntr_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => enc_ + "o" + ntr_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => enc_ + "o" + ntr_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => enc_ + "o" + ntr_ + "ábamos" ; --# notpresent + VPB (Impf Ind Pl P2) => enc_ + "o" + ntr_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => enc_ + "o" + ntr_ + "aban" ; --# notpresent + VPB (Impf Sub Sg P1) => enc_ + "o" + ntr_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => enc_ + "o" + ntr_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => enc_ + "o" + ntr_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => enc_ + "o" + ntr_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => enc_ + "o" + ntr_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => enc_ + "o" + ntr_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => enc_ + "o" + ntr_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => enc_ + "o" + ntr_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => enc_ + "o" + ntr_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => enc_ + "o" + ntr_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => enc_ + "o" + ntr_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => enc_ + "o" + ntr_ + "asen" ; --# notpresent + VPB (Pret Sg P1) => enc_ + "o" + ntr_ + "é" ; --# notpresent + VPB (Pret Sg P2) => enc_ + "o" + ntr_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => enc_ + "o" + ntr_ + "ó" ; --# notpresent + VPB (Pret Pl P1) => enc_ + "o" + ntr_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => enc_ + "o" + ntr_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => enc_ + "o" + ntr_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => enc_ + "o" + ntr_ + "aré" ; --# notpresent + VPB (Fut Ind Sg P2) => enc_ + "o" + ntr_ + "arás" ; --# notpresent + VPB (Fut Ind Sg P3) => enc_ + "o" + ntr_ + "ará" ; --# notpresent + VPB (Fut Ind Pl P1) => enc_ + "o" + ntr_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => enc_ + "o" + ntr_ + "aréis" ; --# notpresent + VPB (Fut Ind Pl P3) => enc_ + "o" + ntr_ + "arán" ; --# notpresent + VPB (Fut Sub Sg P1) => enc_ + "o" + ntr_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => enc_ + "o" + ntr_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => enc_ + "o" + ntr_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => enc_ + "o" + ntr_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => enc_ + "o" + ntr_ + "areis" ; --# notpresent + VPB (Fut Sub Pl P3) => enc_ + "o" + ntr_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => enc_ + "o" + ntr_ + "aría" ; --# notpresent + VPB (Cond Sg P2) => enc_ + "o" + ntr_ + "arías" ; --# notpresent + VPB (Cond Sg P3) => enc_ + "o" + ntr_ + "aría" ; --# notpresent + VPB (Cond Pl P1) => enc_ + "o" + ntr_ + "aríamos" ; --# notpresent + VPB (Cond Pl P2) => enc_ + "o" + ntr_ + "aríais" ; --# notpresent + VPB (Cond Pl P3) => enc_ + "o" + ntr_ + "arían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => enc_ + "ue" + ntr_ + "a" ; + VPB (Imper Sg P3) => enc_ + "ue" + ntr_ + "e" ; + VPB (Imper Pl P1) => enc_ + "o" + ntr_ + "emos" ; + VPB (Imper Pl P2) => enc_ + "o" + ntr_ + "ad" ; + VPB (Imper Pl P3) => enc_ + "ue" + ntr_ + "en" ; + VPB (Pass Sg Masc) => enc_ + "o" + ntr_ + "ado" ; + VPB (Pass Sg Fem) => enc_ + "o" + ntr_ + "ada" ; + VPB (Pass Pl Masc) => enc_ + "o" + ntr_ + "ados" ; + VPB (Pass Pl Fem) => enc_ + "o" + ntr_ + "adas" + } + } ; +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 Sub Sg P1) => c_ + "uente" ; + VPB (Pres Sub Sg P2) => c_ + "uentes" ; + VPB (Pres Sub Sg P3) => c_ + "uente" ; + VPB (Pres Sub Pl P1) => c_ + "ontemos" ; + VPB (Pres Sub Pl P2) => c_ + "ontéis" ; + VPB (Pres Sub 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 Sub Sg P1) => c_ + "ontara" ; --# notpresent + VPB (Impf Sub Sg P2) => c_ + "ontaras" ; --# notpresent + VPB (Impf Sub Sg P3) => c_ + "ontara" ; --# notpresent + VPB (Impf Sub Pl P1) => c_ + "ontáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => c_ + "ontarais" ; --# notpresent + VPB (Impf Sub Pl P3) => c_ + "ontaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => c_ + "ontase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => c_ + "ontases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => c_ + "ontase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => c_ + "ontásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => c_ + "ontaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => c_ + "ontare" ; --# notpresent + VPB (Fut Sub Sg P2) => c_ + "ontares" ; --# notpresent + VPB (Fut Sub Sg P3) => c_ + "ontare" ; --# notpresent + VPB (Fut Sub Pl P1) => c_ + "ontáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => c_ + "ontareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => enra_ + "íce" ; + VPB (Pres Sub Sg P2) => enra_ + "íces" ; + VPB (Pres Sub Sg P3) => enra_ + "íce" ; + VPB (Pres Sub Pl P1) => enra_ + "icemos" ; + VPB (Pres Sub Pl P2) => enra_ + "icéis" ; + VPB (Pres Sub 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 Sub Sg P1) => enra_ + "izara" ; --# notpresent + VPB (Impf Sub Sg P2) => enra_ + "izaras" ; --# notpresent + VPB (Impf Sub Sg P3) => enra_ + "izara" ; --# notpresent + VPB (Impf Sub Pl P1) => enra_ + "izáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => enra_ + "izarais" ; --# notpresent + VPB (Impf Sub Pl P3) => enra_ + "izaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => enra_ + "izase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => enra_ + "izases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => enra_ + "izase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => enra_ + "izásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => enra_ + "izaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => enra_ + "izare" ; --# notpresent + VPB (Fut Sub Sg P2) => enra_ + "izares" ; --# notpresent + VPB (Fut Sub Sg P3) => enra_ + "izare" ; --# notpresent + VPB (Fut Sub Pl P1) => enra_ + "izáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => enra_ + "izareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => x_ + "yerga" ; + VPB (Pres Sub Sg P2) => x_ + "yergas" ; + VPB (Pres Sub Sg P3) => x_ + "yerga" ; + VPB (Pres Sub Pl P1) => x_ + "irgamos" ; + VPB (Pres Sub Pl P2) => x_ + "irgáis" ; + VPB (Pres Sub 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 Sub Sg P1) => x_ + "irguiera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "irguieras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "irguiera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "irguiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "irguierais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "irguieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "irguiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "irguieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "irguiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "irguiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "irguieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => x_ + "irguiere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "irguieres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "irguiere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "irguiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "irguiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => x_ + "yerre" ; + VPB (Pres Sub Sg P2) => x_ + "yerres" ; + VPB (Pres Sub Sg P3) => x_ + "yerre" ; + VPB (Pres Sub Pl P1) => x_ + "erremos" ; + VPB (Pres Sub Pl P2) => x_ + "erréis" ; + VPB (Pres Sub 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 Sub Sg P1) => x_ + "errara" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "erraras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "errara" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "erráramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "errarais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "erraran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "errase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "errases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "errase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "errásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "erraseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => x_ + "errare" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "errares" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "errare" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "erráremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "errareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => f_ + "uerce" ; + VPB (Pres Sub Sg P2) => f_ + "uerces" ; + VPB (Pres Sub Sg P3) => f_ + "uerce" ; + VPB (Pres Sub Pl P1) => f_ + "orcemos" ; + VPB (Pres Sub Pl P2) => f_ + "orcéis" ; + VPB (Pres Sub 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 Sub Sg P1) => f_ + "orzara" ; --# notpresent + VPB (Impf Sub Sg P2) => f_ + "orzaras" ; --# notpresent + VPB (Impf Sub Sg P3) => f_ + "orzara" ; --# notpresent + VPB (Impf Sub Pl P1) => f_ + "orzáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => f_ + "orzarais" ; --# notpresent + VPB (Impf Sub Pl P3) => f_ + "orzaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => f_ + "orzase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => f_ + "orzases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => f_ + "orzase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => f_ + "orzásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => f_ + "orzaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => f_ + "orzare" ; --# notpresent + VPB (Fut Sub Sg P2) => f_ + "orzares" ; --# notpresent + VPB (Fut Sub Sg P3) => f_ + "orzare" ; --# notpresent + VPB (Fut Sub Pl P1) => f_ + "orzáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => f_ + "orzareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => gu_ + "íe" ; + VPB (Pres Sub Sg P2) => gu_ + "íes" ; + VPB (Pres Sub Sg P3) => gu_ + "íe" ; + VPB (Pres Sub Pl P1) => gu_ + "iemos" ; + VPB (Pres Sub Pl P2) => gu_ + "iéis" ; + VPB (Pres Sub 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 Sub Sg P1) => gu_ + "iara" ; --# notpresent + VPB (Impf Sub Sg P2) => gu_ + "iaras" ; --# notpresent + VPB (Impf Sub Sg P3) => gu_ + "iara" ; --# notpresent + VPB (Impf Sub Pl P1) => gu_ + "iáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => gu_ + "iarais" ; --# notpresent + VPB (Impf Sub Pl P3) => gu_ + "iaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => gu_ + "iase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => gu_ + "iases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => gu_ + "iase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => gu_ + "iásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => gu_ + "iaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => gu_ + "iare" ; --# notpresent + VPB (Fut Sub Sg P2) => gu_ + "iares" ; --# notpresent + VPB (Fut Sub Sg P3) => gu_ + "iare" ; --# notpresent + VPB (Fut Sub Pl P1) => gu_ + "iáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => gu_ + "iareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => h_ + "aga" ; + VPB (Pres Sub Sg P2) => h_ + "agas" ; + VPB (Pres Sub Sg P3) => h_ + "aga" ; + VPB (Pres Sub Pl P1) => h_ + "agamos" ; + VPB (Pres Sub Pl P2) => h_ + "agáis" ; + VPB (Pres Sub 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 Sub Sg P1) => h_ + "iciera" ; --# notpresent + VPB (Impf Sub Sg P2) => h_ + "icieras" ; --# notpresent + VPB (Impf Sub Sg P3) => h_ + "iciera" ; --# notpresent + VPB (Impf Sub Pl P1) => h_ + "iciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => h_ + "icierais" ; --# notpresent + VPB (Impf Sub Pl P3) => h_ + "icieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => h_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => h_ + "icieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => h_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => h_ + "iciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => h_ + "icieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => h_ + "iciere" ; --# notpresent + VPB (Fut Sub Sg P2) => h_ + "icieres" ; --# notpresent + VPB (Fut Sub Sg P3) => h_ + "iciere" ; --# notpresent + VPB (Fut Sub Pl P1) => h_ + "iciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => h_ + "iciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => influ_ + "ya" ; + VPB (Pres Sub Sg P2) => influ_ + "yas" ; + VPB (Pres Sub Sg P3) => influ_ + "ya" ; + VPB (Pres Sub Pl P1) => influ_ + "yamos" ; + VPB (Pres Sub Pl P2) => influ_ + "yáis" ; + VPB (Pres Sub 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 Sub Sg P1) => influ_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => influ_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => influ_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => influ_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => influ_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => influ_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => influ_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => influ_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => influ_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => influ_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => influ_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => influ_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => influ_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => influ_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => influ_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => influ_ + "yereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => x_ + "vaya" ; + VPB (Pres Sub Sg P2) => x_ + "vayas" ; + VPB (Pres Sub Sg P3) => x_ + "vaya" ; + VPB (Pres Sub Pl P1) => x_ + "vayamos" ; + VPB (Pres Sub Pl P2) => x_ + "vayáis" ; + VPB (Pres Sub 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 Sub Sg P1) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "fueras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "fuéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "fuerais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "fueran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "fueses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "fuésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "fueseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "fuéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ju_ + "egue" ; + VPB (Pres Sub Sg P2) => ju_ + "egues" ; + VPB (Pres Sub Sg P3) => ju_ + "egue" ; + VPB (Pres Sub Pl P1) => ju_ + "guemos" ; + VPB (Pres Sub Pl P2) => ju_ + "guéis" ; + VPB (Pres Sub 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 Sub Sg P1) => ju_ + "gara" ; --# notpresent + VPB (Impf Sub Sg P2) => ju_ + "garas" ; --# notpresent + VPB (Impf Sub Sg P3) => ju_ + "gara" ; --# notpresent + VPB (Impf Sub Pl P1) => ju_ + "gáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ju_ + "garais" ; --# notpresent + VPB (Impf Sub Pl P3) => ju_ + "garan" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ju_ + "gase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ju_ + "gases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ju_ + "gase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ju_ + "gásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ju_ + "gaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ju_ + "gare" ; --# notpresent + VPB (Fut Sub Sg P2) => ju_ + "gares" ; --# notpresent + VPB (Fut Sub Sg P3) => ju_ + "gare" ; --# notpresent + VPB (Fut Sub Pl P1) => ju_ + "gáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ju_ + "gareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => lu_ + "zca" ; + VPB (Pres Sub Sg P2) => lu_ + "zcas" ; + VPB (Pres Sub Sg P3) => lu_ + "zca" ; + VPB (Pres Sub Pl P1) => lu_ + "zcamos" ; + VPB (Pres Sub Pl P2) => lu_ + "zcáis" ; + VPB (Pres Sub 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 Sub Sg P1) => lu_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => lu_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => lu_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => lu_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => lu_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => lu_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => lu_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => lu_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => lu_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => lu_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => lu_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => lu_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => lu_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => lu_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => lu_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => lu_ + "ciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => me_ + "za" ; + VPB (Pres Sub Sg P2) => me_ + "zas" ; + VPB (Pres Sub Sg P3) => me_ + "za" ; + VPB (Pres Sub Pl P1) => me_ + "zamos" ; + VPB (Pres Sub Pl P2) => me_ + "záis" ; + VPB (Pres Sub 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 Sub Sg P1) => me_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => me_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => me_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => me_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => me_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => me_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => me_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => me_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => me_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => me_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => me_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => me_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => me_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => me_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => me_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => me_ + "ciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => m_ + "ueva" ; + VPB (Pres Sub Sg P2) => m_ + "uevas" ; + VPB (Pres Sub Sg P3) => m_ + "ueva" ; + VPB (Pres Sub Pl P1) => m_ + "ovamos" ; + VPB (Pres Sub Pl P2) => m_ + "ováis" ; + VPB (Pres Sub 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 Sub Sg P1) => m_ + "oviera" ; --# notpresent + VPB (Impf Sub Sg P2) => m_ + "ovieras" ; --# notpresent + VPB (Impf Sub Sg P3) => m_ + "oviera" ; --# notpresent + VPB (Impf Sub Pl P1) => m_ + "oviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => m_ + "ovierais" ; --# notpresent + VPB (Impf Sub Pl P3) => m_ + "ovieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => m_ + "oviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => m_ + "ovieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => m_ + "oviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => m_ + "oviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => m_ + "ovieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => m_ + "oviere" ; --# notpresent + VPB (Fut Sub Sg P2) => m_ + "ovieres" ; --# notpresent + VPB (Fut Sub Sg P3) => m_ + "oviere" ; --# notpresent + VPB (Fut Sub Pl P1) => m_ + "oviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => m_ + "oviereis" ; --# notpresent + VPB (Fut Sub 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 5 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 Sub Sg P1) => m_ + "uerda" ; + VPB (Pres Sub Sg P2) => m_ + "uerdas" ; + VPB (Pres Sub Sg P3) => m_ + "uerda" ; + VPB (Pres Sub Pl P1) => m_ + "ordamos" ; + VPB (Pres Sub Pl P2) => m_ + "ordáis" ; + VPB (Pres Sub 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 Sub Sg P1) => m_ + "ordiera" ; --# notpresent + VPB (Impf Sub Sg P2) => m_ + "ordieras" ; --# notpresent + VPB (Impf Sub Sg P3) => m_ + "ordiera" ; --# notpresent + VPB (Impf Sub Pl P1) => m_ + "ordiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => m_ + "ordierais" ; --# notpresent + VPB (Impf Sub Pl P3) => m_ + "ordieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => m_ + "ordiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => m_ + "ordieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => m_ + "ordiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => m_ + "ordiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => m_ + "ordieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => m_ + "ordiere" ; --# notpresent + VPB (Fut Sub Sg P2) => m_ + "ordieres" ; --# notpresent + VPB (Fut Sub Sg P3) => m_ + "ordiere" ; --# notpresent + VPB (Fut Sub Pl P1) => m_ + "ordiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => m_ + "ordiereis" ; --# notpresent + VPB (Fut Sub 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 oir_51 : Str -> Verbum = \oir -> + let o_ = Predef.tk 2 oir in + {s = table { + VI Infn => o_ + "ír" ; + VI Ger => o_ + "yendo" ; + VI Part => o_ + "ído" ; + VPB (Pres Ind Sg P1) => o_ + "igo" ; + VPB (Pres Ind Sg P2) => o_ + "yes" ; + VPB (Pres Ind Sg P3) => o_ + "ye" ; + VPB (Pres Ind Pl P1) => o_ + "ímos" ; + VPB (Pres Ind Pl P2) => o_ + "ís" ; + VPB (Pres Ind Pl P3) => o_ + "yen" ; + VPB (Pres Sub Sg P1) => o_ + "iga" ; + VPB (Pres Sub Sg P2) => o_ + "igas" ; + VPB (Pres Sub Sg P3) => o_ + "iga" ; + VPB (Pres Sub Pl P1) => o_ + "igamos" ; + VPB (Pres Sub Pl P2) => o_ + "igáis" ; + VPB (Pres Sub Pl P3) => o_ + "igan" ; + VPB (Impf Ind Sg P1) => o_ + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => o_ + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => o_ + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => o_ + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => o_ + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => o_ + "ían" ; --# notpresent + VPB (Impf Sub Sg P1) => o_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => o_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => o_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => o_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => o_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => o_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => o_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => o_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => o_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => o_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => o_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => o_ + "yesen" ; --# notpresent + VPB (Pret Sg P1) => o_ + "í" ; --# notpresent + VPB (Pret Sg P2) => o_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => o_ + "yó" ; --# notpresent + VPB (Pret Pl P1) => o_ + "ímos" ; --# notpresent + VPB (Pret Pl P2) => o_ + "ísteis" ; --# notpresent + VPB (Pret Pl P3) => o_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => o_ + "iré" ; --# notpresent + VPB (Fut Ind Sg P2) => o_ + "irás" ; --# notpresent + VPB (Fut Ind Sg P3) => o_ + "irá" ; --# notpresent + VPB (Fut Ind Pl P1) => o_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => o_ + "iréis" ; --# notpresent + VPB (Fut Ind Pl P3) => o_ + "irán" ; --# notpresent + VPB (Fut Sub Sg P1) => o_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => o_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => o_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => o_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => o_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => o_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => o_ + "iría" ; --# notpresent + VPB (Cond Sg P2) => o_ + "irías" ; --# notpresent + VPB (Cond Sg P3) => o_ + "iría" ; --# notpresent + VPB (Cond Pl P1) => o_ + "iríamos" ; --# notpresent + VPB (Cond Pl P2) => o_ + "iríais" ; --# notpresent + VPB (Cond Pl P3) => o_ + "irían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => o_ + "ye" ; + VPB (Imper Sg P3) => o_ + "iga" ; + VPB (Imper Pl P1) => o_ + "igamos" ; + VPB (Imper Pl P2) => o_ + "íd" ; + VPB (Imper Pl P3) => o_ + "igan" ; + VPB (Pass Sg Masc) => o_ + "ído" ; + VPB (Pass Sg Fem) => o_ + "ída" ; + VPB (Pass Pl Masc) => o_ + "ídos" ; + VPB (Pass Pl Fem) => o_ + "ídas" + } + } ; + +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 Sub Sg P1) => x_ + "huela" ; + VPB (Pres Sub Sg P2) => x_ + "huelas" ; + VPB (Pres Sub Sg P3) => x_ + "huela" ; + VPB (Pres Sub Pl P1) => x_ + "olamos" ; + VPB (Pres Sub Pl P2) => x_ + "oláis" ; + VPB (Pres Sub 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 Sub Sg P1) => x_ + "oliera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "olieras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "oliera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "oliéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "olierais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "olieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "olieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "oliésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "olieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => x_ + "oliere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "olieres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "oliere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "oliéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "oliereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => pag_ + "ue" ; + VPB (Pres Sub Sg P2) => pag_ + "ues" ; + VPB (Pres Sub Sg P3) => pag_ + "ue" ; + VPB (Pres Sub Pl P1) => pag_ + "uemos" ; + VPB (Pres Sub Pl P2) => pag_ + "uéis" ; + VPB (Pres Sub 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 Sub Sg P1) => pag_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => pag_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => pag_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => pag_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pag_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => pag_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pag_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pag_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pag_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pag_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pag_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => pag_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => pag_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => pag_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => pag_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pag_ + "areis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => pare_ + "zca" ; + VPB (Pres Sub Sg P2) => pare_ + "zcas" ; + VPB (Pres Sub Sg P3) => pare_ + "zca" ; + VPB (Pres Sub Pl P1) => pare_ + "zcamos" ; + VPB (Pres Sub Pl P2) => pare_ + "zcáis" ; + VPB (Pres Sub 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 Sub Sg P1) => pare_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => pare_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => pare_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => pare_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pare_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => pare_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pare_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pare_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pare_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pare_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pare_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => pare_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => pare_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => pare_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => pare_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pare_ + "ciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => p_ + "ida" ; + VPB (Pres Sub Sg P2) => p_ + "idas" ; + VPB (Pres Sub Sg P3) => p_ + "ida" ; + VPB (Pres Sub Pl P1) => p_ + "idamos" ; + VPB (Pres Sub Pl P2) => p_ + "idáis" ; + VPB (Pres Sub 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 Sub Sg P1) => p_ + "idiera" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "idieras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "idiera" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "idiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "idierais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "idieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "idiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "idieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "idiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "idiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "idieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => p_ + "idiere" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "idieres" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "idiere" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "idiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "idiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => p_ + "iense" ; + VPB (Pres Sub Sg P2) => p_ + "ienses" ; + VPB (Pres Sub Sg P3) => p_ + "iense" ; + VPB (Pres Sub Pl P1) => p_ + "ensemos" ; + VPB (Pres Sub Pl P2) => p_ + "enséis" ; + VPB (Pres Sub 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 Sub Sg P1) => p_ + "ensara" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "ensaras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "ensara" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "ensáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "ensarais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "ensaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "ensase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "ensases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "ensase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "ensásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "ensaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => p_ + "ensare" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "ensares" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "ensare" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "ensáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "ensareis" ; --# notpresent + VPB (Fut Sub 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 ; + pl_verbum : (_,_,_ : Str) -> Verbum = \mut1,mut2,mut3 -> + {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 Sub Sg P1) => pl_ + "azca" ; + VPB (Pres Sub Sg P2) => pl_ + "azcas" ; + VPB (Pres Sub Sg P3) => pl_ + mut3 ; + VPB (Pres Sub Pl P1) => pl_ + "azcamos" ; + VPB (Pres Sub Pl P2) => pl_ + "azcáis" ; + VPB (Pres Sub 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 Sub Sg P1) => pl_ + "aciera" ; --# notpresent + VPB (Impf Sub Sg P2) => pl_ + "acieras" ; --# notpresent + VPB (Impf Sub Sg P3) => pl_ + mut1 + "era" ; --# notpresent + VPB (Impf Sub Pl P1) => pl_ + "aciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pl_ + "acierais" ; --# notpresent + VPB (Impf Sub Pl P3) => pl_ + "acieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pl_ + "aciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pl_ + "acieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pl_ + mut1 + "ese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pl_ + "aciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pl_ + "acieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => pl_ + "aciesen" ; --# notpresent + VPB (Pret Sg P1) => pl_ + "ací" ; --# notpresent + VPB (Pret Sg P2) => pl_ + "aciste" ; --# notpresent + VPB (Pret Sg P3) => pl_ + mut2 ; --# notpresent + VPB (Pret Pl P1) => pl_ + "acimos" ; --# notpresent + VPB (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent + VPB (Pret Pl P3) => pl_ + mut1 + "eron" ; --# 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 Sub Sg P1) => pl_ + "aciere" ; --# notpresent + VPB (Fut Sub Sg P2) => pl_ + "acieres" ; --# notpresent + VPB (Fut Sub Sg P3) => pl_ + mut1 + "ere" ; --# notpresent + VPB (Fut Sub Pl P1) => pl_ + "aciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pl_ + "aciereis" ; --# notpresent + VPB (Fut Sub 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" + } + } + in variants {pl_verbum "aci" "ació" "azca" ; + pl_verbum "ugui" "ugo" (variants {pl_ + "egue" ; pl_ + "ega"}) ; + } ; + +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 Sub Sg P1) => p_ + "ueda" ; + VPB (Pres Sub Sg P2) => p_ + "uedas" ; + VPB (Pres Sub Sg P3) => p_ + "ueda" ; + VPB (Pres Sub Pl P1) => p_ + "odamos" ; + VPB (Pres Sub Pl P2) => p_ + "odáis" ; + VPB (Pres Sub 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 Sub Sg P1) => p_ + "udiera" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "udieras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "udiera" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "udiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "udierais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "udieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "udiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "udieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "udiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "udiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "udieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => p_ + "udiere" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "udieres" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "udiere" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "udiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "udiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => p_ + "onga" ; + VPB (Pres Sub Sg P2) => p_ + "ongas" ; + VPB (Pres Sub Sg P3) => p_ + "onga" ; + VPB (Pres Sub Pl P1) => p_ + "ongamos" ; + VPB (Pres Sub Pl P2) => p_ + "ongáis" ; + VPB (Pres Sub 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 Sub Sg P1) => p_ + "usiera" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "usieras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "usiera" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "usiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "usierais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "usieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "usiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "usieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "usiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "usiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "usieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => p_ + "usiere" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "usieres" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "usiere" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "usiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "usiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => pred_ + "iga" ; + VPB (Pres Sub Sg P2) => pred_ + "igas" ; + VPB (Pres Sub Sg P3) => pred_ + "iga" ; + VPB (Pres Sub Pl P1) => pred_ + "igamos" ; + VPB (Pres Sub Pl P2) => pred_ + "igáis" ; + VPB (Pres Sub 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 Sub Sg P1) => pred_ + "ijera" ; --# notpresent + VPB (Impf Sub Sg P2) => pred_ + "ijeras" ; --# notpresent + VPB (Impf Sub Sg P3) => pred_ + "ijera" ; --# notpresent + VPB (Impf Sub Pl P1) => pred_ + "ijéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pred_ + "ijerais" ; --# notpresent + VPB (Impf Sub Pl P3) => pred_ + "ijeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pred_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pred_ + "ijeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pred_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pred_ + "ijésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pred_ + "ijeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => pred_ + "ijere" ; --# notpresent + VPB (Fut Sub Sg P2) => pred_ + "ijeres" ; --# notpresent + VPB (Fut Sub Sg P3) => pred_ + "ijere" ; --# notpresent + VPB (Fut Sub Pl P1) => pred_ + "ijéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pred_ + "ijereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => produ_ + "zca" ; + VPB (Pres Sub Sg P2) => produ_ + "zcas" ; + VPB (Pres Sub Sg P3) => produ_ + "zca" ; + VPB (Pres Sub Pl P1) => produ_ + "zcamos" ; + VPB (Pres Sub Pl P2) => produ_ + "zcáis" ; + VPB (Pres Sub 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 Sub Sg P1) => produ_ + "jera" ; --# notpresent + VPB (Impf Sub Sg P2) => produ_ + "jeras" ; --# notpresent + VPB (Impf Sub Sg P3) => produ_ + "jera" ; --# notpresent + VPB (Impf Sub Pl P1) => produ_ + "jéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => produ_ + "jerais" ; --# notpresent + VPB (Impf Sub Pl P3) => produ_ + "jeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => produ_ + "jese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => produ_ + "jeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => produ_ + "jese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => produ_ + "jésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => produ_ + "jeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => produ_ + "jere" ; --# notpresent + VPB (Fut Sub Sg P2) => produ_ + "jeres" ; --# notpresent + VPB (Fut Sub Sg P3) => produ_ + "jere" ; --# notpresent + VPB (Fut Sub Pl P1) => produ_ + "jéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => produ_ + "jereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => proh_ + "íba" ; + VPB (Pres Sub Sg P2) => proh_ + "íbas" ; + VPB (Pres Sub Sg P3) => proh_ + "íba" ; + VPB (Pres Sub Pl P1) => proh_ + "ibamos" ; + VPB (Pres Sub Pl P2) => proh_ + "ibáis" ; + VPB (Pres Sub 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 Sub Sg P1) => proh_ + "ibiera" ; --# notpresent + VPB (Impf Sub Sg P2) => proh_ + "ibieras" ; --# notpresent + VPB (Impf Sub Sg P3) => proh_ + "ibiera" ; --# notpresent + VPB (Impf Sub Pl P1) => proh_ + "ibiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => proh_ + "ibierais" ; --# notpresent + VPB (Impf Sub Pl P3) => proh_ + "ibieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => proh_ + "ibiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => proh_ + "ibieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => proh_ + "ibiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => proh_ + "ibiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => proh_ + "ibieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Sub Sg P2) => proh_ + "ibieres" ; --# notpresent + VPB (Fut Sub Sg P3) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Sub Pl P1) => proh_ + "ibiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => proh_ + "ibiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => qu_ + "iera" ; + VPB (Pres Sub Sg P2) => qu_ + "ieras" ; + VPB (Pres Sub Sg P3) => qu_ + "iera" ; + VPB (Pres Sub Pl P1) => qu_ + "eramos" ; + VPB (Pres Sub Pl P2) => qu_ + "eráis" ; + VPB (Pres Sub 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 Sub Sg P1) => qu_ + "isiera" ; --# notpresent + VPB (Impf Sub Sg P2) => qu_ + "isieras" ; --# notpresent + VPB (Impf Sub Sg P3) => qu_ + "isiera" ; --# notpresent + VPB (Impf Sub Pl P1) => qu_ + "isiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => qu_ + "isierais" ; --# notpresent + VPB (Impf Sub Pl P3) => qu_ + "isieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => qu_ + "isiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => qu_ + "isieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => qu_ + "isiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => qu_ + "isiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => qu_ + "isieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => qu_ + "isiere" ; --# notpresent + VPB (Fut Sub Sg P2) => qu_ + "isieres" ; --# notpresent + VPB (Fut Sub Sg P3) => qu_ + "isiere" ; --# notpresent + VPB (Fut Sub Pl P1) => qu_ + "isiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => qu_ + "isiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ra_ + "iga" ; + VPB (Pres Sub Sg P2) => ra_ + "igas" ; + VPB (Pres Sub Sg P3) => ra_ + "iga" ; + VPB (Pres Sub Pl P1) => ra_ + "igamos" ; + VPB (Pres Sub Pl P2) => ra_ + "igáis" ; + VPB (Pres Sub 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 Sub Sg P1) => ra_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => ra_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => ra_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => ra_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ra_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => ra_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ra_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ra_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ra_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ra_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => ra_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => ra_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => ra_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ra_ + "yereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => r_ + "iegue" ; + VPB (Pres Sub Sg P2) => r_ + "iegues" ; + VPB (Pres Sub Sg P3) => r_ + "iegue" ; + VPB (Pres Sub Pl P1) => r_ + "eguemos" ; + VPB (Pres Sub Pl P2) => r_ + "eguéis" ; + VPB (Pres Sub 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 Sub Sg P1) => r_ + "egara" ; --# notpresent + VPB (Impf Sub Sg P2) => r_ + "egaras" ; --# notpresent + VPB (Impf Sub Sg P3) => r_ + "egara" ; --# notpresent + VPB (Impf Sub Pl P1) => r_ + "egáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => r_ + "egarais" ; --# notpresent + VPB (Impf Sub Pl P3) => r_ + "egaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => r_ + "egase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => r_ + "egases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => r_ + "egase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => r_ + "egásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => r_ + "egaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => r_ + "egare" ; --# notpresent + VPB (Fut Sub Sg P2) => r_ + "egares" ; --# notpresent + VPB (Fut Sub Sg P3) => r_ + "egare" ; --# notpresent + VPB (Fut Sub Pl P1) => r_ + "egáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => r_ + "egareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => r_ + "iña" ; + VPB (Pres Sub Sg P2) => r_ + "iñas" ; + VPB (Pres Sub Sg P3) => r_ + "iña" ; + VPB (Pres Sub Pl P1) => r_ + "iñamos" ; + VPB (Pres Sub Pl P2) => r_ + "iñáis" ; + VPB (Pres Sub 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 Sub Sg P1) => r_ + "iñera" ; --# notpresent + VPB (Impf Sub Sg P2) => r_ + "iñeras" ; --# notpresent + VPB (Impf Sub Sg P3) => r_ + "iñera" ; --# notpresent + VPB (Impf Sub Pl P1) => r_ + "iñéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => r_ + "iñerais" ; --# notpresent + VPB (Impf Sub Pl P3) => r_ + "iñeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => r_ + "iñese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => r_ + "iñeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => r_ + "iñese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => r_ + "iñésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => r_ + "iñeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => r_ + "iñere" ; --# notpresent + VPB (Fut Sub Sg P2) => r_ + "iñeres" ; --# notpresent + VPB (Fut Sub Sg P3) => r_ + "iñere" ; --# notpresent + VPB (Fut Sub Pl P1) => r_ + "iñéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => r_ + "iñereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => re_ + "úna" ; + VPB (Pres Sub Sg P2) => re_ + "únas" ; + VPB (Pres Sub Sg P3) => re_ + "úna" ; + VPB (Pres Sub Pl P1) => re_ + "unamos" ; + VPB (Pres Sub Pl P2) => re_ + "unáis" ; + VPB (Pres Sub 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 Sub Sg P1) => re_ + "uniera" ; --# notpresent + VPB (Impf Sub Sg P2) => re_ + "unieras" ; --# notpresent + VPB (Impf Sub Sg P3) => re_ + "uniera" ; --# notpresent + VPB (Impf Sub Pl P1) => re_ + "uniéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => re_ + "unierais" ; --# notpresent + VPB (Impf Sub Pl P3) => re_ + "unieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => re_ + "uniese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => re_ + "unieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => re_ + "uniese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => re_ + "uniésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => re_ + "unieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => re_ + "uniere" ; --# notpresent + VPB (Fut Sub Sg P2) => re_ + "unieres" ; --# notpresent + VPB (Fut Sub Sg P3) => re_ + "uniere" ; --# notpresent + VPB (Fut Sub Pl P1) => re_ + "uniéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => re_ + "uniereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ro_ + "a" ; + VPB (Pres Sub Sg P2) => ro_ + "as" ; + VPB (Pres Sub Sg P3) => ro_ + "a" ; + VPB (Pres Sub Pl P1) => ro_ + "amos" ; + VPB (Pres Sub Pl P2) => ro_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => ro_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => ro_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => ro_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => ro_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ro_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => ro_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ro_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ro_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ro_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ro_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ro_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ro_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => ro_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => ro_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => ro_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ro_ + "yereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => s_ + "epa" ; + VPB (Pres Sub Sg P2) => s_ + "epas" ; + VPB (Pres Sub Sg P3) => s_ + "epa" ; + VPB (Pres Sub Pl P1) => s_ + "epamos" ; + VPB (Pres Sub Pl P2) => s_ + "epáis" ; + VPB (Pres Sub 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 Sub Sg P1) => s_ + "upiera" ; --# notpresent + VPB (Impf Sub Sg P2) => s_ + "upieras" ; --# notpresent + VPB (Impf Sub Sg P3) => s_ + "upiera" ; --# notpresent + VPB (Impf Sub Pl P1) => s_ + "upiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => s_ + "upierais" ; --# notpresent + VPB (Impf Sub Pl P3) => s_ + "upieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => s_ + "upiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => s_ + "upieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => s_ + "upiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => s_ + "upiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => s_ + "upieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => s_ + "upiere" ; --# notpresent + VPB (Fut Sub Sg P2) => s_ + "upieres" ; --# notpresent + VPB (Fut Sub Sg P3) => s_ + "upiere" ; --# notpresent + VPB (Fut Sub Pl P1) => s_ + "upiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => s_ + "upiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => sa_ + "que" ; + VPB (Pres Sub Sg P2) => sa_ + "ques" ; + VPB (Pres Sub Sg P3) => sa_ + "que" ; + VPB (Pres Sub Pl P1) => sa_ + "quemos" ; + VPB (Pres Sub Pl P2) => sa_ + "quéis" ; + VPB (Pres Sub 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 Sub Sg P1) => sa_ + "cara" ; --# notpresent + VPB (Impf Sub Sg P2) => sa_ + "caras" ; --# notpresent + VPB (Impf Sub Sg P3) => sa_ + "cara" ; --# notpresent + VPB (Impf Sub Pl P1) => sa_ + "cáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => sa_ + "carais" ; --# notpresent + VPB (Impf Sub Pl P3) => sa_ + "caran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => sa_ + "case" ; --# notpresent + VPB (ImpfSub2 Sg P2) => sa_ + "cases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => sa_ + "case" ; --# notpresent + VPB (ImpfSub2 Pl P1) => sa_ + "cásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => sa_ + "caseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => sa_ + "care" ; --# notpresent + VPB (Fut Sub Sg P2) => sa_ + "cares" ; --# notpresent + VPB (Fut Sub Sg P3) => sa_ + "care" ; --# notpresent + VPB (Fut Sub Pl P1) => sa_ + "cáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => sa_ + "careis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => sal_ + "ga" ; + VPB (Pres Sub Sg P2) => sal_ + "gas" ; + VPB (Pres Sub Sg P3) => sal_ + "ga" ; + VPB (Pres Sub Pl P1) => sal_ + "gamos" ; + VPB (Pres Sub Pl P2) => sal_ + "gáis" ; + VPB (Pres Sub 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 Sub Sg P1) => sal_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => sal_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => sal_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => sal_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => sal_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => sal_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => sal_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => sal_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => sal_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => sal_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => sal_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => sal_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => sal_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => sal_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => sal_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => sal_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => satisf_ + "aga" ; + VPB (Pres Sub Sg P2) => satisf_ + "agas" ; + VPB (Pres Sub Sg P3) => satisf_ + "aga" ; + VPB (Pres Sub Pl P1) => satisf_ + "agamos" ; + VPB (Pres Sub Pl P2) => satisf_ + "agáis" ; + VPB (Pres Sub 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 Sub Sg P1) => satisf_ + "iciera" ; --# notpresent + VPB (Impf Sub Sg P2) => satisf_ + "icieras" ; --# notpresent + VPB (Impf Sub Sg P3) => satisf_ + "iciera" ; --# notpresent + VPB (Impf Sub Pl P1) => satisf_ + "iciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => satisf_ + "icierais" ; --# notpresent + VPB (Impf Sub Pl P3) => satisf_ + "icieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => satisf_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => satisf_ + "icieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => satisf_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => satisf_ + "iciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => satisf_ + "icieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Sub Sg P2) => satisf_ + "icieres" ; --# notpresent + VPB (Fut Sub Sg P3) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Sub Pl P1) => satisf_ + "iciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => satisf_ + "iciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => s_ + "ienta" ; + VPB (Pres Sub Sg P2) => s_ + "ientas" ; + VPB (Pres Sub Sg P3) => s_ + "ienta" ; + VPB (Pres Sub Pl P1) => s_ + "intamos" ; + VPB (Pres Sub Pl P2) => s_ + "intáis" ; + VPB (Pres Sub 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 Sub Sg P1) => s_ + "intiera" ; --# notpresent + VPB (Impf Sub Sg P2) => s_ + "intieras" ; --# notpresent + VPB (Impf Sub Sg P3) => s_ + "intiera" ; --# notpresent + VPB (Impf Sub Pl P1) => s_ + "intiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => s_ + "intierais" ; --# notpresent + VPB (Impf Sub Pl P3) => s_ + "intieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => s_ + "intiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => s_ + "intieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => s_ + "intiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => s_ + "intiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => s_ + "intieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => s_ + "intiere" ; --# notpresent + VPB (Fut Sub Sg P2) => s_ + "intieres" ; --# notpresent + VPB (Fut Sub Sg P3) => s_ + "intiere" ; --# notpresent + VPB (Fut Sub Pl P1) => s_ + "intiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => s_ + "intiereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => s_ + "uela" ; + VPB (Pres Sub Sg P2) => s_ + "uelas" ; + VPB (Pres Sub Sg P3) => s_ + "uela" ; + VPB (Pres Sub Pl P1) => s_ + "olamos" ; + VPB (Pres Sub Pl P2) => s_ + "oláis" ; + VPB (Pres Sub 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 Sub Sg P1) => s_ + "oliera" ; --# notpresent + VPB (Impf Sub Sg P2) => s_ + "olieras" ; --# notpresent + VPB (Impf Sub Sg P3) => s_ + "oliera" ; --# notpresent + VPB (Impf Sub Pl P1) => s_ + "oliéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => s_ + "olierais" ; --# notpresent + VPB (Impf Sub Pl P3) => s_ + "olieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => s_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => s_ + "olieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => s_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => s_ + "oliésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => s_ + "olieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => variants {} ; --# notpresent + VPB (Fut Sub Sg P2) => variants {} ; --# notpresent + VPB (Fut Sub Sg P3) => variants {} ; --# notpresent + VPB (Fut Sub Pl P1) => variants {} ; --# notpresent + VPB (Fut Sub Pl P2) => variants {} ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => tañ_ + "a" ; + VPB (Pres Sub Sg P2) => tañ_ + "as" ; + VPB (Pres Sub Sg P3) => tañ_ + "a" ; + VPB (Pres Sub Pl P1) => tañ_ + "amos" ; + VPB (Pres Sub Pl P2) => tañ_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => tañ_ + "era" ; --# notpresent + VPB (Impf Sub Sg P2) => tañ_ + "eras" ; --# notpresent + VPB (Impf Sub Sg P3) => tañ_ + "era" ; --# notpresent + VPB (Impf Sub Pl P1) => tañ_ + "éramos" ; --# notpresent + VPB (Impf Sub Pl P2) => tañ_ + "erais" ; --# notpresent + VPB (Impf Sub Pl P3) => tañ_ + "eran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => tañ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => tañ_ + "eses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => tañ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => tañ_ + "ésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => tañ_ + "eseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => tañ_ + "ere" ; --# notpresent + VPB (Fut Sub Sg P2) => tañ_ + "eres" ; --# notpresent + VPB (Fut Sub Sg P3) => tañ_ + "ere" ; --# notpresent + VPB (Fut Sub Pl P1) => tañ_ + "éremos" ; --# notpresent + VPB (Fut Sub Pl P2) => tañ_ + "ereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => tra_ + "a" ; + VPB (Pres Sub Sg P2) => tra_ + "as" ; + VPB (Pres Sub Sg P3) => tra_ + "a" ; + VPB (Pres Sub Pl P1) => tra_ + "amos" ; + VPB (Pres Sub Pl P2) => tra_ + "áis" ; + VPB (Pres Sub 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 Sub Sg P1) => tra_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => tra_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => tra_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => tra_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => tra_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => tra_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => tra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => tra_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => tra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => tra_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => tra_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => tra_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => tra_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => tra_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => tra_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => tra_ + "yereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => tr_ + "ueque" ; + VPB (Pres Sub Sg P2) => tr_ + "ueques" ; + VPB (Pres Sub Sg P3) => tr_ + "ueque" ; + VPB (Pres Sub Pl P1) => tr_ + "oquemos" ; + VPB (Pres Sub Pl P2) => tr_ + "oquéis" ; + VPB (Pres Sub 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 Sub Sg P1) => tr_ + "ocara" ; --# notpresent + VPB (Impf Sub Sg P2) => tr_ + "ocaras" ; --# notpresent + VPB (Impf Sub Sg P3) => tr_ + "ocara" ; --# notpresent + VPB (Impf Sub Pl P1) => tr_ + "ocáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => tr_ + "ocarais" ; --# notpresent + VPB (Impf Sub Pl P3) => tr_ + "ocaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => tr_ + "ocase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => tr_ + "ocases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => tr_ + "ocase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => tr_ + "ocásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => tr_ + "ocaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => tr_ + "ocare" ; --# notpresent + VPB (Fut Sub Sg P2) => tr_ + "ocares" ; --# notpresent + VPB (Fut Sub Sg P3) => tr_ + "ocare" ; --# notpresent + VPB (Fut Sub Pl P1) => tr_ + "ocáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => tr_ + "ocareis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => val_ + "ga" ; + VPB (Pres Sub Sg P2) => val_ + "gas" ; + VPB (Pres Sub Sg P3) => val_ + "ga" ; + VPB (Pres Sub Pl P1) => val_ + "gamos" ; + VPB (Pres Sub Pl P2) => val_ + "gáis" ; + VPB (Pres Sub 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 Sub Sg P1) => val_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => val_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => val_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => val_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => val_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => val_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => val_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => val_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => val_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => val_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => val_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => val_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => val_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => val_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => val_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => val_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => v_ + "enga" ; + VPB (Pres Sub Sg P2) => v_ + "engas" ; + VPB (Pres Sub Sg P3) => v_ + "enga" ; + VPB (Pres Sub Pl P1) => v_ + "engamos" ; + VPB (Pres Sub Pl P2) => v_ + "engáis" ; + VPB (Pres Sub 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 Sub Sg P1) => v_ + "iniera" ; --# notpresent + VPB (Impf Sub Sg P2) => v_ + "inieras" ; --# notpresent + VPB (Impf Sub Sg P3) => v_ + "iniera" ; --# notpresent + VPB (Impf Sub Pl P1) => v_ + "iniéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => v_ + "inierais" ; --# notpresent + VPB (Impf Sub Pl P3) => v_ + "inieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => v_ + "iniese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => v_ + "inieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => v_ + "iniese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => v_ + "iniésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => v_ + "inieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => v_ + "iniere" ; --# notpresent + VPB (Fut Sub Sg P2) => v_ + "inieres" ; --# notpresent + VPB (Fut Sub Sg P3) => v_ + "iniere" ; --# notpresent + VPB (Fut Sub Pl P1) => v_ + "iniéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => v_ + "iniereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => v_ + "ea" ; + VPB (Pres Sub Sg P2) => v_ + "eas" ; + VPB (Pres Sub Sg P3) => v_ + "ea" ; + VPB (Pres Sub Pl P1) => v_ + "eamos" ; + VPB (Pres Sub Pl P2) => v_ + "eáis" ; + VPB (Pres Sub 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 Sub Sg P1) => v_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => v_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => v_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => v_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => v_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => v_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => v_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => v_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => v_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => v_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => v_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => v_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => v_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => v_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => v_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => v_ + "iereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => v_ + "uelva" ; + VPB (Pres Sub Sg P2) => v_ + "uelvas" ; + VPB (Pres Sub Sg P3) => v_ + "uelva" ; + VPB (Pres Sub Pl P1) => v_ + "olvamos" ; + VPB (Pres Sub Pl P2) => v_ + "olváis" ; + VPB (Pres Sub 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 Sub Sg P1) => v_ + "olviera" ; --# notpresent + VPB (Impf Sub Sg P2) => v_ + "olvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => v_ + "olviera" ; --# notpresent + VPB (Impf Sub Pl P1) => v_ + "olviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => v_ + "olvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => v_ + "olvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => v_ + "olviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => v_ + "olvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => v_ + "olviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => v_ + "olviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => v_ + "olvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => v_ + "olviere" ; --# notpresent + VPB (Fut Sub Sg P2) => v_ + "olvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => v_ + "olviere" ; --# notpresent + VPB (Fut Sub Pl P1) => v_ + "olviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => v_ + "olviereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => ya_ + "zga" ; + VPB (Pres Sub Sg P2) => ya_ + "zgas" ; + VPB (Pres Sub Sg P3) => ya_ + "zga" ; + VPB (Pres Sub Pl P1) => ya_ + "zgamos" ; + VPB (Pres Sub Pl P2) => ya_ + "zgáis" ; + VPB (Pres Sub 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 Sub Sg P1) => ya_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => ya_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => ya_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => ya_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ya_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => ya_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ya_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ya_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ya_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ya_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ya_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => ya_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => ya_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => ya_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => ya_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ya_ + "ciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => zur_ + "za" ; + VPB (Pres Sub Sg P2) => zur_ + "zas" ; + VPB (Pres Sub Sg P3) => zur_ + "za" ; + VPB (Pres Sub Pl P1) => zur_ + "zamos" ; + VPB (Pres Sub Pl P2) => zur_ + "záis" ; + VPB (Pres Sub 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 Sub Sg P1) => zur_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => zur_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => zur_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => zur_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => zur_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => zur_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => zur_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => zur_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => zur_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => zur_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => zur_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => zur_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => zur_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => zur_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => zur_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => zur_ + "ciereis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => am_ + "e" ; + VPB (Pres Sub Sg P2) => am_ + "es" ; + VPB (Pres Sub Sg P3) => am_ + "e" ; + VPB (Pres Sub Pl P1) => am_ + "emos" ; + VPB (Pres Sub Pl P2) => am_ + "éis" ; + VPB (Pres Sub 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 Sub Sg P1) => am_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => am_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => am_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => am_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => am_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => am_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => am_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => am_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => am_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => am_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => am_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => 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 Sub Sg P1) => am_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => am_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => am_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => am_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => am_ + "areis" ; --# notpresent + VPB (Fut Sub 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 Sub Sg P1) => variants {} ; + VPB (Pres Sub Sg P2) => variants {} ; + VPB (Pres Sub Sg P3) => ll_ + "ueva" ; + VPB (Pres Sub Pl P1) => variants {} ; + VPB (Pres Sub Pl P2) => variants {} ; + VPB (Pres Sub 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 Sub Sg P1) => variants {} ; --# notpresent + VPB (Impf Sub Sg P2) => variants {} ; --# notpresent + VPB (Impf Sub Sg P3) => ll_ + "oviera" ; --# notpresent + VPB (Impf Sub Pl P1) => variants {} ; --# notpresent + VPB (Impf Sub Pl P2) => variants {} ; --# notpresent + VPB (Impf Sub Pl P3) => variants {} ; --# notpresent + VPB (ImpfSub2 Sg P1) => variants {} ; --# notpresent + VPB (ImpfSub2 Sg P2) => variants {} ; --# notpresent + VPB (ImpfSub2 Sg P3) => ll_ + "oviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => variants {} ; --# notpresent + VPB (ImpfSub2 Pl P2) => variants {} ; --# notpresent + VPB (ImpfSub2 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 Sub Sg P1) => variants {} ; --# notpresent + VPB (Fut Sub Sg P2) => variants {} ; --# notpresent + VPB (Fut Sub Sg P3) => ll_ + "oviere" ; --# notpresent + VPB (Fut Sub Pl P1) => variants {} ; --# notpresent + VPB (Fut Sub Pl P2) => variants {} ; --# notpresent + VPB (Fut Sub 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 | VPresPart => 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 + | ImpfSub2 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 Sub Sg P1) => muestr + "e" ; + VPB (Pres Sub Sg P2) => muestr + "es" ; + VPB (Pres Sub Sg P3) => muestr + "e" ; + VPB (Pres Sub Pl P1) => mostr + "emos" ; + VPB (Pres Sub Pl P2) => mostr + "éis" ; + VPB (Pres Sub Pl P3) => muestr + "en" ; + 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 Sub Sg P1) => mostr + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => mostr + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => mostr + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => mostr + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => mostr + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => mostr + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => mostr + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => mostr + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => mostr + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => mostr + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => mostr + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => mostr + "asen" ; --# notpresent + VPB (Pret Sg P1) => mostr + "é" ; --# 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 Sub Sg P1) => mostr + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => mostr + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => mostr + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => mostr + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => mostr + "areis" ; --# notpresent + VPB (Fut Sub 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 + "e" ; + VPB (Imper Pl P1) => mostr + "emos" ; + VPB (Imper Pl P2) => mostr + "ad" ; + VPB (Imper Pl P3) => muestr + "en" ; + VPB (Pass Sg Masc) => mostr + "ado" ; + VPB (Pass Sg Fem) => mostr + "ada" ; + VPB (Pass Pl Masc) => mostr + "ados" ; + VPB (Pass Pl Fem) => mostr + "adas" + } + } ; + + regAlternVEr : Str -> Str -> Verbum = + \entender, entiendo -> + let + entend = Predef.tk 2 entender ; + entiend = Predef.tk 1 entiendo ; + in + {s = table { + VI Infn => entender ; + VI Ger => entend + "iendo" ; + VI Part => entend + "ido" ; + VPB (Pres Ind Sg P1) => entiend + "o" ; + VPB (Pres Ind Sg P2) => entiend + "es" ; + VPB (Pres Ind Sg P3) => entiend + "e" ; + VPB (Pres Ind Pl P1) => entend + "emos" ; + VPB (Pres Ind Pl P2) => entend + "éis" ; + VPB (Pres Ind Pl P3) => entiend + "en" ; + VPB (Pres Sub Sg P1) => entiend + "a" ; + VPB (Pres Sub Sg P2) => entiend + "as" ; + VPB (Pres Sub Sg P3) => entiend + "a" ; + VPB (Pres Sub Pl P1) => entend + "amos" ; + VPB (Pres Sub Pl P2) => entend + "áis" ; + VPB (Pres Sub Pl P3) => entiend + "an" ; + VPB (Impf Ind Sg P1) => entend + "ía" ; --# notpresent + VPB (Impf Ind Sg P2) => entend + "ías" ; --# notpresent + VPB (Impf Ind Sg P3) => entend + "ía" ; --# notpresent + VPB (Impf Ind Pl P1) => entend + "íamos" ; --# notpresent + VPB (Impf Ind Pl P2) => entend + "íais" ; --# notpresent + VPB (Impf Ind Pl P3) => entend + "ían" ; --# notpresent + VPB (Impf Sub Sg P1) => entend + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => entend + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => entend + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => entend + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => entend + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => entend + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => entend + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => entend + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => entend + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => entend + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => entend + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => entend + "iesen" ; --# notpresent + VPB (Pret Sg P1) => entend + "í" ; --# notpresent + VPB (Pret Sg P2) => entend + "iste" ; --# notpresent + VPB (Pret Sg P3) => entend + "ió" ; --# notpresent + VPB (Pret Pl P1) => entend + "imos" ; --# notpresent + VPB (Pret Pl P2) => entend + "isteis" ; --# notpresent + VPB (Pret Pl P3) => entend + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => entend + "eré" ; --# notpresent + VPB (Fut Ind Sg P2) => entend + "erás" ; --# notpresent + VPB (Fut Ind Sg P3) => entend + "erá" ; --# notpresent + VPB (Fut Ind Pl P1) => entend + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => entend + "eréis" ; --# notpresent + VPB (Fut Ind Pl P3) => entend + "erán" ; --# notpresent + VPB (Fut Sub Sg P1) => entend + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => entend + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => entend + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => entend + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => entend + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => entend + "ieren" ; --# notpresent + VPB (Cond Sg P1) => entend + "ería" ; --# notpresent + VPB (Cond Sg P2) => entend + "erías" ; --# notpresent + VPB (Cond Sg P3) => entend + "ería" ; --# notpresent + VPB (Cond Pl P1) => entend + "eríamos" ; --# notpresent + VPB (Cond Pl P2) => entend + "eríais" ; --# notpresent + VPB (Cond Pl P3) => entend + "erían" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => entiend + "e" ; + VPB (Imper Sg P3) => entiend + "a" ; + VPB (Imper Pl P1) => entend + "amos" ; + VPB (Imper Pl P2) => entend + "ed" ; + VPB (Imper Pl P3) => entiend + "an" ; + VPB (Pass Sg Masc) => entend + "ido" ; + VPB (Pass Sg Fem) => entend + "ida" ; + VPB (Pass Pl Masc) => entend + "idos" ; + VPB (Pass Pl Fem) => entend + "idas" + } + } ; + +} diff --git a/lib/src/portuguese/CatPor.gf b/lib/src/portuguese/CatPor.gf new file mode 100644 index 000000000..9c794dfcc --- /dev/null +++ b/lib/src/portuguese/CatPor.gf @@ -0,0 +1,5 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatPor of Cat = CommonX - + [SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol] ** CatRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/CompatibilityPor.gf b/lib/src/portuguese/CompatibilityPor.gf new file mode 100644 index 000000000..52f20268e --- /dev/null +++ b/lib/src/portuguese/CompatibilityPor.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common:../prelude + +concrete CompatibilityPor of Compatibility = CatPor ** open Prelude, CommonRomance in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_ => n.s ++ "."} ; --- + +} diff --git a/lib/src/portuguese/ConjunctionPor.gf b/lib/src/portuguese/ConjunctionPor.gf new file mode 100644 index 000000000..473e53fdf --- /dev/null +++ b/lib/src/portuguese/ConjunctionPor.gf @@ -0,0 +1,2 @@ +concrete ConjunctionPor of Conjunction = CatPor ** ConjunctionRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/ConstructionPor.gf b/lib/src/portuguese/ConstructionPor.gf new file mode 100644 index 000000000..d28e36c05 --- /dev/null +++ b/lib/src/portuguese/ConstructionPor.gf @@ -0,0 +1,148 @@ +--# -path=alltenses:.:../abstract + +concrete ConstructionPor of Construction = CatPor ** + open SyntaxPor, SymbolicPor, ParadigmsPor, + (L = LexiconPor), (E = ExtraPor), (I = IrregPor), (R = ResPor), (C = CommonRomance), + Prelude in { +flags coding=utf8 ; + + +lin + hungry_VP = E.ComplCN have_V2 (mkCN (mkN "hambre" feminine)) ; + thirsty_VP = E.ComplCN have_V2 (mkCN (mkN "sed" feminine)) ; + has_age_VP card = mkVP have_V2 (mkNP L.year_N) ; + + have_name_Cl x y = mkCl x (mkV2 (reflV (mkV "llamar"))) y ; + married_Cl x y = mkCl (lin NP x) L.married_A2 (lin NP y) | mkCl (mkNP and_Conj (lin NP x) (lin NP y)) (mkA "casado") ; + + what_name_QCl x = mkQCl how_IAdv (mkCl (lin NP x) (reflV (mkV "llamar"))) ; + how_old_QCl x = mkQCl (mkIP how8many_IDet L.year_N) x have_V2 ; + how_far_QCl x = mkQCl (lin IAdv (ss "a qué distancia")) (mkCl x I.estar_V) ; + +-- some more things + weather_adjCl ap = mkCl (mkVP (mkVA I.hacer_V) (lin AP ap)) ; + + is_right_VP = E.ComplCN have_V2 (mkCN (mkN "razón")) ; + is_wrong_VP = mkVP (mkVA I.estar_V) (mkAP (mkA "equivocado")) ; + + n_units_AP card cn a = mkAP (lin AdA (mkUtt (mkNP (lin CN cn)))) (lin A a) ; + + bottle_of_CN np = mkCN (lin N2 (mkN2 (mkN "botella" feminine) part_Prep)) np ; + cup_of_CN np = mkCN (lin N2 (mkN2 (mkN "taza") part_Prep)) np ; + glass_of_CN np = mkCN (lin N2 (mkN2 (mkN "vaso") part_Prep)) np ; -- copa + +{- +-- spatial deixis and motion verbs + + where_go_QCl np = mkQCl where_IAdv (mkCl np (mkVP L.go_V)) ; + where_come_from_QCl np = mkQCl (lin IAdv (ss "de dónde")) (mkCl np (mkVP L.go_V)) ; + + go_here_VP = mkVP (mkVP L.go_V) here_Adv ; + come_here_VP = mkVP (mkVP L.come_V) here_Adv ; + come_from_here_VP = mkVP (mkVP L.come_V) (mkAdv "de aquí") ; + + go_there_VP = mkVP (mkVP L.go_V) there_Adv ; + come_there_VP = mkVP (mkVP L.come_V) there_Adv ; + come_from_there_VP = mkVP (mkVP L.come_V) (mkAdv "de allí") ; -- "de allá" +-} + +lincat + Weekday = N ; + Monthday = NP ; + Month = N ; + Year = NP ; +oper + noPrep : Prep = mkPrep [] ; + +lin + weekdayPunctualAdv w = lin Adv {s = w.s ! C.Sg} ; -- lundi + weekdayHabitualAdv w = SyntaxPor.mkAdv noPrep (mkNP the_Det w) ; -- il lunedí ---- + weekdayLastAdv w = SyntaxPor.mkAdv noPrep (mkNP the_Det (mkCN (mkA "pasado") w)) ; -- il lunedí scorso + weekdayNextAdv w = SyntaxPor.mkAdv noPrep (mkNP the_Det (mkCN (mkA "próximo") w)) ; -- il lunedí prossimo + + monthAdv m = lin Adv {s = "en" ++ m.s ! C.Sg} ; -- in mggio + yearAdv y = SyntaxPor.mkAdv (mkPrep "en") y ; ---- + dayMonthAdv d m = ParadigmsPor.mkAdv ("el" ++ (d.s ! R.Nom).comp ++ m.s ! C.Sg) ; -- le 17 mai + monthYearAdv m y = lin Adv {s = "en" ++ m.s ! C.Sg ++ (y.s ! R.Nom).comp} ; -- in maggio 2012 + dayMonthYearAdv d m y = ParadigmsPor.mkAdv ("el" ++ (d.s ! R.Nom).comp ++ m.s ! C.Sg ++ (y.s ! R.Nom).comp) ; -- il 17 maggio 2013 + + intYear = symb ; + intMonthday = symb ; + + +lincat Language = N ; + +lin InLanguage l = SyntaxPor.mkAdv (mkPrep "en") (mkNP l) ; + +lin + weekdayN w = w ; + + weekdayPN w = mkPN w ; + monthPN m = mkPN m ; + + languageNP l = mkNP l ; + languageCN l = mkCN l ; + +oper mkLanguage : Str -> N = \s -> mkN s ; + +---------------------------------------------- +---- lexicon of special names + +lin monday_Weekday = mkN "lunes" ; +lin tuesday_Weekday = mkN "martes" ; +lin wednesday_Weekday = mkN "miércoles" ; +lin thursday_Weekday = mkN "jueves" ; +lin friday_Weekday = mkN "viernes" ; +lin saturday_Weekday = mkN "sábado" ; +lin sunday_Weekday = mkN "domingo" ; + +lin january_Month = mkN "enero" ; +lin february_Month = mkN "febrero" ; +lin march_Month = mkN "marzo" ; +lin april_Month = mkN "abril" ; +lin may_Month = mkN "mayo" ; +lin june_Month = mkN "junio" ; +lin july_Month = mkN "julio" ; +lin august_Month = mkN "agosto" ; +lin september_Month = mkN "septiembre" ; +lin october_Month = mkN "octubre" ; +lin november_Month = mkN "noviembre" ; +lin december_Month = mkN "diciembre" ; + +lin afrikaans_Language = mkLanguage "afrikáans" ; +lin amharic_Language = mkLanguage "amárico" ; +lin arabic_Language = mkLanguage "árabe" ; +lin bulgarian_Language = mkLanguage "búlgaro" ; +lin catalan_Language = mkLanguage "catalán" ; +lin chinese_Language = mkLanguage "chino" ; +lin danish_Language = mkLanguage "danés" ; +lin dutch_Language = mkLanguage "neerlandés" ; +lin english_Language = mkLanguage "inglés" ; +lin estonian_Language = mkLanguage "estonio" ; +lin finnish_Language = mkLanguage "finés" ; +lin french_Language = mkLanguage "francés" ; +lin german_Language = mkLanguage "alemán" ; +lin greek_Language = mkLanguage "griego" ; +lin hebrew_Language = mkLanguage "ebreo" ; +lin hindi_Language = mkLanguage "hindi" ; +lin japanese_Language = mkLanguage "japonés" ; +lin italian_Language = mkLanguage "italiano" ; +lin latin_Language = mkLanguage "latín" ; +lin latvian_Language = mkLanguage "letón" ; +lin maltese_Language = mkLanguage "maltés" ; +lin nepali_Language = mkLanguage "nepalí" ; +lin norwegian_Language = mkLanguage "noruego" ; +lin persian_Language = mkLanguage "persa" ; +lin polish_Language = mkLanguage "polaco" ; +lin punjabi_Language = mkLanguage "punjabi" ; +lin romanian_Language = mkLanguage "rumano" ; +lin russian_Language = mkLanguage "ruso" ; +lin sindhi_Language = mkLanguage "sindhi" ; +lin spanish_Language = mkLanguage "español" | mkLanguage "castellano" ; +lin swahili_Language = mkLanguage "swahili" ; +lin swedish_Language = mkLanguage "sueco" ; +lin thai_Language = mkLanguage "tailandés" ; +lin turkish_Language = mkLanguage "turco" ; +lin urdu_Language = mkLanguage "urdu" ; + +} diff --git a/lib/src/portuguese/DiffPor.gf b/lib/src/portuguese/DiffPor.gf new file mode 100644 index 000000000..8dd612b9f --- /dev/null +++ b/lib/src/portuguese/DiffPor.gf @@ -0,0 +1,221 @@ +--# -path=.:../romance:../abstract:../common:prelude + +instance DiffPor of DiffRomance - [partAgr,vpAgrSubj,vpAgrClits] = open CommonRomance, PhonoPor, BeschPor, Prelude in { + + flags optimize=noexpand ; + coding=utf8 ; + +---- exceptions ---------------- + oper + partAgr : VType -> Bool = \vtyp -> False ; + vpAgrSubj : Verb -> VPAgrType = \v -> ; + vpAgrClits : Verb -> AAgr -> VPAgrType = \v,a -> ; + +-------------------------------- + + param + Prepos = P_de | P_a ; + VType = VHabere | VRefl ; + + oper + dative : Case = CPrep P_a ; + genitive : Case = CPrep P_de ; + + prepCase = \c -> case c of { + Nom => [] ; + Acc => [] ; + CPrep P_de => "de" ; + CPrep P_a => "a" + } ; + + + artDef : Bool -> Gender -> Number -> Case -> Str = \isNP,g,n,c -> + case isNP of { + True => case of { + => prepCase c ++ "el" ; + => prepCase c ++ "la" ; ----- ?? + => prepCase c ++ "los" ; + => prepCase c ++ "las" + } ; + _ => case of { + => "del" ; + => "al" ; + => prepCase c ++ "el" ; + => chooseDeLa ; + => chooseALa ; + => prepCase c ++ chooseLa ; + => prepCase c ++ "los" ; + => prepCase c ++ "las" + } + } ; + + artIndef = \isNP,g,n,c -> case isNP of { + True => case n of { + Sg => prepCase c ++ genForms "uno" "una" ! g ; + _ => prepCase c ++ genForms "unos" "unas" ! g + } ; + _ => case n of { + Sg => prepCase c ++ genForms "un" "una" ! g ; + _ => prepCase c + } + } ; + + possCase = \_,_,c -> prepCase c ; + + partitive = \_,c -> prepCase c ; + +{- + partitive = \g,c -> case c of { + CPrep P_de => "de" ; + _ => prepCase c ++ artDef g Sg (CPrep P_de) + } ; +-} + + conjunctCase : Case -> Case = \c -> case c of { + Nom => Nom ; + _ => Acc + } ; + + auxVerb : VType -> (VF => Str) = \_ -> haber_V.s ; + + vpAgrClit : Agr -> VPAgr = \a -> + vpAgrNone ; + + pronArg = \n,p,acc,dat -> + let + paccp = case acc of { + CRefl => ; + CPron ag an ap => ; + _ => <[],P2,False> + } ; + pdatp = case dat of { + CPron ag an ap => ; + _ => <[],P2,False> + } ; + peither = case acc of { + CRefl | CPron _ _ _ => True ; + _ => case dat of { + CPron _ _ _ => True ; + _ => False + } + } ; + defaultPronArg = +---- defaultPronArg = + in + ---- case < : Person * Person> of { + ---- => <"se" ++ paccp.p1, [], True> ; + ---- _ => defaultPronArg + --- } ; + ---- 8/6/2008 efficiency problem in pgf generation: replace the case expr with + ---- a constant produces an error in V3 predication with two pronouns + defaultPronArg ; + + infForm _ _ _ _ = True ; + + mkImperative b p vp = + \\pol,g,n => + let + pe = case b of {True => P3 ; _ => p} ; + agr = {g = g ; n = n ; p = pe} ; + refl = case vp.s.vtyp of { + VRefl => ; + _ => <[],False> + } ; + + clpr = ; +---- clpr = <[],[],False> ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; +----e verb = case of { +----e => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ; +----e _ => (vp.s ! VPImperat).fin ! agr +----e } ; + verb = vp.s.s ! vImper n pe ; + neg = vp.neg ! pol ; + compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol + in + neg.p1 ++ verb ++ bindIf refl.p2 ++ refl.p1 ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; + + CopulaType = Bool ; + selectCopula = \isEstar -> case isEstar of {True => estar_V ; False => copula} ; + serCopula = False ; + estarCopula = True ; + + negation : RPolarity => (Str * Str) = table { + RPos => <[],[]> ; + RNeg _ => <"no",[]> + } ; + + conjThan = "que" ; + conjThat = "que" ; + subjIf = "si" ; + + + clitInf b cli inf = inf ++ bindIf b ++ cli ; + + relPron : Bool => AAgr => Case => Str = \\b,a,c => + case c of { + Nom | Acc => "que" ; + CPrep P_a => "cuyo" ; + _ => prepCase c ++ "cuyo" + } ; + + pronSuch : AAgr => Str = aagrForms "tál" "tál" "tales" "tales" ; + + quelPron : AAgr => Str = aagrForms "cuál" "cuál" "cuales" "cuales" ; + + partQIndir = [] ; ---- ? + + reflPron : Number -> Person -> Case -> Str = \n,p,c -> + let pro = argPron Fem n p c + in + case p of { + P3 => case c of { + Acc | CPrep P_a => "se" ; + _ => "sí" + } ; + _ => pro + } ; + + argPron : Gender -> Number -> Person -> Case -> Str = + let + cases : (x,y : Str) -> Case -> Str = \me,moi,c -> case c of { + Acc | CPrep P_a => me ; + _ => moi + } ; + cases3 : (x,y,z : Str) -> Case -> Str = \les,leur,eux,c -> case c of { + Acc => les ; + CPrep P_a => leur ; + _ => eux + } ; + in + \g,n,p -> case < : Gender * Number * Person> of { + <_,Sg,P1> => cases "me" "mí" ; + <_,Sg,P2> => cases "te" "tí" ; + <_,Pl,P1> => cases "nos" "nosotras" ; --- nosotros + <_,Pl,P2> => cases "vos" "vosotras" ; --- vosotros + => cases3 "la" "le" "ella" ; + <_, Sg,P3> => cases3 "lo" "le" "èl" ; + => cases3 "las" "les" "ellas" ; + <_, Pl,P3> => cases3 "los" "les" "ellos" + } ; + + vRefl _ = VRefl ; + isVRefl : VType -> Bool = \ty -> case ty of { + VRefl => True ; + _ => False + } ; + + auxPassive : Verb = verbBeschH (estar_2 "estar") ; + + copula : Verb = verbBeschH (ser_1 "ser") ; + + estar_V : Verb = verbBeschH (estar_2 "estar") ; + + haber_V : Verb = verbBeschH (haber_3 "haber") ; + + verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere ; p = []} ; + + subjPron = \_ -> [] ; + + polNegDirSubj = RPos ; + +} diff --git a/lib/src/portuguese/DocumentationPor.gf b/lib/src/portuguese/DocumentationPor.gf new file mode 100644 index 000000000..221e503cf --- /dev/null +++ b/lib/src/portuguese/DocumentationPor.gf @@ -0,0 +1,6 @@ +--# -path=.:../abstract:../common + +-- documentation of Pornish in Pornish: the default introduced in LangPor + +concrete DocumentationPor of Documentation = CatPor ** + DocumentationPorFunctor with (Terminology = TerminologyPor) ; diff --git a/lib/src/portuguese/DocumentationPorFunctor.gf b/lib/src/portuguese/DocumentationPorFunctor.gf new file mode 100644 index 000000000..56407322b --- /dev/null +++ b/lib/src/portuguese/DocumentationPorFunctor.gf @@ -0,0 +1,226 @@ +--# -path=.:../abstract:../common + +incomplete concrete DocumentationPorFunctor of Documentation = CatPor ** open + Terminology, -- the interface to be instantiated + ResPor, + CommonRomance, + ParadigmsPor, + (G = GrammarPor), + (S = SyntaxPor), + (L = LexiconPor), + Prelude, + HTML +in { +flags coding=utf8 ; + + +lincat + Inflection = {t : Str; s1,s2 : Str} ; + Definition = {s : Str} ; + Document = {s : Str} ; + Tag = {s : Str} ; + +{- +-} --# notpresent + +oper + heading : N -> Str = \n -> (nounHeading n).s ; + +lin + InflectionN, InflectionN3, InflectionN3 = \noun -> { + t = "n" ; + s1 = heading1 (heading noun_Category ++ + case noun.g of { + Masc => "("+heading masculine_Parameter+")" ; + Fem => "("+heading feminine_Parameter+")" + }) ; + s2 = frameTable ( + tr (th (heading singular_Parameter) ++ th (heading plural_Parameter)) ++ + tr (td (noun.s ! Sg) ++ td (noun.s ! Pl)) + ) + } ; + + InflectionA, InflectionA2 = \adj -> { + t = "a" ; + s1 = heading1 (nounHeading adjective_Category).s ; + s2 = frameTable ( + tr (th "" ++ th (heading singular_Parameter) ++ th (heading plural_Parameter)) ++ + tr (th (heading masculine_Parameter) ++ td (adj.s ! Posit ! (AF Masc Sg)) ++ td (adj.s ! Posit ! (AF Masc Pl))) ++ + tr (th (heading feminine_Parameter) ++ td (adj.s ! Posit ! (AF Fem Sg)) ++ td (adj.s ! Posit ! (AF Fem Pl))) + ) + } ; + + InflectionAdv adv = { + t = "adv" ; + s1 = heading1 "Adverbe" ; + s2 = paragraph adv.s + } ; + + InflectionPrep p = { + t = "prep" ; + s1 = heading1 "Préposition" ; + s2 = paragraph p.s + } ; + + InflectionV v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ++ + paragraph (verbExample (S.mkCl S.she_NP v)) ; + s2 = inflVerb v + } ; + + InflectionV2 v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ++ + paragraph (verbExample (S.mkCl S.she_NP v S.something_NP)) ; + s2 = inflVerb v + } ; + + InflectionV3 v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ++ + paragraph (verbExample (S.mkCl S.she_NP v S.something_NP S.something_NP)) ; + s2 = inflVerb v + } ; + + InflectionV2V v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ++ + paragraph (verbExample (S.mkCl S.she_NP (lin V2V v) S.we_NP (S.mkVP (L.sleep_V)))) ; + s2 = inflVerb v + } ; + + InflectionV2S v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ; + s2 = inflVerb v + } ; + + InflectionV2Q v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ; + s2 = inflVerb v + } ; + + InflectionV2A v = { + t = "v" ; + s1 = heading1 "Verb" ; + s2 = inflVerb v + } ; + + InflectionVV v = { + t = "v" ; + s1 = heading1 (heading verb_Category) ++ + paragraph (verbExample (S.mkCl S.she_NP v (S.mkVP (L.sleep_V)))) ; + s2 = inflVerb v + } ; + + InflectionVS v = { + t = "v" ; + s1 = heading1 "Verb" ; + s2 = inflVerb v + } ; + + InflectionVQ v = { + t = "v" ; + s1 = heading1 "Verb" ; + s2 = inflVerb v + } ; + + InflectionVA v = { + t = "v" ; + s1 = heading1 "Verb" ; + s2 = inflVerb v + } ; + +lin + NoDefinition t = {s=t.s}; + MkDefinition t d = {s="

Definición:"++t.s++d.s++"

"}; + MkDefinitionEx t d e = {s="

Definición:"++t.s++d.s++"

Ejemplo:"++e.s++"

"}; + +lin + MkDocument b i e = ss (i.s1 ++ "

"++b.s++"

" ++ i.s2 ++ paragraph e.s) ; -- explanation appended in a new paragraph + MkTag i = ss i.t ; + +oper + verbExample : CatPor.Cl -> Str = \cl -> + (S.mkUtt cl).s + ++ ";" ++ (S.mkUtt (S.mkS S.anteriorAnt cl)).s --# notpresent + ; + + inflVerb : Verb -> Str = \verb -> + let + vfin : CommonRomance.VF -> Str = \f -> + verb.s ! f ; + + ttable : TMood -> Str = \tense -> + frameTable ( + tr (th "" ++ + th (heading singular_Parameter) ++ + th (heading plural_Parameter)) ++ + tr (th "1.p" ++ + td (vfin (VFin tense Sg P1)) ++ + td (vfin (VFin tense Pl P1))) ++ + tr (th "2.p" ++ + td (vfin (VFin tense Sg P2)) ++ + td (vfin (VFin tense Pl P2))) ++ + tr (th "3.p" ++ + td (vfin (VFin tense Sg P3)) ++ + td (vfin (VFin tense Pl P3))) + ) ; + + ttable2 : (Mood -> TMood) -> Str = \f -> + frameTable ( + tr (intagAttr "th" "colspan=2" "" ++ + th (heading indicative_Parameter) ++ + th (heading conjunctive_Parameter)) ++ + tr (intagAttr "th" "rowspan=3" (heading singular_Parameter) ++ + th "1.p" ++ + td (vfin (VFin (f Indic) Sg P1)) ++ + td (vfin (VFin (f Conjunct) Sg P1))) ++ + tr (th "2.p" ++ + td (vfin (VFin (f Indic) Sg P2)) ++ + td (vfin (VFin (f Conjunct) Sg P2))) ++ + tr (th "3.p" ++ + td (vfin (VFin (f Indic) Sg P3)) ++ + td (vfin (VFin (f Conjunct) Sg P3))) ++ + tr (intagAttr "th" "rowspan=3" (heading plural_Parameter) ++ + th "1.p" ++ + td (vfin (VFin (f Indic) Pl P1)) ++ + td (vfin (VFin (f Conjunct) Pl P1))) ++ + tr (th "2.p" ++ + td (vfin (VFin (f Indic) Pl P2)) ++ + td (vfin (VFin (f Conjunct) Pl P2))) ++ + tr (th "3.p" ++ + td (vfin (VFin (f Indic) Pl P3)) ++ + td (vfin (VFin (f Conjunct) Pl P3))) + ) ; + + in heading2 (heading present_Parameter) ++ + ttable2 VPres ++ + heading2 (heading imperfect_Parameter) ++ + ttable2 VImperf + ++ heading2 (heading simple_past_Parameter) ++ --# notpresent + ttable VPasse --# notpresent + ++ heading2 (heading future_Parameter) ++ --# notpresent + ttable VFut --# notpresent + ++ heading2 (heading conditional_Parameter) ++ --# notpresent + ttable VCondit --# notpresent + ++ heading2 (heading infinitive_Parameter) ++ + paragraph (vfin (VInfin False)) ++ + heading2 (heading imperative_Parameter) ++ + frameTable ( + tr (th "sg.2.p" ++ td (vfin (VImper SgP2))) ++ + tr (th "pl.1.p" ++ td (vfin (VImper PlP1))) ++ + tr (th "pl.2.p" ++ td (vfin (VImper PlP2))) + ) ++ + heading2 (heading participle_Parameter) ++ + frameTable ( + tr (th (heading past_Parameter) ++ td (vfin (VPart Masc Sg))) ++ + tr (th (heading present_Parameter) ++ td (vfin VGer)) + ) ; + +{- --# notpresent +-} + +} diff --git a/lib/src/portuguese/ExtraPor.gf b/lib/src/portuguese/ExtraPor.gf new file mode 100644 index 000000000..9fee804b1 --- /dev/null +++ b/lib/src/portuguese/ExtraPor.gf @@ -0,0 +1,83 @@ +concrete ExtraPor of ExtraPorAbs = ExtraRomancePor ** + open CommonRomance, PhonoPor, MorphoPor, ParadigmsPor, ParamX, ResPor, BeschPor, (I = IrregPor), + Prelude in { + flags coding=utf8 ; + + lin + i8fem_Pron = mkPronoun + "yo" "me" "me" "mí" + "mi" "mi" "mis" "mis" + Fem Sg P1 ; + these8fem_NP = makeNP ["estas"] Fem Pl ; + they8fem_Pron = mkPronoun + "ellas" "las" "les" "ellas" + "su" "su" "sus" "sus" + Fem Pl P3 ; + this8fem_NP = pn2np (mkPN ["esta"] Fem) ; + those8fem_NP = makeNP ["esas"] Fem Pl ; + + we8fem_Pron = mkPronoun + "nosotras" "nos" "nos" "nosotras" + "nuestro" "nuestra" "nuestros" "nuestras" + Fem Pl P1 ; + whoPl8fem_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Fem Pl} ; + whoSg8fem_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Fem Sg} ; + + youSg8fem_Pron = mkPronoun + "tú" "te" "te" "ti" + "tu" "tu" "tus" "tus" + Fem Sg P2 ; + youPl8fem_Pron = mkPronoun + "vosotras" "os" "os" "vosotras" + "vuestro" "vuestra" "vuestros" "vuestras" + Fem Pl P2 ; + youPol8fem_Pron = mkPronoun + "usted" "la" "le" "usted" + "su" "su" "sus" "sus" + Fem Sg P3 ; + + youPolPl_Pron = mkPronoun + "ustedes" "los" "les" "usted" + "su" "su" "sus" "sus" + Masc Pl P3 ; + youPolPl8fem_Pron = mkPronoun + "ustedes" "las" "les" "usted" + "su" "su" "sus" "sus" + Fem Pl P3 ; + + ImpNeg np vp = lin Utt{ + s = (mkClause (np.s ! Nom).comp np.hasClit False np.a vp).s + ! DInv ! RPres ! Simul ! RNeg False ! Conjunct + } ; + + InvQuestCl cl = { + s = \\t,a,p => + let cls = cl.s ! DInv ! t ! a ! p + in table { + QDir => cls ! Indic ; + QIndir => subjIf ++ cls ! Indic + } + } ; + + -- ExtraRomance.PassVPSlash uses estar + PassVPSlash_ser vps = + let auxvp = predV copula + in + insertComplement (\\a => let agr = complAgr a in vps.s.s ! VPart agr.g agr.n) { + s = auxvp.s ; + agr = auxvp.agr ; + neg = vps.neg ; + clit1 = vps.clit1 ; + clit2 = vps.clit2 ; + clit3 = vps.clit3 ; + isNeg = vps.isNeg ; + comp = vps.comp ; + ext = vps.ext + } ; + + ExistsNP np = + mkClause [] True False np.a (insertComplement (\\_ => (np.s ! Nom).ton) (predV (mkV "existir"))) ; + + UseComp_estar comp = insertComplement comp.s (predV I.estar_V) ; + +} diff --git a/lib/src/portuguese/ExtraPorAbs.gf b/lib/src/portuguese/ExtraPorAbs.gf new file mode 100644 index 000000000..eacdece7f --- /dev/null +++ b/lib/src/portuguese/ExtraPorAbs.gf @@ -0,0 +1,37 @@ +-- Structures special for Spanish. These are not implemented in other +-- Romance languages. + +abstract ExtraPorAbs = ExtraRomanceAbs ** { + + fun + +-- Feminine variants of pronouns (those in $Structural$ are +-- masculine, which is the default when gender is unknown). + + i8fem_Pron : Pron ; + these8fem_NP : NP ; + they8fem_Pron : Pron ; + this8fem_NP : NP ; + those8fem_NP : NP ; + + we8fem_Pron : Pron ; -- nosotras + whoPl8fem_IP : IP ; + whoSg8fem_IP : IP ; + + youSg8fem_Pron : Pron ; + youPl8fem_Pron : Pron ; -- vosotras + youPol8fem_Pron : Pron ; -- usted + + youPolPl_Pron : Pron ; -- ustedes + youPolPl8fem_Pron : Pron ; + + + ImpNeg : NP -> VP -> Utt ; --"no fumes" + InvQuestCl : Cl -> QCl ; + + + PassVPSlash_ser : VPSlash -> VP ; + + UseComp_estar : Comp -> VP ; -- esta lleno, as opposed to es lleno + +} diff --git a/lib/src/portuguese/ExtraRomancePor.gf b/lib/src/portuguese/ExtraRomancePor.gf new file mode 100644 index 000000000..1ba442286 --- /dev/null +++ b/lib/src/portuguese/ExtraRomancePor.gf @@ -0,0 +1,2 @@ +concrete ExtraRomancePor of ExtraRomanceAbs = CatPor ** ExtraRomance with + (ResRomance = ResPor), (Grammar = GrammarPor) ; diff --git a/lib/src/portuguese/ExtraSpaPor.gf b/lib/src/portuguese/ExtraSpaPor.gf new file mode 100644 index 000000000..d926766e8 --- /dev/null +++ b/lib/src/portuguese/ExtraSpaPor.gf @@ -0,0 +1,37 @@ +-- Structures special for Pornish. These are not implemented in other +-- Romance languages. + +abstract ExtraPorAbs = ExtraRomanceAbs ** { + + fun + +-- Feminine variants of pronouns (those in $Structural$ are +-- masculine, which is the default when gender is unknown). + + i8fem_Pron : Pron ; + these8fem_NP : NP ; + they8fem_Pron : Pron ; + this8fem_NP : NP ; + those8fem_NP : NP ; + + we8fem_Pron : Pron ; -- nosotras + whoPl8fem_IP : IP ; + whoSg8fem_IP : IP ; + + youSg8fem_Pron : Pron ; + youPl8fem_Pron : Pron ; -- vosotras + youPol8fem_Pron : Pron ; -- usted + + youPolPl_Pron : Pron ; -- ustedes + youPolPl8fem_Pron : Pron ; + + + ImpNeg : NP -> VP -> Utt ; --"no fumes" + InvQuestCl : Cl -> QCl ; + + + PassVPSlash_ser : VPSlash -> VP ; + + UseComp_estar : Comp -> VP ; -- esta lleno, as opposed to es lleno + +} diff --git a/lib/src/portuguese/GrammarPor.gf b/lib/src/portuguese/GrammarPor.gf new file mode 100644 index 000000000..4f28e1ec1 --- /dev/null +++ b/lib/src/portuguese/GrammarPor.gf @@ -0,0 +1,23 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete GrammarPor of Grammar = + NounPor, + VerbPor, + AdjectivePor, + AdverbPor, + NumeralPor, + SentencePor, + QuestionPor, + RelativePor, + ConjunctionPor, + PhrasePor, + TextPor - [SC,Temp,Tense,Pol,PPos,PNeg], -- special punctuation + IdiomPor, + StructuralPor, + TensePor + + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/lib/src/portuguese/IdiomPor.gf b/lib/src/portuguese/IdiomPor.gf new file mode 100644 index 000000000..2e327a164 --- /dev/null +++ b/lib/src/portuguese/IdiomPor.gf @@ -0,0 +1,45 @@ +concrete IdiomPor of Idiom = CatPor ** + open (P = ParamX), MorphoPor, ParadigmsPor, BeschPor, Prelude in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause [] True False (agrP3 Masc Sg) vp ; + + GenericCl vp = + mkClause [] True False (agrP3 Masc Sg) (insertRefl vp) ; ---- just Italian ? + + CleftNP np rs = mkClause [] True False (agrP3 Masc Sg) + (insertComplement (\\_ => rs.s ! Indic ! np.a) + (insertComplement (\\_ => (np.s ! rs.c).ton) (predV copula))) ; + + CleftAdv ad s = mkClause [] True False (agrP3 Masc Sg) + (insertComplement (\\_ => conjThat ++ s.s ! Indic) + (insertComplement (\\_ => ad.s) (predV copula))) ; + + + ExistNP np = + mkClause [] True False (agrP3 Masc Sg) + (insertComplement (\\_ => (np.s ! Acc).ton) (predV (verboV (hay_3 "haber")))) ; + ExistIP ip = { + s = \\t,a,p,_ => + ip.s ! Nom ++ + (mkClause [] True False (agrP3 Masc Sg) (predV (verboV (hay_3 "haber")))).s ! DDir ! t ! a ! p ! Indic + } ; + + ProgrVP vp = + insertComplement + (\\agr => + let + clpr = ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ; + obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! RPos ---- pol + in + vp.s.s ! VGer ++ clpr.p1 ++ obj + ) + (predV (verboV (estar_2 "estar"))) ; + + ImpPl1 vp = {s = + mkImperative False P1 vp ! RPos ! Masc ! Pl ; --- fem + } ; + +} diff --git a/lib/src/portuguese/IrregPor.gf b/lib/src/portuguese/IrregPor.gf new file mode 100644 index 000000000..f839d29d8 --- /dev/null +++ b/lib/src/portuguese/IrregPor.gf @@ -0,0 +1,78348 @@ +--# -path=.:../romance:../abstract:../common:../prelude + +-- machine-generated GF file from Andersson & Söderberg's MSc work + +concrete IrregPor of IrregPorAbs = CatPor ** + open (C=CommonRomance), ParadigmsPor, BeschPor in { + +flags optimize=values ; + coding=utf8 ; + +lin ser_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ser" ; + {- VI Ger => -} "siendo" ; + {- VI Part => -} "sido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "soy" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "eres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "es" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "somos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sois" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "son" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "seas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "seamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "seáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "era" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "eras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "era" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "éramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "erais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "eran" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fueras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fuéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fuerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fueran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fueses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fuésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fueseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fuesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fui" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fue" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "seré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "serás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "será" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "seremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "seréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "serán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fuéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "serías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "seríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "seríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "serían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sé" ; + {- VPB (Imper C.Sg C.P3) => -} "sea" ; + {- VPB (Imper C.Pl C.P1) => -} "seamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sed" ; + {- VPB (Imper C.Pl C.P3) => -} "sean" ; + {- VPB (Pass C.Sg Masc) => -} "sido" ; + {- VPB (Pass C.Sg Fem) => -} "sida" ; + {- VPB (Pass C.Pl Masc) => -} "sidos" ; + {- VPB (Pass C.Pl Fem) => -} "sidas" + ] + } ; + +lin ir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ir" ; + {- VI Ger => -} "yendo" ; + {- VI Part => -} "ido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "voy" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "va" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "vamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "vais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "van" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vaya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vayas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vaya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vayamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vayáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vayan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "iba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ibas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "iba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "íbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ibais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "iban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fueras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fuéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fuerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fueran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fueses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fuésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fueseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fuesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fui" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fue" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "iré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "irás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "irá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "iremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "iréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "irán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fuéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "iría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "irías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "iría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "iríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "iríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "irían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ve" ; + {- VPB (Imper C.Sg C.P3) => -} "vaya" ; + {- VPB (Imper C.Pl C.P1) => -} variants {"vamos" ; "vayamos"} ; + {- VPB (Imper C.Pl C.P2) => -} "id" ; + {- VPB (Imper C.Pl C.P3) => -} "vayan" ; + {- VPB (Pass C.Sg Masc) => -} "ido" ; + {- VPB (Pass C.Sg Fem) => -} "ida" ; + {- VPB (Pass C.Pl Masc) => -} "idos" ; + {- VPB (Pass C.Pl Fem) => -} "idas" + ] + } ; + +lin estar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "estar" ; + {- VI Ger => -} "estando" ; + {- VI Part => -} "estado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estoy" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estás" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "está" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "están" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esté" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estés" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esté" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estén" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "está" ; + {- VPB (Imper C.Sg C.P3) => -} "esté" ; + {- VPB (Imper C.Pl C.P1) => -} "estemos" ; + {- VPB (Imper C.Pl C.P2) => -} "estad" ; + {- VPB (Imper C.Pl C.P3) => -} "estén" ; + {- VPB (Pass C.Sg Masc) => -} "estado" ; + {- VPB (Pass C.Sg Fem) => -} "estada" ; + {- VPB (Pass C.Pl Masc) => -} "estados" ; + {- VPB (Pass C.Pl Fem) => -} "estadas" + ] + } ; + +lin haber_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "haber" ; + {- VI Ger => -} "habiendo" ; + {- VI Part => -} "habido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "he" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "has" ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {"ha" ; "hay"} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "habéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "han" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "haya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hayas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "haya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hayamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hayáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hayan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "había" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "habías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "había" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "habíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "habíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "habían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hubiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hubieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hubiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hubiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hubierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hubieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hubiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hubieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hubiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hubiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hubieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hubiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hube" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hubiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hubo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hubimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hubisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hubieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "habré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "habrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "habrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "habremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "habréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "habrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hubiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hubieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hubiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hubiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hubiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hubieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "habría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "habrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "habría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "habríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "habríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "habrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "habido" ; + {- VPB (Pass C.Sg Fem) => -} "habida" ; + {- VPB (Pass C.Pl Masc) => -} "habidos" ; + {- VPB (Pass C.Pl Fem) => -} "habidas" + ] + } ; + +lin caber_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "caber" ; + {- VI Ger => -} "cabiendo" ; + {- VI Part => -} "cabido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "quepo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cabes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cabe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cabemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cabéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "caben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "quepa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "quepas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "quepa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "quepamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "quepáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "quepan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cabía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cabías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cabía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cabíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cabíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cabían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cupiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cupieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cupiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cupiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cupierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cupieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cupieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cupiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cupieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cupiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cupe" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cupiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cupo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cupimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cupisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cupieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cabré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cabrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cabrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cabremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cabréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cabrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cupiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cupieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cupiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cupiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cupiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cupieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cabría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cabrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cabría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cabríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cabríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cabrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cabe" ; + {- VPB (Imper C.Sg C.P3) => -} "quepa" ; + {- VPB (Imper C.Pl C.P1) => -} "quepamos" ; + {- VPB (Imper C.Pl C.P2) => -} "cabed" ; + {- VPB (Imper C.Pl C.P3) => -} "quepan" ; + {- VPB (Pass C.Sg Masc) => -} "cabido" ; + {- VPB (Pass C.Sg Fem) => -} "cabida" ; + {- VPB (Pass C.Pl Masc) => -} "cabidos" ; + {- VPB (Pass C.Pl Fem) => -} "cabidas" + ] + } ; + +lin resaber_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resaber" ; + {- VI Ger => -} "resabiendo" ; + {- VI Part => -} "resabido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resé" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resabes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resabe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resabemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resabéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resaben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resepa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resepas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resepa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resepamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resepáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resepan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resabía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resabías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resabía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resabíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resabíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resabían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resupiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resupieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resupiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resupiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resupierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resupieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resupieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resupiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resupieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resupiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resupe" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resupiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resupo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resupimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resupisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resupieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resabré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resabrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resabrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resabremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resabréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resabrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resupiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resupieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resupiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resupiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resupiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resupieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resabría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resabrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resabría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resabríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resabríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resabrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resabe" ; + {- VPB (Imper C.Sg C.P3) => -} "resepa" ; + {- VPB (Imper C.Pl C.P1) => -} "resepamos" ; + {- VPB (Imper C.Pl C.P2) => -} "resabed" ; + {- VPB (Imper C.Pl C.P3) => -} "resepan" ; + {- VPB (Pass C.Sg Masc) => -} "resabido" ; + {- VPB (Pass C.Sg Fem) => -} "resabida" ; + {- VPB (Pass C.Pl Masc) => -} "resabidos" ; + {- VPB (Pass C.Pl Fem) => -} "resabidas" + ] + } ; + +lin saber_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "saber" ; + {- VI Ger => -} "sabiendo" ; + {- VI Part => -} "sabido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sé" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sabes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sabe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sabemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sabéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "saben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sepa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sepas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sepa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sepamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sepáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sepan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sabía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sabías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sabía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sabíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sabíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sabían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "supiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "supieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "supiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "supiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "supierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "supieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "supiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "supieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "supiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "supiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "supieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "supiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "supe" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "supiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "supo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "supimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "supisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "supieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sabré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sabrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sabrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sabremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sabréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sabrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "supiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "supieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "supiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "supiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "supiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "supieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sabría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sabrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sabría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sabríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sabríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sabrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sabe" ; + {- VPB (Imper C.Sg C.P3) => -} "sepa" ; + {- VPB (Imper C.Pl C.P1) => -} "sepamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sabed" ; + {- VPB (Imper C.Pl C.P3) => -} "sepan" ; + {- VPB (Pass C.Sg Masc) => -} "sabido" ; + {- VPB (Pass C.Sg Fem) => -} "sabida" ; + {- VPB (Pass C.Pl Masc) => -} "sabidos" ; + {- VPB (Pass C.Pl Fem) => -} "sabidas" + ] + } ; + +lin abstener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abstener" ; + {- VI Ger => -} "absteniendo" ; + {- VI Part => -} "abstenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abstengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abstienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abstiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abstenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abstenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abstenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abstengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abstenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abstengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abstengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abstengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abstenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abstenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "absteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "absteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abstuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abstuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abstuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abstuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abstuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abstuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abstendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abstendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abstendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abstendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abstendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "absten" ; + {- VPB (Imper C.Sg C.P3) => -} "abstenga" ; + {- VPB (Imper C.Pl C.P1) => -} "abstengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "abstened" ; + {- VPB (Imper C.Pl C.P3) => -} "abstengan" ; + {- VPB (Pass C.Sg Masc) => -} "abstenido" ; + {- VPB (Pass C.Sg Fem) => -} "abstenida" ; + {- VPB (Pass C.Pl Masc) => -} "abstenidos" ; + {- VPB (Pass C.Pl Fem) => -} "abstenidas" + ] + } ; + +lin contener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contener" ; + {- VI Ger => -} "conteniendo" ; + {- VI Part => -} "contenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "conten" ; + {- VPB (Imper C.Sg C.P3) => -} "contenga" ; + {- VPB (Imper C.Pl C.P1) => -} "contengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contened" ; + {- VPB (Imper C.Pl C.P3) => -} "contengan" ; + {- VPB (Pass C.Sg Masc) => -} "contenido" ; + {- VPB (Pass C.Sg Fem) => -} "contenida" ; + {- VPB (Pass C.Pl Masc) => -} "contenidos" ; + {- VPB (Pass C.Pl Fem) => -} "contenidas" + ] + } ; + +lin detener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "detener" ; + {- VI Ger => -} "deteniendo" ; + {- VI Part => -} "detenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "detengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "detienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "detiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "detenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "detenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "detenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "detengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "detenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "detengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "detengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "detengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "detenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "detenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "detuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "detuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "detuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "detuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "detuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "detuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "detendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "detendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "detendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "detendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "detendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deten" ; + {- VPB (Imper C.Sg C.P3) => -} "detenga" ; + {- VPB (Imper C.Pl C.P1) => -} "detengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "detened" ; + {- VPB (Imper C.Pl C.P3) => -} "detengan" ; + {- VPB (Pass C.Sg Masc) => -} "detenido" ; + {- VPB (Pass C.Sg Fem) => -} "detenida" ; + {- VPB (Pass C.Pl Masc) => -} "detenidos" ; + {- VPB (Pass C.Pl Fem) => -} "detenidas" + ] + } ; + +lin entretener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entretener" ; + {- VI Ger => -} "entreteniendo" ; + {- VI Part => -} "entretenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entretengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entretienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entretiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entretenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entretenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entretienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entretenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entretengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entretenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entretengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entretengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entretengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entretenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entretenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entretenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entretenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entretuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entretuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entretuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entretuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entretuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entretuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entretuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entretuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entretuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entretuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entretuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entretuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entretuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entretuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entretuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entretuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entretuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entretuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entretendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entretendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entretendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entretendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entretendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entretendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entretuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entretuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entretuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entretuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entretendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entretendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entretendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entretendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entretendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entretendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entreten" ; + {- VPB (Imper C.Sg C.P3) => -} "entretenga" ; + {- VPB (Imper C.Pl C.P1) => -} "entretengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entretened" ; + {- VPB (Imper C.Pl C.P3) => -} "entretengan" ; + {- VPB (Pass C.Sg Masc) => -} "entretenido" ; + {- VPB (Pass C.Sg Fem) => -} "entretenida" ; + {- VPB (Pass C.Pl Masc) => -} "entretenidos" ; + {- VPB (Pass C.Pl Fem) => -} "entretenidas" + ] + } ; + +lin mantener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mantener" ; + {- VI Ger => -} "manteniendo" ; + {- VI Part => -} "mantenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mantengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mantienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mantiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mantenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mantenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mantienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mantenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mantengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mantenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mantengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mantengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mantengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mantenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mantenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mantenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mantenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mantuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mantuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mantuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mantuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mantuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mantuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mantuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mantuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mantuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mantuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mantuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mantuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mantuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mantuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mantuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mantuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mantuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mantuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mantendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mantendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mantendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mantendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mantendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mantendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mantuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mantuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mantuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mantuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mantendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mantendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mantendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mantendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mantendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mantendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "manten" ; + {- VPB (Imper C.Sg C.P3) => -} "mantenga" ; + {- VPB (Imper C.Pl C.P1) => -} "mantengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "mantened" ; + {- VPB (Imper C.Pl C.P3) => -} "mantengan" ; + {- VPB (Pass C.Sg Masc) => -} "mantenido" ; + {- VPB (Pass C.Sg Fem) => -} "mantenida" ; + {- VPB (Pass C.Pl Masc) => -} "mantenidos" ; + {- VPB (Pass C.Pl Fem) => -} "mantenidas" + ] + } ; + +lin manutener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "manutener" ; + {- VI Ger => -} "manuteniendo" ; + {- VI Part => -} "manutenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "manutengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "manutienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "manutiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "manutenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "manutenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "manutienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "manutenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "manutengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "manutenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "manutengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "manutengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "manutengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "manutenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manutenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "manutenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manuteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manuteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manutenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "manutuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manutuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "manutuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "manutuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manutuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manutuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "manutuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manutuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "manutuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "manutuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manutuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "manutuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "manutuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "manutuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "manutuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "manutuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "manutuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "manutuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "manutendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "manutendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "manutendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "manutendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "manutendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manutendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manutuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "manutuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "manutuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manutuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manutendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manutendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manutendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "manutendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manutendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manutendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "manuten" ; + {- VPB (Imper C.Sg C.P3) => -} "manutenga" ; + {- VPB (Imper C.Pl C.P1) => -} "manutengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "manutened" ; + {- VPB (Imper C.Pl C.P3) => -} "manutengan" ; + {- VPB (Pass C.Sg Masc) => -} "manutenido" ; + {- VPB (Pass C.Sg Fem) => -} "manutenida" ; + {- VPB (Pass C.Pl Masc) => -} "manutenidos" ; + {- VPB (Pass C.Pl Fem) => -} "manutenidas" + ] + } ; + +lin obtener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "obtener" ; + {- VI Ger => -} "obteniendo" ; + {- VI Part => -} "obtenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "obtengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "obtienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "obtiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "obtenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "obtenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obtienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obtenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obtengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obtenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obtengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obtengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obtengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obtenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obtenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obtenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obtenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obtuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obtuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obtuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obtuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obtuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obtuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obtuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obtuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obtuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obtuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obtuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obtuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "obtuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "obtuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "obtuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "obtuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "obtuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "obtuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "obtendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "obtendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "obtendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "obtendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "obtendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obtendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obtuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obtuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obtuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obtuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obtendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obtendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obtendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obtendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obtendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obtendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "obten" ; + {- VPB (Imper C.Sg C.P3) => -} "obtenga" ; + {- VPB (Imper C.Pl C.P1) => -} "obtengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "obtened" ; + {- VPB (Imper C.Pl C.P3) => -} "obtengan" ; + {- VPB (Pass C.Sg Masc) => -} "obtenido" ; + {- VPB (Pass C.Sg Fem) => -} "obtenida" ; + {- VPB (Pass C.Pl Masc) => -} "obtenidos" ; + {- VPB (Pass C.Pl Fem) => -} "obtenidas" + ] + } ; + +lin retener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retener" ; + {- VI Ger => -} "reteniendo" ; + {- VI Part => -} "retenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reten" ; + {- VPB (Imper C.Sg C.P3) => -} "retenga" ; + {- VPB (Imper C.Pl C.P1) => -} "retengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retened" ; + {- VPB (Imper C.Pl C.P3) => -} "retengan" ; + {- VPB (Pass C.Sg Masc) => -} "retenido" ; + {- VPB (Pass C.Sg Fem) => -} "retenida" ; + {- VPB (Pass C.Pl Masc) => -} "retenidos" ; + {- VPB (Pass C.Pl Fem) => -} "retenidas" + ] + } ; + +lin sostener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sostener" ; + {- VI Ger => -} "sosteniendo" ; + {- VI Part => -} "sostenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sostengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sostienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sostiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sostenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sostenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sostienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sostenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sostengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sostenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sostengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sostengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sostengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sostenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sostenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sostenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sosteníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sosteníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sostenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sostuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sostuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sostuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sostuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sostuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sostuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sostuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sostuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sostuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sostuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sostuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sostuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sostuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sostuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sostuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sostuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sostuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sostuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sostendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sostendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sostendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sostendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sostendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sostendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sostuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sostuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sostuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sostuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sostendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sostendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sostendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sostendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sostendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sostendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sosten" ; + {- VPB (Imper C.Sg C.P3) => -} "sostenga" ; + {- VPB (Imper C.Pl C.P1) => -} "sostengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sostened" ; + {- VPB (Imper C.Pl C.P3) => -} "sostengan" ; + {- VPB (Pass C.Sg Masc) => -} "sostenido" ; + {- VPB (Pass C.Sg Fem) => -} "sostenida" ; + {- VPB (Pass C.Pl Masc) => -} "sostenidos" ; + {- VPB (Pass C.Pl Fem) => -} "sostenidas" + ] + } ; + +lin tener_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tener" ; + {- VI Ger => -} "teniendo" ; + {- VI Part => -} "tenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tiene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tenemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tenéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "teníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "teníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tuviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tuve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tuviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tuvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tuvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tuvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tuvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ten" ; + {- VPB (Imper C.Sg C.P3) => -} "tenga" ; + {- VPB (Imper C.Pl C.P1) => -} "tengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tened" ; + {- VPB (Imper C.Pl C.P3) => -} "tengan" ; + {- VPB (Pass C.Sg Masc) => -} "tenido" ; + {- VPB (Pass C.Sg Fem) => -} "tenida" ; + {- VPB (Pass C.Pl Masc) => -} "tenidos" ; + {- VPB (Pass C.Pl Fem) => -} "tenidas" + ] + } ; + +lin anteponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "anteponer" ; + {- VI Ger => -} "anteponiendo" ; + {- VI Part => -} "antepuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "antepongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "antepones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "antepone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "anteponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "anteponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anteponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "anteponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antepongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "anteponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antepongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antepongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antepongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "anteponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anteponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "anteponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anteponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anteponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anteponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antepusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antepusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antepusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antepusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antepusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antepusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antepusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antepusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antepusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antepusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "antepuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "antepusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "antepuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "antepusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "antepusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "antepusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "antepondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "antepondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "antepondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "antepondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "antepondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antepondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antepusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antepusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antepusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antepusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antepondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antepondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antepondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antepondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antepondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antepondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "antepon" ; + {- VPB (Imper C.Sg C.P3) => -} "anteponga" ; + {- VPB (Imper C.Pl C.P1) => -} "antepongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "anteponed" ; + {- VPB (Imper C.Pl C.P3) => -} "antepongan" ; + {- VPB (Pass C.Sg Masc) => -} "antepuesto" ; + {- VPB (Pass C.Sg Fem) => -} "antepuesta" ; + {- VPB (Pass C.Pl Masc) => -} "antepuestos" ; + {- VPB (Pass C.Pl Fem) => -} "antepuestas" + ] + } ; + +lin aponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aponer" ; + {- VI Ger => -} "aponiendo" ; + {- VI Part => -} "apuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apon" ; + {- VPB (Imper C.Sg C.P3) => -} "aponga" ; + {- VPB (Imper C.Pl C.P1) => -} "apongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aponed" ; + {- VPB (Imper C.Pl C.P3) => -} "apongan" ; + {- VPB (Pass C.Sg Masc) => -} "apuesto" ; + {- VPB (Pass C.Sg Fem) => -} "apuesta" ; + {- VPB (Pass C.Pl Masc) => -} "apuestos" ; + {- VPB (Pass C.Pl Fem) => -} "apuestas" + ] + } ; + +lin componer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "componer" ; + {- VI Ger => -} "componiendo" ; + {- VI Part => -} "compuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "compongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "compones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "compone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "componemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "componéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "componen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "componga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "componga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "componía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "componías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "componía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "componíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "componíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "componían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "compuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "compusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "compuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "compusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "compusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "compusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "compondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "compondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "compondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "compondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "compondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "compondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "compondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "compondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "compon" ; + {- VPB (Imper C.Sg C.P3) => -} "componga" ; + {- VPB (Imper C.Pl C.P1) => -} "compongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "componed" ; + {- VPB (Imper C.Pl C.P3) => -} "compongan" ; + {- VPB (Pass C.Sg Masc) => -} "compuesto" ; + {- VPB (Pass C.Sg Fem) => -} "compuesta" ; + {- VPB (Pass C.Pl Masc) => -} "compuestos" ; + {- VPB (Pass C.Pl Fem) => -} "compuestas" + ] + } ; + +lin contraponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contraponer" ; + {- VI Ger => -} "contraponiendo" ; + {- VI Part => -} "contrapuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contrapongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contrapones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contrapone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contraponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contraponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contraponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contraponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contrapongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contraponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contrapongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contrapongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contrapongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contraponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contraponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contraponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contraponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contraponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contraponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contrapusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contrapusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contrapusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contrapusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contrapusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contrapusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrapusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrapusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrapusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrapusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contrapuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contrapusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contrapuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contrapusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contrapusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contrapusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contrapondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contrapondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contrapondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contrapondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contrapondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contrapondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contrapusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contrapusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contrapusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contrapondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contrapondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contrapondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contrapondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contrapondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contrapondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contrapon" ; + {- VPB (Imper C.Sg C.P3) => -} "contraponga" ; + {- VPB (Imper C.Pl C.P1) => -} "contrapongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contraponed" ; + {- VPB (Imper C.Pl C.P3) => -} "contrapongan" ; + {- VPB (Pass C.Sg Masc) => -} "contrapuesto" ; + {- VPB (Pass C.Sg Fem) => -} "contrapuesta" ; + {- VPB (Pass C.Pl Masc) => -} "contrapuestos" ; + {- VPB (Pass C.Pl Fem) => -} "contrapuestas" + ] + } ; + +lin deponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deponer" ; + {- VI Ger => -} "deponiendo" ; + {- VI Part => -} "depuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "depongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "depones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "depone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "depongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "depongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "depongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "depongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "depusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "depusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "depusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "depusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "depusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "depusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "depusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "depusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "depusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "depusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "depusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "depusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "depuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "depusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "depuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "depusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "depusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "depusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "depondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "depondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "depondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "depondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "depondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "depondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "depusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "depusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "depusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "depusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "depusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "depusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "depondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "depondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "depondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "depondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "depondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "depondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "depon" ; + {- VPB (Imper C.Sg C.P3) => -} "deponga" ; + {- VPB (Imper C.Pl C.P1) => -} "depongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deponed" ; + {- VPB (Imper C.Pl C.P3) => -} "depongan" ; + {- VPB (Pass C.Sg Masc) => -} "depuesto" ; + {- VPB (Pass C.Sg Fem) => -} "depuesta" ; + {- VPB (Pass C.Pl Masc) => -} "depuestos" ; + {- VPB (Pass C.Pl Fem) => -} "depuestas" + ] + } ; + +lin descomponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descomponer" ; + {- VI Ger => -} "descomponiendo" ; + {- VI Part => -} "descompuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descompongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descompones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descompone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descomponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descomponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descomponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descomponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descomponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descomponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descomponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descomponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descomponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descompusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descompuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descompusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descompuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descompusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descompusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descompusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descompondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descompondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descompondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descompondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descompondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descompondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descompondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descompondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descompondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descompondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descompondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descompondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descompon" ; + {- VPB (Imper C.Sg C.P3) => -} "descomponga" ; + {- VPB (Imper C.Pl C.P1) => -} "descompongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descomponed" ; + {- VPB (Imper C.Pl C.P3) => -} "descompongan" ; + {- VPB (Pass C.Sg Masc) => -} "descompuesto" ; + {- VPB (Pass C.Sg Fem) => -} "descompuesta" ; + {- VPB (Pass C.Pl Masc) => -} "descompuestos" ; + {- VPB (Pass C.Pl Fem) => -} "descompuestas" + ] + } ; + +lin desimponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desimponer" ; + {- VI Ger => -} "desimponiendo" ; + {- VI Part => -} "desimpuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desimpongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desimpones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desimpone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desimponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desimponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desimponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desimponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desimpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desimponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desimpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desimpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desimpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desimponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desimponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desimponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desimponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desimponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desimponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desimpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desimpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desimpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desimpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desimpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desimpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desimpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desimpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desimpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desimpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desimpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desimpusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desimpuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desimpusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desimpuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desimpusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desimpusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desimpusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desimpondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desimpondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desimpondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desimpondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desimpondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desimpondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desimpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desimpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desimpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desimpondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desimpondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desimpondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desimpondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desimpondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desimpondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desimpon" ; + {- VPB (Imper C.Sg C.P3) => -} "desimponga" ; + {- VPB (Imper C.Pl C.P1) => -} "desimpongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desimponed" ; + {- VPB (Imper C.Pl C.P3) => -} "desimpongan" ; + {- VPB (Pass C.Sg Masc) => -} "desimpuesto" ; + {- VPB (Pass C.Sg Fem) => -} "desimpuesta" ; + {- VPB (Pass C.Pl Masc) => -} "desimpuestos" ; + {- VPB (Pass C.Pl Fem) => -} "desimpuestas" + ] + } ; + +lin disponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "disponer" ; + {- VI Ger => -} "disponiendo" ; + {- VI Part => -} "dispuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "dispongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "dispones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "dispone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "disponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "disponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dispongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dispongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dispongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "dispongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dispusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dispusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dispusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dispusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dispusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dispusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dispusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dispusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dispusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dispusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dispuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dispusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dispuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dispusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dispusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dispusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "dispondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dispondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dispondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "dispondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "dispondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dispondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dispusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dispusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dispusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dispusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dispondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dispondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dispondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dispondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dispondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dispondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "dispon" ; + {- VPB (Imper C.Sg C.P3) => -} "disponga" ; + {- VPB (Imper C.Pl C.P1) => -} "dispongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "disponed" ; + {- VPB (Imper C.Pl C.P3) => -} "dispongan" ; + {- VPB (Pass C.Sg Masc) => -} "dispuesto" ; + {- VPB (Pass C.Sg Fem) => -} "dispuesta" ; + {- VPB (Pass C.Pl Masc) => -} "dispuestos" ; + {- VPB (Pass C.Pl Fem) => -} "dispuestas" + ] + } ; + +lin exponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "exponer" ; + {- VI Ger => -} "exponiendo" ; + {- VI Part => -} "expuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "expongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "expones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "expone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "exponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "exponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "exponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "exponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "expongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "exponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "expongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "expongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "expongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "exponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "exponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "exponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "exponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "exponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "exponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "expusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "expusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "expusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "expusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "expusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "expusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "expusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "expusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "expusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "expusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "expusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "expusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "expuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "expusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "expuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "expusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "expusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "expusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "expondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "expondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "expondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "expondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "expondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "expondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "expusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "expusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "expusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "expusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "expusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "expusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "expondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "expondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "expondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "expondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "expondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "expondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "expon" ; + {- VPB (Imper C.Sg C.P3) => -} "exponga" ; + {- VPB (Imper C.Pl C.P1) => -} "expongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "exponed" ; + {- VPB (Imper C.Pl C.P3) => -} "expongan" ; + {- VPB (Pass C.Sg Masc) => -} "expuesto" ; + {- VPB (Pass C.Sg Fem) => -} "expuesta" ; + {- VPB (Pass C.Pl Masc) => -} "expuestos" ; + {- VPB (Pass C.Pl Fem) => -} "expuestas" + ] + } ; + +lin fotocomponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fotocomponer" ; + {- VI Ger => -} "fotocomponiendo" ; + {- VI Part => -} "fotocompuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fotocompongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fotocompones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fotocompone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fotocomponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fotocomponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fotocomponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fotocomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fotocompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fotocomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fotocompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fotocompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fotocompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fotocomponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fotocomponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fotocomponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fotocomponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fotocomponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fotocomponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fotocompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fotocompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fotocompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fotocompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fotocompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fotocompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fotocompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fotocompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fotocompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fotocompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fotocompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fotocompusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fotocompuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fotocompusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fotocompuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fotocompusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fotocompusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fotocompusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fotocompondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fotocompondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fotocompondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fotocompondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fotocompondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fotocompondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fotocompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fotocompondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fotocompondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fotocompondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fotocompondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fotocompondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fotocompondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fotocompon" ; + {- VPB (Imper C.Sg C.P3) => -} "fotocomponga" ; + {- VPB (Imper C.Pl C.P1) => -} "fotocompongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fotocomponed" ; + {- VPB (Imper C.Pl C.P3) => -} "fotocompongan" ; + {- VPB (Pass C.Sg Masc) => -} "fotocompuesto" ; + {- VPB (Pass C.Sg Fem) => -} "fotocompuesta" ; + {- VPB (Pass C.Pl Masc) => -} "fotocompuestos" ; + {- VPB (Pass C.Pl Fem) => -} "fotocompuestas" + ] + } ; + +lin imponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "imponer" ; + {- VI Ger => -} "imponiendo" ; + {- VI Part => -} "impuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "impongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "impones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "impone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "imponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "imponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "imponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "impongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "imponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "impongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "impongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "impongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "imponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "imponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "imponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "imponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "imponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "imponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "impusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "impusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "impusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "impusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "impusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "impusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "impusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "impusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "impusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "impusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "impusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "impusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "impuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "impusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "impuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "impusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "impusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "impusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "impondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "impondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "impondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "impondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "impondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "impondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "impusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "impusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "impusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "impusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "impusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "impusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "impondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "impondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "impondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "impondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "impondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "impondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "impon" ; + {- VPB (Imper C.Sg C.P3) => -} "imponga" ; + {- VPB (Imper C.Pl C.P1) => -} "impongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "imponed" ; + {- VPB (Imper C.Pl C.P3) => -} "impongan" ; + {- VPB (Pass C.Sg Masc) => -} "impuesto" ; + {- VPB (Pass C.Sg Fem) => -} "impuesta" ; + {- VPB (Pass C.Pl Masc) => -} "impuestos" ; + {- VPB (Pass C.Pl Fem) => -} "impuestas" + ] + } ; + +lin indisponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "indisponer" ; + {- VI Ger => -} "indisponiendo" ; + {- VI Part => -} "indispuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "indispongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "indispones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "indispone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "indisponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "indisponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "indisponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "indisponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "indispongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "indisponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "indispongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "indispongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "indispongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "indisponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "indisponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "indisponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "indisponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "indisponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "indisponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "indispusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "indispusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "indispusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "indispusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "indispusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "indispusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "indispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "indispusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "indispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "indispusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "indispusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "indispusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "indispuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "indispusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "indispuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "indispusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "indispusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "indispusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "indispondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "indispondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "indispondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "indispondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "indispondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "indispondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "indispusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "indispusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "indispusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "indispusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "indispondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "indispondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "indispondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "indispondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "indispondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "indispondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "indispon" ; + {- VPB (Imper C.Sg C.P3) => -} "indisponga" ; + {- VPB (Imper C.Pl C.P1) => -} "indispongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "indisponed" ; + {- VPB (Imper C.Pl C.P3) => -} "indispongan" ; + {- VPB (Pass C.Sg Masc) => -} "indispuesto" ; + {- VPB (Pass C.Sg Fem) => -} "indispuesta" ; + {- VPB (Pass C.Pl Masc) => -} "indispuestos" ; + {- VPB (Pass C.Pl Fem) => -} "indispuestas" + ] + } ; + +lin interponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "interponer" ; + {- VI Ger => -} "interponiendo" ; + {- VI Part => -} "interpuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "interpongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "interpones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "interpone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "interponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "interponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "interponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "interponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "interpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "interponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "interpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "interpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "interpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "interponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "interponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "interponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "interponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "interponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "interponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "interpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "interpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "interpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "interpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "interpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "interpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "interpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "interpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "interpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "interpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "interpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "interpusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "interpuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "interpusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "interpuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "interpusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "interpusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "interpusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "interpondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "interpondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "interpondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "interpondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "interpondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "interpondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "interpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "interpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "interpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "interpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "interpondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "interpondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "interpondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "interpondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "interpondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "interpondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "interpon" ; + {- VPB (Imper C.Sg C.P3) => -} "interponga" ; + {- VPB (Imper C.Pl C.P1) => -} "interpongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "interponed" ; + {- VPB (Imper C.Pl C.P3) => -} "interpongan" ; + {- VPB (Pass C.Sg Masc) => -} "interpuesto" ; + {- VPB (Pass C.Sg Fem) => -} "interpuesta" ; + {- VPB (Pass C.Pl Masc) => -} "interpuestos" ; + {- VPB (Pass C.Pl Fem) => -} "interpuestas" + ] + } ; + +lin oponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "oponer" ; + {- VI Ger => -} "oponiendo" ; + {- VI Part => -} "opuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "opongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "opones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "opone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "oponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "oponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "oponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "oponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "opongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "oponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "opongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "opongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "opongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "oponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "oponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "oponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "oponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "oponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "oponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "opusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "opusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "opusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "opusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "opusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "opusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "opusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "opusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "opusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "opusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "opusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "opusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "opuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "opusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "opuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "opusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "opusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "opusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "opondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "opondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "opondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "opondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "opondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "opondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "opusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "opusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "opusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "opusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "opusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "opusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "opondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "opondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "opondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "opondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "opondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "opondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "opon" ; + {- VPB (Imper C.Sg C.P3) => -} "oponga" ; + {- VPB (Imper C.Pl C.P1) => -} "opongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "oponed" ; + {- VPB (Imper C.Pl C.P3) => -} "opongan" ; + {- VPB (Pass C.Sg Masc) => -} "opuesto" ; + {- VPB (Pass C.Sg Fem) => -} "opuesta" ; + {- VPB (Pass C.Pl Masc) => -} "opuestos" ; + {- VPB (Pass C.Pl Fem) => -} "opuestas" + ] + } ; + +lin poner_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "poner" ; + {- VI Ger => -} "poniendo" ; + {- VI Part => -} "puesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "poníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "poníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "puse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "puso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pon" ; + {- VPB (Imper C.Sg C.P3) => -} "ponga" ; + {- VPB (Imper C.Pl C.P1) => -} "pongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "poned" ; + {- VPB (Imper C.Pl C.P3) => -} "pongan" ; + {- VPB (Pass C.Sg Masc) => -} "puesto" ; + {- VPB (Pass C.Sg Fem) => -} "puesta" ; + {- VPB (Pass C.Pl Masc) => -} "puestos" ; + {- VPB (Pass C.Pl Fem) => -} "puestas" + ] + } ; + +lin posponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "posponer" ; + {- VI Ger => -} "posponiendo" ; + {- VI Part => -} "pospuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pospongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pospones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pospone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "posponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "posponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "posponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "posponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pospongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "posponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pospongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pospongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pospongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "posponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "posponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "posponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "posponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "posponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "posponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pospusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pospusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pospusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pospusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pospusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pospusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pospusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pospusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pospusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pospusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pospusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pospusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pospuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pospusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pospuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pospusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pospusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pospusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pospondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pospondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pospondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pospondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pospondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pospondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pospusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pospusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pospusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pospusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pospondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pospondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pospondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pospondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pospondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pospondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pospon" ; + {- VPB (Imper C.Sg C.P3) => -} "posponga" ; + {- VPB (Imper C.Pl C.P1) => -} "pospongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "posponed" ; + {- VPB (Imper C.Pl C.P3) => -} "pospongan" ; + {- VPB (Pass C.Sg Masc) => -} "pospuesto" ; + {- VPB (Pass C.Sg Fem) => -} "pospuesta" ; + {- VPB (Pass C.Pl Masc) => -} "pospuestos" ; + {- VPB (Pass C.Pl Fem) => -} "pospuestas" + ] + } ; + +lin predisponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "predisponer" ; + {- VI Ger => -} "predisponiendo" ; + {- VI Part => -} "predispuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "predispongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "predispones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "predispone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "predisponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "predisponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "predisponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "predisponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "predispongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "predisponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "predispongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "predispongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "predispongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "predisponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "predisponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "predisponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "predisponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "predisponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "predisponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "predispusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "predispusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "predispusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "predispusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "predispusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "predispusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "predispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "predispusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "predispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "predispusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "predispusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "predispusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "predispuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "predispusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "predispuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "predispusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "predispusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "predispusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "predispondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "predispondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "predispondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "predispondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "predispondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "predispondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "predispusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "predispusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "predispusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "predispusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "predispondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "predispondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "predispondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "predispondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "predispondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "predispondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "predispon" ; + {- VPB (Imper C.Sg C.P3) => -} "predisponga" ; + {- VPB (Imper C.Pl C.P1) => -} "predispongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "predisponed" ; + {- VPB (Imper C.Pl C.P3) => -} "predispongan" ; + {- VPB (Pass C.Sg Masc) => -} "predispuesto" ; + {- VPB (Pass C.Sg Fem) => -} "predispuesta" ; + {- VPB (Pass C.Pl Masc) => -} "predispuestos" ; + {- VPB (Pass C.Pl Fem) => -} "predispuestas" + ] + } ; + +lin preponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preponer" ; + {- VI Ger => -} "preponiendo" ; + {- VI Part => -} "prepuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prepongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prepones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prepone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "preponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prepongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prepongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prepongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prepongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prepusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prepusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prepusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prepusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prepusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prepusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prepusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prepusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prepusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prepusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prepuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prepusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prepuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prepusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prepusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prepusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prepondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prepondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prepondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prepondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prepondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prepondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prepusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prepusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prepusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prepusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prepondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prepondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prepondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prepondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prepondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prepondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prepon" ; + {- VPB (Imper C.Sg C.P3) => -} "preponga" ; + {- VPB (Imper C.Pl C.P1) => -} "prepongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "preponed" ; + {- VPB (Imper C.Pl C.P3) => -} "prepongan" ; + {- VPB (Pass C.Sg Masc) => -} "prepuesto" ; + {- VPB (Pass C.Sg Fem) => -} "prepuesta" ; + {- VPB (Pass C.Pl Masc) => -} "prepuestos" ; + {- VPB (Pass C.Pl Fem) => -} "prepuestas" + ] + } ; + +lin presuponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "presuponer" ; + {- VI Ger => -} "presuponiendo" ; + {- VI Part => -} "presupuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "presupongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "presupones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "presupone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "presuponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "presuponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "presuponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "presuponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "presupongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "presuponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "presupongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "presupongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "presupongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "presuponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "presuponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "presuponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "presuponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "presuponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "presuponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "presupusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "presupusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "presupusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "presupusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "presupusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "presupusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "presupusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "presupusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "presupusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "presupusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "presupusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "presupusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "presupuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "presupusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "presupuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "presupusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "presupusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "presupusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "presupondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "presupondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "presupondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "presupondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "presupondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "presupondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "presupusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "presupusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "presupusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "presupusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "presupondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "presupondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "presupondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "presupondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "presupondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "presupondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "presupon" ; + {- VPB (Imper C.Sg C.P3) => -} "presuponga" ; + {- VPB (Imper C.Pl C.P1) => -} "presupongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "presuponed" ; + {- VPB (Imper C.Pl C.P3) => -} "presupongan" ; + {- VPB (Pass C.Sg Masc) => -} "presupuesto" ; + {- VPB (Pass C.Sg Fem) => -} "presupuesta" ; + {- VPB (Pass C.Pl Masc) => -} "presupuestos" ; + {- VPB (Pass C.Pl Fem) => -} "presupuestas" + ] + } ; + +lin proponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proponer" ; + {- VI Ger => -} "proponiendo" ; + {- VI Part => -} "propuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "propongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "propones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "propone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "proponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "proponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "proponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "propongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "propongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "propongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "propongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "proponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "proponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "propusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "propusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "propusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "propusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "propusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "propusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "propusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "propusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "propusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "propusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "propusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "propusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "propuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "propusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "propuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "propusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "propusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "propusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "propondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "propondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "propondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "propondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "propondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "propondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "propusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "propusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "propusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "propusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "propusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "propusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "propondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "propondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "propondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "propondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "propondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "propondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "propon" ; + {- VPB (Imper C.Sg C.P3) => -} "proponga" ; + {- VPB (Imper C.Pl C.P1) => -} "propongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "proponed" ; + {- VPB (Imper C.Pl C.P3) => -} "propongan" ; + {- VPB (Pass C.Sg Masc) => -} "propuesto" ; + {- VPB (Pass C.Sg Fem) => -} "propuesta" ; + {- VPB (Pass C.Pl Masc) => -} "propuestos" ; + {- VPB (Pass C.Pl Fem) => -} "propuestas" + ] + } ; + +lin recomponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recomponer" ; + {- VI Ger => -} "recomponiendo" ; + {- VI Part => -} "recompuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recompongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recompones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recompone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recomponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recomponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recomponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recomponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recomponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recomponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recomponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recomponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recomponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recompusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recompuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recompusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recompuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recompusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recompusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recompusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recompondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recompondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recompondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recompondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recompondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recompondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recompondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recompondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recompondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recompondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recompondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recompondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recompon" ; + {- VPB (Imper C.Sg C.P3) => -} "recomponga" ; + {- VPB (Imper C.Pl C.P1) => -} "recompongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recomponed" ; + {- VPB (Imper C.Pl C.P3) => -} "recompongan" ; + {- VPB (Pass C.Sg Masc) => -} "recompuesto" ; + {- VPB (Pass C.Sg Fem) => -} "recompuesta" ; + {- VPB (Pass C.Pl Masc) => -} "recompuestos" ; + {- VPB (Pass C.Pl Fem) => -} "recompuestas" + ] + } ; + +lin reponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reponer" ; + {- VI Ger => -} "reponiendo" ; + {- VI Part => -} "repuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "repone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "repuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "repusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "repuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "repusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "repusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "repusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "repondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "repondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "repondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "repondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "repondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "repon" ; + {- VPB (Imper C.Sg C.P3) => -} "reponga" ; + {- VPB (Imper C.Pl C.P1) => -} "repongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reponed" ; + {- VPB (Imper C.Pl C.P3) => -} "repongan" ; + {- VPB (Pass C.Sg Masc) => -} "repuesto" ; + {- VPB (Pass C.Sg Fem) => -} "repuesta" ; + {- VPB (Pass C.Pl Masc) => -} "repuestos" ; + {- VPB (Pass C.Pl Fem) => -} "repuestas" + ] + } ; + +lin sobreexponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobreexponer" ; + {- VI Ger => -} "sobreexponiendo" ; + {- VI Part => -} "sobreexpuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobreexpongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobreexpones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobreexpone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobreexponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobreexponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreexponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobreexponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreexpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobreexponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobreexpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobreexpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobreexpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreexponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreexponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreexponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreexponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreexponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreexponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobreexpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreexpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobreexpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobreexpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreexpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreexpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreexpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreexpusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobreexpuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobreexpusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobreexpuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobreexpusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobreexpusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobreexpusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobreexpondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobreexpondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobreexpondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobreexpondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobreexpondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreexpondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreexpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobreexpondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreexpondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobreexpondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreexpondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreexpondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreexpondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobreexpon" ; + {- VPB (Imper C.Sg C.P3) => -} "sobreexponga" ; + {- VPB (Imper C.Pl C.P1) => -} "sobreexpongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobreexponed" ; + {- VPB (Imper C.Pl C.P3) => -} "sobreexpongan" ; + {- VPB (Pass C.Sg Masc) => -} "sobreexpuesto" ; + {- VPB (Pass C.Sg Fem) => -} "sobreexpuesta" ; + {- VPB (Pass C.Pl Masc) => -} "sobreexpuestos" ; + {- VPB (Pass C.Pl Fem) => -} "sobreexpuestas" + ] + } ; + +lin sobreponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobreponer" ; + {- VI Ger => -} "sobreponiendo" ; + {- VI Part => -} "sobrepuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrepongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrepones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrepone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobreponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobreponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobreponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrepongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobreponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrepongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrepongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrepongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrepusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrepusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrepusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrepusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrepusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrepusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrepusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrepusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrepusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrepusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrepuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrepusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrepuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrepusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrepusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrepusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrepondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrepondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrepondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrepondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrepondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrepondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrepusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrepondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrepondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrepondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrepondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrepondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrepondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrepon" ; + {- VPB (Imper C.Sg C.P3) => -} "sobreponga" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrepongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobreponed" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrepongan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrepuesto" ; + {- VPB (Pass C.Sg Fem) => -} "sobrepuesta" ; + {- VPB (Pass C.Pl Masc) => -} "sobrepuestos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrepuestas" + ] + } ; + +lin subexponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subexponer" ; + {- VI Ger => -} "subexponiendo" ; + {- VI Part => -} "subexpuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subexpongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subexpones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subexpone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subexponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subexponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subexponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subexponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subexpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subexponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subexpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subexpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subexpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subexponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subexponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subexponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subexponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subexponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subexponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subexpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subexpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subexpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subexpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subexpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subexpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subexpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subexpusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subexpuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subexpusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subexpuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subexpusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subexpusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subexpusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subexpondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subexpondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subexpondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subexpondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subexpondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subexpondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subexpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subexpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subexpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subexpondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subexpondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subexpondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subexpondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subexpondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subexpondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subexpon" ; + {- VPB (Imper C.Sg C.P3) => -} "subexponga" ; + {- VPB (Imper C.Pl C.P1) => -} "subexpongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subexponed" ; + {- VPB (Imper C.Pl C.P3) => -} "subexpongan" ; + {- VPB (Pass C.Sg Masc) => -} "subexpuesto" ; + {- VPB (Pass C.Sg Fem) => -} "subexpuesta" ; + {- VPB (Pass C.Pl Masc) => -} "subexpuestos" ; + {- VPB (Pass C.Pl Fem) => -} "subexpuestas" + ] + } ; + +lin superponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "superponer" ; + {- VI Ger => -} "superponiendo" ; + {- VI Part => -} "superpuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "superpongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "superpones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "superpone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "superponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "superponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "superponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "superponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "superpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "superponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "superpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "superpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "superpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "superponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "superponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "superponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "superponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "superponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "superponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "superpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "superpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "superpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "superpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "superpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "superpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "superpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "superpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "superpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "superpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "superpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "superpusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "superpuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "superpusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "superpuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "superpusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "superpusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "superpusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "superpondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "superpondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "superpondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "superpondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "superpondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "superpondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "superpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "superpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "superpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "superpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "superpondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "superpondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "superpondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "superpondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "superpondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "superpondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "superpon" ; + {- VPB (Imper C.Sg C.P3) => -} "superponga" ; + {- VPB (Imper C.Pl C.P1) => -} "superpongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "superponed" ; + {- VPB (Imper C.Pl C.P3) => -} "superpongan" ; + {- VPB (Pass C.Sg Masc) => -} "superpuesto" ; + {- VPB (Pass C.Sg Fem) => -} "superpuesta" ; + {- VPB (Pass C.Pl Masc) => -} "superpuestos" ; + {- VPB (Pass C.Pl Fem) => -} "superpuestas" + ] + } ; + +lin suponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "suponer" ; + {- VI Ger => -} "suponiendo" ; + {- VI Part => -} "supuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "supongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "supones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "supone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "suponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "suponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "supongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "supongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "supongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "supongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "suponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "suponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "suponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "suponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "suponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "suponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "supusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "supusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "supusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "supusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "supusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "supusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "supusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "supusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "supusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "supusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "supusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "supusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "supuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "supusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "supuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "supusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "supusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "supusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "supondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "supondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "supondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "supondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "supondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "supondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "supusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "supusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "supusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "supusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "supusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "supusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "supondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "supondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "supondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "supondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "supondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "supondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "supon" ; + {- VPB (Imper C.Sg C.P3) => -} "suponga" ; + {- VPB (Imper C.Pl C.P1) => -} "supongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "suponed" ; + {- VPB (Imper C.Pl C.P3) => -} "supongan" ; + {- VPB (Pass C.Sg Masc) => -} "supuesto" ; + {- VPB (Pass C.Sg Fem) => -} "supuesta" ; + {- VPB (Pass C.Pl Masc) => -} "supuestos" ; + {- VPB (Pass C.Pl Fem) => -} "supuestas" + ] + } ; + +lin telecomponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "telecomponer" ; + {- VI Ger => -} "telecomponiendo" ; + {- VI Part => -} "telecompuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "telecompongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "telecompones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "telecompone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "telecomponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "telecomponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "telecomponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "telecomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "telecompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "telecomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "telecompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "telecompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "telecompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "telecomponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "telecomponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "telecomponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "telecomponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "telecomponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "telecomponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "telecompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "telecompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "telecompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "telecompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "telecompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "telecompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "telecompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "telecompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "telecompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "telecompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "telecompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "telecompusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "telecompuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "telecompusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "telecompuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "telecompusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "telecompusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "telecompusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "telecompondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "telecompondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "telecompondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "telecompondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "telecompondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "telecompondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "telecompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "telecompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "telecompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "telecompondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "telecompondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "telecompondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "telecompondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "telecompondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "telecompondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "telecompon" ; + {- VPB (Imper C.Sg C.P3) => -} "telecomponga" ; + {- VPB (Imper C.Pl C.P1) => -} "telecompongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "telecomponed" ; + {- VPB (Imper C.Pl C.P3) => -} "telecompongan" ; + {- VPB (Pass C.Sg Masc) => -} "telecompuesto" ; + {- VPB (Pass C.Sg Fem) => -} "telecompuesta" ; + {- VPB (Pass C.Pl Masc) => -} "telecompuestos" ; + {- VPB (Pass C.Pl Fem) => -} "telecompuestas" + ] + } ; + +lin transponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "transponer" ; + {- VI Ger => -} "transponiendo" ; + {- VI Part => -} "transpuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "transpongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "transpones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "transpone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "transponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "transponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transpusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "transpuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transpusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "transpuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "transpusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "transpusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "transpusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transpondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "transpondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "transpondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transpondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transpondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transpondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transpondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transpondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transpondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transpondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transpondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transpondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "transpon" ; + {- VPB (Imper C.Sg C.P3) => -} "transponga" ; + {- VPB (Imper C.Pl C.P1) => -} "transpongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "transponed" ; + {- VPB (Imper C.Pl C.P3) => -} "transpongan" ; + {- VPB (Pass C.Sg Masc) => -} "transpuesto" ; + {- VPB (Pass C.Sg Fem) => -} "transpuesta" ; + {- VPB (Pass C.Pl Masc) => -} "transpuestos" ; + {- VPB (Pass C.Pl Fem) => -} "transpuestas" + ] + } ; + +lin trasponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasponer" ; + {- VI Ger => -} "trasponiendo" ; + {- VI Part => -} "traspuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "traspongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "traspones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "traspone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "traspongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traspongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traspongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "traspongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "traspusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "traspusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "traspusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "traspusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "traspusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "traspusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "traspusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "traspusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "traspusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "traspusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "traspusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "traspusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "traspuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "traspusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "traspuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "traspusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "traspusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "traspusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "traspondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "traspondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "traspondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "traspondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "traspondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traspondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "traspusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "traspusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "traspusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "traspusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traspondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traspondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traspondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traspondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traspondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traspondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "traspon" ; + {- VPB (Imper C.Sg C.P3) => -} "trasponga" ; + {- VPB (Imper C.Pl C.P1) => -} "traspongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasponed" ; + {- VPB (Imper C.Pl C.P3) => -} "traspongan" ; + {- VPB (Pass C.Sg Masc) => -} "traspuesto" ; + {- VPB (Pass C.Sg Fem) => -} "traspuesta" ; + {- VPB (Pass C.Pl Masc) => -} "traspuestos" ; + {- VPB (Pass C.Pl Fem) => -} "traspuestas" + ] + } ; + +lin yuxtaponer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "yuxtaponer" ; + {- VI Ger => -} "yuxtaponiendo" ; + {- VI Part => -} "yuxtapuesto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "yuxtapongo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "yuxtapones" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "yuxtapone" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "yuxtaponemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "yuxtaponéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yuxtaponen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yuxtaponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yuxtapongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yuxtaponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "yuxtapongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "yuxtapongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yuxtapongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "yuxtaponía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "yuxtaponías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "yuxtaponía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "yuxtaponíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "yuxtaponíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "yuxtaponían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "yuxtapusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "yuxtapusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "yuxtapusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "yuxtapusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "yuxtapusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "yuxtapusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "yuxtapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "yuxtapusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "yuxtapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "yuxtapusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "yuxtapusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "yuxtapusiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "yuxtapuse" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "yuxtapusiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "yuxtapuso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "yuxtapusimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "yuxtapusisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "yuxtapusieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "yuxtapondré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "yuxtapondrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "yuxtapondrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "yuxtapondremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "yuxtapondréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "yuxtapondrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "yuxtapusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "yuxtapondría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "yuxtapondrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "yuxtapondría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "yuxtapondríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "yuxtapondríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "yuxtapondrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "yuxtapon" ; + {- VPB (Imper C.Sg C.P3) => -} "yuxtaponga" ; + {- VPB (Imper C.Pl C.P1) => -} "yuxtapongamos" ; + {- VPB (Imper C.Pl C.P2) => -} "yuxtaponed" ; + {- VPB (Imper C.Pl C.P3) => -} "yuxtapongan" ; + {- VPB (Pass C.Sg Masc) => -} "yuxtapuesto" ; + {- VPB (Pass C.Sg Fem) => -} "yuxtapuesta" ; + {- VPB (Pass C.Pl Masc) => -} "yuxtapuestos" ; + {- VPB (Pass C.Pl Fem) => -} "yuxtapuestas" + ] + } ; + +lin advenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "advenir" ; + {- VI Ger => -} "adveniendo" ; + {- VI Part => -} "advenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "advengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "advienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "advenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "advenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "advienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "advenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "advengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "advenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "advengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "advengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "advengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "advenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "advenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "advenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "advenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "advinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "advinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "advinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "advinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "advinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "advine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "advino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "advinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "advinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "advinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "advendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "advendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "advendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "advendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "advendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "advendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "advinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "advinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "advendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "advendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "advendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "advendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "advendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "advendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adven" ; + {- VPB (Imper C.Sg C.P3) => -} "advenga" ; + {- VPB (Imper C.Pl C.P1) => -} "advengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "advenid" ; + {- VPB (Imper C.Pl C.P3) => -} "advengan" ; + {- VPB (Pass C.Sg Masc) => -} "advenido" ; + {- VPB (Pass C.Sg Fem) => -} "advenida" ; + {- VPB (Pass C.Pl Masc) => -} "advenidos" ; + {- VPB (Pass C.Pl Fem) => -} "advenidas" + ] + } ; + +lin antevenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "antevenir" ; + {- VI Ger => -} "anteveniendo" ; + {- VI Part => -} "antevenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "antevengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "antevienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "anteviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "antevenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "antevenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antevienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antevenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antevenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antevenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anteveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anteveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antevenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anteviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antevinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anteviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anteviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antevinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antevinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anteviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antevinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anteviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anteviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antevinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anteviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "antevine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "anteviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "antevino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "antevinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "antevinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "antevinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "antevendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "antevendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "antevendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "antevendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "antevendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antevendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antevinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anteviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anteviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antevinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antevendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antevendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antevendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antevendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antevendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antevendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "anteven" ; + {- VPB (Imper C.Sg C.P3) => -} "antevenga" ; + {- VPB (Imper C.Pl C.P1) => -} "antevengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "antevenid" ; + {- VPB (Imper C.Pl C.P3) => -} "antevengan" ; + {- VPB (Pass C.Sg Masc) => -} "antevenido" ; + {- VPB (Pass C.Sg Fem) => -} "antevenida" ; + {- VPB (Pass C.Pl Masc) => -} "antevenidos" ; + {- VPB (Pass C.Pl Fem) => -} "antevenidas" + ] + } ; + +lin aprevenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aprevenir" ; + {- VI Ger => -} "apreveniendo" ; + {- VI Part => -} "aprevenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aprevengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aprevienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apreviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aprevenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aprevenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aprevienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aprevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aprevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aprevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aprevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aprevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aprevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aprevenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aprevenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aprevenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apreveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apreveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aprevenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apreviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aprevinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apreviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apreviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aprevinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aprevinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aprevinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apreviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aprevinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apreviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aprevine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apreviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aprevino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aprevinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aprevinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aprevinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aprevendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aprevendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aprevendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aprevendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aprevendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aprevendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aprevinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apreviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apreviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aprevinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aprevendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aprevendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aprevendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aprevendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aprevendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aprevendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apreven" ; + {- VPB (Imper C.Sg C.P3) => -} "aprevenga" ; + {- VPB (Imper C.Pl C.P1) => -} "aprevengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aprevenid" ; + {- VPB (Imper C.Pl C.P3) => -} "aprevengan" ; + {- VPB (Pass C.Sg Masc) => -} "aprevenido" ; + {- VPB (Pass C.Sg Fem) => -} "aprevenida" ; + {- VPB (Pass C.Pl Masc) => -} "aprevenidos" ; + {- VPB (Pass C.Pl Fem) => -} "aprevenidas" + ] + } ; + +lin avenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "avenir" ; + {- VI Ger => -} "aveniendo" ; + {- VI Part => -} "avenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "avengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "avienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "avenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "avenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "avenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "avenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "avengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "avengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "avenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "avenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "avenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "avenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "avinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "avinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "avinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "avinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "avinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "avine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "avino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "avinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "avinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "avinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "avendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "avendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "avendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "avendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "avendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "avendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "avinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "avinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "avendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "avendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "avendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "avendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "avendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "avendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aven" ; + {- VPB (Imper C.Sg C.P3) => -} "avenga" ; + {- VPB (Imper C.Pl C.P1) => -} "avengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "avenid" ; + {- VPB (Imper C.Pl C.P3) => -} "avengan" ; + {- VPB (Pass C.Sg Masc) => -} "avenido" ; + {- VPB (Pass C.Sg Fem) => -} "avenida" ; + {- VPB (Pass C.Pl Masc) => -} "avenidos" ; + {- VPB (Pass C.Pl Fem) => -} "avenidas" + ] + } ; + +lin contravenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contravenir" ; + {- VI Ger => -} "contraveniendo" ; + {- VI Part => -} "contravenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contravengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contravienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contraviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contravenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contravenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contravienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contravenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contravengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contravenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contravengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contravengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contravengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contravenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contravenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contravenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contraveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contraveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contravenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contraviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contravinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contraviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contraviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contravinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contravinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contraviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contravinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contraviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contraviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contravinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contraviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contravine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contraviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contravino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contravinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contravinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contravinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contravendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contravendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contravendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contravendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contravendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contravendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contravinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contraviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contraviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contravinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contravendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contravendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contravendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contravendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contravendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contravendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contraven" ; + {- VPB (Imper C.Sg C.P3) => -} "contravenga" ; + {- VPB (Imper C.Pl C.P1) => -} "contravengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contravenid" ; + {- VPB (Imper C.Pl C.P3) => -} "contravengan" ; + {- VPB (Pass C.Sg Masc) => -} "contravenido" ; + {- VPB (Pass C.Sg Fem) => -} "contravenida" ; + {- VPB (Pass C.Pl Masc) => -} "contravenidos" ; + {- VPB (Pass C.Pl Fem) => -} "contravenidas" + ] + } ; + +lin convenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "convenir" ; + {- VI Ger => -} "conveniendo" ; + {- VI Part => -} "convenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "convengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "convienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "conviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "convengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "convengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "conviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "conviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "conviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "conviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "conviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "conviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "conviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "conviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "conviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "conviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "conviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "conviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "conven" ; + {- VPB (Imper C.Sg C.P3) => -} "convenga" ; + {- VPB (Imper C.Pl C.P1) => -} "convengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "convenid" ; + {- VPB (Imper C.Pl C.P3) => -} "convengan" ; + {- VPB (Pass C.Sg Masc) => -} "convenido" ; + {- VPB (Pass C.Sg Fem) => -} "convenida" ; + {- VPB (Pass C.Pl Masc) => -} "convenidos" ; + {- VPB (Pass C.Pl Fem) => -} "convenidas" + ] + } ; + +lin desavenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desavenir" ; + {- VI Ger => -} "desaveniendo" ; + {- VI Part => -} "desavenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desavengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desavienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desaviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desavenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desavenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desavienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desavenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desavengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desavenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desavengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desavengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desavengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desavenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desavenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desavenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desavenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desavinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desavinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desavinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desavinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desavinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desavine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desaviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desavino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desavinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desavinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desavinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desavendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desavendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desavendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desavendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desavendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desavendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desavinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desavinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desavendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desavendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desavendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desavendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desavendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desavendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desaven" ; + {- VPB (Imper C.Sg C.P3) => -} "desavenga" ; + {- VPB (Imper C.Pl C.P1) => -} "desavengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desavenid" ; + {- VPB (Imper C.Pl C.P3) => -} "desavengan" ; + {- VPB (Pass C.Sg Masc) => -} "desavenido" ; + {- VPB (Pass C.Sg Fem) => -} "desavenida" ; + {- VPB (Pass C.Pl Masc) => -} "desavenidos" ; + {- VPB (Pass C.Pl Fem) => -} "desavenidas" + ] + } ; + +lin desconvenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desconvenir" ; + {- VI Ger => -} "desconveniendo" ; + {- VI Part => -} "desconvenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desconvengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desconvienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desconviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desconvenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desconvenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconvienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconvenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconvenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconvenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconvenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desconvine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desconviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desconvino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desconvinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desconvinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desconvinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desconvendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desconvendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desconvendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desconvendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desconvendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconvendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconvendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconvendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconvendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconvendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconvendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconvendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desconven" ; + {- VPB (Imper C.Sg C.P3) => -} "desconvenga" ; + {- VPB (Imper C.Pl C.P1) => -} "desconvengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desconvenid" ; + {- VPB (Imper C.Pl C.P3) => -} "desconvengan" ; + {- VPB (Pass C.Sg Masc) => -} "desconvenido" ; + {- VPB (Pass C.Sg Fem) => -} "desconvenida" ; + {- VPB (Pass C.Pl Masc) => -} "desconvenidos" ; + {- VPB (Pass C.Pl Fem) => -} "desconvenidas" + ] + } ; + +lin devenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "devenir" ; + {- VI Ger => -} "deveniendo" ; + {- VI Part => -} "devenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "devengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "devienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "devenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "devenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "devienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "devenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "devengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "devenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "devengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "devengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "devengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "devenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "devenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "devenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "devenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "devinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "devinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "devinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "devinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "devinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "devine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "devino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "devinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "devinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "devinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "devendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "devendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "devendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "devendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "devendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "devendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "devinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "devinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "devendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "devendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "devendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "devendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "devendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "devendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deven" ; + {- VPB (Imper C.Sg C.P3) => -} "devenga" ; + {- VPB (Imper C.Pl C.P1) => -} "devengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "devenid" ; + {- VPB (Imper C.Pl C.P3) => -} "devengan" ; + {- VPB (Pass C.Sg Masc) => -} "devenido" ; + {- VPB (Pass C.Sg Fem) => -} "devenida" ; + {- VPB (Pass C.Pl Masc) => -} "devenidos" ; + {- VPB (Pass C.Pl Fem) => -} "devenidas" + ] + } ; + +lin disconvenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "disconvenir" ; + {- VI Ger => -} "disconveniendo" ; + {- VI Part => -} "disconvenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "disconvengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "disconvienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "disconviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "disconvenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "disconvenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disconvienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disconvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disconvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disconvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disconvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disconvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disconvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disconvenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disconvenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disconvenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disconveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disconveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disconvenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disconviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disconvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disconviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disconviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disconvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disconvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disconvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disconviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disconvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disconviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "disconvine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "disconviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "disconvino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "disconvinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "disconvinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "disconvinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "disconvendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "disconvendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "disconvendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "disconvendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "disconvendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disconvendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disconvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disconviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disconviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disconvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disconvendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disconvendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disconvendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disconvendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disconvendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disconvendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "disconven" ; + {- VPB (Imper C.Sg C.P3) => -} "disconvenga" ; + {- VPB (Imper C.Pl C.P1) => -} "disconvengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "disconvenid" ; + {- VPB (Imper C.Pl C.P3) => -} "disconvengan" ; + {- VPB (Pass C.Sg Masc) => -} "disconvenido" ; + {- VPB (Pass C.Sg Fem) => -} "disconvenida" ; + {- VPB (Pass C.Pl Masc) => -} "disconvenidos" ; + {- VPB (Pass C.Pl Fem) => -} "disconvenidas" + ] + } ; + +lin intervenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "intervenir" ; + {- VI Ger => -} "interveniendo" ; + {- VI Part => -} "intervenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "intervengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "intervienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "interviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "intervenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "intervenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "intervienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "intervenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "intervengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "intervenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "intervengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "intervengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "intervengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "intervenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "intervenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "intervenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "interveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "interveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "intervenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "interviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "intervinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "interviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "interviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "intervinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "intervinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "interviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "intervinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "interviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "interviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "intervinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "interviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "intervine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "interviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "intervino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "intervinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "intervinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "intervinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "intervendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "intervendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "intervendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "intervendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "intervendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "intervendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "interviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "intervinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "interviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "interviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "interviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "intervinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "intervendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "intervendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "intervendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "intervendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "intervendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "intervendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "interven" ; + {- VPB (Imper C.Sg C.P3) => -} "intervenga" ; + {- VPB (Imper C.Pl C.P1) => -} "intervengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "intervenid" ; + {- VPB (Imper C.Pl C.P3) => -} "intervengan" ; + {- VPB (Pass C.Sg Masc) => -} "intervenido" ; + {- VPB (Pass C.Sg Fem) => -} "intervenida" ; + {- VPB (Pass C.Pl Masc) => -} "intervenidos" ; + {- VPB (Pass C.Pl Fem) => -} "intervenidas" + ] + } ; + +lin prevenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prevenir" ; + {- VI Ger => -} "preveniendo" ; + {- VI Part => -} "prevenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prevengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "previenes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "previene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prevenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prevenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "previenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prevenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "previniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "previnieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "previniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "previniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "previnierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "previnieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "previniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "previnieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "previniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "previniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "previnieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "previniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "previne" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "previniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "previno" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "previnimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "previnisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "previnieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prevendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prevendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prevendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prevendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prevendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "previniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "previnieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "previniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "previniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "previniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "previnieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prevendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prevendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prevendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prevendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preven" ; + {- VPB (Imper C.Sg C.P3) => -} "prevenga" ; + {- VPB (Imper C.Pl C.P1) => -} "prevengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prevenid" ; + {- VPB (Imper C.Pl C.P3) => -} "prevengan" ; + {- VPB (Pass C.Sg Masc) => -} "prevenido" ; + {- VPB (Pass C.Sg Fem) => -} "prevenida" ; + {- VPB (Pass C.Pl Masc) => -} "prevenidos" ; + {- VPB (Pass C.Pl Fem) => -} "prevenidas" + ] + } ; + +lin provenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "provenir" ; + {- VI Ger => -} "proveniendo" ; + {- VI Part => -} "provenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "provengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "provienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "proviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "provenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "provenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "provienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "provenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "provengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "provenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "provengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "provengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "provengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "provenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "provenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "provenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "provenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "proviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "provinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "proviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "proviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "provinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "provinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "proviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "provinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "proviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "proviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "provinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "proviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "provine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "proviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "provino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "provinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "provinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "provinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "provendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "provendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "provendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "provendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "provendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "provendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "proviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "provinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "proviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "proviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "proviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "provinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "provendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "provendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "provendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "provendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "provendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "provendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "proven" ; + {- VPB (Imper C.Sg C.P3) => -} "provenga" ; + {- VPB (Imper C.Pl C.P1) => -} "provengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "provenid" ; + {- VPB (Imper C.Pl C.P3) => -} "provengan" ; + {- VPB (Pass C.Sg Masc) => -} "provenido" ; + {- VPB (Pass C.Sg Fem) => -} "provenida" ; + {- VPB (Pass C.Pl Masc) => -} "provenidos" ; + {- VPB (Pass C.Pl Fem) => -} "provenidas" + ] + } ; + +lin reconvenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconvenir" ; + {- VI Ger => -} "reconveniendo" ; + {- VI Part => -} "reconvenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconvengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconvienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconvenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconvenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconvienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconvenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconvenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconvenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconvenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconvine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reconviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reconvino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reconvinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reconvinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reconvinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconvendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconvendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconvendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconvendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconvendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconvendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconvendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconvendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconvendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconvendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconvendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconvendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconven" ; + {- VPB (Imper C.Sg C.P3) => -} "reconvenga" ; + {- VPB (Imper C.Pl C.P1) => -} "reconvengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconvenid" ; + {- VPB (Imper C.Pl C.P3) => -} "reconvengan" ; + {- VPB (Pass C.Sg Masc) => -} "reconvenido" ; + {- VPB (Pass C.Sg Fem) => -} "reconvenida" ; + {- VPB (Pass C.Pl Masc) => -} "reconvenidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconvenidas" + ] + } ; + +lin revenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revenir" ; + {- VI Ger => -} "reveniendo" ; + {- VI Part => -} "revenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reven" ; + {- VPB (Imper C.Sg C.P3) => -} "revenga" ; + {- VPB (Imper C.Pl C.P1) => -} "revengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "revenid" ; + {- VPB (Imper C.Pl C.P3) => -} "revengan" ; + {- VPB (Pass C.Sg Masc) => -} "revenido" ; + {- VPB (Pass C.Sg Fem) => -} "revenida" ; + {- VPB (Pass C.Pl Masc) => -} "revenidos" ; + {- VPB (Pass C.Pl Fem) => -} "revenidas" + ] + } ; + +lin sobrevenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrevenir" ; + {- VI Ger => -} "sobreveniendo" ; + {- VI Part => -} "sobrevenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrevengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrevienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobreviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrevine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobreviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrevino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrevinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrevinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrevinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrevendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrevendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrevendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrevendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrevendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrevendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrevendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobreven" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrevenga" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrevengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrevenid" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrevengan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrevenido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrevenida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrevenidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrevenidas" + ] + } ; + +lin subvenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subvenir" ; + {- VI Ger => -} "subveniendo" ; + {- VI Part => -} "subvenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subvengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subvienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subvenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subvenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subvienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subvenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subvenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subvenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subvenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subvine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subvino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subvinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subvinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subvinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subvendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subvendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subvendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subvendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subvendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subvendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subvendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subvendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subvendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subvendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subvendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subvendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subven" ; + {- VPB (Imper C.Sg C.P3) => -} "subvenga" ; + {- VPB (Imper C.Pl C.P1) => -} "subvengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subvenid" ; + {- VPB (Imper C.Pl C.P3) => -} "subvengan" ; + {- VPB (Pass C.Sg Masc) => -} "subvenido" ; + {- VPB (Pass C.Sg Fem) => -} "subvenida" ; + {- VPB (Pass C.Pl Masc) => -} "subvenidos" ; + {- VPB (Pass C.Pl Fem) => -} "subvenidas" + ] + } ; + +lin supervenir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "supervenir" ; + {- VI Ger => -} "superveniendo" ; + {- VI Part => -} "supervenido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "supervengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "supervienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "superviene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "supervenimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "supervenís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "supervienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "supervenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "supervengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "supervenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "supervengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "supervengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "supervengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "supervenía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "supervenías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "supervenía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "superveníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "superveníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "supervenían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "superviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "supervinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "superviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "superviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "supervinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "supervinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "superviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "supervinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "superviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "superviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "supervinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "superviniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "supervine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "superviniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "supervino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "supervinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "supervinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "supervinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "supervendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "supervendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "supervendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "supervendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "supervendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "supervendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "superviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "supervinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "superviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "superviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "superviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "supervinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "supervendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "supervendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "supervendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "supervendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "supervendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "supervendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "superven" ; + {- VPB (Imper C.Sg C.P3) => -} "supervenga" ; + {- VPB (Imper C.Pl C.P1) => -} "supervengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "supervenid" ; + {- VPB (Imper C.Pl C.P3) => -} "supervengan" ; + {- VPB (Pass C.Sg Masc) => -} "supervenido" ; + {- VPB (Pass C.Sg Fem) => -} "supervenida" ; + {- VPB (Pass C.Pl Masc) => -} "supervenidos" ; + {- VPB (Pass C.Pl Fem) => -} "supervenidas" + ] + } ; + +lin venir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "venir" ; + {- VI Ger => -} "viniendo" ; + {- VI Part => -} "venido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "vengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vienes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "viene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "venimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "venís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vienen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "venga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "venga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "venía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "venías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "venía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "veníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "veníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "venían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "viniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "viniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "viniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "viniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "viniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "viniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "viniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "vine" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "viniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "vino" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "vinimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "vinisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "vinieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "vendré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "vendrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "vendrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "vendremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "vendréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vendrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "viniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "viniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "viniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "viniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vendría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "vendrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vendría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "vendríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "vendríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "vendrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ven" ; + {- VPB (Imper C.Sg C.P3) => -} "venga" ; + {- VPB (Imper C.Pl C.P1) => -} "vengamos" ; + {- VPB (Imper C.Pl C.P2) => -} "venid" ; + {- VPB (Imper C.Pl C.P3) => -} "vengan" ; + {- VPB (Pass C.Sg Masc) => -} "venido" ; + {- VPB (Pass C.Sg Fem) => -} "venida" ; + {- VPB (Pass C.Pl Masc) => -} "venidos" ; + {- VPB (Pass C.Pl Fem) => -} "venidas" + ] + } ; + +lin romper_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "romper" ; + {- VI Ger => -} "rompiendo" ; + {- VI Part => -} "roto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rompo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rompes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rompe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rompemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rompéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rompen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rompa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rompas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rompa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rompamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rompáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rompan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rompía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rompías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rompía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rompíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rompíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rompían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rompiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rompieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rompiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rompiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rompierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rompieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rompiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rompieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rompiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rompiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rompieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rompiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rompí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rompiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rompió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rompimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rompisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rompieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "romperé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "romperás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "romperá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "romperemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "romperéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "romperán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rompiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rompieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rompiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rompiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rompiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rompieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rompería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "romperías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rompería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "romperíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "romperíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "romperían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rompe" ; + {- VPB (Imper C.Sg C.P3) => -} "rompa" ; + {- VPB (Imper C.Pl C.P1) => -} "rompamos" ; + {- VPB (Imper C.Pl C.P2) => -} "romped" ; + {- VPB (Imper C.Pl C.P3) => -} "rompan" ; + {- VPB (Pass C.Sg Masc) => -} "roto" ; + {- VPB (Pass C.Sg Fem) => -} "rota" ; + {- VPB (Pass C.Pl Masc) => -} "rotos" ; + {- VPB (Pass C.Pl Fem) => -} "rotas" + ] + } ; + +lin volver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "volver" ; + {- VI Ger => -} "volviendo" ; + {- VI Part => -} "vuelto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "vuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "volvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "volvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "volvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "volváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "volvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "volvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "volvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "volvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "volvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "volvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "volviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "volvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "volviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "volviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "volvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "volvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "volviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "volvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "volviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "volviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "volvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "volviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "volví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "volviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "volvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "volvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "volvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "volvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "volveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "volverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "volverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "volveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "volveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "volverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "volviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "volvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "volviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "volviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "volviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "volvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "volvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "volverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "volvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "volveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "volveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "volverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "vuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "volvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "volved" ; + {- VPB (Imper C.Pl C.P3) => -} "vuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "vuelto" ; + {- VPB (Pass C.Sg Fem) => -} "vuelta" ; + {- VPB (Pass C.Pl Masc) => -} "vueltos" ; + {- VPB (Pass C.Pl Fem) => -} "vueltas" + ] + } ; + +lin pudrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} variants {"pudrir" ; "podrir"} ; + {- VI Ger => -} "pudriendo" ; + {- VI Part => -} "podrido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pudro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pudres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pudre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pudrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pudrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pudren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pudra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pudras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pudra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pudramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pudráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pudran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pudría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pudrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pudría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pudríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pudríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pudrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pudriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pudrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pudriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pudriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pudrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pudrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pudriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pudrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pudriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pudriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pudrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pudriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pudrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pudriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pudrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pudrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pudristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pudrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pudriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pudrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pudrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pudriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pudriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pudrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pudriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pudrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pudriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pudriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pudriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pudrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pudriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pudrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pudriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pudriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pudriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pudrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pudre" ; + {- VPB (Imper C.Sg C.P3) => -} "pudra" ; + {- VPB (Imper C.Pl C.P1) => -} "pudramos" ; + {- VPB (Imper C.Pl C.P2) => -} "pudrid" ; + {- VPB (Imper C.Pl C.P3) => -} "pudran" ; + {- VPB (Pass C.Sg Masc) => -} "podrido" ; + {- VPB (Pass C.Sg Fem) => -} "podrida" ; + {- VPB (Pass C.Pl Masc) => -} "podridos" ; + {- VPB (Pass C.Pl Fem) => -} "podridas" + ] + } ; + +lin adir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adir" ; + {- VI Ger => -} variants {} ; + {- VI Part => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin denegrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "denegrir" ; + {- VI Ger => -} "denegriendo" ; + {- VI Part => -} "denegrido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin descolorir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descolorir" ; + {- VI Ger => -} variants {} ; + {- VI Part => -} "descolorido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin fallir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fallir" ; + {- VI Ger => -} variants {} ; + {- VI Part => -} "fallido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin preterir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preterir" ; + {- VI Ger => -} variants {} ; + {- VI Part => -} "preterido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin usucapir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "usucapir" ; + {- VI Ger => -} "usucapiendo" ; + {- VI Part => -} "usucapido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin abrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abrir" ; + {- VI Ger => -} "abriendo" ; + {- VI Part => -} "abierto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abre" ; + {- VPB (Imper C.Sg C.P3) => -} "abra" ; + {- VPB (Imper C.Pl C.P1) => -} "abramos" ; + {- VPB (Imper C.Pl C.P2) => -} "abrid" ; + {- VPB (Imper C.Pl C.P3) => -} "abran" ; + {- VPB (Pass C.Sg Masc) => -} "abrido" ; + {- VPB (Pass C.Sg Fem) => -} "abrida" ; + {- VPB (Pass C.Pl Masc) => -} "abridos" ; + {- VPB (Pass C.Pl Fem) => -} "abridas" + ] + } ; + +lin adscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adscribir" ; + {- VI Ger => -} "adscribiendo" ; + {- VI Part => -} "adscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "adscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "adscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "adscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "adscriban" ; + {- VPB (Pass C.Sg Masc) => -} "adscribido" ; + {- VPB (Pass C.Sg Fem) => -} "adscribida" ; + {- VPB (Pass C.Pl Masc) => -} "adscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "adscribidas" + ] + } ; + +lin circunscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "circunscribir" ; + {- VI Ger => -} "circunscribiendo" ; + {- VI Part => -} "circunscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "circunscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "circunscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "circunscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "circunscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "circunscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circunscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circunscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circunscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circunscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circunscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circunscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circunscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circunscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circunscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circunscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circunscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circunscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circunscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circunscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circunscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circunscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circunscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circunscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circunscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "circunscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "circunscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "circunscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "circunscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "circunscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "circunscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "circunscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "circunscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "circunscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "circunscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circunscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circunscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circunscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circunscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circunscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circunscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circunscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circunscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circunscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circunscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "circunscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "circunscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "circunscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "circunscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "circunscriban" ; + {- VPB (Pass C.Sg Masc) => -} "circunscribido" ; + {- VPB (Pass C.Sg Fem) => -} "circunscribida" ; + {- VPB (Pass C.Pl Masc) => -} "circunscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "circunscribidas" + ] + } ; + +lin cubrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cubrir" ; + {- VI Ger => -} "cubriendo" ; + {- VI Part => -} "cubierto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cubro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cubres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cubre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cubrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cubrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cubren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cubra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cubras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cubra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cubramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cubráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cubran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cubría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cubrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cubría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cubríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cubríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cubrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cubriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cubrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cubriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cubriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cubrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cubrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cubrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cubriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cubrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cubriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cubrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cubriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cubrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cubrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cubristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cubrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cubriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cubrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cubrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cubriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cubriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cubrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cubriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cubrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cubriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cubriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cubriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cubrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cubriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cubrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cubriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cubriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cubriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cubrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cubre" ; + {- VPB (Imper C.Sg C.P3) => -} "cubra" ; + {- VPB (Imper C.Pl C.P1) => -} "cubramos" ; + {- VPB (Imper C.Pl C.P2) => -} "cubrid" ; + {- VPB (Imper C.Pl C.P3) => -} "cubran" ; + {- VPB (Pass C.Sg Masc) => -} "cubrido" ; + {- VPB (Pass C.Sg Fem) => -} "cubrida" ; + {- VPB (Pass C.Pl Masc) => -} "cubridos" ; + {- VPB (Pass C.Pl Fem) => -} "cubridas" + ] + } ; + +lin describir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "describir" ; + {- VI Ger => -} "describiendo" ; + {- VI Part => -} "descrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "describo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "describes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "describe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "describimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "describís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "describen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "describa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "describas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "describa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "describamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "describáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "describan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "describía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "describías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "describía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "describíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "describíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "describían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "describiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "describieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "describiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "describiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "describierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "describieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "describiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "describieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "describiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "describiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "describieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "describiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "describí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "describiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "describió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "describimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "describisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "describieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "describiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "describirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "describirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "describiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "describiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "describirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "describiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "describieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "describiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "describiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "describiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "describieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "describiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "describirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "describiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "describiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "describiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "describirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "describe" ; + {- VPB (Imper C.Sg C.P3) => -} "describa" ; + {- VPB (Imper C.Pl C.P1) => -} "describamos" ; + {- VPB (Imper C.Pl C.P2) => -} "describid" ; + {- VPB (Imper C.Pl C.P3) => -} "describan" ; + {- VPB (Pass C.Sg Masc) => -} "describido" ; + {- VPB (Pass C.Sg Fem) => -} "describida" ; + {- VPB (Pass C.Pl Masc) => -} "describidos" ; + {- VPB (Pass C.Pl Fem) => -} "describidas" + ] + } ; + +lin descubrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descubrir" ; + {- VI Ger => -} "descubriendo" ; + {- VI Part => -} "descubierto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descubro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descubres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descubre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descubrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descubrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descubren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descubra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descubras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descubra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descubramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descubráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descubran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descubría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descubrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descubría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descubríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descubríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descubrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descubriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descubrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descubriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descubriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descubrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descubrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descubrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descubriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descubrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descubriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descubrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descubriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descubrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descubrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descubristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descubrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descubriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descubrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descubrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descubriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descubriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descubrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descubriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descubrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descubriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descubriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descubriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descubrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descubriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descubrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descubriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descubriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descubriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descubrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descubre" ; + {- VPB (Imper C.Sg C.P3) => -} "descubra" ; + {- VPB (Imper C.Pl C.P1) => -} "descubramos" ; + {- VPB (Imper C.Pl C.P2) => -} "descubrid" ; + {- VPB (Imper C.Pl C.P3) => -} "descubran" ; + {- VPB (Pass C.Sg Masc) => -} "descubrido" ; + {- VPB (Pass C.Sg Fem) => -} "descubrida" ; + {- VPB (Pass C.Pl Masc) => -} "descubridos" ; + {- VPB (Pass C.Pl Fem) => -} "descubridas" + ] + } ; + +lin encubrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encubrir" ; + {- VI Ger => -} "encubriendo" ; + {- VI Part => -} "encubierto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encubro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encubres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encubre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encubrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encubrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encubren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encubra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encubras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encubra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encubramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encubráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encubran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encubría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encubrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encubría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encubríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encubríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encubrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encubriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encubrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encubriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encubriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encubrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encubrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encubrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encubriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encubrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encubriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encubrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encubriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encubrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encubrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encubristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encubrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encubriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encubrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encubrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encubriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encubriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encubrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encubriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encubrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encubriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encubriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encubriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encubrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encubriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encubrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encubriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encubriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encubriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encubrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encubre" ; + {- VPB (Imper C.Sg C.P3) => -} "encubra" ; + {- VPB (Imper C.Pl C.P1) => -} "encubramos" ; + {- VPB (Imper C.Pl C.P2) => -} "encubrid" ; + {- VPB (Imper C.Pl C.P3) => -} "encubran" ; + {- VPB (Pass C.Sg Masc) => -} "encubrido" ; + {- VPB (Pass C.Sg Fem) => -} "encubrida" ; + {- VPB (Pass C.Pl Masc) => -} "encubridos" ; + {- VPB (Pass C.Pl Fem) => -} "encubridas" + ] + } ; + +lin entreabrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entreabrir" ; + {- VI Ger => -} "entreabriendo" ; + {- VI Part => -} "entreabierto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entreabro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entreabres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entreabre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entreabrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entreabrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreabren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreabra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreabras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreabra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreabramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreabráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreabran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreabría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreabrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreabría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreabríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreabríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreabrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreabriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entreabrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreabriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreabriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entreabrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entreabrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreabrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreabriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreabrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreabriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entreabrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entreabriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entreabrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entreabrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entreabristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entreabrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entreabriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entreabrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entreabrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entreabriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entreabriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreabrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entreabrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreabriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreabriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entreabrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreabriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreabrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreabriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreabriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreabriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreabrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entreabre" ; + {- VPB (Imper C.Sg C.P3) => -} "entreabra" ; + {- VPB (Imper C.Pl C.P1) => -} "entreabramos" ; + {- VPB (Imper C.Pl C.P2) => -} "entreabrid" ; + {- VPB (Imper C.Pl C.P3) => -} "entreabran" ; + {- VPB (Pass C.Sg Masc) => -} "entreabrido" ; + {- VPB (Pass C.Sg Fem) => -} "entreabrida" ; + {- VPB (Pass C.Pl Masc) => -} "entreabridos" ; + {- VPB (Pass C.Pl Fem) => -} "entreabridas" + ] + } ; + +lin escribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escribir" ; + {- VI Ger => -} "escribiendo" ; + {- VI Part => -} "escrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escribe" ; + {- VPB (Imper C.Sg C.P3) => -} "escriba" ; + {- VPB (Imper C.Pl C.P1) => -} "escribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escribid" ; + {- VPB (Imper C.Pl C.P3) => -} "escriban" ; + {- VPB (Pass C.Sg Masc) => -} "escribido" ; + {- VPB (Pass C.Sg Fem) => -} "escribida" ; + {- VPB (Pass C.Pl Masc) => -} "escribidos" ; + {- VPB (Pass C.Pl Fem) => -} "escribidas" + ] + } ; + +lin inscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inscribir" ; + {- VI Ger => -} "inscribiendo" ; + {- VI Part => -} "inscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "inscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "inscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "inscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "inscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "inscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "inscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "inscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "inscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "inscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "inscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "inscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "inscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "inscriban" ; + {- VPB (Pass C.Sg Masc) => -} "inscribido" ; + {- VPB (Pass C.Sg Fem) => -} "inscribida" ; + {- VPB (Pass C.Pl Masc) => -} "inscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "inscribidas" + ] + } ; + +lin manuscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "manuscribir" ; + {- VI Ger => -} "manuscribiendo" ; + {- VI Part => -} "manuscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "manuscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "manuscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "manuscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "manuscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "manuscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "manuscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "manuscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "manuscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "manuscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "manuscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "manuscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "manuscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "manuscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manuscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "manuscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manuscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manuscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manuscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "manuscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manuscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "manuscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "manuscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manuscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manuscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "manuscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manuscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "manuscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "manuscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manuscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "manuscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "manuscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "manuscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "manuscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "manuscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "manuscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "manuscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "manuscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "manuscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "manuscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "manuscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manuscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manuscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "manuscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manuscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manuscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manuscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manuscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "manuscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manuscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manuscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "manuscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "manuscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "manuscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "manuscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "manuscriban" ; + {- VPB (Pass C.Sg Masc) => -} "manuscribido" ; + {- VPB (Pass C.Sg Fem) => -} "manuscribida" ; + {- VPB (Pass C.Pl Masc) => -} "manuscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "manuscribidas" + ] + } ; + +lin prescribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prescribir" ; + {- VI Ger => -} "prescribiendo" ; + {- VI Part => -} "prescrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prescribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prescribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prescribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prescribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prescribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prescriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prescriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prescribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prescriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prescribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prescribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prescriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prescribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prescribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prescribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prescribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prescribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prescribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prescribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prescribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prescribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prescribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prescribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prescribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prescribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prescribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prescribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prescribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prescribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prescribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prescribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prescribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prescribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prescribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prescribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prescribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prescribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prescribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prescribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prescribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prescribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prescribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prescribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prescribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prescribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prescribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prescribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prescribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prescribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prescribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prescribe" ; + {- VPB (Imper C.Sg C.P3) => -} "prescriba" ; + {- VPB (Imper C.Pl C.P1) => -} "prescribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prescribid" ; + {- VPB (Imper C.Pl C.P3) => -} "prescriban" ; + {- VPB (Pass C.Sg Masc) => -} "prescribido" ; + {- VPB (Pass C.Sg Fem) => -} "prescribida" ; + {- VPB (Pass C.Pl Masc) => -} "prescribidos" ; + {- VPB (Pass C.Pl Fem) => -} "prescribidas" + ] + } ; + +lin proscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proscribir" ; + {- VI Ger => -} "proscribiendo" ; + {- VI Part => -} "proscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "proscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "proscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "proscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "proscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "proscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "proscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "proscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "proscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "proscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "proscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "proscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "proscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "proscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "proscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "proscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "proscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "proscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "proscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "proscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "proscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "proscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "proscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "proscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "proscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "proscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "proscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "proscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "proscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "proscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "proscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "proscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "proscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "proscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "proscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "proscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "proscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "proscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "proscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "proscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "proscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "proscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "proscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "proscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "proscriban" ; + {- VPB (Pass C.Sg Masc) => -} "proscribido" ; + {- VPB (Pass C.Sg Fem) => -} "proscribida" ; + {- VPB (Pass C.Pl Masc) => -} "proscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "proscribidas" + ] + } ; + +lin reabrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reabrir" ; + {- VI Ger => -} "reabriendo" ; + {- VI Part => -} "reabierto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reabro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reabres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reabre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reabrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reabrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reabren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reabra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reabras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reabra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reabramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reabráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reabran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reabría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reabrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reabría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reabríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reabríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reabrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reabriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reabrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reabriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reabriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reabrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reabrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reabrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reabriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reabrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reabriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reabrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reabriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reabrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reabrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reabristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reabrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reabriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reabrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reabrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reabriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reabriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reabrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reabriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reabrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reabriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reabriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reabriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reabrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reabriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reabrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reabriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reabriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reabriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reabrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reabre" ; + {- VPB (Imper C.Sg C.P3) => -} "reabra" ; + {- VPB (Imper C.Pl C.P1) => -} "reabramos" ; + {- VPB (Imper C.Pl C.P2) => -} "reabrid" ; + {- VPB (Imper C.Pl C.P3) => -} "reabran" ; + {- VPB (Pass C.Sg Masc) => -} "reabrido" ; + {- VPB (Pass C.Sg Fem) => -} "reabrida" ; + {- VPB (Pass C.Pl Masc) => -} "reabridos" ; + {- VPB (Pass C.Pl Fem) => -} "reabridas" + ] + } ; + +lin reinscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reinscribir" ; + {- VI Ger => -} "reinscribiendo" ; + {- VI Part => -} "reinscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reinscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reinscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reinscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reinscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reinscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reinscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reinscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reinscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reinscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reinscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reinscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reinscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reinscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reinscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reinscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reinscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reinscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reinscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reinscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reinscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reinscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reinscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reinscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reinscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reinscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reinscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reinscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reinscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reinscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reinscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reinscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reinscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reinscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reinscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reinscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reinscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reinscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reinscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reinscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reinscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reinscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reinscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reinscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reinscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reinscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reinscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reinscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reinscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reinscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reinscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reinscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "reinscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "reinscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reinscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "reinscriban" ; + {- VPB (Pass C.Sg Masc) => -} "reinscribido" ; + {- VPB (Pass C.Sg Fem) => -} "reinscribida" ; + {- VPB (Pass C.Pl Masc) => -} "reinscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "reinscribidas" + ] + } ; + +lin rescribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rescribir" ; + {- VI Ger => -} "rescribiendo" ; + {- VI Part => -} "rescrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rescribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rescribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rescribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rescribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rescribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rescriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rescriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rescribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rescriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rescribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rescribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rescriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rescribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rescribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rescribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rescribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rescribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rescribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rescribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rescribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rescribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rescribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rescribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rescribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rescribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rescribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rescribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rescribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rescribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rescribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rescribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rescribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rescribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rescribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rescribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rescribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rescribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rescribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rescribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rescribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rescribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rescribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rescribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rescribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rescribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rescribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rescribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rescribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rescribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rescribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rescribe" ; + {- VPB (Imper C.Sg C.P3) => -} "rescriba" ; + {- VPB (Imper C.Pl C.P1) => -} "rescribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rescribid" ; + {- VPB (Imper C.Pl C.P3) => -} "rescriban" ; + {- VPB (Pass C.Sg Masc) => -} "rescribido" ; + {- VPB (Pass C.Sg Fem) => -} "rescribida" ; + {- VPB (Pass C.Pl Masc) => -} "rescribidos" ; + {- VPB (Pass C.Pl Fem) => -} "rescribidas" + ] + } ; + +lin sobrescribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrescribir" ; + {- VI Ger => -} "sobrescribiendo" ; + {- VI Part => -} "sobrescrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrescribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrescribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrescribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrescribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrescribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrescriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrescriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrescribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrescriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrescribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrescribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrescriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrescribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrescribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrescribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrescribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrescribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrescribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrescribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrescribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrescribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrescribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrescribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrescribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrescribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrescribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrescribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrescribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrescribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrescribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrescribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrescribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrescribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrescribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrescribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrescribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrescribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrescribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrescribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrescribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrescribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrescribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrescribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrescribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrescribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrescribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrescribe" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrescriba" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrescribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrescribid" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrescriban" ; + {- VPB (Pass C.Sg Masc) => -} "sobrescribido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrescribida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrescribidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrescribidas" + ] + } ; + +lin subscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subscribir" ; + {- VI Ger => -} "subscribiendo" ; + {- VI Part => -} "subscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "subscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "subscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "subscriban" ; + {- VPB (Pass C.Sg Masc) => -} "subscribido" ; + {- VPB (Pass C.Sg Fem) => -} "subscribida" ; + {- VPB (Pass C.Pl Masc) => -} "subscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "subscribidas" + ] + } ; + +lin suscribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "suscribir" ; + {- VI Ger => -} "suscribiendo" ; + {- VI Part => -} "suscrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "suscribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "suscribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suscribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "suscribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "suscribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suscriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "suscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "suscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "suscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "suscribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "suscribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "suscribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "suscribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "suscribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "suscribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "suscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "suscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "suscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "suscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "suscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "suscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "suscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "suscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "suscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "suscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "suscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "suscribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "suscribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "suscribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "suscribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "suscribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "suscribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "suscribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "suscribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "suscribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "suscribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "suscribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "suscribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "suscribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "suscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "suscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "suscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "suscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "suscribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "suscribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "suscribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "suscribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "suscribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "suscribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "suscribe" ; + {- VPB (Imper C.Sg C.P3) => -} "suscriba" ; + {- VPB (Imper C.Pl C.P1) => -} "suscribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "suscribid" ; + {- VPB (Imper C.Pl C.P3) => -} "suscriban" ; + {- VPB (Pass C.Sg Masc) => -} "suscribido" ; + {- VPB (Pass C.Sg Fem) => -} "suscribida" ; + {- VPB (Pass C.Pl Masc) => -} "suscribidos" ; + {- VPB (Pass C.Pl Fem) => -} "suscribidas" + ] + } ; + +lin transcribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "transcribir" ; + {- VI Ger => -} "transcribiendo" ; + {- VI Part => -} "transcrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "transcribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "transcribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "transcribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "transcribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "transcribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transcriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transcriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transcribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transcriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transcribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transcribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transcriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transcribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transcribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transcribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transcribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transcribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transcribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transcribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transcribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transcribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transcribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transcribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transcribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transcribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transcribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transcribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transcribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transcribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transcribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "transcribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transcribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "transcribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "transcribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "transcribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "transcribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transcribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "transcribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "transcribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transcribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transcribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transcribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transcribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transcribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transcribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transcribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transcribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transcribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transcribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transcribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transcribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transcribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "transcribe" ; + {- VPB (Imper C.Sg C.P3) => -} "transcriba" ; + {- VPB (Imper C.Pl C.P1) => -} "transcribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "transcribid" ; + {- VPB (Imper C.Pl C.P3) => -} "transcriban" ; + {- VPB (Pass C.Sg Masc) => -} "transcribido" ; + {- VPB (Pass C.Sg Fem) => -} "transcribida" ; + {- VPB (Pass C.Pl Masc) => -} "transcribidos" ; + {- VPB (Pass C.Pl Fem) => -} "transcribidas" + ] + } ; + +lin trascribir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trascribir" ; + {- VI Ger => -} "trascribiendo" ; + {- VI Part => -} "trascrito" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trascribo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trascribes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trascribe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trascribimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trascribís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trascriben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trascriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trascribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trascriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trascribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trascribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trascriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trascribía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trascribías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trascribía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trascribíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trascribíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trascribían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trascribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trascribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trascribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trascribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trascribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trascribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascribiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trascribí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trascribiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trascribió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trascribimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trascribisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trascribieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trascribiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trascribirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trascribirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trascribiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trascribiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trascribirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trascribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trascribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trascribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trascribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trascribiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trascribirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trascribiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trascribiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trascribiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trascribirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trascribe" ; + {- VPB (Imper C.Sg C.P3) => -} "trascriba" ; + {- VPB (Imper C.Pl C.P1) => -} "trascribamos" ; + {- VPB (Imper C.Pl C.P2) => -} "trascribid" ; + {- VPB (Imper C.Pl C.P3) => -} "trascriban" ; + {- VPB (Pass C.Sg Masc) => -} "trascribido" ; + {- VPB (Pass C.Sg Fem) => -} "trascribida" ; + {- VPB (Pass C.Pl Masc) => -} "trascribidos" ; + {- VPB (Pass C.Pl Fem) => -} "trascribidas" + ] + } ; + +lin abolir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abolir" ; + {- VI Ger => -} "aboliendo" ; + {- VI Part => -} "abolido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abolimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abolís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abolía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abolías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abolía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abolíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abolíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abolían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aboliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aboliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aboliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aboliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aboliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aboliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aboliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abolí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aboliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abolió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abolimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abolisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abolieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aboliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abolirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abolirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aboliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aboliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abolirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aboliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aboliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aboliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aboliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aboliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abolirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aboliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aboliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aboliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abolirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "abolid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "abolido" ; + {- VPB (Pass C.Sg Fem) => -} "abolida" ; + {- VPB (Pass C.Pl Masc) => -} "abolidos" ; + {- VPB (Pass C.Pl Fem) => -} "abolidas" + ] + } ; + +lin agredir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "agredir" ; + {- VI Ger => -} "agrediendo" ; + {- VI Part => -} "agredido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "agredimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "agredís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "agredía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "agredías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "agredía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "agredíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "agredíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "agredían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "agrediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "agredieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "agrediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "agrediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "agredierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "agredieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "agrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "agredieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "agrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "agrediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "agredieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "agrediesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "agredí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "agrediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "agredió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "agredimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "agredisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "agredieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "agrediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "agredirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "agredirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "agrediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "agrediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "agredirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "agrediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "agredieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "agrediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "agrediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "agrediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "agredieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "agrediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "agredirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "agrediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "agrediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "agrediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "agredirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "agredid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "agredido" ; + {- VPB (Pass C.Sg Fem) => -} "agredida" ; + {- VPB (Pass C.Pl Masc) => -} "agredidos" ; + {- VPB (Pass C.Pl Fem) => -} "agredidas" + ] + } ; + +lin aguerrir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aguerrir" ; + {- VI Ger => -} "aguerriendo" ; + {- VI Part => -} "aguerrido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aguerrimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aguerrís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aguerría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aguerrías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aguerría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aguerríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aguerríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aguerrían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aguerriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aguerrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aguerriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aguerriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aguerrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aguerrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aguerriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aguerrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aguerriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aguerriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aguerrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aguerriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aguerrí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aguerriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aguerrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aguerrimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aguerristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aguerrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aguerriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aguerrirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aguerrirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aguerriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aguerriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aguerrirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aguerrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aguerriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aguerriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aguerrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aguerriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aguerrirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aguerriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aguerriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aguerriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aguerrirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "aguerrid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "aguerrido" ; + {- VPB (Pass C.Sg Fem) => -} "aguerrida" ; + {- VPB (Pass C.Pl Masc) => -} "aguerridos" ; + {- VPB (Pass C.Pl Fem) => -} "aguerridas" + ] + } ; + +lin arrecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "arrecir" ; + {- VI Ger => -} "arreciendo" ; + {- VI Part => -} "arrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arrecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arrecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "arrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "arrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "arrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arreciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "arrecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "arrecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arreciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arreciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arrecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arreciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arrecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arreciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arreciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arreciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arrecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "arrecid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "arrecido" ; + {- VPB (Pass C.Sg Fem) => -} "arrecida" ; + {- VPB (Pass C.Pl Masc) => -} "arrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "arrecidas" + ] + } ; + +lin aterir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aterir" ; + {- VI Ger => -} "ateriendo" ; + {- VI Part => -} "aterido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aterimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aterís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aterías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ateríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ateríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aterían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ateriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aterieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ateriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ateriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aterierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aterieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ateriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aterieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ateriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ateriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aterieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ateriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aterí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ateriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aterió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aterimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ateristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aterieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ateriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aterirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aterirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ateriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ateriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aterirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ateriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aterieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ateriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ateriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ateriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aterieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ateriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aterirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ateriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ateriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ateriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aterirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "aterid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "aterido" ; + {- VPB (Pass C.Sg Fem) => -} "aterida" ; + {- VPB (Pass C.Pl Masc) => -} "ateridos" ; + {- VPB (Pass C.Pl Fem) => -} "ateridas" + ] + } ; + +lin blandir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "blandir" ; + {- VI Ger => -} "blandiendo" ; + {- VI Part => -} "blandido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "blandimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "blandís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "blandía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "blandías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "blandía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "blandíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "blandíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "blandían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "blandiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "blandieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "blandiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "blandiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "blandierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "blandieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "blandiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "blandieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "blandiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "blandiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "blandieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "blandiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "blandí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "blandiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "blandió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "blandimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "blandisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "blandieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "blandiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "blandirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "blandirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "blandiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "blandiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "blandirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "blandiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "blandieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "blandiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "blandiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "blandiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "blandieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "blandiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "blandirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "blandiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "blandiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "blandiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "blandirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "blandid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "blandido" ; + {- VPB (Pass C.Sg Fem) => -} "blandida" ; + {- VPB (Pass C.Pl Masc) => -} "blandidos" ; + {- VPB (Pass C.Pl Fem) => -} "blandidas" + ] + } ; + +lin colorir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "colorir" ; + {- VI Ger => -} "coloriendo" ; + {- VI Part => -} "colorido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "colorimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "colorís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coloría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colorías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coloría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coloríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coloríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colorían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coloriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colorieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coloriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coloriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colorierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colorieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coloriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colorieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coloriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coloriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colorieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coloriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "colorí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "coloriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "colorió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "colorimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "coloristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "colorieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "coloriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "colorirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "colorirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "coloriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "coloriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colorirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coloriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colorieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coloriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coloriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coloriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colorieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coloriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colorirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coloriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coloriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coloriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colorirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "colorid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "colorido" ; + {- VPB (Pass C.Sg Fem) => -} "colorida" ; + {- VPB (Pass C.Pl Masc) => -} "coloridos" ; + {- VPB (Pass C.Pl Fem) => -} "coloridas" + ] + } ; + +lin concernir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "concernir" ; + {- VI Ger => -} "concerniendo" ; + {- VI Part => -} "concernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "concernimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "concernís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concerníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concerníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concerniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "concerní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "concerniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "concernió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "concernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "concernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "concernieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "concerniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "concernirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "concernirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "concerniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "concerniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concernirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concerniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concernirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concerniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concerniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concerniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concernirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "concernid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "concernido" ; + {- VPB (Pass C.Sg Fem) => -} "concernida" ; + {- VPB (Pass C.Pl Masc) => -} "concernidos" ; + {- VPB (Pass C.Pl Fem) => -} "concernidas" + ] + } ; + +lin empedernir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empedernir" ; + {- VI Ger => -} "empederniendo" ; + {- VI Part => -} "empedernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empedernimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empedernís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empedernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empedernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empedernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empederníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empederníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empedernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empederniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empedernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empederniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empederniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empedernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empedernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empederniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empedernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empederniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empederniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empedernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empederniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empederní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empederniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empedernió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empedernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empedernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empedernieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empederniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empedernirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empedernirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empederniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empederniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empedernirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empederniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empedernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empederniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empederniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empederniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empedernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empederniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empedernirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empederniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empederniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empederniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empedernirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "empedernid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "empedernido" ; + {- VPB (Pass C.Sg Fem) => -} "empedernida" ; + {- VPB (Pass C.Pl Masc) => -} "empedernidos" ; + {- VPB (Pass C.Pl Fem) => -} "empedernidas" + ] + } ; + +lin garantir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "garantir" ; + {- VI Ger => -} "garantiendo" ; + {- VI Part => -} "garantido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "garantimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "garantís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "garantía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "garantías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "garantía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "garantíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "garantíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "garantían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "garantiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "garantieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "garantiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "garantiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "garantierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "garantieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "garantiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "garantieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "garantiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "garantiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "garantieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "garantiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "garantí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "garantiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "garantió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "garantimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "garantisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "garantieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "garantiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "garantirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "garantirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "garantiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "garantiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "garantirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "garantiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "garantieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "garantiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "garantiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "garantiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "garantieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "garantiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "garantirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "garantiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "garantiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "garantiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "garantirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "garantid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "garantido" ; + {- VPB (Pass C.Sg Fem) => -} "garantida" ; + {- VPB (Pass C.Pl Masc) => -} "garantidos" ; + {- VPB (Pass C.Pl Fem) => -} "garantidas" + ] + } ; + +lin manir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "manir" ; + {- VI Ger => -} "maniendo" ; + {- VI Part => -} "manido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "manimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "manís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "manía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "manía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "maníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "maníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "maniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "maniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "maniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "maniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "maniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "maniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "maniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "maní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "maniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "manió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "manimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "manisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "manieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "maniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "manirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "manirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "maniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "maniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "maniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "maniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "maniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "maniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "maniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "maniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "maniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "maniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "manid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "manido" ; + {- VPB (Pass C.Sg Fem) => -} "manida" ; + {- VPB (Pass C.Pl Masc) => -} "manidos" ; + {- VPB (Pass C.Pl Fem) => -} "manidas" + ] + } ; + +lin transgredir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "transgredir" ; + {- VI Ger => -} "transgrediendo" ; + {- VI Part => -} "transgredido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "transgredimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "transgredís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transgredía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transgredías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transgredía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transgredíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transgredíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transgredían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transgrediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transgredieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transgrediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transgrediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transgredierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transgredieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transgredieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transgrediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transgredieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transgrediesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "transgredí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transgrediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "transgredió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "transgredimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "transgredisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "transgredieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transgrediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "transgredirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "transgredirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transgrediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transgrediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transgredirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transgredieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transgrediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transgrediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transgredieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transgrediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transgredirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transgrediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transgrediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transgrediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transgredirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "transgredid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "transgredido" ; + {- VPB (Pass C.Sg Fem) => -} "transgredida" ; + {- VPB (Pass C.Pl Masc) => -} "transgredidos" ; + {- VPB (Pass C.Pl Fem) => -} "transgredidas" + ] + } ; + +lin trasgredir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasgredir" ; + {- VI Ger => -} "trasgrediendo" ; + {- VI Part => -} "trasgredido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasgredimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasgredís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasgredía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasgredías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasgredía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasgredíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasgredíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasgredían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasgrediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasgredieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasgrediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasgrediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasgredierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasgredieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasgredieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasgrediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasgredieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasgrediesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasgredí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasgrediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasgredió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasgredimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasgredisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasgredieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasgrediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasgredirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasgredirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasgrediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasgredirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasgredieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasgrediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasgredieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasgrediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasgredirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasgrediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasgrediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasgrediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasgredirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "trasgredid" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} "trasgredido" ; + {- VPB (Pass C.Sg Fem) => -} "trasgredida" ; + {- VPB (Pass C.Pl Masc) => -} "trasgredidos" ; + {- VPB (Pass C.Pl Fem) => -} "trasgredidas" + ] + } ; + +lin adquirir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adquirir" ; + {- VI Ger => -} "adquiriendo" ; + {- VI Part => -} "adquirido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adquirimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adquirís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adquiría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adquirías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adquiría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adquiríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adquiríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adquirían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adquiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adquirí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adquiriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adquirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adquirimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adquiristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adquirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adquiriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adquirirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adquirirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adquiriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adquiriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adquirirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adquiriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adquirirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adquiriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adquiriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adquiriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adquirirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "adquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "adquiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "adquirid" ; + {- VPB (Imper C.Pl C.P3) => -} "adquieran" ; + {- VPB (Pass C.Sg Masc) => -} "adquirido" ; + {- VPB (Pass C.Sg Fem) => -} "adquirida" ; + {- VPB (Pass C.Pl Masc) => -} "adquiridos" ; + {- VPB (Pass C.Pl Fem) => -} "adquiridas" + ] + } ; + +lin coadquirir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "coadquirir" ; + {- VI Ger => -} "coadquiriendo" ; + {- VI Part => -} "coadquirido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "coadquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coadquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "coadquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "coadquirimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "coadquirís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coadquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coadquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coadquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coadquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coadquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coadquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coadquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coadquiría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coadquirías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coadquiría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coadquiríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coadquiríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coadquirían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coadquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coadquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coadquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coadquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coadquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coadquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coadquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coadquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coadquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coadquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coadquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coadquiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "coadquirí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "coadquiriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coadquirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "coadquirimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "coadquiristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "coadquirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "coadquiriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "coadquirirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "coadquirirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "coadquiriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coadquirirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coadquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coadquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coadquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coadquiriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coadquirirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coadquiriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coadquiriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coadquiriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coadquirirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "coadquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "coadquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "coadquiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "coadquirid" ; + {- VPB (Imper C.Pl C.P3) => -} "coadquieran" ; + {- VPB (Pass C.Sg Masc) => -} "coadquirido" ; + {- VPB (Pass C.Sg Fem) => -} "coadquirida" ; + {- VPB (Pass C.Pl Masc) => -} "coadquiridos" ; + {- VPB (Pass C.Pl Fem) => -} "coadquiridas" + ] + } ; + +lin inquirir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inquirir" ; + {- VI Ger => -} "inquiriendo" ; + {- VI Part => -} "inquirido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "inquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inquirimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inquirís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inquiría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inquirías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inquiría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inquiríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inquiríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inquirían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inquiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inquirí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "inquiriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "inquirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "inquirimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "inquiristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "inquirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "inquiriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inquirirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inquirirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "inquiriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "inquiriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inquirirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inquiriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inquirirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inquiriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inquiriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inquiriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inquirirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "inquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "inquiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "inquirid" ; + {- VPB (Imper C.Pl C.P3) => -} "inquieran" ; + {- VPB (Pass C.Sg Masc) => -} "inquirido" ; + {- VPB (Pass C.Sg Fem) => -} "inquirida" ; + {- VPB (Pass C.Pl Masc) => -} "inquiridos" ; + {- VPB (Pass C.Pl Fem) => -} "inquiridas" + ] + } ; + +lin perquirir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "perquirir" ; + {- VI Ger => -} "perquiriendo" ; + {- VI Part => -} "perquirido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "perquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "perquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "perquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "perquirimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "perquirís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "perquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "perquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "perquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perquiría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perquirías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perquiría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perquiríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perquiríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perquirían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perquiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "perquirí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "perquiriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "perquirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "perquirimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "perquiristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "perquirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "perquiriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "perquirirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "perquirirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "perquiriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "perquiriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perquirirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perquiriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perquirirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perquiriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perquiriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perquiriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perquirirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "perquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "perquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "perquiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "perquirid" ; + {- VPB (Imper C.Pl C.P3) => -} "perquieran" ; + {- VPB (Pass C.Sg Masc) => -} "perquirido" ; + {- VPB (Pass C.Sg Fem) => -} "perquirida" ; + {- VPB (Pass C.Pl Masc) => -} "perquiridos" ; + {- VPB (Pass C.Pl Fem) => -} "perquiridas" + ] + } ; + +lin ascender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ascender" ; + {- VI Ger => -} "ascendiendo" ; + {- VI Part => -} "ascendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ascendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ascendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ascienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ascienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ascienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ascendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ascendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ascendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ascendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ascendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ascendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ascendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ascendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ascendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ascendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ascendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ascendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ascendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ascendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ascendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ascendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ascendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ascendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ascendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ascendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ascendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ascendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ascendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ascendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ascenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ascenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ascenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ascenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ascenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ascenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ascendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ascendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ascendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ascendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ascendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ascenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ascendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ascenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ascenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ascenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asciende" ; + {- VPB (Imper C.Sg C.P3) => -} "ascienda" ; + {- VPB (Imper C.Pl C.P1) => -} "ascendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ascended" ; + {- VPB (Imper C.Pl C.P3) => -} "asciendan" ; + {- VPB (Pass C.Sg Masc) => -} "ascendido" ; + {- VPB (Pass C.Sg Fem) => -} "ascendida" ; + {- VPB (Pass C.Pl Masc) => -} "ascendidos" ; + {- VPB (Pass C.Pl Fem) => -} "ascendidas" + ] + } ; + +lin atender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atender" ; + {- VI Ger => -} "atendiendo" ; + {- VI Part => -} "atendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atiende" ; + {- VPB (Imper C.Sg C.P3) => -} "atienda" ; + {- VPB (Imper C.Pl C.P1) => -} "atendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "atended" ; + {- VPB (Imper C.Pl C.P3) => -} "atiendan" ; + {- VPB (Pass C.Sg Masc) => -} "atendido" ; + {- VPB (Pass C.Sg Fem) => -} "atendida" ; + {- VPB (Pass C.Pl Masc) => -} "atendidos" ; + {- VPB (Pass C.Pl Fem) => -} "atendidas" + ] + } ; + +lin cerner_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cerner" ; + {- VI Ger => -} "cerniendo" ; + {- VI Part => -} "cernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ciernes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cierne" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cernemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cernéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cerníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cerníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cerní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cerniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cernió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cernieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cerneré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cernerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cernerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cerneremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cerneréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cernerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cernería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cernerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cernería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cerneríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cerneríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cernerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cierne" ; + {- VPB (Imper C.Sg C.P3) => -} "cierna" ; + {- VPB (Imper C.Pl C.P1) => -} "cernamos" ; + {- VPB (Imper C.Pl C.P2) => -} "cerned" ; + {- VPB (Imper C.Pl C.P3) => -} "ciernan" ; + {- VPB (Pass C.Sg Masc) => -} "cernido" ; + {- VPB (Pass C.Sg Fem) => -} "cernida" ; + {- VPB (Pass C.Pl Masc) => -} "cernidos" ; + {- VPB (Pass C.Pl Fem) => -} "cernidas" + ] + } ; + +lin condecender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "condecender" ; + {- VI Ger => -} "condecendiendo" ; + {- VI Part => -} "condecendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "condeciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "condeciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "condeciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "condecendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "condecendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condecienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condecienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condeciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condecienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condecendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condecendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condeciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condecendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condecendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condecendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condecendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condecendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condecendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condecendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condecendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condecendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condecendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condecendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condecendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condecendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condecendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condecendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condecendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condecendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condecendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "condecendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "condecendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "condecendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "condecendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "condecendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "condecendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "condecenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "condecenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "condecenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "condecenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "condecenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condecenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condecendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condecendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condecendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condecendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condecendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condecenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condecendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condecenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condecenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condecenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "condeciende" ; + {- VPB (Imper C.Sg C.P3) => -} "condecienda" ; + {- VPB (Imper C.Pl C.P1) => -} "condecendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "condecended" ; + {- VPB (Imper C.Pl C.P3) => -} "condeciendan" ; + {- VPB (Pass C.Sg Masc) => -} "condecendido" ; + {- VPB (Pass C.Sg Fem) => -} "condecendida" ; + {- VPB (Pass C.Pl Masc) => -} "condecendidos" ; + {- VPB (Pass C.Pl Fem) => -} "condecendidas" + ] + } ; + +lin condescender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "condescender" ; + {- VI Ger => -} "condescendiendo" ; + {- VI Part => -} "condescendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "condesciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "condesciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "condesciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "condescendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "condescendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condescienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condescienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condesciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condescienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condescendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condescendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condesciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condescendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condescendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condescendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condescendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condescendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condescendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condescendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condescendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condescendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condescendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condescendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condescendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condescendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condescendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condescendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condescendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condescendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condescendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "condescendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "condescendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "condescendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "condescendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "condescendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "condescendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "condescenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "condescenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "condescenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "condescenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "condescenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condescenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condescendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condescendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condescendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condescendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condescendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condescenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condescendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condescenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condescenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condescenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "condesciende" ; + {- VPB (Imper C.Sg C.P3) => -} "condescienda" ; + {- VPB (Imper C.Pl C.P1) => -} "condescendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "condescended" ; + {- VPB (Imper C.Pl C.P3) => -} "condesciendan" ; + {- VPB (Pass C.Sg Masc) => -} "condescendido" ; + {- VPB (Pass C.Sg Fem) => -} "condescendida" ; + {- VPB (Pass C.Pl Masc) => -} "condescendidos" ; + {- VPB (Pass C.Pl Fem) => -} "condescendidas" + ] + } ; + +lin contender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contender" ; + {- VI Ger => -} "contendiendo" ; + {- VI Part => -} "contendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contiende" ; + {- VPB (Imper C.Sg C.P3) => -} "contienda" ; + {- VPB (Imper C.Pl C.P1) => -} "contendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contended" ; + {- VPB (Imper C.Pl C.P3) => -} "contiendan" ; + {- VPB (Pass C.Sg Masc) => -} "contendido" ; + {- VPB (Pass C.Sg Fem) => -} "contendida" ; + {- VPB (Pass C.Pl Masc) => -} "contendidos" ; + {- VPB (Pass C.Pl Fem) => -} "contendidas" + ] + } ; + +lin defender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "defender" ; + {- VI Ger => -} "defendiendo" ; + {- VI Part => -} "defendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "defiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "defiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "defiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "defendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "defendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "defienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "defienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "defiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "defienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "defendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "defendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "defiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "defendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "defendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "defendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "defendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "defendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "defendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "defendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "defendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "defendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "defendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "defendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "defendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "defendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "defendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "defendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "defendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "defendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "defendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "defendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "defendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "defendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "defendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "defendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "defendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "defenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "defenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "defenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "defenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "defenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "defenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "defendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "defendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "defendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "defendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "defendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "defendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "defendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "defenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "defendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "defenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "defenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "defenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "defiende" ; + {- VPB (Imper C.Sg C.P3) => -} "defienda" ; + {- VPB (Imper C.Pl C.P1) => -} "defendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "defended" ; + {- VPB (Imper C.Pl C.P3) => -} "defiendan" ; + {- VPB (Pass C.Sg Masc) => -} "defendido" ; + {- VPB (Pass C.Sg Fem) => -} "defendida" ; + {- VPB (Pass C.Pl Masc) => -} "defendidos" ; + {- VPB (Pass C.Pl Fem) => -} "defendidas" + ] + } ; + +lin desatender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desatender" ; + {- VI Ger => -} "desatendiendo" ; + {- VI Part => -} "desatendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desatiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desatiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desatiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desatendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desatendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desatienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desatienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desatiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desatienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desatendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desatendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desatiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desatendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desatendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desatendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desatendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desatendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desatendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desatendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desatendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desatendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desatendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desatendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desatendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desatendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desatendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desatendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desatendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desatendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desatendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desatendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desatendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desatendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desatendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desatendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desatendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desatenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desatenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desatenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desatenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desatenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desatenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desatendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desatendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desatendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desatendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desatendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desatenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desatendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desatenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desatenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desatenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desatiende" ; + {- VPB (Imper C.Sg C.P3) => -} "desatienda" ; + {- VPB (Imper C.Pl C.P1) => -} "desatendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desatended" ; + {- VPB (Imper C.Pl C.P3) => -} "desatiendan" ; + {- VPB (Pass C.Sg Masc) => -} "desatendido" ; + {- VPB (Pass C.Sg Fem) => -} "desatendida" ; + {- VPB (Pass C.Pl Masc) => -} "desatendidos" ; + {- VPB (Pass C.Pl Fem) => -} "desatendidas" + ] + } ; + +lin descender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descender" ; + {- VI Ger => -} "descendiendo" ; + {- VI Part => -} "descendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desciende" ; + {- VPB (Imper C.Sg C.P3) => -} "descienda" ; + {- VPB (Imper C.Pl C.P1) => -} "descendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descended" ; + {- VPB (Imper C.Pl C.P3) => -} "desciendan" ; + {- VPB (Pass C.Sg Masc) => -} "descendido" ; + {- VPB (Pass C.Sg Fem) => -} "descendida" ; + {- VPB (Pass C.Pl Masc) => -} "descendidos" ; + {- VPB (Pass C.Pl Fem) => -} "descendidas" + ] + } ; + +lin distender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "distender" ; + {- VI Ger => -} "distendiendo" ; + {- VI Part => -} "distendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "distiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "distiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "distiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "distendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "distendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "distendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "distendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "distendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "distendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "distendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "distendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "distenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "distenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "distenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "distenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "distenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "distiende" ; + {- VPB (Imper C.Sg C.P3) => -} "distienda" ; + {- VPB (Imper C.Pl C.P1) => -} "distendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "distended" ; + {- VPB (Imper C.Pl C.P3) => -} "distiendan" ; + {- VPB (Pass C.Sg Masc) => -} "distendido" ; + {- VPB (Pass C.Sg Fem) => -} "distendida" ; + {- VPB (Pass C.Pl Masc) => -} "distendidos" ; + {- VPB (Pass C.Pl Fem) => -} "distendidas" + ] + } ; + +lin encender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encender" ; + {- VI Ger => -} "encendiendo" ; + {- VI Part => -} "encendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enciende" ; + {- VPB (Imper C.Sg C.P3) => -} "encienda" ; + {- VPB (Imper C.Pl C.P1) => -} "encendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encended" ; + {- VPB (Imper C.Pl C.P3) => -} "enciendan" ; + {- VPB (Pass C.Sg Masc) => -} "encendido" ; + {- VPB (Pass C.Sg Fem) => -} "encendida" ; + {- VPB (Pass C.Pl Masc) => -} "encendidos" ; + {- VPB (Pass C.Pl Fem) => -} "encendidas" + ] + } ; + +lin entender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entender" ; + {- VI Ger => -} "entendiendo" ; + {- VI Part => -} "entendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entiende" ; + {- VPB (Imper C.Sg C.P3) => -} "entienda" ; + {- VPB (Imper C.Pl C.P1) => -} "entendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entended" ; + {- VPB (Imper C.Pl C.P3) => -} "entiendan" ; + {- VPB (Pass C.Sg Masc) => -} "entendido" ; + {- VPB (Pass C.Sg Fem) => -} "entendida" ; + {- VPB (Pass C.Pl Masc) => -} "entendidos" ; + {- VPB (Pass C.Pl Fem) => -} "entendidas" + ] + } ; + +lin extender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "extender" ; + {- VI Ger => -} "extendiendo" ; + {- VI Part => -} "extendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "extiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "extiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "extiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "extendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "extendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "extienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "extienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "extiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "extienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "extendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "extendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "extiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "extendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "extendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "extendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "extendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "extendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "extendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "extendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "extendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "extendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "extendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "extendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "extendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "extendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "extendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "extendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "extendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "extendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "extendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "extendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "extendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "extendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "extendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "extendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "extendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "extenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "extenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "extenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "extenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "extenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "extenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "extendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "extendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "extendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "extendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "extendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "extendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "extendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "extenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "extendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "extenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "extenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "extenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "extiende" ; + {- VPB (Imper C.Sg C.P3) => -} "extienda" ; + {- VPB (Imper C.Pl C.P1) => -} "extendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "extended" ; + {- VPB (Imper C.Pl C.P3) => -} "extiendan" ; + {- VPB (Pass C.Sg Masc) => -} "extendido" ; + {- VPB (Pass C.Sg Fem) => -} "extendida" ; + {- VPB (Pass C.Pl Masc) => -} "extendidos" ; + {- VPB (Pass C.Pl Fem) => -} "extendidas" + ] + } ; + +lin heder_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "heder" ; + {- VI Ger => -} "hediendo" ; + {- VI Part => -} "hedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hiedo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hiedes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hiede" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hedemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hedéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hieden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hieda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiedas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hieda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hedamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hedáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiedan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hedieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hedierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hedieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hedieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hedieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hediesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hedió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hedieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "hederé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "hederás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hederá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "hederemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "hederéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hederán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hedieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hedieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hedería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hederías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hedería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hederíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hederíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hederían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hiede" ; + {- VPB (Imper C.Sg C.P3) => -} "hieda" ; + {- VPB (Imper C.Pl C.P1) => -} "hedamos" ; + {- VPB (Imper C.Pl C.P2) => -} "heded" ; + {- VPB (Imper C.Pl C.P3) => -} "hiedan" ; + {- VPB (Pass C.Sg Masc) => -} "hedido" ; + {- VPB (Pass C.Sg Fem) => -} "hedida" ; + {- VPB (Pass C.Pl Masc) => -} "hedidos" ; + {- VPB (Pass C.Pl Fem) => -} "hedidas" + ] + } ; + +lin hender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hender" ; + {- VI Ger => -} "hendiendo" ; + {- VI Part => -} "hendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "henderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "henderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "henderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "henderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "henderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "henderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "henderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "henderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "henderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "henderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hiende" ; + {- VPB (Imper C.Sg C.P3) => -} "hienda" ; + {- VPB (Imper C.Pl C.P1) => -} "hendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "hended" ; + {- VPB (Imper C.Pl C.P3) => -} "hiendan" ; + {- VPB (Pass C.Sg Masc) => -} "hendido" ; + {- VPB (Pass C.Sg Fem) => -} "hendida" ; + {- VPB (Pass C.Pl Masc) => -} "hendidos" ; + {- VPB (Pass C.Pl Fem) => -} "hendidas" + ] + } ; + +lin malentender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "malentender" ; + {- VI Ger => -} "malentendiendo" ; + {- VI Part => -} "malentendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "malentiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "malentiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "malentiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "malentendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "malentendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "malentienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "malentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "malentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "malentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "malentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "malentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "malentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "malentendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "malentendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "malentendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "malentendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "malentendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "malentendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "malentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "malentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "malentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "malentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "malentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "malentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "malentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "malentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "malentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "malentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "malentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "malentendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "malentendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "malentendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "malentendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "malentendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "malentendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "malentendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "malentenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "malentenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "malentenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "malentenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "malentenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "malentenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "malentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "malentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "malentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "malentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "malentendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "malentenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "malentendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "malentenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "malentenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "malentenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "malentiende" ; + {- VPB (Imper C.Sg C.P3) => -} "malentienda" ; + {- VPB (Imper C.Pl C.P1) => -} "malentendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "malentended" ; + {- VPB (Imper C.Pl C.P3) => -} "malentiendan" ; + {- VPB (Pass C.Sg Masc) => -} "malentendido" ; + {- VPB (Pass C.Sg Fem) => -} "malentendida" ; + {- VPB (Pass C.Pl Masc) => -} "malentendidos" ; + {- VPB (Pass C.Pl Fem) => -} "malentendidas" + ] + } ; + +lin perder_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "perder" ; + {- VI Ger => -} "perdiendo" ; + {- VI Part => -} "perdido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pierdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pierdes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pierde" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "perdemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "perdéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pierden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pierda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pierdas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pierda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perdamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perdáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pierdan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perdía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perdías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perdía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perdíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perdíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perdían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perdiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perdieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perdiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perdiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perdierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perdieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perdiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perdieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perdiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perdiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perdieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perdiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "perdí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "perdiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "perdió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "perdimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "perdisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "perdieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "perderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "perderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "perderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "perderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "perderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perdiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perdieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perdiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perdiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perdiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perdieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perdería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perdería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pierde" ; + {- VPB (Imper C.Sg C.P3) => -} "pierda" ; + {- VPB (Imper C.Pl C.P1) => -} "perdamos" ; + {- VPB (Imper C.Pl C.P2) => -} "perded" ; + {- VPB (Imper C.Pl C.P3) => -} "pierdan" ; + {- VPB (Pass C.Sg Masc) => -} "perdido" ; + {- VPB (Pass C.Sg Fem) => -} "perdida" ; + {- VPB (Pass C.Pl Masc) => -} "perdidos" ; + {- VPB (Pass C.Pl Fem) => -} "perdidas" + ] + } ; + +lin reverter_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reverter" ; + {- VI Ger => -} "revertiendo" ; + {- VI Part => -} "revertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revertemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revertéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revertiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revertió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revertieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reverteré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reverterás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reverterá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reverteremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reverteréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reverterán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revertería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reverterías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revertería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reverteríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reverteríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reverterían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revierte" ; + {- VPB (Imper C.Sg C.P3) => -} "revierta" ; + {- VPB (Imper C.Pl C.P1) => -} "revertamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reverted" ; + {- VPB (Imper C.Pl C.P3) => -} "reviertan" ; + {- VPB (Pass C.Sg Masc) => -} "revertido" ; + {- VPB (Pass C.Sg Fem) => -} "revertida" ; + {- VPB (Pass C.Pl Masc) => -} "revertidos" ; + {- VPB (Pass C.Pl Fem) => -} "revertidas" + ] + } ; + +lin sobreentender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobreentender" ; + {- VI Ger => -} "sobreentendiendo" ; + {- VI Part => -} "sobreentendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobreentiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobreentiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobreentiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobreentendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobreentendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreentienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobreentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobreentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobreentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobreentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobreentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreentendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreentendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreentendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreentendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreentendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreentendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobreentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobreentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobreentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreentendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobreentendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobreentendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobreentendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobreentendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobreentendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobreentendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobreentenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobreentenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobreentenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobreentenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobreentenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreentenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobreentendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreentenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobreentendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreentenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreentenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreentenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobreentiende" ; + {- VPB (Imper C.Sg C.P3) => -} "sobreentienda" ; + {- VPB (Imper C.Pl C.P1) => -} "sobreentendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobreentended" ; + {- VPB (Imper C.Pl C.P3) => -} "sobreentiendan" ; + {- VPB (Pass C.Sg Masc) => -} "sobreentendido" ; + {- VPB (Pass C.Sg Fem) => -} "sobreentendida" ; + {- VPB (Pass C.Pl Masc) => -} "sobreentendidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobreentendidas" + ] + } ; + +lin sobrentender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrentender" ; + {- VI Ger => -} "sobrentendiendo" ; + {- VI Part => -} "sobrentendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrentiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrentiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrentiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrentendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrentendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrentienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrentendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrentendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrentendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrentendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrentendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrentendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrentendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrentendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrentendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrentendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrentendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrentendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrentendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrentenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrentenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrentenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrentenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrentenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrentenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrentendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrentenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrentendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrentenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrentenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrentenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrentiende" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrentienda" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrentendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrentended" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrentiendan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrentendido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrentendida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrentendidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrentendidas" + ] + } ; + +lin subentender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subentender" ; + {- VI Ger => -} "subentendiendo" ; + {- VI Part => -} "subentendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subentiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subentiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subentiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subentendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subentendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subentienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subentendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subentendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subentendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subentendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subentendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subentendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subentendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subentendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subentendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subentendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subentendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subentendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subentendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subentenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subentenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subentenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subentenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subentenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subentenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subentendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subentenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subentendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subentenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subentenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subentenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subentiende" ; + {- VPB (Imper C.Sg C.P3) => -} "subentienda" ; + {- VPB (Imper C.Pl C.P1) => -} "subentendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subentended" ; + {- VPB (Imper C.Pl C.P3) => -} "subentiendan" ; + {- VPB (Pass C.Sg Masc) => -} "subentendido" ; + {- VPB (Pass C.Sg Fem) => -} "subentendida" ; + {- VPB (Pass C.Pl Masc) => -} "subentendidos" ; + {- VPB (Pass C.Pl Fem) => -} "subentendidas" + ] + } ; + +lin subtender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subtender" ; + {- VI Ger => -} "subtendiendo" ; + {- VI Part => -} "subtendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subtiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subtiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subtiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subtendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subtendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subtienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subtienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subtiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subtienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subtendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subtendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subtiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subtendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subtendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subtendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subtendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subtendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subtendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subtendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subtendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subtendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subtendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subtendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subtendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subtendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subtendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subtendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subtendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subtendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subtendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subtendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subtendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subtendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subtendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subtendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subtendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subtenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subtenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subtenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subtenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subtenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subtenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subtendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subtendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subtendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subtendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subtendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subtenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subtendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subtenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subtenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subtenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subtiende" ; + {- VPB (Imper C.Sg C.P3) => -} "subtienda" ; + {- VPB (Imper C.Pl C.P1) => -} "subtendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subtended" ; + {- VPB (Imper C.Pl C.P3) => -} "subtiendan" ; + {- VPB (Pass C.Sg Masc) => -} "subtendido" ; + {- VPB (Pass C.Sg Fem) => -} "subtendida" ; + {- VPB (Pass C.Pl Masc) => -} "subtendidos" ; + {- VPB (Pass C.Pl Fem) => -} "subtendidas" + ] + } ; + +lin superentender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "superentender" ; + {- VI Ger => -} "superentendiendo" ; + {- VI Part => -} "superentendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "superentiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "superentiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "superentiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "superentendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "superentendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "superentienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "superentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "superentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "superentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "superentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "superentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "superentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "superentendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "superentendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "superentendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "superentendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "superentendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "superentendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "superentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "superentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "superentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "superentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "superentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "superentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "superentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "superentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "superentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "superentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "superentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "superentendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "superentendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "superentendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "superentendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "superentendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "superentendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "superentendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "superentenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "superentenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "superentenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "superentenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "superentenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "superentenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "superentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "superentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "superentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "superentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "superentendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "superentenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "superentendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "superentenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "superentenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "superentenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "superentiende" ; + {- VPB (Imper C.Sg C.P3) => -} "superentienda" ; + {- VPB (Imper C.Pl C.P1) => -} "superentendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "superentended" ; + {- VPB (Imper C.Pl C.P3) => -} "superentiendan" ; + {- VPB (Pass C.Sg Masc) => -} "superentendido" ; + {- VPB (Pass C.Sg Fem) => -} "superentendida" ; + {- VPB (Pass C.Pl Masc) => -} "superentendidos" ; + {- VPB (Pass C.Pl Fem) => -} "superentendidas" + ] + } ; + +lin tender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tender" ; + {- VI Ger => -} "tendiendo" ; + {- VI Part => -} "tendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tiende" ; + {- VPB (Imper C.Sg C.P3) => -} "tienda" ; + {- VPB (Imper C.Pl C.P1) => -} "tendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tended" ; + {- VPB (Imper C.Pl C.P3) => -} "tiendan" ; + {- VPB (Pass C.Sg Masc) => -} "tendido" ; + {- VPB (Pass C.Sg Fem) => -} "tendida" ; + {- VPB (Pass C.Pl Masc) => -} "tendidos" ; + {- VPB (Pass C.Pl Fem) => -} "tendidas" + ] + } ; + +lin transcender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "transcender" ; + {- VI Ger => -} "transcendiendo" ; + {- VI Part => -} "transcendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "transciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "transciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "transciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "transcendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "transcendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transcienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transcienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transcienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transcendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transcendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transcendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transcendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transcendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transcendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transcendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transcendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transcendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transcendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transcendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transcendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transcendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transcendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transcendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transcendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transcendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transcendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transcendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transcendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "transcendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transcendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "transcendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "transcendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "transcendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "transcendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transcenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "transcenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "transcenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transcenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transcenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transcenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transcendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transcendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transcendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transcendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transcendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transcenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transcendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transcenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transcenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transcenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "transciende" ; + {- VPB (Imper C.Sg C.P3) => -} "transcienda" ; + {- VPB (Imper C.Pl C.P1) => -} "transcendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "transcended" ; + {- VPB (Imper C.Pl C.P3) => -} "transciendan" ; + {- VPB (Pass C.Sg Masc) => -} "transcendido" ; + {- VPB (Pass C.Sg Fem) => -} "transcendida" ; + {- VPB (Pass C.Pl Masc) => -} "transcendidos" ; + {- VPB (Pass C.Pl Fem) => -} "transcendidas" + ] + } ; + +lin trascender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trascender" ; + {- VI Ger => -} "trascendiendo" ; + {- VI Part => -} "trascendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasciendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasciende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trascendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trascendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trascienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trascienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trascienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trascendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trascendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trascendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trascendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trascendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trascendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trascendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trascendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trascendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trascendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trascendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trascendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trascendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trascendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trascendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trascendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trascendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trascendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trascendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trascendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trascenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trascenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trascenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trascenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trascenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trascenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trascendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trascendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trascendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trascendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trascendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trascenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trascendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trascenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trascenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trascenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasciende" ; + {- VPB (Imper C.Sg C.P3) => -} "trascienda" ; + {- VPB (Imper C.Pl C.P1) => -} "trascendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "trascended" ; + {- VPB (Imper C.Pl C.P3) => -} "trasciendan" ; + {- VPB (Pass C.Sg Masc) => -} "trascendido" ; + {- VPB (Pass C.Sg Fem) => -} "trascendida" ; + {- VPB (Pass C.Pl Masc) => -} "trascendidos" ; + {- VPB (Pass C.Pl Fem) => -} "trascendidas" + ] + } ; + +lin trasverter_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasverter" ; + {- VI Ger => -} "trasvertiendo" ; + {- VI Part => -} "trasvertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasvierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasvierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasvertemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasvertéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasvierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasvertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasvertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasvertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasvertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasvertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasvertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasvertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasvertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasvertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasvertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasvertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasvertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasvertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasvertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasvertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasvertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasvertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasvertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasvertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasvertiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasvertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasvertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasvertió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasvertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasvertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasvertieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasverteré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasverterás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasverterá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasverteremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasverteréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasverterán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasvertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasvertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasvertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasvertería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasverterías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasvertería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasverteríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasverteríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasverterían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasvierte" ; + {- VPB (Imper C.Sg C.P3) => -} "trasvierta" ; + {- VPB (Imper C.Pl C.P1) => -} "trasvertamos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasverted" ; + {- VPB (Imper C.Pl C.P3) => -} "trasviertan" ; + {- VPB (Pass C.Sg Masc) => -} "trasvertido" ; + {- VPB (Pass C.Sg Fem) => -} "trasvertida" ; + {- VPB (Pass C.Pl Masc) => -} "trasvertidos" ; + {- VPB (Pass C.Pl Fem) => -} "trasvertidas" + ] + } ; + +lin verter_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "verter" ; + {- VI Ger => -} "vertiendo" ; + {- VI Part => -} "vertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "vierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "viertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "vertemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "vertéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "viertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "viertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "vertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "vertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "vertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "vertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "vertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "vertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "vertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "vertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "vertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "vertiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "vertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "vertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "vertió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "vertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "vertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "vertieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "verteré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "verterás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "verterá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "verteremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "verteréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "verterán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "vertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "vertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "vertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "vertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vertería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "verterías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vertería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "verteríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "verteríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "verterían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vierte" ; + {- VPB (Imper C.Sg C.P3) => -} "vierta" ; + {- VPB (Imper C.Pl C.P1) => -} "vertamos" ; + {- VPB (Imper C.Pl C.P2) => -} "verted" ; + {- VPB (Imper C.Pl C.P3) => -} "viertan" ; + {- VPB (Pass C.Sg Masc) => -} "vertido" ; + {- VPB (Pass C.Sg Fem) => -} "vertida" ; + {- VPB (Pass C.Pl Masc) => -} "vertidos" ; + {- VPB (Pass C.Pl Fem) => -} "vertidas" + ] + } ; + +lin cernir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cernir" ; + {- VI Ger => -} "cerniendo" ; + {- VI Part => -} "cernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ciernes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cierne" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cernimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cernís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cerníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cerníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cerní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cerniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cernió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cernieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cerniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cernirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cernirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cerniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cerniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cernirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cerniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cernirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cerniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cerniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cerniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cernirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cierne" ; + {- VPB (Imper C.Sg C.P3) => -} "cierna" ; + {- VPB (Imper C.Pl C.P1) => -} "cernamos" ; + {- VPB (Imper C.Pl C.P2) => -} "cernid" ; + {- VPB (Imper C.Pl C.P3) => -} "ciernan" ; + {- VPB (Pass C.Sg Masc) => -} "cernido" ; + {- VPB (Pass C.Sg Fem) => -} "cernida" ; + {- VPB (Pass C.Pl Masc) => -} "cernidos" ; + {- VPB (Pass C.Pl Fem) => -} "cernidas" + ] + } ; + +lin concernir2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "concernir" ; + {- VI Ger => -} "concerniendo" ; + {- VI Part => -} "concernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "concierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "conciernes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "concierne" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "concernimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "concernís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conciernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concerníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concerníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concerniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "concerní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "concerniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "concernió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "concernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "concernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "concernieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "concerniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "concernirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "concernirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "concerniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "concerniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concernirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concerniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concernirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concerniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concerniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concerniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concernirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "concierne" ; + {- VPB (Imper C.Sg C.P3) => -} "concierna" ; + {- VPB (Imper C.Pl C.P1) => -} "concernamos" ; + {- VPB (Imper C.Pl C.P2) => -} "concernid" ; + {- VPB (Imper C.Pl C.P3) => -} "conciernan" ; + {- VPB (Pass C.Sg Masc) => -} "concernido" ; + {- VPB (Pass C.Sg Fem) => -} "concernida" ; + {- VPB (Pass C.Pl Masc) => -} "concernidos" ; + {- VPB (Pass C.Pl Fem) => -} "concernidas" + ] + } ; + +lin discernir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "discernir" ; + {- VI Ger => -} "discerniendo" ; + {- VI Part => -} "discernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "discierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "disciernes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "discierne" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "discernimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "discernís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disciernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "discierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "discierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "discernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "discernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "discernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "discernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "discernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "discerníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "discerníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "discernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "discerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "discernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "discerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "discerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "discernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "discernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "discerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "discernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "discerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "discerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "discernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "discerniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "discerní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "discerniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "discernió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "discernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "discernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "discernieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "discerniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "discernirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "discernirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "discerniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "discerniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "discernirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "discerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "discernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "discerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "discerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "discerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "discernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "discerniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "discernirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "discerniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "discerniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "discerniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "discernirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "discierne" ; + {- VPB (Imper C.Sg C.P3) => -} "discierna" ; + {- VPB (Imper C.Pl C.P1) => -} "discernamos" ; + {- VPB (Imper C.Pl C.P2) => -} "discernid" ; + {- VPB (Imper C.Pl C.P3) => -} "disciernan" ; + {- VPB (Pass C.Sg Masc) => -} "discernido" ; + {- VPB (Pass C.Sg Fem) => -} "discernida" ; + {- VPB (Pass C.Pl Masc) => -} "discernidos" ; + {- VPB (Pass C.Pl Fem) => -} "discernidas" + ] + } ; + +lin hendir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hendir" ; + {- VI Ger => -} "hendiendo" ; + {- VI Part => -} "hendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hendimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hendís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "hendiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "hendirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hendirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "hendiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "hendiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hendirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hendiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hendirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hendiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hendiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hendiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hendirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hiende" ; + {- VPB (Imper C.Sg C.P3) => -} "hienda" ; + {- VPB (Imper C.Pl C.P1) => -} "hendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "hendid" ; + {- VPB (Imper C.Pl C.P3) => -} "hiendan" ; + {- VPB (Pass C.Sg Masc) => -} "hendido" ; + {- VPB (Pass C.Sg Fem) => -} "hendida" ; + {- VPB (Pass C.Pl Masc) => -} "hendidos" ; + {- VPB (Pass C.Pl Fem) => -} "hendidas" + ] + } ; + +lin amover_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amover" ; + {- VI Ger => -} "amoviendo" ; + {- VI Part => -} "amovido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amueves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amueve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amovemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amovéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amovamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amovía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amovías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amovía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amovíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amovíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amovían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amovieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amovierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amovieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amovieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amovieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amoví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amoviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amovió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amovimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amovisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amovieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amoveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amoverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amoverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amoveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amoveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amoverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amovieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amovieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amovería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amoverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amovería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amoveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amoverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amueve" ; + {- VPB (Imper C.Sg C.P3) => -} "amueva" ; + {- VPB (Imper C.Pl C.P1) => -} "amovamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amoved" ; + {- VPB (Imper C.Pl C.P3) => -} "amuevan" ; + {- VPB (Pass C.Sg Masc) => -} "amovido" ; + {- VPB (Pass C.Sg Fem) => -} "amovida" ; + {- VPB (Pass C.Pl Masc) => -} "amovidos" ; + {- VPB (Pass C.Pl Fem) => -} "amovidas" + ] + } ; + +lin conmover_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "conmover" ; + {- VI Ger => -} "conmoviendo" ; + {- VI Part => -} "conmovido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "conmuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "conmueves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "conmueve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "conmovemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "conmovéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conmueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conmueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conmuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conmueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "conmovamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "conmováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conmuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conmovía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conmovías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conmovía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conmovíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conmovíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conmovían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "conmoviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "conmovieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "conmoviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "conmoviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "conmovierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "conmovieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "conmoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "conmovieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "conmoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "conmoviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "conmovieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "conmoviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "conmoví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "conmoviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "conmovió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "conmovimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "conmovisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "conmovieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "conmoveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "conmoverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "conmoverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "conmoveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "conmoveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conmoverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "conmovieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "conmoviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "conmoviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "conmovieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conmovería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conmoverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conmovería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conmoveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conmoveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conmoverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "conmueve" ; + {- VPB (Imper C.Sg C.P3) => -} "conmueva" ; + {- VPB (Imper C.Pl C.P1) => -} "conmovamos" ; + {- VPB (Imper C.Pl C.P2) => -} "conmoved" ; + {- VPB (Imper C.Pl C.P3) => -} "conmuevan" ; + {- VPB (Pass C.Sg Masc) => -} "conmovido" ; + {- VPB (Pass C.Sg Fem) => -} "conmovida" ; + {- VPB (Pass C.Pl Masc) => -} "conmovidos" ; + {- VPB (Pass C.Pl Fem) => -} "conmovidas" + ] + } ; + +lin demoler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "demoler" ; + {- VI Ger => -} "demoliendo" ; + {- VI Part => -} "demolido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "demuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "demueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "demuele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "demolemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "demoléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "demuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "demuela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "demuelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "demuela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "demolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "demoláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "demuelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "demolía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "demolías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "demolía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "demolíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "demolíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "demolían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "demoliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "demolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "demoliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "demoliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "demolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "demolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "demoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "demolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "demoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "demoliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "demolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "demoliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "demolí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "demoliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "demolió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "demolimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "demolisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "demolieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "demoleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "demolerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "demolerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "demoleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "demoleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "demolerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "demoliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "demolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "demoliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "demoliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "demoliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "demolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "demolería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "demolerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "demolería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "demoleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "demoleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "demolerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "demuele" ; + {- VPB (Imper C.Sg C.P3) => -} "demuela" ; + {- VPB (Imper C.Pl C.P1) => -} "demolamos" ; + {- VPB (Imper C.Pl C.P2) => -} "demoled" ; + {- VPB (Imper C.Pl C.P3) => -} "demuelan" ; + {- VPB (Pass C.Sg Masc) => -} "demolido" ; + {- VPB (Pass C.Sg Fem) => -} "demolida" ; + {- VPB (Pass C.Pl Masc) => -} "demolidos" ; + {- VPB (Pass C.Pl Fem) => -} "demolidas" + ] + } ; + +lin doler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "doler" ; + {- VI Ger => -} "doliendo" ; + {- VI Part => -} "dolido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "duelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "dueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "duele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "dolemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "doléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "duelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "duela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "duelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "duela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "doláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "duelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dolía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dolías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dolía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dolíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dolíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dolían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "doliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "doliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "doliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "doliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "doliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "doliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "doliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dolí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "doliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dolió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dolimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dolisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dolieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "doleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dolerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dolerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "doleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "doleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dolerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "doliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "doliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "doliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "doliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dolería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dolerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dolería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "doleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "doleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dolerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "duele" ; + {- VPB (Imper C.Sg C.P3) => -} "duela" ; + {- VPB (Imper C.Pl C.P1) => -} "dolamos" ; + {- VPB (Imper C.Pl C.P2) => -} "doled" ; + {- VPB (Imper C.Pl C.P3) => -} "duelan" ; + {- VPB (Pass C.Sg Masc) => -} "dolido" ; + {- VPB (Pass C.Sg Fem) => -} "dolida" ; + {- VPB (Pass C.Pl Masc) => -} "dolidos" ; + {- VPB (Pass C.Pl Fem) => -} "dolidas" + ] + } ; + +lin moler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "moler" ; + {- VI Ger => -} "moliendo" ; + {- VI Part => -} "molido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "molemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "moléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "molamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "moláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "molía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "molías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "molía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "molíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "molíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "molían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "molieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "moliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "molierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "molieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "molieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "molieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "molí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "moliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "molió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "molimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "molisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "molieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "moleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "molerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "molerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "moleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "moleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "molerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "molieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "moliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "molieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "molería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "molerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "molería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "molerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muele" ; + {- VPB (Imper C.Sg C.P3) => -} "muela" ; + {- VPB (Imper C.Pl C.P1) => -} "molamos" ; + {- VPB (Imper C.Pl C.P2) => -} "moled" ; + {- VPB (Imper C.Pl C.P3) => -} "muelan" ; + {- VPB (Pass C.Sg Masc) => -} "molido" ; + {- VPB (Pass C.Sg Fem) => -} "molida" ; + {- VPB (Pass C.Pl Masc) => -} "molidos" ; + {- VPB (Pass C.Pl Fem) => -} "molidas" + ] + } ; + +lin morder_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "morder" ; + {- VI Ger => -} "mordiendo" ; + {- VI Part => -} "mordido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "muerdes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muerde" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mordemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mordéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muerda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muerdas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muerda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mordamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mordáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muerdan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mordía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mordías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mordía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mordíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mordíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mordían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mordiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mordieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mordiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mordiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mordierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mordieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mordieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mordiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mordieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mordiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mordí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mordiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mordió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mordimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mordisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mordieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "morderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "morderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "morderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "morderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "morderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "morderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mordiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mordieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mordiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mordiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mordiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mordieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mordería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "morderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mordería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "morderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "morderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "morderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muerde" ; + {- VPB (Imper C.Sg C.P3) => -} "muerda" ; + {- VPB (Imper C.Pl C.P1) => -} "mordamos" ; + {- VPB (Imper C.Pl C.P2) => -} "morded" ; + {- VPB (Imper C.Pl C.P3) => -} "muerdan" ; + {- VPB (Pass C.Sg Masc) => -} "mordido" ; + {- VPB (Pass C.Sg Fem) => -} "mordida" ; + {- VPB (Pass C.Pl Masc) => -} "mordidos" ; + {- VPB (Pass C.Pl Fem) => -} "mordidas" + ] + } ; + +lin mover_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mover" ; + {- VI Ger => -} "moviendo" ; + {- VI Part => -} "movido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mueves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mueve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "movemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "movéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "movamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "movía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "movías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "movía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "movíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "movíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "movían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "movieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "moviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "movierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "movieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "movieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "movieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "moví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "moviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "movió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "movimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "movisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "movieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "moveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "moverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "moverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "moveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "moveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "moverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "movieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "moviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "movieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "movería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "movería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mueve" ; + {- VPB (Imper C.Sg C.P3) => -} "mueva" ; + {- VPB (Imper C.Pl C.P1) => -} "movamos" ; + {- VPB (Imper C.Pl C.P2) => -} "moved" ; + {- VPB (Imper C.Pl C.P3) => -} "muevan" ; + {- VPB (Pass C.Sg Masc) => -} "movido" ; + {- VPB (Pass C.Sg Fem) => -} "movida" ; + {- VPB (Pass C.Pl Masc) => -} "movidos" ; + {- VPB (Pass C.Pl Fem) => -} "movidas" + ] + } ; + +lin promover_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "promover" ; + {- VI Ger => -} "promoviendo" ; + {- VI Part => -} "promovido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "promuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "promueves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "promueve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "promovemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "promovéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "promueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "promueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "promuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "promueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "promovamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "promováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "promuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "promovía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "promovías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "promovía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "promovíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "promovíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "promovían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "promoviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "promovieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "promoviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "promoviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "promovierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "promovieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "promoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "promovieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "promoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "promoviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "promovieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "promoviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "promoví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "promoviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "promovió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "promovimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "promovisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "promovieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "promoveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "promoverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "promoverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "promoveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "promoveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "promoverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "promoviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "promovieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "promoviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "promoviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "promoviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "promovieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "promovería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "promoverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "promovería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "promoveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "promoveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "promoverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "promueve" ; + {- VPB (Imper C.Sg C.P3) => -} "promueva" ; + {- VPB (Imper C.Pl C.P1) => -} "promovamos" ; + {- VPB (Imper C.Pl C.P2) => -} "promoved" ; + {- VPB (Imper C.Pl C.P3) => -} "promuevan" ; + {- VPB (Pass C.Sg Masc) => -} "promovido" ; + {- VPB (Pass C.Sg Fem) => -} "promovida" ; + {- VPB (Pass C.Pl Masc) => -} "promovidos" ; + {- VPB (Pass C.Pl Fem) => -} "promovidas" + ] + } ; + +lin remoler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remoler" ; + {- VI Ger => -} "remoliendo" ; + {- VI Part => -} "remolido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remuele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remolemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remoléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remuela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remuelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remuela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remoláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remuelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remolía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remolías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remolía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remolíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remolíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remolían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remoliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remoliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remoliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remoliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remoliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remolí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remoliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remolió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remolimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remolisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remolieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remoleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remolerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remolerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remoleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remoleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remolerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remoliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remoliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remoliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remoliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remolería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remolerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remolería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remoleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remoleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remolerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remuele" ; + {- VPB (Imper C.Sg C.P3) => -} "remuela" ; + {- VPB (Imper C.Pl C.P1) => -} "remolamos" ; + {- VPB (Imper C.Pl C.P2) => -} "remoled" ; + {- VPB (Imper C.Pl C.P3) => -} "remuelan" ; + {- VPB (Pass C.Sg Masc) => -} "remolido" ; + {- VPB (Pass C.Sg Fem) => -} "remolida" ; + {- VPB (Pass C.Pl Masc) => -} "remolidos" ; + {- VPB (Pass C.Pl Fem) => -} "remolidas" + ] + } ; + +lin remover_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remover" ; + {- VI Ger => -} "removiendo" ; + {- VI Part => -} "removido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remueves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remueve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "removemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "removéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "removamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "removía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "removías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "removía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "removíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "removíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "removían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "removiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "removieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "removiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "removiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "removierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "removieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "removiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "removieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "removiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "removiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "removieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "removiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "removí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "removiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "removió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "removimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "removisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "removieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "removeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "removerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "removerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "removeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "removeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "removerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "removiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "removieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "removiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "removiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "removiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "removieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "removería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "removerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "removería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "removeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "removeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "removerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remueve" ; + {- VPB (Imper C.Sg C.P3) => -} "remueva" ; + {- VPB (Imper C.Pl C.P1) => -} "removamos" ; + {- VPB (Imper C.Pl C.P2) => -} "removed" ; + {- VPB (Imper C.Pl C.P3) => -} "remuevan" ; + {- VPB (Pass C.Sg Masc) => -} "removido" ; + {- VPB (Pass C.Sg Fem) => -} "removida" ; + {- VPB (Pass C.Pl Masc) => -} "removidos" ; + {- VPB (Pass C.Pl Fem) => -} "removidas" + ] + } ; + +lin rernorder_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rernorder" ; + {- VI Ger => -} "rernordiendo" ; + {- VI Part => -} "rernordido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rernuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rernuerdes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rernuerde" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rernordemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rernordéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rernuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rernuerda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rernuerdas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rernuerda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rernordamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rernordáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rernuerdan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rernordía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rernordías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rernordía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rernordíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rernordíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rernordían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rernordiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rernordieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rernordiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rernordiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rernordierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rernordieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rernordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rernordieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rernordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rernordiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rernordieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rernordiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rernordí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rernordiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rernordió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rernordimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rernordisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rernordieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rernorderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rernorderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rernorderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rernorderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rernorderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rernorderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rernordieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rernordiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rernordiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rernordieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rernordería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rernorderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rernordería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rernorderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rernorderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rernorderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rernuerde" ; + {- VPB (Imper C.Sg C.P3) => -} "rernuerda" ; + {- VPB (Imper C.Pl C.P1) => -} "rernordamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rernorded" ; + {- VPB (Imper C.Pl C.P3) => -} "rernuerdan" ; + {- VPB (Pass C.Sg Masc) => -} "rernordido" ; + {- VPB (Pass C.Sg Fem) => -} "rernordida" ; + {- VPB (Pass C.Pl Masc) => -} "rernordidos" ; + {- VPB (Pass C.Pl Fem) => -} "rernordidas" + ] + } ; + +lin absolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "absolver" ; + {- VI Ger => -} "absolviendo" ; + {- VI Part => -} "absolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "absuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "absuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "absuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "absolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "absolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "absuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "absuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "absuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "absuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "absolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "absolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "absuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "absolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "absolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "absolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "absolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "absolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "absolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "absolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "absolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "absolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "absolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "absolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "absolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "absolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "absolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "absolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "absolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "absolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "absolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "absolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "absolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "absolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "absolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "absolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "absolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "absolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "absolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "absolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "absolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "absolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "absolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "absolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "absolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "absolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "absolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "absolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "absolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "absolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "absolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "absolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "absolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "absolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "absolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "absuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "absuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "absolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "absolved" ; + {- VPB (Imper C.Pl C.P3) => -} "absuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "absolvido" ; + {- VPB (Pass C.Sg Fem) => -} "absolvida" ; + {- VPB (Pass C.Pl Masc) => -} "absolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "absolvidas" + ] + } ; + +lin desenvolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desenvolver" ; + {- VI Ger => -} "desenvolviendo" ; + {- VI Part => -} "desenvolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desenvuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desenvuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desenvuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desenvolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desenvolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenvuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenvuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenvuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenvuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenvolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenvolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenvuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenvolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenvolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenvolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenvolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenvolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenvolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenvolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenvolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenvolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenvolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenvolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenvolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenvolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenvolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenvolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenvolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desenvolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desenvolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desenvolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desenvolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desenvolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desenvolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desenvolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desenvolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desenvolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desenvolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desenvolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenvolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenvolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenvolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenvolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenvolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenvolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenvolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenvolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desenvuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "desenvuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "desenvolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desenvolved" ; + {- VPB (Imper C.Pl C.P3) => -} "desenvuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "desenvolvido" ; + {- VPB (Pass C.Sg Fem) => -} "desenvolvida" ; + {- VPB (Pass C.Pl Masc) => -} "desenvolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "desenvolvidas" + ] + } ; + +lin desvolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desvolver" ; + {- VI Ger => -} "desvolviendo" ; + {- VI Part => -} "desvolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desvuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desvuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desvuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desvolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desvolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desvuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desvuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desvolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desvolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desvolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desvolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desvolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desvolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desvolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desvolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desvolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desvolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desvolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desvolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desvolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desvolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desvolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desvolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desvolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desvolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desvolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desvolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desvolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desvolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desvolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desvolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desvolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desvolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desvolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desvolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desvolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desvolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desvolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desvolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desvolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desvolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desvolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desvolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desvuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "desvuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "desvolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desvolved" ; + {- VPB (Imper C.Pl C.P3) => -} "desvuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "desvolvido" ; + {- VPB (Pass C.Sg Fem) => -} "desvolvida" ; + {- VPB (Pass C.Pl Masc) => -} "desvolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "desvolvidas" + ] + } ; + +lin devolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "devolver" ; + {- VI Ger => -} "devolviendo" ; + {- VI Part => -} "devolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "devuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "devuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "devuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "devolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "devolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "devuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "devuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "devuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "devuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "devolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "devolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "devuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "devolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "devolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "devolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "devolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "devolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "devolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "devolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "devolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "devolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "devolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "devolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "devolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "devolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "devolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "devolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "devolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "devolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "devolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "devolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "devolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "devolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "devolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "devolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "devolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "devolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "devolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "devolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "devolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "devolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "devolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "devolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "devolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "devolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "devolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "devolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "devolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "devolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "devolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "devolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "devolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "devolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "devolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "devuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "devuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "devolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "devolved" ; + {- VPB (Imper C.Pl C.P3) => -} "devuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "devolvido" ; + {- VPB (Pass C.Sg Fem) => -} "devolvida" ; + {- VPB (Pass C.Pl Masc) => -} "devolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "devolvidas" + ] + } ; + +lin disolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "disolver" ; + {- VI Ger => -} "disolviendo" ; + {- VI Part => -} "disolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "disuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "disuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "disuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "disolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "disolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "disolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "disolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "disolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "disolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "disolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "disolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "disolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "disolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "disolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "disolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "disolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "disuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "disuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "disolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "disolved" ; + {- VPB (Imper C.Pl C.P3) => -} "disuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "disolvido" ; + {- VPB (Pass C.Sg Fem) => -} "disolvida" ; + {- VPB (Pass C.Pl Masc) => -} "disolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "disolvidas" + ] + } ; + +lin ensolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensolver" ; + {- VI Ger => -} "ensolviendo" ; + {- VI Part => -} "ensolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "ensuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "ensolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensolved" ; + {- VPB (Imper C.Pl C.P3) => -} "ensuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "ensolvido" ; + {- VPB (Pass C.Sg Fem) => -} "ensolvida" ; + {- VPB (Pass C.Pl Masc) => -} "ensolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensolvidas" + ] + } ; + +lin envolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "envolver" ; + {- VI Ger => -} "envolviendo" ; + {- VI Part => -} "envolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "envuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "envuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "envuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "envolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "envolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "envolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "envolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "envolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "envolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "envolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "envolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "envolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "envolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "envolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "envolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "envolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "envuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "envuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "envolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "envolved" ; + {- VPB (Imper C.Pl C.P3) => -} "envuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "envolvido" ; + {- VPB (Pass C.Sg Fem) => -} "envolvida" ; + {- VPB (Pass C.Pl Masc) => -} "envolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "envolvidas" + ] + } ; + +lin resolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resolver" ; + {- VI Ger => -} "resolviendo" ; + {- VI Part => -} "resolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "resuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "resolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "resolved" ; + {- VPB (Imper C.Pl C.P3) => -} "resuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "resolvido" ; + {- VPB (Pass C.Sg Fem) => -} "resolvida" ; + {- VPB (Pass C.Pl Masc) => -} "resolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "resolvidas" + ] + } ; + +lin revolver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revolver" ; + {- VI Ger => -} "revolviendo" ; + {- VI Part => -} "revolvido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revuelvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revuelves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revuelve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revolvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revolvéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revuelven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revolvía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revolvías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revolvía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revolvíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revolvíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revolvían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revolví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revolviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revolvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revolvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revolvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revolvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revolveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revolverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revolverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revolveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revolveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revolverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revolvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revolverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revolvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revolveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revolveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revolverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revuelve" ; + {- VPB (Imper C.Sg C.P3) => -} "revuelva" ; + {- VPB (Imper C.Pl C.P1) => -} "revolvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "revolved" ; + {- VPB (Imper C.Pl C.P3) => -} "revuelvan" ; + {- VPB (Pass C.Sg Masc) => -} "revolvido" ; + {- VPB (Pass C.Sg Fem) => -} "revolvida" ; + {- VPB (Pass C.Pl Masc) => -} "revolvidos" ; + {- VPB (Pass C.Pl Fem) => -} "revolvidas" + ] + } ; + +lin coextenderse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "coextender" ; + {- VI Ger => -} "coextendiendo" ; + {- VI Part => -} "coextendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "coextiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coextiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "coextiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "coextendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "coextendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coextienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coextienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coextiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coextienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coextendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coextendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coextiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coextendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coextendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coextendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coextendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coextendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coextendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coextendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coextendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coextendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coextendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coextendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coextendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coextendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coextendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coextendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coextendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coextendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coextendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "coextendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "coextendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coextendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "coextendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "coextendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "coextendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "coextenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "coextenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "coextenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "coextenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "coextenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coextenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coextendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coextendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coextendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coextendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coextendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coextenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coextendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coextenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coextenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coextenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "coextiende" ; + {- VPB (Imper C.Sg C.P3) => -} "coextienda" ; + {- VPB (Imper C.Pl C.P1) => -} "coextendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "coextended" ; + {- VPB (Imper C.Pl C.P3) => -} "coextiendan" ; + {- VPB (Pass C.Sg Masc) => -} "coextendido" ; + {- VPB (Pass C.Sg Fem) => -} "coextendida" ; + {- VPB (Pass C.Pl Masc) => -} "coextendidos" ; + {- VPB (Pass C.Pl Fem) => -} "coextendidas" + ] + } ; + +lin desentenderse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desentender" ; + {- VI Ger => -} "desentendiendo" ; + {- VI Part => -} "desentendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desentiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desentiendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desentiende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desentendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desentendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desentendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desentendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desentendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desentendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desentendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desentendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desentendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desentendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desentendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desentendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desentendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desentendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desentenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desentenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desentenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desentenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desentenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desentenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desentendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desentenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desentendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desentenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desentenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desentenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desentiende" ; + {- VPB (Imper C.Sg C.P3) => -} "desentienda" ; + {- VPB (Imper C.Pl C.P1) => -} "desentendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desentended" ; + {- VPB (Imper C.Pl C.P3) => -} "desentiendan" ; + {- VPB (Pass C.Sg Masc) => -} "desentendido" ; + {- VPB (Pass C.Sg Fem) => -} "desentendida" ; + {- VPB (Pass C.Pl Masc) => -} "desentendidos" ; + {- VPB (Pass C.Pl Fem) => -} "desentendidas" + ] + } ; + +lin sobreverterse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobreverter" ; + {- VI Ger => -} "sobrevertiendo" ; + {- VI Part => -} "sobrevertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrevierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobreviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrevierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevertemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevertéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobreviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevertiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrevertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrevertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrevertió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrevertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrevertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrevertieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobreverteré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobreverterás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobreverterá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobreverteremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobreverteréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreverterán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevertería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreverterías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevertería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreverteríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreverteríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreverterían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrevierte" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrevierta" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrevertamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobreverted" ; + {- VPB (Imper C.Pl C.P3) => -} "sobreviertan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrevertido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrevertida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrevertidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrevertidas" + ] + } ; + +lin condolerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "condoler" ; + {- VI Ger => -} "condoliendo" ; + {- VI Part => -} "condolido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "conduelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "condueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "conduele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "condolemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "condoléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conduelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conduela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conduelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conduela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condoláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conduelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condolía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condolías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condolía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condolíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condolíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condolían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condoliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condoliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condoliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condoliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condoliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "condolí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "condoliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "condolió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "condolimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "condolisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "condolieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "condoleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "condolerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "condolerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "condoleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "condoleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condolerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condoliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condoliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condoliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condoliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condolería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condolerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condolería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condoleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condoleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condolerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "conduele" ; + {- VPB (Imper C.Sg C.P3) => -} "conduela" ; + {- VPB (Imper C.Pl C.P1) => -} "condolamos" ; + {- VPB (Imper C.Pl C.P2) => -} "condoled" ; + {- VPB (Imper C.Pl C.P3) => -} "conduelan" ; + {- VPB (Pass C.Sg Masc) => -} "condolido" ; + {- VPB (Pass C.Sg Fem) => -} "condolida" ; + {- VPB (Pass C.Pl Masc) => -} "condolidos" ; + {- VPB (Pass C.Pl Fem) => -} "condolidas" + ] + } ; + +lin ahincar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ahincar" ; + {- VI Ger => -} "ahincando" ; + {- VI Part => -} "ahincado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ahínco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ahíncas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ahínca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ahincamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ahincáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ahíncan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ahínque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ahínques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ahínque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ahinquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ahinquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ahínquen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ahincaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ahincabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ahincaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ahincábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ahincabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ahincaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ahincara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ahincaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ahincara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ahincáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ahincarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ahincaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ahincase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ahincases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ahincase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ahincásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ahincaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ahincasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ahinqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ahincaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ahincó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ahincamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ahincasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ahincaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ahincaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ahincarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ahincará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ahincaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ahincaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ahincarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ahincare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ahincares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ahincare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ahincáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ahincareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ahincaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ahincaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ahincarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ahincaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ahincaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ahincaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ahincarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ahínca" ; + {- VPB (Imper C.Sg C.P3) => -} "ahínque" ; + {- VPB (Imper C.Pl C.P1) => -} "ahinquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ahincad" ; + {- VPB (Imper C.Pl C.P3) => -} "ahínquen" ; + {- VPB (Pass C.Sg Masc) => -} "ahincado" ; + {- VPB (Pass C.Sg Fem) => -} "ahincada" ; + {- VPB (Pass C.Pl Masc) => -} "ahincados" ; + {- VPB (Pass C.Pl Fem) => -} "ahincadas" + ] + } ; + +lin arrusticar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "arrusticar" ; + {- VI Ger => -} "arrusticando" ; + {- VI Part => -} "arrusticado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arrustíco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arrustícas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arrustíca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arrusticamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arrusticáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arrustícan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arrustíque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arrustíques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arrustíque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arrustiquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arrustiquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arrustíquen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arrusticaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arrusticabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arrusticaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arrusticábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arrusticabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arrusticaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arrusticara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arrusticaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arrusticara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arrusticáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arrusticarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arrusticaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arrusticase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrusticases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arrusticase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrusticásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrusticaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arrusticasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arrustiqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arrusticaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arrusticó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "arrusticamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "arrusticasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "arrusticaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arrusticaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "arrusticarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "arrusticará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arrusticaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arrusticaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arrusticarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arrusticares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arrusticáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arrusticareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arrusticaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arrusticaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arrusticarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arrusticaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arrusticaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arrusticaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arrusticarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arrustíca" ; + {- VPB (Imper C.Sg C.P3) => -} "arrustíque" ; + {- VPB (Imper C.Pl C.P1) => -} "arrustiquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "arrusticad" ; + {- VPB (Imper C.Pl C.P3) => -} "arrustíquen" ; + {- VPB (Pass C.Sg Masc) => -} "arrusticado" ; + {- VPB (Pass C.Sg Fem) => -} "arrusticada" ; + {- VPB (Pass C.Pl Masc) => -} "arrusticados" ; + {- VPB (Pass C.Pl Fem) => -} "arrusticadas" + ] + } ; + +lin arcaizar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "arcaizar" ; + {- VI Ger => -} "arcaizando" ; + {- VI Part => -} "arcaizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arcaízo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arcaízas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arcaíza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arcaizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arcaizáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arcaízan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arcaíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arcaíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arcaíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arcaicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arcaicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arcaícen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arcaizaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arcaizabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arcaizaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arcaizábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arcaizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arcaizaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arcaizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arcaizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arcaizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arcaizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arcaizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arcaizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arcaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arcaizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arcaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arcaizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arcaizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arcaizasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arcaicé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arcaizaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arcaizó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "arcaizamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "arcaizasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "arcaizaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arcaizaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "arcaizarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "arcaizará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arcaizaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arcaizaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arcaizarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arcaizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arcaizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arcaizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arcaizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arcaizaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arcaizarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arcaizaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arcaizaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arcaizaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arcaizarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arcaíza" ; + {- VPB (Imper C.Sg C.P3) => -} "arcaíce" ; + {- VPB (Imper C.Pl C.P1) => -} "arcaicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "arcaizad" ; + {- VPB (Imper C.Pl C.P3) => -} "arcaícen" ; + {- VPB (Pass C.Sg Masc) => -} "arcaizado" ; + {- VPB (Pass C.Sg Fem) => -} "arcaizada" ; + {- VPB (Pass C.Pl Masc) => -} "arcaizados" ; + {- VPB (Pass C.Pl Fem) => -} "arcaizadas" + ] + } ; + +lin desraizar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desraizar" ; + {- VI Ger => -} "desraizando" ; + {- VI Part => -} "desraizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desraízo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desraízas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desraíza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desraizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desraizáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desraízan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desraíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desraíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desraíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desraicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desraicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desraícen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desraizaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desraizabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desraizaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desraizábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desraizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desraizaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desraizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desraizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desraizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desraizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desraizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desraizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desraizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desraizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desraizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desraizasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desraicé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desraizaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desraizó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desraizamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desraizasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desraizaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desraizaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desraizarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desraizará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desraizaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desraizaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desraizarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desraizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desraizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desraizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desraizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desraizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desraizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desraizaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desraizarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desraizaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desraizaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desraizaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desraizarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desraíza" ; + {- VPB (Imper C.Sg C.P3) => -} "desraíce" ; + {- VPB (Imper C.Pl C.P1) => -} "desraicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desraizad" ; + {- VPB (Imper C.Pl C.P3) => -} "desraícen" ; + {- VPB (Pass C.Sg Masc) => -} "desraizado" ; + {- VPB (Pass C.Sg Fem) => -} "desraizada" ; + {- VPB (Pass C.Pl Masc) => -} "desraizados" ; + {- VPB (Pass C.Pl Fem) => -} "desraizadas" + ] + } ; + +lin enraizar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enraizar" ; + {- VI Ger => -} "enraizando" ; + {- VI Part => -} "enraizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enraízo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enraízas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enraíza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enraizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enraizáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enraízan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enraíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enraíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enraíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enraicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enraicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enraícen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enraizaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enraizabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enraizaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enraizábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enraizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enraizaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enraizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enraizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enraizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enraizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enraizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enraizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enraizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enraizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enraizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enraizasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enraicé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enraizaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enraizó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enraizamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enraizasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enraizaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enraizaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enraizarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enraizará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enraizaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enraizaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enraizarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enraizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enraizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enraizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enraizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enraizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enraizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enraizaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enraizarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enraizaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enraizaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enraizaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enraizarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enraíza" ; + {- VPB (Imper C.Sg C.P3) => -} "enraíce" ; + {- VPB (Imper C.Pl C.P1) => -} "enraicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enraizad" ; + {- VPB (Imper C.Pl C.P3) => -} "enraícen" ; + {- VPB (Pass C.Sg Masc) => -} "enraizado" ; + {- VPB (Pass C.Sg Fem) => -} "enraizada" ; + {- VPB (Pass C.Pl Masc) => -} "enraizados" ; + {- VPB (Pass C.Pl Fem) => -} "enraizadas" + ] + } ; + +lin europeizar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "europeizar" ; + {- VI Ger => -} "europeizando" ; + {- VI Part => -} "europeizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "europeízo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "europeízas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "europeíza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "europeizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "europeizáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "europeízan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "europeíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "europeíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "europeíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "europeicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "europeicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "europeícen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "europeizaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "europeizabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "europeizaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "europeizábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "europeizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "europeizaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "europeizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "europeizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "europeizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "europeizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "europeizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "europeizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "europeizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "europeizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "europeizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "europeizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "europeizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "europeizasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "europeicé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "europeizaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "europeizó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "europeizamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "europeizasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "europeizaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "europeizaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "europeizarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "europeizará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "europeizaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "europeizaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "europeizarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "europeizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "europeizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "europeizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "europeizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "europeizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "europeizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "europeizaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "europeizarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "europeizaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "europeizaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "europeizaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "europeizarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "europeíza" ; + {- VPB (Imper C.Sg C.P3) => -} "europeíce" ; + {- VPB (Imper C.Pl C.P1) => -} "europeicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "europeizad" ; + {- VPB (Imper C.Pl C.P3) => -} "europeícen" ; + {- VPB (Pass C.Sg Masc) => -} "europeizado" ; + {- VPB (Pass C.Sg Fem) => -} "europeizada" ; + {- VPB (Pass C.Pl Masc) => -} "europeizados" ; + {- VPB (Pass C.Pl Fem) => -} "europeizadas" + ] + } ; + +lin hebraizar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hebraizar" ; + {- VI Ger => -} "hebraizando" ; + {- VI Part => -} "hebraizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hebraízo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hebraízas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hebraíza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hebraizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hebraizáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hebraízan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hebraíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hebraíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hebraíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hebraicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hebraicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hebraícen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hebraizaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hebraizabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hebraizaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hebraizábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hebraizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hebraizaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hebraizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hebraizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hebraizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hebraizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hebraizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hebraizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hebraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hebraizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hebraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hebraizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hebraizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hebraizasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hebraicé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hebraizaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hebraizó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hebraizamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hebraizasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hebraizaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "hebraizaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "hebraizarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hebraizará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "hebraizaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "hebraizaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hebraizarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hebraizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hebraizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hebraizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hebraizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hebraizaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hebraizarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hebraizaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hebraizaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hebraizaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hebraizarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hebraíza" ; + {- VPB (Imper C.Sg C.P3) => -} "hebraíce" ; + {- VPB (Imper C.Pl C.P1) => -} "hebraicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "hebraizad" ; + {- VPB (Imper C.Pl C.P3) => -} "hebraícen" ; + {- VPB (Pass C.Sg Masc) => -} "hebraizado" ; + {- VPB (Pass C.Sg Fem) => -} "hebraizada" ; + {- VPB (Pass C.Pl Masc) => -} "hebraizados" ; + {- VPB (Pass C.Pl Fem) => -} "hebraizadas" + ] + } ; + +lin judaizar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "judaizar" ; + {- VI Ger => -} "judaizando" ; + {- VI Part => -} "judaizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "judaízo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "judaízas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "judaíza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "judaizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "judaizáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "judaízan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "judaíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "judaíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "judaíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "judaicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "judaicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "judaícen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "judaizaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "judaizabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "judaizaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "judaizábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "judaizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "judaizaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "judaizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "judaizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "judaizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "judaizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "judaizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "judaizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "judaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "judaizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "judaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "judaizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "judaizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "judaizasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "judaicé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "judaizaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "judaizó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "judaizamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "judaizasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "judaizaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "judaizaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "judaizarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "judaizará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "judaizaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "judaizaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "judaizarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "judaizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "judaizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "judaizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "judaizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "judaizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "judaizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "judaizaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "judaizarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "judaizaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "judaizaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "judaizaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "judaizarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "judaíza" ; + {- VPB (Imper C.Sg C.P3) => -} "judaíce" ; + {- VPB (Imper C.Pl C.P1) => -} "judaicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "judaizad" ; + {- VPB (Imper C.Pl C.P3) => -} "judaícen" ; + {- VPB (Pass C.Sg Masc) => -} "judaizado" ; + {- VPB (Pass C.Sg Fem) => -} "judaizada" ; + {- VPB (Pass C.Pl Masc) => -} "judaizados" ; + {- VPB (Pass C.Pl Fem) => -} "judaizadas" + ] + } ; + +lin andar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "andar" ; + {- VI Ger => -} "andando" ; + {- VI Part => -} "andado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ando" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "andas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "anda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "andamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "andáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "andan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ande" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "andes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ande" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "andemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "andéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "anden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "andaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "andabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "andaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "andábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "andabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "andaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anduviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "anduvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anduviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anduviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "anduvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "anduvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "anduvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anduviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "anduvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anduviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "anduve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "anduviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "anduvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "anduvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "anduvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "anduvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "andaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "andarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "andará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "andaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "andaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "andarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anduviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "anduvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anduviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anduviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anduviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "anduvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "andaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "andarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "andaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "andaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "andaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "andarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "anda" ; + {- VPB (Imper C.Sg C.P3) => -} "ande" ; + {- VPB (Imper C.Pl C.P1) => -} "andemos" ; + {- VPB (Imper C.Pl C.P2) => -} "andad" ; + {- VPB (Imper C.Pl C.P3) => -} "anden" ; + {- VPB (Pass C.Sg Masc) => -} "andado" ; + {- VPB (Pass C.Sg Fem) => -} "andada" ; + {- VPB (Pass C.Pl Masc) => -} "andados" ; + {- VPB (Pass C.Pl Fem) => -} "andadas" + ] + } ; + +lin desandar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desandar" ; + {- VI Ger => -} "desandando" ; + {- VI Part => -} "desandado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desando" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desandas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desanda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desandamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desandáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desandan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desande" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desandes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desande" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desandemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desandéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desanden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desandaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desandabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desandaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desandábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desandabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desandaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desanduviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desanduvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desanduviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desanduviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desanduvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desanduvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desanduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desanduvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desanduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desanduviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desanduvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desanduviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desanduve" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desanduviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desanduvo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desanduvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desanduvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desanduvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desandaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desandarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desandará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desandaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desandaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desandarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desanduvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desanduviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desanduviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desanduvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desandaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desandarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desandaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desandaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desandaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desandarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desanda" ; + {- VPB (Imper C.Sg C.P3) => -} "desande" ; + {- VPB (Imper C.Pl C.P1) => -} "desandemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desandad" ; + {- VPB (Imper C.Pl C.P3) => -} "desanden" ; + {- VPB (Pass C.Sg Masc) => -} "desandado" ; + {- VPB (Pass C.Sg Fem) => -} "desandada" ; + {- VPB (Pass C.Pl Masc) => -} "desandados" ; + {- VPB (Pass C.Pl Fem) => -} "desandadas" + ] + } ; + +lin asir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asir" ; + {- VI Ger => -} "asiendo" ; + {- VI Part => -} "asido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ases" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ase" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "así" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ase" ; + {- VPB (Imper C.Sg C.P3) => -} "asga" ; + {- VPB (Imper C.Pl C.P1) => -} "asgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "asid" ; + {- VPB (Imper C.Pl C.P3) => -} "asgan" ; + {- VPB (Pass C.Sg Masc) => -} "asido" ; + {- VPB (Pass C.Sg Fem) => -} "asida" ; + {- VPB (Pass C.Pl Masc) => -} "asidos" ; + {- VPB (Pass C.Pl Fem) => -} "asidas" + ] + } ; + +lin desasir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desasir" ; + {- VI Ger => -} "desasiendo" ; + {- VI Part => -} "desasido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desasgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desases" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desase" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desasimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desasís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desasen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desasga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desasgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desasga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desasgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desasgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desasgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desasía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desasías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desasía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desasíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desasíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desasían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desasiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desasieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desasiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desasiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desasierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desasieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desasí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desasiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desasió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desasimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desasisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desasieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desasiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desasirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desasirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desasiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desasiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desasirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desasiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desasieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desasiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desasiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desasiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desasieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desasiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desasirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desasiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desasiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desasiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desasirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desase" ; + {- VPB (Imper C.Sg C.P3) => -} "desasga" ; + {- VPB (Imper C.Pl C.P1) => -} "desasgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desasid" ; + {- VPB (Imper C.Pl C.P3) => -} "desasgan" ; + {- VPB (Pass C.Sg Masc) => -} "desasido" ; + {- VPB (Pass C.Sg Fem) => -} "desasida" ; + {- VPB (Pass C.Pl Masc) => -} "desasidos" ; + {- VPB (Pass C.Pl Fem) => -} "desasidas" + ] + } ; + +lin absterger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "absterger" ; + {- VI Ger => -} "abstergiendo" ; + {- VI Part => -} "abstergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "absterjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "absterges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "absterge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abstergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abstergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "absterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "absterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abstergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abstergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abstergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abstergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abstergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abstergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abstergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abstergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abstergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abstergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abstergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abstergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abstergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "absterge" ; + {- VPB (Imper C.Sg C.P3) => -} "absterja" ; + {- VPB (Imper C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "absterged" ; + {- VPB (Imper C.Pl C.P3) => -} "absterjan" ; + {- VPB (Pass C.Sg Masc) => -} "abstergido" ; + {- VPB (Pass C.Sg Fem) => -} "abstergida" ; + {- VPB (Pass C.Pl Masc) => -} "abstergidos" ; + {- VPB (Pass C.Pl Fem) => -} "abstergidas" + ] + } ; + +lin acoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acoger" ; + {- VI Ger => -} "acogiendo" ; + {- VI Part => -} "acogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acoge" ; + {- VPB (Imper C.Sg C.P3) => -} "acoja" ; + {- VPB (Imper C.Pl C.P1) => -} "acojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "acoged" ; + {- VPB (Imper C.Pl C.P3) => -} "acojan" ; + {- VPB (Pass C.Sg Masc) => -} "acogido" ; + {- VPB (Pass C.Sg Fem) => -} "acogida" ; + {- VPB (Pass C.Pl Masc) => -} "acogidos" ; + {- VPB (Pass C.Pl Fem) => -} "acogidas" + ] + } ; + +lin antecoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "antecoger" ; + {- VI Ger => -} "antecogiendo" ; + {- VI Part => -} "antecogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "antecojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "antecoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "antecoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "antecogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "antecogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antecogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antecogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antecogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antecogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antecogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antecogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antecogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "antecogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "antecogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "antecogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "antecogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "antecogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "antecogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "antecogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "antecogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "antecogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "antecogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "antecogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antecogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antecogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antecogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antecogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antecogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antecogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antecogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "antecoge" ; + {- VPB (Imper C.Sg C.P3) => -} "antecoja" ; + {- VPB (Imper C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "antecoged" ; + {- VPB (Imper C.Pl C.P3) => -} "antecojan" ; + {- VPB (Pass C.Sg Masc) => -} "antecogido" ; + {- VPB (Pass C.Sg Fem) => -} "antecogida" ; + {- VPB (Pass C.Pl Masc) => -} "antecogidos" ; + {- VPB (Pass C.Pl Fem) => -} "antecogidas" + ] + } ; + +lin asperger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asperger" ; + {- VI Ger => -} "aspergiendo" ; + {- VI Part => -} "aspergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asperjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asperges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asperge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aspergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aspergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asperjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asperjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aspergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aspergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aspergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aspergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aspergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aspergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aspergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aspergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aspergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aspergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aspergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aspergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aspergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aspergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aspergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aspergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aspergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aspergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aspergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aspergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aspergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aspergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aspergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aspergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aspergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aspergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aspergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aspergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aspergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asperge" ; + {- VPB (Imper C.Sg C.P3) => -} "asperja" ; + {- VPB (Imper C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "asperged" ; + {- VPB (Imper C.Pl C.P3) => -} "asperjan" ; + {- VPB (Pass C.Sg Masc) => -} "aspergido" ; + {- VPB (Pass C.Sg Fem) => -} "aspergida" ; + {- VPB (Pass C.Pl Masc) => -} "aspergidos" ; + {- VPB (Pass C.Pl Fem) => -} "aspergidas" + ] + } ; + +lin coger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "coger" ; + {- VI Ger => -} "cogiendo" ; + {- VI Part => -} "cogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "coge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "coge" ; + {- VPB (Imper C.Sg C.P3) => -} "coja" ; + {- VPB (Imper C.Pl C.P1) => -} "cojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "coged" ; + {- VPB (Imper C.Pl C.P3) => -} "cojan" ; + {- VPB (Pass C.Sg Masc) => -} "cogido" ; + {- VPB (Pass C.Sg Fem) => -} "cogida" ; + {- VPB (Pass C.Pl Masc) => -} "cogidos" ; + {- VPB (Pass C.Pl Fem) => -} "cogidas" + ] + } ; + +lin converger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "converger" ; + {- VI Ger => -} "convergiendo" ; + {- VI Part => -} "convergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "converjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "converges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "converge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "converjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "converge" ; + {- VPB (Imper C.Sg C.P3) => -} "converja" ; + {- VPB (Imper C.Pl C.P1) => -} "converjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "converged" ; + {- VPB (Imper C.Pl C.P3) => -} "converjan" ; + {- VPB (Pass C.Sg Masc) => -} "convergido" ; + {- VPB (Pass C.Sg Fem) => -} "convergida" ; + {- VPB (Pass C.Pl Masc) => -} "convergidos" ; + {- VPB (Pass C.Pl Fem) => -} "convergidas" + ] + } ; + +lin descoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descoger" ; + {- VI Ger => -} "descogiendo" ; + {- VI Part => -} "descogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descoge" ; + {- VPB (Imper C.Sg C.P3) => -} "descoja" ; + {- VPB (Imper C.Pl C.P1) => -} "descojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descoged" ; + {- VPB (Imper C.Pl C.P3) => -} "descojan" ; + {- VPB (Pass C.Sg Masc) => -} "descogido" ; + {- VPB (Pass C.Sg Fem) => -} "descogida" ; + {- VPB (Pass C.Pl Masc) => -} "descogidos" ; + {- VPB (Pass C.Pl Fem) => -} "descogidas" + ] + } ; + +lin desencoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desencoger" ; + {- VI Ger => -} "desencogiendo" ; + {- VI Part => -} "desencogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desencojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desencoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desencoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desencogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desencogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desencogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desencogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desencogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desencogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desencogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desencogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desencogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desencogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desencogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desencogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desencogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desencoge" ; + {- VPB (Imper C.Sg C.P3) => -} "desencoja" ; + {- VPB (Imper C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desencoged" ; + {- VPB (Imper C.Pl C.P3) => -} "desencojan" ; + {- VPB (Pass C.Sg Masc) => -} "desencogido" ; + {- VPB (Pass C.Sg Fem) => -} "desencogida" ; + {- VPB (Pass C.Pl Masc) => -} "desencogidos" ; + {- VPB (Pass C.Pl Fem) => -} "desencogidas" + ] + } ; + +lin deterger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deterger" ; + {- VI Ger => -} "detergiendo" ; + {- VI Part => -} "detergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deterjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deterges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deterge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "detergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "detergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "detergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "detergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "detergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "detergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "detergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "detergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "detergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "detergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "detergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "detergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "detergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "detergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "detergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deterge" ; + {- VPB (Imper C.Sg C.P3) => -} "deterja" ; + {- VPB (Imper C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deterged" ; + {- VPB (Imper C.Pl C.P3) => -} "deterjan" ; + {- VPB (Pass C.Sg Masc) => -} "detergido" ; + {- VPB (Pass C.Sg Fem) => -} "detergida" ; + {- VPB (Pass C.Pl Masc) => -} "detergidos" ; + {- VPB (Pass C.Pl Fem) => -} "detergidas" + ] + } ; + +lin emerger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emerger" ; + {- VI Ger => -} "emergiendo" ; + {- VI Part => -} "emergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emerjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emerges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emerge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emerge" ; + {- VPB (Imper C.Sg C.P3) => -} "emerja" ; + {- VPB (Imper C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emerged" ; + {- VPB (Imper C.Pl C.P3) => -} "emerjan" ; + {- VPB (Pass C.Sg Masc) => -} "emergido" ; + {- VPB (Pass C.Sg Fem) => -} "emergida" ; + {- VPB (Pass C.Pl Masc) => -} "emergidos" ; + {- VPB (Pass C.Pl Fem) => -} "emergidas" + ] + } ; + +lin encoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encoger" ; + {- VI Ger => -} "encogiendo" ; + {- VI Part => -} "encogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encoge" ; + {- VPB (Imper C.Sg C.P3) => -} "encoja" ; + {- VPB (Imper C.Pl C.P1) => -} "encojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encoged" ; + {- VPB (Imper C.Pl C.P3) => -} "encojan" ; + {- VPB (Pass C.Sg Masc) => -} "encogido" ; + {- VPB (Pass C.Sg Fem) => -} "encogida" ; + {- VPB (Pass C.Pl Masc) => -} "encogidos" ; + {- VPB (Pass C.Pl Fem) => -} "encogidas" + ] + } ; + +lin entrecoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entrecoger" ; + {- VI Ger => -} "entrecogiendo" ; + {- VI Part => -} "entrecogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entrecojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entrecoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entrecoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entrecogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entrecogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrecogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrecogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entrecogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entrecogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrecogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entrecogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entrecogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entrecogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entrecogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entrecogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entrecogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entrecogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entrecogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrecogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrecogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrecogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrecogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrecogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrecogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entrecoge" ; + {- VPB (Imper C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Imper C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entrecoged" ; + {- VPB (Imper C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Pass C.Sg Masc) => -} "entrecogido" ; + {- VPB (Pass C.Sg Fem) => -} "entrecogida" ; + {- VPB (Pass C.Pl Masc) => -} "entrecogidos" ; + {- VPB (Pass C.Pl Fem) => -} "entrecogidas" + ] + } ; + +lin escoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escoger" ; + {- VI Ger => -} "escogiendo" ; + {- VI Part => -} "escogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escoge" ; + {- VPB (Imper C.Sg C.P3) => -} "escoja" ; + {- VPB (Imper C.Pl C.P1) => -} "escojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escoged" ; + {- VPB (Imper C.Pl C.P3) => -} "escojan" ; + {- VPB (Pass C.Sg Masc) => -} "escogido" ; + {- VPB (Pass C.Sg Fem) => -} "escogida" ; + {- VPB (Pass C.Pl Masc) => -} "escogidos" ; + {- VPB (Pass C.Pl Fem) => -} "escogidas" + ] + } ; + +lin proteger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proteger" ; + {- VI Ger => -} "protegiendo" ; + {- VI Part => -} "protegido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "protejo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "proteges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "protege" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "protegemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "protegéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "protejáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "protejan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "protegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "protegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "protegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "protegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "protegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "protegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "protegieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "protegiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "protegierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "protegieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "protegieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "protegiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "protegieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "protegiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "protegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "protegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "protegió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "protegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "protegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "protegieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "protegeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "protegerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "protegerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "protegeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "protegeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "protegerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "protegiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "protegería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "protegerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "protegería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "protegeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "protegeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "protegerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "protege" ; + {- VPB (Imper C.Sg C.P3) => -} "proteja" ; + {- VPB (Imper C.Pl C.P1) => -} "protejamos" ; + {- VPB (Imper C.Pl C.P2) => -} "proteged" ; + {- VPB (Imper C.Pl C.P3) => -} "protejan" ; + {- VPB (Pass C.Sg Masc) => -} "protegido" ; + {- VPB (Pass C.Sg Fem) => -} "protegida" ; + {- VPB (Pass C.Pl Masc) => -} "protegidos" ; + {- VPB (Pass C.Pl Fem) => -} "protegidas" + ] + } ; + +lin recoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recoger" ; + {- VI Ger => -} "recogiendo" ; + {- VI Part => -} "recogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recoge" ; + {- VPB (Imper C.Sg C.P3) => -} "recoja" ; + {- VPB (Imper C.Pl C.P1) => -} "recojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recoged" ; + {- VPB (Imper C.Pl C.P3) => -} "recojan" ; + {- VPB (Pass C.Sg Masc) => -} "recogido" ; + {- VPB (Pass C.Sg Fem) => -} "recogida" ; + {- VPB (Pass C.Pl Masc) => -} "recogidos" ; + {- VPB (Pass C.Pl Fem) => -} "recogidas" + ] + } ; + +lin sobrecoger_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrecoger" ; + {- VI Ger => -} "sobrecogiendo" ; + {- VI Part => -} "sobrecogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrecojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrecoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrecoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrecogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrecogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrecogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrecogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrecogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrecogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrecogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrecogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrecogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrecoge" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrecoged" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrecogido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrecogida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrecogidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrecogidas" + ] + } ; + +lin absterger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "absterger" ; + {- VI Ger => -} "abstergiendo" ; + {- VI Part => -} "abstergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "absterjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "absterges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "absterge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abstergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abstergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "absterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "absterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abstergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abstergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abstergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abstergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abstergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abstergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abstergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abstergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abstergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abstergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abstergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abstergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abstergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "absterge" ; + {- VPB (Imper C.Sg C.P3) => -} "absterja" ; + {- VPB (Imper C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "absterged" ; + {- VPB (Imper C.Pl C.P3) => -} "absterjan" ; + {- VPB (Pass C.Sg Masc) => -} "abstergido" ; + {- VPB (Pass C.Sg Fem) => -} "abstergida" ; + {- VPB (Pass C.Pl Masc) => -} "abstergidos" ; + {- VPB (Pass C.Pl Fem) => -} "abstergidas" + ] + } ; + +lin acoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acoger" ; + {- VI Ger => -} "acogiendo" ; + {- VI Part => -} "acogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acoge" ; + {- VPB (Imper C.Sg C.P3) => -} "acoja" ; + {- VPB (Imper C.Pl C.P1) => -} "acojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "acoged" ; + {- VPB (Imper C.Pl C.P3) => -} "acojan" ; + {- VPB (Pass C.Sg Masc) => -} "acogido" ; + {- VPB (Pass C.Sg Fem) => -} "acogida" ; + {- VPB (Pass C.Pl Masc) => -} "acogidos" ; + {- VPB (Pass C.Pl Fem) => -} "acogidas" + ] + } ; + +lin antecoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "antecoger" ; + {- VI Ger => -} "antecogiendo" ; + {- VI Part => -} "antecogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "antecojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "antecoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "antecoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "antecogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "antecogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antecogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antecogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antecogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antecogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antecogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antecogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antecogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "antecogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "antecogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "antecogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "antecogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "antecogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "antecogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "antecogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "antecogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "antecogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "antecogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "antecogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antecogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antecogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antecogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antecogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antecogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antecogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antecogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "antecoge" ; + {- VPB (Imper C.Sg C.P3) => -} "antecoja" ; + {- VPB (Imper C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "antecoged" ; + {- VPB (Imper C.Pl C.P3) => -} "antecojan" ; + {- VPB (Pass C.Sg Masc) => -} "antecogido" ; + {- VPB (Pass C.Sg Fem) => -} "antecogida" ; + {- VPB (Pass C.Pl Masc) => -} "antecogidos" ; + {- VPB (Pass C.Pl Fem) => -} "antecogidas" + ] + } ; + +lin asperger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asperger" ; + {- VI Ger => -} "aspergiendo" ; + {- VI Part => -} "aspergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asperjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asperges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asperge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aspergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aspergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asperjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asperjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aspergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aspergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aspergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aspergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aspergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aspergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aspergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aspergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aspergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aspergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aspergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aspergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aspergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aspergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aspergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aspergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aspergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aspergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aspergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aspergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aspergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aspergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aspergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aspergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aspergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aspergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aspergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aspergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aspergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asperge" ; + {- VPB (Imper C.Sg C.P3) => -} "asperja" ; + {- VPB (Imper C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "asperged" ; + {- VPB (Imper C.Pl C.P3) => -} "asperjan" ; + {- VPB (Pass C.Sg Masc) => -} "aspergido" ; + {- VPB (Pass C.Sg Fem) => -} "aspergida" ; + {- VPB (Pass C.Pl Masc) => -} "aspergidos" ; + {- VPB (Pass C.Pl Fem) => -} "aspergidas" + ] + } ; + +lin coger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "coger" ; + {- VI Ger => -} "cogiendo" ; + {- VI Part => -} "cogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "coge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "coge" ; + {- VPB (Imper C.Sg C.P3) => -} "coja" ; + {- VPB (Imper C.Pl C.P1) => -} "cojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "coged" ; + {- VPB (Imper C.Pl C.P3) => -} "cojan" ; + {- VPB (Pass C.Sg Masc) => -} "cogido" ; + {- VPB (Pass C.Sg Fem) => -} "cogida" ; + {- VPB (Pass C.Pl Masc) => -} "cogidos" ; + {- VPB (Pass C.Pl Fem) => -} "cogidas" + ] + } ; + +lin converger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "converger" ; + {- VI Ger => -} "convergiendo" ; + {- VI Part => -} "convergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "converjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "converges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "converge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "converjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "converge" ; + {- VPB (Imper C.Sg C.P3) => -} "converja" ; + {- VPB (Imper C.Pl C.P1) => -} "converjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "converged" ; + {- VPB (Imper C.Pl C.P3) => -} "converjan" ; + {- VPB (Pass C.Sg Masc) => -} "convergido" ; + {- VPB (Pass C.Sg Fem) => -} "convergida" ; + {- VPB (Pass C.Pl Masc) => -} "convergidos" ; + {- VPB (Pass C.Pl Fem) => -} "convergidas" + ] + } ; + +lin descoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descoger" ; + {- VI Ger => -} "descogiendo" ; + {- VI Part => -} "descogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descoge" ; + {- VPB (Imper C.Sg C.P3) => -} "descoja" ; + {- VPB (Imper C.Pl C.P1) => -} "descojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descoged" ; + {- VPB (Imper C.Pl C.P3) => -} "descojan" ; + {- VPB (Pass C.Sg Masc) => -} "descogido" ; + {- VPB (Pass C.Sg Fem) => -} "descogida" ; + {- VPB (Pass C.Pl Masc) => -} "descogidos" ; + {- VPB (Pass C.Pl Fem) => -} "descogidas" + ] + } ; + +lin desencoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desencoger" ; + {- VI Ger => -} "desencogiendo" ; + {- VI Part => -} "desencogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desencojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desencoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desencoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desencogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desencogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desencogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desencogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desencogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desencogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desencogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desencogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desencogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desencogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desencogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desencogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desencogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desencoge" ; + {- VPB (Imper C.Sg C.P3) => -} "desencoja" ; + {- VPB (Imper C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desencoged" ; + {- VPB (Imper C.Pl C.P3) => -} "desencojan" ; + {- VPB (Pass C.Sg Masc) => -} "desencogido" ; + {- VPB (Pass C.Sg Fem) => -} "desencogida" ; + {- VPB (Pass C.Pl Masc) => -} "desencogidos" ; + {- VPB (Pass C.Pl Fem) => -} "desencogidas" + ] + } ; + +lin deterger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deterger" ; + {- VI Ger => -} "detergiendo" ; + {- VI Part => -} "detergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deterjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deterges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deterge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "detergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "detergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "detergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "detergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "detergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "detergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "detergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "detergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "detergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "detergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "detergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "detergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "detergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "detergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "detergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deterge" ; + {- VPB (Imper C.Sg C.P3) => -} "deterja" ; + {- VPB (Imper C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deterged" ; + {- VPB (Imper C.Pl C.P3) => -} "deterjan" ; + {- VPB (Pass C.Sg Masc) => -} "detergido" ; + {- VPB (Pass C.Sg Fem) => -} "detergida" ; + {- VPB (Pass C.Pl Masc) => -} "detergidos" ; + {- VPB (Pass C.Pl Fem) => -} "detergidas" + ] + } ; + +lin emerger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emerger" ; + {- VI Ger => -} "emergiendo" ; + {- VI Part => -} "emergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emerjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emerges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emerge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emergemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emergéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emergeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emergerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emergerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emergeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emergeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emergerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emergería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emergerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emergería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emergeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emergeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emergerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emerge" ; + {- VPB (Imper C.Sg C.P3) => -} "emerja" ; + {- VPB (Imper C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emerged" ; + {- VPB (Imper C.Pl C.P3) => -} "emerjan" ; + {- VPB (Pass C.Sg Masc) => -} "emergido" ; + {- VPB (Pass C.Sg Fem) => -} "emergida" ; + {- VPB (Pass C.Pl Masc) => -} "emergidos" ; + {- VPB (Pass C.Pl Fem) => -} "emergidas" + ] + } ; + +lin encoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encoger" ; + {- VI Ger => -} "encogiendo" ; + {- VI Part => -} "encogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encoge" ; + {- VPB (Imper C.Sg C.P3) => -} "encoja" ; + {- VPB (Imper C.Pl C.P1) => -} "encojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encoged" ; + {- VPB (Imper C.Pl C.P3) => -} "encojan" ; + {- VPB (Pass C.Sg Masc) => -} "encogido" ; + {- VPB (Pass C.Sg Fem) => -} "encogida" ; + {- VPB (Pass C.Pl Masc) => -} "encogidos" ; + {- VPB (Pass C.Pl Fem) => -} "encogidas" + ] + } ; + +lin entrecoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entrecoger" ; + {- VI Ger => -} "entrecogiendo" ; + {- VI Part => -} "entrecogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entrecojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entrecoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entrecoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entrecogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entrecogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrecogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrecogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entrecogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entrecogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrecogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entrecogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entrecogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entrecogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entrecogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entrecogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entrecogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entrecogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entrecogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrecogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrecogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrecogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrecogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrecogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrecogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entrecoge" ; + {- VPB (Imper C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Imper C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entrecoged" ; + {- VPB (Imper C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Pass C.Sg Masc) => -} "entrecogido" ; + {- VPB (Pass C.Sg Fem) => -} "entrecogida" ; + {- VPB (Pass C.Pl Masc) => -} "entrecogidos" ; + {- VPB (Pass C.Pl Fem) => -} "entrecogidas" + ] + } ; + +lin escoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escoger" ; + {- VI Ger => -} "escogiendo" ; + {- VI Part => -} "escogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escoge" ; + {- VPB (Imper C.Sg C.P3) => -} "escoja" ; + {- VPB (Imper C.Pl C.P1) => -} "escojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escoged" ; + {- VPB (Imper C.Pl C.P3) => -} "escojan" ; + {- VPB (Pass C.Sg Masc) => -} "escogido" ; + {- VPB (Pass C.Sg Fem) => -} "escogida" ; + {- VPB (Pass C.Pl Masc) => -} "escogidos" ; + {- VPB (Pass C.Pl Fem) => -} "escogidas" + ] + } ; + +lin proteger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proteger" ; + {- VI Ger => -} "protegiendo" ; + {- VI Part => -} "protegido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "protejo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "proteges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "protege" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "protegemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "protegéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "protejáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "protejan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "protegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "protegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "protegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "protegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "protegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "protegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "protegieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "protegiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "protegierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "protegieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "protegieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "protegiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "protegieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "protegiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "protegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "protegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "protegió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "protegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "protegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "protegieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "protegeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "protegerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "protegerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "protegeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "protegeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "protegerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "protegiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "protegería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "protegerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "protegería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "protegeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "protegeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "protegerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "protege" ; + {- VPB (Imper C.Sg C.P3) => -} "proteja" ; + {- VPB (Imper C.Pl C.P1) => -} "protejamos" ; + {- VPB (Imper C.Pl C.P2) => -} "proteged" ; + {- VPB (Imper C.Pl C.P3) => -} "protejan" ; + {- VPB (Pass C.Sg Masc) => -} "protegido" ; + {- VPB (Pass C.Sg Fem) => -} "protegida" ; + {- VPB (Pass C.Pl Masc) => -} "protegidos" ; + {- VPB (Pass C.Pl Fem) => -} "protegidas" + ] + } ; + +lin recoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recoger" ; + {- VI Ger => -} "recogiendo" ; + {- VI Part => -} "recogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recoge" ; + {- VPB (Imper C.Sg C.P3) => -} "recoja" ; + {- VPB (Imper C.Pl C.P1) => -} "recojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recoged" ; + {- VPB (Imper C.Pl C.P3) => -} "recojan" ; + {- VPB (Pass C.Sg Masc) => -} "recogido" ; + {- VPB (Pass C.Sg Fem) => -} "recogida" ; + {- VPB (Pass C.Pl Masc) => -} "recogidos" ; + {- VPB (Pass C.Pl Fem) => -} "recogidas" + ] + } ; + +lin sobrecoger2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrecoger" ; + {- VI Ger => -} "sobrecogiendo" ; + {- VI Part => -} "sobrecogido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrecojo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrecoges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrecoge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecogemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecogéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecogía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecogía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecogiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrecogí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrecogiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrecogió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrecogimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrecogisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrecogieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrecogeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrecogerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrecogerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecogeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecogeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecogería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecogerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecogería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecogeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecogeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecogerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrecoge" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrecoged" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrecogido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrecogida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrecogidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrecogidas" + ] + } ; + +lin conocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "conocer" ; + {- VI Ger => -} "conociendo" ; + {- VI Part => -} "conocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "conozco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "conoces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "conoce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "conocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "conocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conocen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "conozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "conozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "conociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "conocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "conociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "conociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "conocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "conocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "conociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "conocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "conociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "conociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "conocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "conociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "conocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "conociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "conoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "conocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "conocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "conocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "conoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "conocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "conocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "conoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "conoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "conociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "conocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "conociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "conociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "conociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "conocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "conoce" ; + {- VPB (Imper C.Sg C.P3) => -} "conozca" ; + {- VPB (Imper C.Pl C.P1) => -} "conozcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "conoced" ; + {- VPB (Imper C.Pl C.P3) => -} "conozcan" ; + {- VPB (Pass C.Sg Masc) => -} "conocido" ; + {- VPB (Pass C.Sg Fem) => -} "conocida" ; + {- VPB (Pass C.Pl Masc) => -} "conocidos" ; + {- VPB (Pass C.Pl Fem) => -} "conocidas" + ] + } ; + +lin desconocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desconocer" ; + {- VI Ger => -} "desconociendo" ; + {- VI Part => -} "desconocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desconozco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desconoces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desconoce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desconocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desconocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconocen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desconocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desconociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desconoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desconocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desconocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desconocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desconoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desconocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desconocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desconoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desconoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desconoce" ; + {- VPB (Imper C.Sg C.P3) => -} "desconozca" ; + {- VPB (Imper C.Pl C.P1) => -} "desconozcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desconoced" ; + {- VPB (Imper C.Pl C.P3) => -} "desconozcan" ; + {- VPB (Pass C.Sg Masc) => -} "desconocido" ; + {- VPB (Pass C.Sg Fem) => -} "desconocida" ; + {- VPB (Pass C.Pl Masc) => -} "desconocidos" ; + {- VPB (Pass C.Pl Fem) => -} "desconocidas" + ] + } ; + +lin preconocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preconocer" ; + {- VI Ger => -} "preconociendo" ; + {- VI Part => -} "preconocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "preconozco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "preconoces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "preconoce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "preconocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preconocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preconocen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preconozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preconozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preconozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preconozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preconozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preconozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preconocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preconocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preconocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preconocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preconocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preconocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preconociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preconocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preconociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preconociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preconocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preconocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preconocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preconociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preconocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preconociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "preconocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "preconociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "preconoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "preconocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "preconocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "preconocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preconoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "preconocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "preconocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preconoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preconoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preconocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preconociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preconocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preconociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preconociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preconociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preconocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preconocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preconocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preconocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preconoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preconoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preconocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preconoce" ; + {- VPB (Imper C.Sg C.P3) => -} "preconozca" ; + {- VPB (Imper C.Pl C.P1) => -} "preconozcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "preconoced" ; + {- VPB (Imper C.Pl C.P3) => -} "preconozcan" ; + {- VPB (Pass C.Sg Masc) => -} "preconocido" ; + {- VPB (Pass C.Sg Fem) => -} "preconocida" ; + {- VPB (Pass C.Pl Masc) => -} "preconocidos" ; + {- VPB (Pass C.Pl Fem) => -} "preconocidas" + ] + } ; + +lin reconocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconocer" ; + {- VI Ger => -} "reconociendo" ; + {- VI Part => -} "reconocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconozco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconoces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconoce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconocen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reconociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reconoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reconocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reconocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reconocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconoce" ; + {- VPB (Imper C.Sg C.P3) => -} "reconozca" ; + {- VPB (Imper C.Pl C.P1) => -} "reconozcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconoced" ; + {- VPB (Imper C.Pl C.P3) => -} "reconozcan" ; + {- VPB (Pass C.Sg Masc) => -} "reconocido" ; + {- VPB (Pass C.Sg Fem) => -} "reconocida" ; + {- VPB (Pass C.Pl Masc) => -} "reconocidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconocidas" + ] + } ; + +lin delinquir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "delinquir" ; + {- VI Ger => -} "delinquiendo" ; + {- VI Part => -} "delinquido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "delinco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "delinques" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "delinque" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "delinquimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "delinquís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "delinquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "delinca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "delincas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "delinca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "delincamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "delincáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "delincan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "delinquía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "delinquías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "delinquía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "delinquíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "delinquíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "delinquían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "delinquiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "delinquieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "delinquiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "delinquiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "delinquierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "delinquieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "delinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "delinquieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "delinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "delinquiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "delinquieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "delinquiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "delinquí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "delinquiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "delinquió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "delinquimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "delinquisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "delinquieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "delinquiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "delinquirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "delinquirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "delinquiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "delinquiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "delinquirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "delinquieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "delinquiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "delinquiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "delinquieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "delinquiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "delinquirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "delinquiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "delinquiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "delinquiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "delinquirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "delinque" ; + {- VPB (Imper C.Sg C.P3) => -} "delinca" ; + {- VPB (Imper C.Pl C.P1) => -} "delincamos" ; + {- VPB (Imper C.Pl C.P2) => -} "delinquid" ; + {- VPB (Imper C.Pl C.P3) => -} "delincan" ; + {- VPB (Pass C.Sg Masc) => -} "delinquido" ; + {- VPB (Pass C.Sg Fem) => -} "delinquida" ; + {- VPB (Pass C.Pl Masc) => -} "delinquidos" ; + {- VPB (Pass C.Pl Fem) => -} "delinquidas" + ] + } ; + +lin derrelinquir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "derrelinquir" ; + {- VI Ger => -} "derrelinquiendo" ; + {- VI Part => -} "derrelinquido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "derrelinco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "derrelinques" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "derrelinque" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "derrelinquimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "derrelinquís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derrelinquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derrelinca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derrelincas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derrelinca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derrelincamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derrelincáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derrelincan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derrelinquía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derrelinquías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derrelinquía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derrelinquíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derrelinquíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derrelinquían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derrelinquiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derrelinquieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derrelinquiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derrelinquiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derrelinquierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derrelinquieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrelinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrelinquieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrelinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrelinquiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrelinquieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrelinquiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "derrelinquí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "derrelinquiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "derrelinquió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "derrelinquimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "derrelinquisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "derrelinquieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "derrelinquiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "derrelinquirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "derrelinquirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "derrelinquiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derrelinquirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derrelinquiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derrelinquiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derrelinquirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derrelinquiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derrelinquiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derrelinquiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derrelinquirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "derrelinque" ; + {- VPB (Imper C.Sg C.P3) => -} "derrelinca" ; + {- VPB (Imper C.Pl C.P1) => -} "derrelincamos" ; + {- VPB (Imper C.Pl C.P2) => -} "derrelinquid" ; + {- VPB (Imper C.Pl C.P3) => -} "derrelincan" ; + {- VPB (Pass C.Sg Masc) => -} "derrelinquido" ; + {- VPB (Pass C.Sg Fem) => -} "derrelinquida" ; + {- VPB (Pass C.Pl Masc) => -} "derrelinquidos" ; + {- VPB (Pass C.Pl Fem) => -} "derrelinquidas" + ] + } ; + +lin adstringir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adstringir" ; + {- VI Ger => -} "adstringiendo" ; + {- VI Part => -} "adstringido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adstrinjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adstringes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adstringe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adstringimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adstringís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adstringen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adstrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adstrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adstrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adstrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adstrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adstrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adstringía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adstringías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adstringía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adstringíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adstringíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adstringían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adstringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adstringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adstringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adstringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adstringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adstringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adstringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adstringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adstringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adstringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adstringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adstringiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adstringí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adstringiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adstringió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adstringimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adstringisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adstringieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adstringiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adstringirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adstringirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adstringiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adstringiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adstringirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adstringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adstringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adstringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adstringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adstringiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adstringirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adstringiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adstringiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adstringiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adstringirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adstringe" ; + {- VPB (Imper C.Sg C.P3) => -} "adstrinja" ; + {- VPB (Imper C.Pl C.P1) => -} "adstrinjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "adstringid" ; + {- VPB (Imper C.Pl C.P3) => -} "adstrinjan" ; + {- VPB (Pass C.Sg Masc) => -} "adstringido" ; + {- VPB (Pass C.Sg Fem) => -} "adstringida" ; + {- VPB (Pass C.Pl Masc) => -} "adstringidos" ; + {- VPB (Pass C.Pl Fem) => -} "adstringidas" + ] + } ; + +lin afligir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "afligir" ; + {- VI Ger => -} "afligiendo" ; + {- VI Part => -} "afligido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aflijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "afliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aflige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "afligimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "afligís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aflija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aflijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aflija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aflijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aflijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aflijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "afligía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "afligías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "afligía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "afligíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "afligíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "afligían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "afligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "afligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "afligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "afligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "afligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "afligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "afligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "afligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "afligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "afligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "afligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "afligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "afligí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "afligiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "afligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "afligimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "afligisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "afligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "afligiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "afligirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "afligirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "afligiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "afligiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "afligirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "afligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "afligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "afligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "afligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "afligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "afligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "afligiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "afligirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "afligiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "afligiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "afligiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "afligirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aflige" ; + {- VPB (Imper C.Sg C.P3) => -} "aflija" ; + {- VPB (Imper C.Pl C.P1) => -} "aflijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "afligid" ; + {- VPB (Imper C.Pl C.P3) => -} "aflijan" ; + {- VPB (Pass C.Sg Masc) => -} "afligido" ; + {- VPB (Pass C.Sg Fem) => -} "afligida" ; + {- VPB (Pass C.Pl Masc) => -} "afligidos" ; + {- VPB (Pass C.Pl Fem) => -} "afligidas" + ] + } ; + +lin astringir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "astringir" ; + {- VI Ger => -} "astringiendo" ; + {- VI Part => -} "astringido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "astrinjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "astringes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "astringe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "astringimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "astringís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "astringen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "astrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "astrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "astrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "astrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "astrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "astrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "astringía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "astringías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "astringía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "astringíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "astringíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "astringían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "astringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "astringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "astringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "astringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "astringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "astringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "astringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "astringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "astringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "astringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "astringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "astringiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "astringí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "astringiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "astringió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "astringimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "astringisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "astringieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "astringiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "astringirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "astringirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "astringiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "astringiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "astringirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "astringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "astringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "astringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "astringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "astringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "astringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "astringiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "astringirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "astringiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "astringiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "astringiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "astringirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "astringe" ; + {- VPB (Imper C.Sg C.P3) => -} "astrinja" ; + {- VPB (Imper C.Pl C.P1) => -} "astrinjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "astringid" ; + {- VPB (Imper C.Pl C.P3) => -} "astrinjan" ; + {- VPB (Pass C.Sg Masc) => -} "astringido" ; + {- VPB (Pass C.Sg Fem) => -} "astringida" ; + {- VPB (Pass C.Pl Masc) => -} "astringidos" ; + {- VPB (Pass C.Pl Fem) => -} "astringidas" + ] + } ; + +lin compungir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "compungir" ; + {- VI Ger => -} "compungiendo" ; + {- VI Part => -} "compungido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "compunjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "compunges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "compunge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "compungimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "compungís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "compungen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compunja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compunjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compunja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compunjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compunjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compunjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "compungía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "compungías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "compungía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "compungíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "compungíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "compungían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compungiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "compungí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "compungiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "compungió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "compungimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "compungisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "compungieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "compungiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "compungirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "compungirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "compungiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "compungiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "compungirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "compungiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compungirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "compungiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compungiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compungiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compungirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "compunge" ; + {- VPB (Imper C.Sg C.P3) => -} "compunja" ; + {- VPB (Imper C.Pl C.P1) => -} "compunjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "compungid" ; + {- VPB (Imper C.Pl C.P3) => -} "compunjan" ; + {- VPB (Pass C.Sg Masc) => -} "compungido" ; + {- VPB (Pass C.Sg Fem) => -} "compungida" ; + {- VPB (Pass C.Pl Masc) => -} "compungidos" ; + {- VPB (Pass C.Pl Fem) => -} "compungidas" + ] + } ; + +lin convergir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "convergir" ; + {- VI Ger => -} "convergiendo" ; + {- VI Part => -} "convergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "converjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "converges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "converge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convergimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convergís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "converjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convergiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convergirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convergirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convergiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convergirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convergiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convergirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convergiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convergiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convergiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convergirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "converge" ; + {- VPB (Imper C.Sg C.P3) => -} "converja" ; + {- VPB (Imper C.Pl C.P1) => -} "converjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "convergid" ; + {- VPB (Imper C.Pl C.P3) => -} "converjan" ; + {- VPB (Pass C.Sg Masc) => -} "convergido" ; + {- VPB (Pass C.Sg Fem) => -} "convergida" ; + {- VPB (Pass C.Pl Masc) => -} "convergidos" ; + {- VPB (Pass C.Pl Fem) => -} "convergidas" + ] + } ; + +lin dirigir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "dirigir" ; + {- VI Ger => -} "dirigiendo" ; + {- VI Part => -} "dirigido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "dirijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "diriges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "dirige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "dirigimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "dirigís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dirigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "dirija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dirijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "dirija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dirijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dirijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "dirijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dirigía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dirigías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dirigía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dirigíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dirigíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dirigían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dirigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dirigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dirigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dirigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dirigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dirigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dirigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dirigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dirigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dirigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dirigí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dirigiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dirigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dirigimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dirigisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dirigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "dirigiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dirigirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dirigirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "dirigiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "dirigiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dirigirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dirigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dirigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dirigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dirigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dirigiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dirigirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dirigiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dirigiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dirigiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dirigirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "dirige" ; + {- VPB (Imper C.Sg C.P3) => -} "dirija" ; + {- VPB (Imper C.Pl C.P1) => -} "dirijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "dirigid" ; + {- VPB (Imper C.Pl C.P3) => -} "dirijan" ; + {- VPB (Pass C.Sg Masc) => -} "dirigido" ; + {- VPB (Pass C.Sg Fem) => -} "dirigida" ; + {- VPB (Pass C.Pl Masc) => -} "dirigidos" ; + {- VPB (Pass C.Pl Fem) => -} "dirigidas" + ] + } ; + +lin divergir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "divergir" ; + {- VI Ger => -} "divergiendo" ; + {- VI Part => -} "divergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "diverjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "diverges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "diverge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "divergimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "divergís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "divergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diverja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diverjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diverja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "diverjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "diverjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diverjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "divergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "divergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "divergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "divergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "divergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "divergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "divergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "divergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "divergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "divergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "divergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "divergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "divergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "divergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "divergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "divergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "divergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "divergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "divergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "divergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "divergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "divergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "divergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "divergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "divergiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "divergirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "divergirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "divergiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "divergiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "divergirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "divergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "divergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "divergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "divergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "divergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "divergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "divergiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "divergirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "divergiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "divergiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "divergiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "divergirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "diverge" ; + {- VPB (Imper C.Sg C.P3) => -} "diverja" ; + {- VPB (Imper C.Pl C.P1) => -} "diverjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "divergid" ; + {- VPB (Imper C.Pl C.P3) => -} "diverjan" ; + {- VPB (Pass C.Sg Masc) => -} "divergido" ; + {- VPB (Pass C.Sg Fem) => -} "divergida" ; + {- VPB (Pass C.Pl Masc) => -} "divergidos" ; + {- VPB (Pass C.Pl Fem) => -} "divergidas" + ] + } ; + +lin erigir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "erigir" ; + {- VI Ger => -} "erigiendo" ; + {- VI Part => -} "erigido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "erijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "eriges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "erige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "erigimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "erigís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "erigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "erija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "erijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "erija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "erijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "erijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "erijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "erigía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "erigías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "erigía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "erigíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "erigíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "erigían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "erigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "erigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "erigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "erigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "erigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "erigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "erigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "erigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "erigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "erigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "erigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "erigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "erigí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "erigiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "erigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "erigimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "erigisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "erigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "erigiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "erigirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "erigirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "erigiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "erigiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "erigirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "erigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "erigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "erigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "erigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "erigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "erigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "erigiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "erigirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "erigiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "erigiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "erigiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "erigirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "erige" ; + {- VPB (Imper C.Sg C.P3) => -} "erija" ; + {- VPB (Imper C.Pl C.P1) => -} "erijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "erigid" ; + {- VPB (Imper C.Pl C.P3) => -} "erijan" ; + {- VPB (Pass C.Sg Masc) => -} "erigido" ; + {- VPB (Pass C.Sg Fem) => -} "erigida" ; + {- VPB (Pass C.Pl Masc) => -} "erigidos" ; + {- VPB (Pass C.Pl Fem) => -} "erigidas" + ] + } ; + +lin exigir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "exigir" ; + {- VI Ger => -} "exigiendo" ; + {- VI Part => -} "exigido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "exijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "exiges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "exige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "exigimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "exigís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "exigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "exija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "exijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "exija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "exijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "exijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "exijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "exigía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "exigías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "exigía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "exigíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "exigíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "exigían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "exigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "exigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "exigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "exigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "exigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "exigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "exigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "exigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "exigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "exigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "exigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "exigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "exigí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "exigiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "exigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "exigimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "exigisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "exigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "exigiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "exigirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "exigirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "exigiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "exigiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "exigirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "exigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "exigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "exigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "exigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "exigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "exigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "exigiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "exigirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "exigiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "exigiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "exigiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "exigirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "exige" ; + {- VPB (Imper C.Sg C.P3) => -} "exija" ; + {- VPB (Imper C.Pl C.P1) => -} "exijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "exigid" ; + {- VPB (Imper C.Pl C.P3) => -} "exijan" ; + {- VPB (Pass C.Sg Masc) => -} "exigido" ; + {- VPB (Pass C.Sg Fem) => -} "exigida" ; + {- VPB (Pass C.Pl Masc) => -} "exigidos" ; + {- VPB (Pass C.Pl Fem) => -} "exigidas" + ] + } ; + +lin fingir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fingir" ; + {- VI Ger => -} "fingiendo" ; + {- VI Part => -} "fingido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "finjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "finges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "finge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fingimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fingís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fingen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "finja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "finjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "finja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "finjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "finjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "finjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fingía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fingías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fingía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fingíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fingíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fingían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fingiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fingieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fingiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fingiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fingierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fingieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fingiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fingieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fingiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fingiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fingieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fingiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fingí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fingiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fingió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fingimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fingisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fingieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fingiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fingirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fingirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fingiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fingiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fingirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fingiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fingieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fingiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fingiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fingiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fingieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fingiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fingirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fingiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fingiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fingiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fingirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "finge" ; + {- VPB (Imper C.Sg C.P3) => -} "finja" ; + {- VPB (Imper C.Pl C.P1) => -} "finjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fingid" ; + {- VPB (Imper C.Pl C.P3) => -} "finjan" ; + {- VPB (Pass C.Sg Masc) => -} "fingido" ; + {- VPB (Pass C.Sg Fem) => -} "fingida" ; + {- VPB (Pass C.Pl Masc) => -} "fingidos" ; + {- VPB (Pass C.Pl Fem) => -} "fingidas" + ] + } ; + +lin frangir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "frangir" ; + {- VI Ger => -} "frangiendo" ; + {- VI Part => -} "frangido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "franjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "franges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "frange" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "frangimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "frangís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "frangen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "franja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "franjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "franja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "franjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "franjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "franjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "frangía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "frangías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "frangía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "frangíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "frangíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "frangían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "frangiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "frangieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "frangiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "frangiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "frangierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "frangieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "frangiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "frangieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "frangiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "frangiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "frangieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "frangiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "frangí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "frangiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "frangió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "frangimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "frangisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "frangieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "frangiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "frangirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "frangirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "frangiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "frangiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "frangirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "frangiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "frangieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "frangiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "frangiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "frangiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "frangieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "frangiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "frangirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "frangiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "frangiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "frangiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "frangirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "frange" ; + {- VPB (Imper C.Sg C.P3) => -} "franja" ; + {- VPB (Imper C.Pl C.P1) => -} "franjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "frangid" ; + {- VPB (Imper C.Pl C.P3) => -} "franjan" ; + {- VPB (Pass C.Sg Masc) => -} "frangido" ; + {- VPB (Pass C.Sg Fem) => -} "frangida" ; + {- VPB (Pass C.Pl Masc) => -} "frangidos" ; + {- VPB (Pass C.Pl Fem) => -} "frangidas" + ] + } ; + +lin fulgir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fulgir" ; + {- VI Ger => -} "fulgiendo" ; + {- VI Part => -} "fulgido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fuljo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fulges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fulge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fulgimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fulgís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fulgen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fulja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fuljas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fulja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fuljamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fuljáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fuljan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fulgía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fulgías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fulgía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fulgíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fulgíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fulgían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fulgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fulgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fulgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fulgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fulgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fulgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fulgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fulgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fulgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fulgiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fulgí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fulgiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fulgió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fulgimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fulgisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fulgieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fulgiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fulgirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fulgirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fulgiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fulgiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fulgirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fulgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fulgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fulgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fulgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fulgiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fulgirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fulgiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fulgiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fulgiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fulgirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fulge" ; + {- VPB (Imper C.Sg C.P3) => -} "fulja" ; + {- VPB (Imper C.Pl C.P1) => -} "fuljamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fulgid" ; + {- VPB (Imper C.Pl C.P3) => -} "fuljan" ; + {- VPB (Pass C.Sg Masc) => -} "fulgido" ; + {- VPB (Pass C.Sg Fem) => -} "fulgida" ; + {- VPB (Pass C.Pl Masc) => -} "fulgidos" ; + {- VPB (Pass C.Pl Fem) => -} "fulgidas" + ] + } ; + +lin fungir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fungir" ; + {- VI Ger => -} "fungiendo" ; + {- VI Part => -} "fungido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "funjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "funges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "funge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fungimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fungís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fungen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "funja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "funjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "funja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "funjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "funjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "funjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fungía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fungías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fungía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fungíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fungíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fungían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fungiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fungí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fungiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fungió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fungimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fungisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fungieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fungiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fungirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fungirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fungiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fungiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fungirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fungiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fungirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fungiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fungiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fungiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fungirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "funge" ; + {- VPB (Imper C.Sg C.P3) => -} "funja" ; + {- VPB (Imper C.Pl C.P1) => -} "funjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fungid" ; + {- VPB (Imper C.Pl C.P3) => -} "funjan" ; + {- VPB (Pass C.Sg Masc) => -} "fungido" ; + {- VPB (Pass C.Sg Fem) => -} "fungida" ; + {- VPB (Pass C.Pl Masc) => -} "fungidos" ; + {- VPB (Pass C.Pl Fem) => -} "fungidas" + ] + } ; + +lin infligir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "infligir" ; + {- VI Ger => -} "infligiendo" ; + {- VI Part => -} "infligido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "inflijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "infliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inflige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "infligimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "infligís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inflija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inflijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inflija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inflijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inflijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inflijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infligía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "infligías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infligía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "infligíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "infligíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "infligían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "infligí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "infligiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "infligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "infligimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "infligisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "infligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "infligiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "infligirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "infligirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "infligiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "infligiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "infligirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "infligiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "infligirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "infligiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "infligiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "infligiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "infligirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inflige" ; + {- VPB (Imper C.Sg C.P3) => -} "inflija" ; + {- VPB (Imper C.Pl C.P1) => -} "inflijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "infligid" ; + {- VPB (Imper C.Pl C.P3) => -} "inflijan" ; + {- VPB (Pass C.Sg Masc) => -} "infligido" ; + {- VPB (Pass C.Sg Fem) => -} "infligida" ; + {- VPB (Pass C.Pl Masc) => -} "infligidos" ; + {- VPB (Pass C.Pl Fem) => -} "infligidas" + ] + } ; + +lin infringir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "infringir" ; + {- VI Ger => -} "infringiendo" ; + {- VI Part => -} "infringido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "infrinjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "infringes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "infringe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "infringimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "infringís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infringen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "infrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "infrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "infrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "infrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "infrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "infrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infringía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "infringías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infringía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "infringíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "infringíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "infringían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infringiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "infringí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "infringiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "infringió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "infringimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "infringisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "infringieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "infringiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "infringirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "infringirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "infringiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "infringiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "infringirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "infringiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "infringirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "infringiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "infringiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "infringiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "infringirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "infringe" ; + {- VPB (Imper C.Sg C.P3) => -} "infrinja" ; + {- VPB (Imper C.Pl C.P1) => -} "infrinjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "infringid" ; + {- VPB (Imper C.Pl C.P3) => -} "infrinjan" ; + {- VPB (Pass C.Sg Masc) => -} "infringido" ; + {- VPB (Pass C.Sg Fem) => -} "infringida" ; + {- VPB (Pass C.Pl Masc) => -} "infringidos" ; + {- VPB (Pass C.Pl Fem) => -} "infringidas" + ] + } ; + +lin inmergir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inmergir" ; + {- VI Ger => -} "inmergiendo" ; + {- VI Part => -} "inmergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "inmerjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inmerges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inmerge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inmergimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inmergís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inmergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inmerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inmerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inmerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inmerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inmerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inmerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inmergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inmergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inmergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inmergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inmergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inmergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inmergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inmergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inmergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inmergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inmergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inmergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inmergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inmergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inmergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inmergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inmergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inmergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inmergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "inmergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "inmergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "inmergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "inmergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "inmergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "inmergiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inmergirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inmergirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "inmergiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "inmergiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inmergirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inmergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inmergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inmergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inmergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inmergiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inmergirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inmergiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inmergiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inmergiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inmergirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inmerge" ; + {- VPB (Imper C.Sg C.P3) => -} "inmerja" ; + {- VPB (Imper C.Pl C.P1) => -} "inmerjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "inmergid" ; + {- VPB (Imper C.Pl C.P3) => -} "inmerjan" ; + {- VPB (Pass C.Sg Masc) => -} "inmergido" ; + {- VPB (Pass C.Sg Fem) => -} "inmergida" ; + {- VPB (Pass C.Pl Masc) => -} "inmergidos" ; + {- VPB (Pass C.Pl Fem) => -} "inmergidas" + ] + } ; + +lin mugir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mugir" ; + {- VI Ger => -} "mugiendo" ; + {- VI Part => -} "mugido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mujo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "muges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mugimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mugís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mugen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mujas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mujamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mujáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mujan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mugía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mugías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mugía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mugíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mugíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mugían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mugiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mugieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mugiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mugiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mugierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mugieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mugieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mugiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mugieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mugiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mugí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mugiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mugió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mugimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mugisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mugieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mugiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mugirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mugirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mugiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mugiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mugirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mugiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mugieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mugiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mugiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mugiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mugieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mugiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mugirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mugiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mugiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mugiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mugirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muge" ; + {- VPB (Imper C.Sg C.P3) => -} "muja" ; + {- VPB (Imper C.Pl C.P1) => -} "mujamos" ; + {- VPB (Imper C.Pl C.P2) => -} "mugid" ; + {- VPB (Imper C.Pl C.P3) => -} "mujan" ; + {- VPB (Pass C.Sg Masc) => -} "mugido" ; + {- VPB (Pass C.Sg Fem) => -} "mugida" ; + {- VPB (Pass C.Pl Masc) => -} "mugidos" ; + {- VPB (Pass C.Pl Fem) => -} "mugidas" + ] + } ; + +lin pungir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pungir" ; + {- VI Ger => -} "pungiendo" ; + {- VI Part => -} "pungido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "punjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "punges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "punge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pungimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pungís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pungen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "punja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "punjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "punja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "punjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "punjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "punjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pungía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pungías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pungía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pungíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pungíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pungían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pungiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pungí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pungiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pungió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pungimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pungisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pungieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pungiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pungirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pungirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pungiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pungiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pungirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pungiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pungirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pungiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pungiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pungiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pungirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "punge" ; + {- VPB (Imper C.Sg C.P3) => -} "punja" ; + {- VPB (Imper C.Pl C.P1) => -} "punjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "pungid" ; + {- VPB (Imper C.Pl C.P3) => -} "punjan" ; + {- VPB (Pass C.Sg Masc) => -} "pungido" ; + {- VPB (Pass C.Sg Fem) => -} "pungida" ; + {- VPB (Pass C.Pl Masc) => -} "pungidos" ; + {- VPB (Pass C.Pl Fem) => -} "pungidas" + ] + } ; + +lin radiodirigir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "radiodirigir" ; + {- VI Ger => -} "radiodirigiendo" ; + {- VI Part => -} "radiodirigido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "radiodirijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "radiodiriges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "radiodirige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "radiodirigimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "radiodirigís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "radiodirigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "radiodirija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "radiodirijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "radiodirija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "radiodirijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "radiodirijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "radiodirijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "radiodirigía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "radiodirigías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "radiodirigía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "radiodirigíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "radiodirigíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "radiodirigían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "radiodirigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "radiodirigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "radiodirigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "radiodirigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "radiodirigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "radiodirigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "radiodirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "radiodirigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "radiodirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "radiodirigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "radiodirigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "radiodirigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "radiodirigí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "radiodirigiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "radiodirigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "radiodirigimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "radiodirigisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "radiodirigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "radiodirigiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "radiodirigirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "radiodirigirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "radiodirigiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "radiodirigirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "radiodirigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "radiodirigiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "radiodirigirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "radiodirigiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "radiodirigiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "radiodirigiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "radiodirigirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "radiodirige" ; + {- VPB (Imper C.Sg C.P3) => -} "radiodirija" ; + {- VPB (Imper C.Pl C.P1) => -} "radiodirijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "radiodirigid" ; + {- VPB (Imper C.Pl C.P3) => -} "radiodirijan" ; + {- VPB (Pass C.Sg Masc) => -} "radiodirigido" ; + {- VPB (Pass C.Sg Fem) => -} "radiodirigida" ; + {- VPB (Pass C.Pl Masc) => -} "radiodirigidos" ; + {- VPB (Pass C.Pl Fem) => -} "radiodirigidas" + ] + } ; + +lin refringir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "refringir" ; + {- VI Ger => -} "refringiendo" ; + {- VI Part => -} "refringido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refrinjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refringes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refringe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "refringimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "refringís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refringen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refringía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refringías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refringía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refringíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refringíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refringían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refringiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "refringí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refringiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refringió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "refringimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "refringisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "refringieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "refringiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "refringirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "refringirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "refringiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "refringiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refringirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refringiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refringirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refringiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refringiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refringiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refringirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refringe" ; + {- VPB (Imper C.Sg C.P3) => -} "refrinja" ; + {- VPB (Imper C.Pl C.P1) => -} "refrinjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "refringid" ; + {- VPB (Imper C.Pl C.P3) => -} "refrinjan" ; + {- VPB (Pass C.Sg Masc) => -} "refringido" ; + {- VPB (Pass C.Sg Fem) => -} "refringida" ; + {- VPB (Pass C.Pl Masc) => -} "refringidos" ; + {- VPB (Pass C.Pl Fem) => -} "refringidas" + ] + } ; + +lin refulgir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "refulgir" ; + {- VI Ger => -} "refulgiendo" ; + {- VI Part => -} "refulgido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refuljo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refulges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refulge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "refulgimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "refulgís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refulgen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refulja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refuljas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refulja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refuljamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refuljáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refuljan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refulgía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refulgías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refulgía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refulgíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refulgíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refulgían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refulgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refulgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refulgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refulgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refulgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refulgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refulgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refulgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refulgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refulgiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "refulgí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refulgiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refulgió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "refulgimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "refulgisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "refulgieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "refulgiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "refulgirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "refulgirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "refulgiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "refulgiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refulgirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refulgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refulgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refulgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refulgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refulgiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refulgirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refulgiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refulgiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refulgiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refulgirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refulge" ; + {- VPB (Imper C.Sg C.P3) => -} "refulja" ; + {- VPB (Imper C.Pl C.P1) => -} "refuljamos" ; + {- VPB (Imper C.Pl C.P2) => -} "refulgid" ; + {- VPB (Imper C.Pl C.P3) => -} "refuljan" ; + {- VPB (Pass C.Sg Masc) => -} "refulgido" ; + {- VPB (Pass C.Sg Fem) => -} "refulgida" ; + {- VPB (Pass C.Pl Masc) => -} "refulgidos" ; + {- VPB (Pass C.Pl Fem) => -} "refulgidas" + ] + } ; + +lin restringir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "restringir" ; + {- VI Ger => -} "restringiendo" ; + {- VI Part => -} "restringido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "restrinjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "restringes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "restringe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "restringimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "restringís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restringen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restringía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restringías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restringía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restringíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restringíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restringían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restringiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "restringí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "restringiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "restringió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "restringimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "restringisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "restringieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "restringiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "restringirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "restringirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "restringiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "restringiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restringirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restringiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restringirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restringiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restringiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restringiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restringirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "restringe" ; + {- VPB (Imper C.Sg C.P3) => -} "restrinja" ; + {- VPB (Imper C.Pl C.P1) => -} "restrinjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "restringid" ; + {- VPB (Imper C.Pl C.P3) => -} "restrinjan" ; + {- VPB (Pass C.Sg Masc) => -} "restringido" ; + {- VPB (Pass C.Sg Fem) => -} "restringida" ; + {- VPB (Pass C.Pl Masc) => -} "restringidos" ; + {- VPB (Pass C.Pl Fem) => -} "restringidas" + ] + } ; + +lin resurgir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resurgir" ; + {- VI Ger => -} "resurgiendo" ; + {- VI Part => -} "resurgido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resurjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resurges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resurge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resurgimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resurgís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resurgen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resurja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resurjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resurja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resurjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resurjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resurjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resurgía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resurgías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resurgía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resurgíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resurgíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resurgían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resurgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resurgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resurgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resurgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resurgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resurgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resurgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resurgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resurgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resurgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resurgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resurgiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resurgí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resurgiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resurgió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resurgimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resurgisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resurgieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resurgiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resurgirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resurgirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resurgiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resurgiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resurgirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resurgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resurgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resurgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resurgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resurgiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resurgirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resurgiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resurgiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resurgiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resurgirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resurge" ; + {- VPB (Imper C.Sg C.P3) => -} "resurja" ; + {- VPB (Imper C.Pl C.P1) => -} "resurjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "resurgid" ; + {- VPB (Imper C.Pl C.P3) => -} "resurjan" ; + {- VPB (Pass C.Sg Masc) => -} "resurgido" ; + {- VPB (Pass C.Sg Fem) => -} "resurgida" ; + {- VPB (Pass C.Pl Masc) => -} "resurgidos" ; + {- VPB (Pass C.Pl Fem) => -} "resurgidas" + ] + } ; + +lin rugir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rugir" ; + {- VI Ger => -} "rugiendo" ; + {- VI Part => -} "rugido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rujo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ruges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ruge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rugimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rugís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rugen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ruja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rujas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ruja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rujamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rujáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rujan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rugía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rugías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rugía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rugíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rugíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rugían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rugiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rugieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rugiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rugiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rugierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rugieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rugieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rugiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rugieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rugiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rugí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rugiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rugió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rugimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rugisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rugieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rugiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rugirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rugirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rugiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rugiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rugirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rugiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rugieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rugiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rugiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rugiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rugieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rugiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rugirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rugiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rugiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rugiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rugirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ruge" ; + {- VPB (Imper C.Sg C.P3) => -} "ruja" ; + {- VPB (Imper C.Pl C.P1) => -} "rujamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rugid" ; + {- VPB (Imper C.Pl C.P3) => -} "rujan" ; + {- VPB (Pass C.Sg Masc) => -} "rugido" ; + {- VPB (Pass C.Sg Fem) => -} "rugida" ; + {- VPB (Pass C.Pl Masc) => -} "rugidos" ; + {- VPB (Pass C.Pl Fem) => -} "rugidas" + ] + } ; + +lin sumergir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sumergir" ; + {- VI Ger => -} "sumergiendo" ; + {- VI Part => -} "sumergido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sumerjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sumerges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sumerge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sumergimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sumergís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sumergen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sumerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sumerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sumerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sumerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sumerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sumerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sumergía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sumergías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sumergía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sumergíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sumergíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sumergían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sumergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sumergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sumergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sumergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sumergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sumergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sumergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sumergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sumergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sumergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sumergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sumergiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sumergí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sumergiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sumergió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sumergimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sumergisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sumergieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sumergiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sumergirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sumergirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sumergiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sumergiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sumergirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sumergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sumergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sumergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sumergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sumergiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sumergirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sumergiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sumergiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sumergiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sumergirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sumerge" ; + {- VPB (Imper C.Sg C.P3) => -} "sumerja" ; + {- VPB (Imper C.Pl C.P1) => -} "sumerjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sumergid" ; + {- VPB (Imper C.Pl C.P3) => -} "sumerjan" ; + {- VPB (Pass C.Sg Masc) => -} "sumergido" ; + {- VPB (Pass C.Sg Fem) => -} "sumergida" ; + {- VPB (Pass C.Pl Masc) => -} "sumergidos" ; + {- VPB (Pass C.Pl Fem) => -} "sumergidas" + ] + } ; + +lin surgir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "surgir" ; + {- VI Ger => -} "surgiendo" ; + {- VI Part => -} "surgido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "surjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "surges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "surge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "surgimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "surgís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "surgen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "surja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "surjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "surja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "surjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "surjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "surjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "surgía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "surgías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "surgía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "surgíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "surgíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "surgían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "surgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "surgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "surgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "surgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "surgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "surgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "surgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "surgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "surgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "surgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "surgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "surgiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "surgí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "surgiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "surgió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "surgimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "surgisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "surgieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "surgiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "surgirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "surgirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "surgiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "surgiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "surgirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "surgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "surgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "surgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "surgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "surgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "surgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "surgiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "surgirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "surgiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "surgiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "surgiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "surgirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "surge" ; + {- VPB (Imper C.Sg C.P3) => -} "surja" ; + {- VPB (Imper C.Pl C.P1) => -} "surjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "surgid" ; + {- VPB (Imper C.Pl C.P3) => -} "surjan" ; + {- VPB (Pass C.Sg Masc) => -} "surgido" ; + {- VPB (Pass C.Sg Fem) => -} "surgida" ; + {- VPB (Pass C.Pl Masc) => -} "surgidos" ; + {- VPB (Pass C.Pl Fem) => -} "surgidas" + ] + } ; + +lin teledirigir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "teledirigir" ; + {- VI Ger => -} "teledirigiendo" ; + {- VI Part => -} "teledirigido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "teledirijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "telediriges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "teledirige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "teledirigimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "teledirigís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "teledirigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "teledirija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "teledirijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "teledirija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "teledirijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "teledirijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "teledirijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "teledirigía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "teledirigías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "teledirigía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "teledirigíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "teledirigíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "teledirigían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "teledirigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "teledirigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "teledirigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "teledirigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "teledirigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "teledirigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "teledirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "teledirigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "teledirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "teledirigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "teledirigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "teledirigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "teledirigí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "teledirigiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "teledirigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "teledirigimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "teledirigisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "teledirigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "teledirigiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "teledirigirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "teledirigirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "teledirigiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "teledirigirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "teledirigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "teledirigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "teledirigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "teledirigiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "teledirigirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "teledirigiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "teledirigiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "teledirigiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "teledirigirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "teledirige" ; + {- VPB (Imper C.Sg C.P3) => -} "teledirija" ; + {- VPB (Imper C.Pl C.P1) => -} "teledirijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "teledirigid" ; + {- VPB (Imper C.Pl C.P3) => -} "teledirijan" ; + {- VPB (Pass C.Sg Masc) => -} "teledirigido" ; + {- VPB (Pass C.Sg Fem) => -} "teledirigida" ; + {- VPB (Pass C.Pl Masc) => -} "teledirigidos" ; + {- VPB (Pass C.Pl Fem) => -} "teledirigidas" + ] + } ; + +lin transigir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "transigir" ; + {- VI Ger => -} "transigiendo" ; + {- VI Part => -} "transigido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "transijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "transiges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "transige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "transigimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "transigís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transigía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transigías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transigía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transigíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transigíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transigían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "transigí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transigiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "transigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "transigimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "transigisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "transigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transigiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "transigirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "transigirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transigiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transigiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transigirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transigiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transigirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transigiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transigiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transigiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transigirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "transige" ; + {- VPB (Imper C.Sg C.P3) => -} "transija" ; + {- VPB (Imper C.Pl C.P1) => -} "transijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "transigid" ; + {- VPB (Imper C.Pl C.P3) => -} "transijan" ; + {- VPB (Pass C.Sg Masc) => -} "transigido" ; + {- VPB (Pass C.Sg Fem) => -} "transigida" ; + {- VPB (Pass C.Pl Masc) => -} "transigidos" ; + {- VPB (Pass C.Pl Fem) => -} "transigidas" + ] + } ; + +lin ungir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ungir" ; + {- VI Ger => -} "ungiendo" ; + {- VI Part => -} "ungido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "unjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "unges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "unge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ungimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ungís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ungen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "unja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "unjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "unja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "unjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "unjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "unjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ungía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ungías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ungía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ungíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ungíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ungían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ungiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ungí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ungiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ungió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ungimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ungisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ungieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ungiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ungirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ungirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ungiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ungiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ungirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ungiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ungirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ungiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ungiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ungiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ungirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "unge" ; + {- VPB (Imper C.Sg C.P3) => -} "unja" ; + {- VPB (Imper C.Pl C.P1) => -} "unjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ungid" ; + {- VPB (Imper C.Pl C.P3) => -} "unjan" ; + {- VPB (Pass C.Sg Masc) => -} "ungido" ; + {- VPB (Pass C.Sg Fem) => -} "ungida" ; + {- VPB (Pass C.Pl Masc) => -} "ungidos" ; + {- VPB (Pass C.Pl Fem) => -} "ungidas" + ] + } ; + +lin urgir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "urgir" ; + {- VI Ger => -} "urgiendo" ; + {- VI Part => -} "urgido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "urjo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "urges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "urge" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "urgimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "urgís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "urgen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "urja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "urjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "urja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "urjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "urjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "urjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "urgía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "urgías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "urgía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "urgíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "urgíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "urgían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "urgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "urgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "urgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "urgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "urgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "urgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "urgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "urgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "urgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "urgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "urgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "urgiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "urgí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "urgiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "urgió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "urgimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "urgisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "urgieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "urgiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "urgirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "urgirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "urgiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "urgiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "urgirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "urgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "urgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "urgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "urgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "urgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "urgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "urgiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "urgirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "urgiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "urgiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "urgiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "urgirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "urge" ; + {- VPB (Imper C.Sg C.P3) => -} "urja" ; + {- VPB (Imper C.Pl C.P1) => -} "urjamos" ; + {- VPB (Imper C.Pl C.P2) => -} "urgid" ; + {- VPB (Imper C.Pl C.P3) => -} "urjan" ; + {- VPB (Pass C.Sg Masc) => -} "urgido" ; + {- VPB (Pass C.Sg Fem) => -} "urgida" ; + {- VPB (Pass C.Pl Masc) => -} "urgidos" ; + {- VPB (Pass C.Pl Fem) => -} "urgidas" + ] + } ; + +lin distinguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "distinguir" ; + {- VI Ger => -} "distinguiendo" ; + {- VI Part => -} "distinguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "distingo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "distingues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "distingue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "distinguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "distinguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distinguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distinga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distingas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distinga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distingamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distingáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distingan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distinguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distinguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distinguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distinguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distinguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distinguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distinguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distinguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distinguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distinguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distinguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distinguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distinguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distinguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distinguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distinguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "distinguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "distinguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "distinguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "distinguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "distinguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "distinguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "distinguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "distinguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "distinguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "distinguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "distinguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distinguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distinguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distinguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distinguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distinguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distinguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distinguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distinguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distinguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distinguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distinguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "distingue" ; + {- VPB (Imper C.Sg C.P3) => -} "distinga" ; + {- VPB (Imper C.Pl C.P1) => -} "distingamos" ; + {- VPB (Imper C.Pl C.P2) => -} "distinguid" ; + {- VPB (Imper C.Pl C.P3) => -} "distingan" ; + {- VPB (Pass C.Sg Masc) => -} "distinguido" ; + {- VPB (Pass C.Sg Fem) => -} "distinguida" ; + {- VPB (Pass C.Pl Masc) => -} "distinguidos" ; + {- VPB (Pass C.Pl Fem) => -} "distinguidas" + ] + } ; + +lin extinguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "extinguir" ; + {- VI Ger => -} "extinguiendo" ; + {- VI Part => -} "extinguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "extingo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "extingues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "extingue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "extinguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "extinguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "extinguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "extinga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "extingas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "extinga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "extingamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "extingáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "extingan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "extinguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "extinguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "extinguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "extinguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "extinguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "extinguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "extinguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "extinguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "extinguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "extinguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "extinguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "extinguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "extinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "extinguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "extinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "extinguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "extinguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "extinguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "extinguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "extinguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "extinguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "extinguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "extinguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "extinguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "extinguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "extinguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "extinguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "extinguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "extinguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "extinguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "extinguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "extinguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "extinguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "extinguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "extinguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "extinguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "extinguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "extinguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "extinguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "extinguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "extingue" ; + {- VPB (Imper C.Sg C.P3) => -} "extinga" ; + {- VPB (Imper C.Pl C.P1) => -} "extingamos" ; + {- VPB (Imper C.Pl C.P2) => -} "extinguid" ; + {- VPB (Imper C.Pl C.P3) => -} "extingan" ; + {- VPB (Pass C.Sg Masc) => -} "extinguido" ; + {- VPB (Pass C.Sg Fem) => -} "extinguida" ; + {- VPB (Pass C.Pl Masc) => -} "extinguidos" ; + {- VPB (Pass C.Pl Fem) => -} "extinguidas" + ] + } ; + +lin subdistinguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subdistinguir" ; + {- VI Ger => -} "subdistinguiendo" ; + {- VI Part => -} "subdistinguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subdistingo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subdistingues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subdistingue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subdistinguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subdistinguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subdistinguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subdistinga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subdistingas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subdistinga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subdistingamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subdistingáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subdistingan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subdistinguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subdistinguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subdistinguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subdistinguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subdistinguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subdistinguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subdistinguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subdistinguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subdistinguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subdistinguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subdistinguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subdistinguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subdistinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subdistinguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subdistinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subdistinguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subdistinguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subdistinguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subdistinguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subdistinguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subdistinguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subdistinguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subdistinguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subdistinguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subdistinguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subdistinguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subdistinguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subdistinguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subdistinguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subdistinguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subdistinguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subdistinguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subdistinguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subdistinguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subdistinguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subdistinguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subdistingue" ; + {- VPB (Imper C.Sg C.P3) => -} "subdistinga" ; + {- VPB (Imper C.Pl C.P1) => -} "subdistingamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subdistinguid" ; + {- VPB (Imper C.Pl C.P3) => -} "subdistingan" ; + {- VPB (Pass C.Sg Masc) => -} "subdistinguido" ; + {- VPB (Pass C.Sg Fem) => -} "subdistinguida" ; + {- VPB (Pass C.Pl Masc) => -} "subdistinguidos" ; + {- VPB (Pass C.Pl Fem) => -} "subdistinguidas" + ] + } ; + +lin deslucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deslucir" ; + {- VI Ger => -} "desluciendo" ; + {- VI Part => -} "deslucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deslucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deslucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deslucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deslucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deslucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deslucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deslucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deslucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deslucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deslucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deslucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deslucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deslucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "deslució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deslucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deslucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "deslucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deslucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deslucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deslucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deslucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deslucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deslucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deslucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desluce" ; + {- VPB (Imper C.Sg C.P3) => -} "desluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "desluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deslucid" ; + {- VPB (Imper C.Pl C.P3) => -} "desluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "deslucido" ; + {- VPB (Pass C.Sg Fem) => -} "deslucida" ; + {- VPB (Pass C.Pl Masc) => -} "deslucidos" ; + {- VPB (Pass C.Pl Fem) => -} "deslucidas" + ] + } ; + +lin enlucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enlucir" ; + {- VI Ger => -} "enluciendo" ; + {- VI Part => -} "enlucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enlucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enlucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enlucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enlucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enlucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enlució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enlucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enlucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enlucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enlucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enlucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enluce" ; + {- VPB (Imper C.Sg C.P3) => -} "enluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "enluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enlucid" ; + {- VPB (Imper C.Pl C.P3) => -} "enluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "enlucido" ; + {- VPB (Pass C.Sg Fem) => -} "enlucida" ; + {- VPB (Pass C.Pl Masc) => -} "enlucidos" ; + {- VPB (Pass C.Pl Fem) => -} "enlucidas" + ] + } ; + +lin entrelucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entrelucir" ; + {- VI Ger => -} "entreluciendo" ; + {- VI Part => -} "entrelucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entreluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entreluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entreluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entrelucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entrelucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrelucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrelucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrelucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrelucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrelucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrelucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrelucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrelucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrelucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrelucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrelucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrelucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entrelucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entreluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrelució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entrelucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entrelucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entrelucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entreluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entrelucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entrelucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entreluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entreluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrelucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrelucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrelucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrelucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrelucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entreluce" ; + {- VPB (Imper C.Sg C.P3) => -} "entreluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "entreluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entrelucid" ; + {- VPB (Imper C.Pl C.P3) => -} "entreluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "entrelucido" ; + {- VPB (Pass C.Sg Fem) => -} "entrelucida" ; + {- VPB (Pass C.Pl Masc) => -} "entrelucidos" ; + {- VPB (Pass C.Pl Fem) => -} "entrelucidas" + ] + } ; + +lin lucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "lucir" ; + {- VI Ger => -} "luciendo" ; + {- VI Part => -} "lucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "luzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "luces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "luce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "lucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "lucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "lucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "luzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "luzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "luzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "luzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "luzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "luzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "lucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "lucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "lucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "lucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "lucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "luciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "lucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "luciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "luciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "lucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "lucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "luciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "lucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "luciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "luciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "lucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "luciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "lucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "luciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "lució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "lucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "lucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "lucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "luciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "lucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "lucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "luciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "luciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "lucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "luciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "lucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "luciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "luciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "luciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "lucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "luciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "lucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "luciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "luciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "luciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "lucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "luce" ; + {- VPB (Imper C.Sg C.P3) => -} "luzca" ; + {- VPB (Imper C.Pl C.P1) => -} "luzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "lucid" ; + {- VPB (Imper C.Pl C.P3) => -} "luzcan" ; + {- VPB (Pass C.Sg Masc) => -} "lucido" ; + {- VPB (Pass C.Sg Fem) => -} "lucida" ; + {- VPB (Pass C.Pl Masc) => -} "lucidos" ; + {- VPB (Pass C.Pl Fem) => -} "lucidas" + ] + } ; + +lin prelucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prelucir" ; + {- VI Ger => -} "preluciendo" ; + {- VI Part => -} "prelucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "preluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "preluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "preluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prelucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prelucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prelucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prelucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prelucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prelucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prelucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prelucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prelucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prelucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prelucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prelucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prelucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prelucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prelucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "preluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prelució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prelucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prelucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prelucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prelucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prelucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prelucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prelucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prelucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prelucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prelucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preluce" ; + {- VPB (Imper C.Sg C.P3) => -} "preluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "preluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prelucid" ; + {- VPB (Imper C.Pl C.P3) => -} "preluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "prelucido" ; + {- VPB (Pass C.Sg Fem) => -} "prelucida" ; + {- VPB (Pass C.Pl Masc) => -} "prelucidos" ; + {- VPB (Pass C.Pl Fem) => -} "prelucidas" + ] + } ; + +lin relucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "relucir" ; + {- VI Ger => -} "reluciendo" ; + {- VI Part => -} "relucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "relucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "relucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "relucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "relucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "relucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "relucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "relucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "relucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "relucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "relucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "relucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "relucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "relucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "relucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "relucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "relució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "relucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "relucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "relucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "relucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "relucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "relucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "relucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "relucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "relucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "relucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reluce" ; + {- VPB (Imper C.Sg C.P3) => -} "reluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "reluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "relucid" ; + {- VPB (Imper C.Pl C.P3) => -} "reluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "relucido" ; + {- VPB (Pass C.Sg Fem) => -} "relucida" ; + {- VPB (Pass C.Pl Masc) => -} "relucidos" ; + {- VPB (Pass C.Pl Fem) => -} "relucidas" + ] + } ; + +lin traslucir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "traslucir" ; + {- VI Ger => -} "trasluciendo" ; + {- VI Part => -} "traslucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "traslucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "traslucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "traslucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traslucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "traslucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traslucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "traslucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "traslucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "traslucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "traslucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "traslucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "traslucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "traslucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "traslucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "traslucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "traslució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "traslucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "traslucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "traslucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "traslucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "traslucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traslucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "traslucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "traslucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traslucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traslucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasluce" ; + {- VPB (Imper C.Sg C.P3) => -} "trasluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "trasluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "traslucid" ; + {- VPB (Imper C.Pl C.P3) => -} "trasluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "traslucido" ; + {- VPB (Pass C.Sg Fem) => -} "traslucida" ; + {- VPB (Pass C.Pl Masc) => -} "traslucidos" ; + {- VPB (Pass C.Pl Fem) => -} "traslucidas" + ] + } ; + +lin abastecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abastecer" ; + {- VI Ger => -} "abasteciendo" ; + {- VI Part => -} "abastecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abastezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abasteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abastece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abastecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abastecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abastecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abastecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abastecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abastecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abastecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abastecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abastecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abasteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abastecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abasteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abasteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abastecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abastecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abastecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abasteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abastecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abastecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abasteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abasteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abastecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abastecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abastecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abastecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abasteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abasteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abastecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abastece" ; + {- VPB (Imper C.Sg C.P3) => -} "abastezca" ; + {- VPB (Imper C.Pl C.P1) => -} "abastezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "abasteced" ; + {- VPB (Imper C.Pl C.P3) => -} "abastezcan" ; + {- VPB (Pass C.Sg Masc) => -} "abastecido" ; + {- VPB (Pass C.Sg Fem) => -} "abastecida" ; + {- VPB (Pass C.Pl Masc) => -} "abastecidos" ; + {- VPB (Pass C.Pl Fem) => -} "abastecidas" + ] + } ; + +lin ablandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ablandecer" ; + {- VI Ger => -} "ablandeciendo" ; + {- VI Part => -} "ablandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ablandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ablandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ablandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ablandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ablandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ablandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ablandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ablandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ablandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ablandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ablandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ablandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ablandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ablandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ablandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ablandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ablandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ablandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ablandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ablandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ablandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ablandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ablandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ablandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ablandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ablandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ablandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ablandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ablandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ablandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ablandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ablandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ablandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ablandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ablandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ablandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ablandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ablandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ablandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ablandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ablandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ablandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ablandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ablandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ablandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ablandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ablandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ablandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ablandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ablandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ablandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ablandece" ; + {- VPB (Imper C.Sg C.P3) => -} "ablandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ablandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ablandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "ablandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ablandecido" ; + {- VPB (Pass C.Sg Fem) => -} "ablandecida" ; + {- VPB (Pass C.Pl Masc) => -} "ablandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ablandecidas" + ] + } ; + +lin aborrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aborrecer" ; + {- VI Ger => -} "aborreciendo" ; + {- VI Part => -} "aborrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aborrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aborreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aborrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aborrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aborrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aborrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aborrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aborrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aborrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aborrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aborrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aborrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aborrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aborrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aborrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aborrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aborrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aborrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aborreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aborrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aborreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aborreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aborrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aborrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aborreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aborrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aborreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aborreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aborrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aborreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aborrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aborreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aborreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aborrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aborrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aborrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aborreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aborrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aborrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aborreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aborreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aborrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aborrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aborreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aborreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aborrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aborrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aborrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aborrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aborreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aborreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aborrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aborrece" ; + {- VPB (Imper C.Sg C.P3) => -} "aborrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "aborrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aborreced" ; + {- VPB (Imper C.Pl C.P3) => -} "aborrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "aborrecido" ; + {- VPB (Pass C.Sg Fem) => -} "aborrecida" ; + {- VPB (Pass C.Pl Masc) => -} "aborrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "aborrecidas" + ] + } ; + +lin abravecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abravecer" ; + {- VI Ger => -} "abraveciendo" ; + {- VI Part => -} "abravecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abravezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abraveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abravece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abravecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abravecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abravecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abravecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abravecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abravecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abravecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abravecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abravecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abraveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abravecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abraveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abraveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abravecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abravecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abravecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abraveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abravecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abravecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abraveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abraveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abravecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abravecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abravecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abravecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abraveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abraveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abravecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abravece" ; + {- VPB (Imper C.Sg C.P3) => -} "abravezca" ; + {- VPB (Imper C.Pl C.P1) => -} "abravezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "abraveced" ; + {- VPB (Imper C.Pl C.P3) => -} "abravezcan" ; + {- VPB (Pass C.Sg Masc) => -} "abravecido" ; + {- VPB (Pass C.Sg Fem) => -} "abravecida" ; + {- VPB (Pass C.Pl Masc) => -} "abravecidos" ; + {- VPB (Pass C.Pl Fem) => -} "abravecidas" + ] + } ; + +lin acaecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acaecer" ; + {- VI Ger => -} "acaeciendo" ; + {- VI Part => -} "acaecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acaezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acaeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acaece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acaecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acaecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acaezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acaezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acaezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acaezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acaecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acaecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acaecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acaecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acaecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acaecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acaeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acaecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acaeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acaecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acaecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acaeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acaecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acaeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acaecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acaeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acaeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acaecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acaecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acaecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acaeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acaecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acaecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acaeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acaeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acaecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acaecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acaeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acaeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acaecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acaecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acaecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acaeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acaeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acaecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acaece" ; + {- VPB (Imper C.Sg C.P3) => -} "acaezca" ; + {- VPB (Imper C.Pl C.P1) => -} "acaezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "acaeced" ; + {- VPB (Imper C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Pass C.Sg Masc) => -} "acaecido" ; + {- VPB (Pass C.Sg Fem) => -} "acaecida" ; + {- VPB (Pass C.Pl Masc) => -} "acaecidos" ; + {- VPB (Pass C.Pl Fem) => -} "acaecidas" + ] + } ; + +lin aclarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aclarecer" ; + {- VI Ger => -} "aclareciendo" ; + {- VI Part => -} "aclarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aclarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aclareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aclarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aclarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aclarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aclarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aclarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aclarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aclarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aclarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aclarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aclarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aclarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aclarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aclarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aclarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aclarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aclarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aclareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aclarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aclareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aclareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aclarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aclarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aclarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aclareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aclarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aclareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aclarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aclareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aclareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aclarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aclarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aclarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aclareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aclarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aclarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aclareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aclareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aclarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aclarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aclareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aclareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aclarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aclarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aclarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aclarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aclareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aclareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aclarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aclarece" ; + {- VPB (Imper C.Sg C.P3) => -} "aclarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "aclarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aclareced" ; + {- VPB (Imper C.Pl C.P3) => -} "aclarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "aclarecido" ; + {- VPB (Pass C.Sg Fem) => -} "aclarecida" ; + {- VPB (Pass C.Pl Masc) => -} "aclarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "aclarecidas" + ] + } ; + +lin acontecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acontecer" ; + {- VI Ger => -} "aconteciendo" ; + {- VI Part => -} "acontecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acontezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aconteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acontece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acontecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acontecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acontezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acontezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acontezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acontezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acontecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acontecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acontecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acontecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acontecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acontecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aconteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acontecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aconteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aconteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acontecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acontecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aconteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acontecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aconteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aconteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acontecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aconteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acontecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aconteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aconteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acontecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acontecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acontecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aconteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acontecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acontecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aconteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aconteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acontecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acontecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aconteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aconteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acontecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acontecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acontecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aconteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aconteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acontecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acontece" ; + {- VPB (Imper C.Sg C.P3) => -} "acontezca" ; + {- VPB (Imper C.Pl C.P1) => -} "acontezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aconteced" ; + {- VPB (Imper C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Pass C.Sg Masc) => -} "acontecido" ; + {- VPB (Pass C.Sg Fem) => -} "acontecida" ; + {- VPB (Pass C.Pl Masc) => -} "acontecidos" ; + {- VPB (Pass C.Pl Fem) => -} "acontecidas" + ] + } ; + +lin acrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acrecer" ; + {- VI Ger => -} "acreciendo" ; + {- VI Part => -} "acrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acrece" ; + {- VPB (Imper C.Sg C.P3) => -} "acrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "acrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "acreced" ; + {- VPB (Imper C.Pl C.P3) => -} "acrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "acrecido" ; + {- VPB (Pass C.Sg Fem) => -} "acrecida" ; + {- VPB (Pass C.Pl Masc) => -} "acrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "acrecidas" + ] + } ; + +lin adolecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adolecer" ; + {- VI Ger => -} "adoleciendo" ; + {- VI Part => -} "adolecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adolezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adoleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adolece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adolecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adolecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adolecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adolezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adolezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adolezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adolezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adolezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adolezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adolecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adolecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adolecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adolecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adolecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adolecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adoleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adolecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adoleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adoleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adolecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adolecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adolecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adoleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adolecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adoleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adolecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adoleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adoleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adolecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adolecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adolecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adoleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adolecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adolecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adoleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adoleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adolecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adolecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adoleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adoleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adolecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adolecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adolecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adolecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adoleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adoleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adolecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adolece" ; + {- VPB (Imper C.Sg C.P3) => -} "adolezca" ; + {- VPB (Imper C.Pl C.P1) => -} "adolezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "adoleced" ; + {- VPB (Imper C.Pl C.P3) => -} "adolezcan" ; + {- VPB (Pass C.Sg Masc) => -} "adolecido" ; + {- VPB (Pass C.Sg Fem) => -} "adolecida" ; + {- VPB (Pass C.Pl Masc) => -} "adolecidos" ; + {- VPB (Pass C.Pl Fem) => -} "adolecidas" + ] + } ; + +lin adormecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adormecer" ; + {- VI Ger => -} "adormeciendo" ; + {- VI Part => -} "adormecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adormezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adormeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adormece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adormecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adormecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adormecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adormezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adormezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adormezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adormezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adormezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adormezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adormecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adormecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adormecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adormecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adormecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adormecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adormeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adormecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adormeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adormeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adormecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adormecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adormecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adormeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adormecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adormeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adormecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adormeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adormeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adormecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adormecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adormecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adormeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adormecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adormecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adormeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adormeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adormecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adormecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adormeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adormeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adormecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adormecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adormecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adormecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adormeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adormeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adormecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adormece" ; + {- VPB (Imper C.Sg C.P3) => -} "adormezca" ; + {- VPB (Imper C.Pl C.P1) => -} "adormezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "adormeced" ; + {- VPB (Imper C.Pl C.P3) => -} "adormezcan" ; + {- VPB (Pass C.Sg Masc) => -} "adormecido" ; + {- VPB (Pass C.Sg Fem) => -} "adormecida" ; + {- VPB (Pass C.Pl Masc) => -} "adormecidos" ; + {- VPB (Pass C.Pl Fem) => -} "adormecidas" + ] + } ; + +lin agradecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "agradecer" ; + {- VI Ger => -} "agradeciendo" ; + {- VI Part => -} "agradecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "agradezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "agradeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "agradece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "agradecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "agradecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "agradecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "agradezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "agradezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "agradezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "agradezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "agradezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "agradezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "agradecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "agradecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "agradecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "agradecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "agradecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "agradecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "agradeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "agradecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "agradeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "agradeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "agradecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "agradecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "agradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "agradecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "agradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "agradeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "agradecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "agradeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "agradecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "agradeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "agradeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "agradecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "agradecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "agradecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "agradeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "agradecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "agradecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "agradeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "agradeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "agradecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "agradecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "agradeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "agradeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "agradecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "agradecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "agradecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "agradecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "agradeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "agradeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "agradecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "agradece" ; + {- VPB (Imper C.Sg C.P3) => -} "agradezca" ; + {- VPB (Imper C.Pl C.P1) => -} "agradezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "agradeced" ; + {- VPB (Imper C.Pl C.P3) => -} "agradezcan" ; + {- VPB (Pass C.Sg Masc) => -} "agradecido" ; + {- VPB (Pass C.Sg Fem) => -} "agradecida" ; + {- VPB (Pass C.Pl Masc) => -} "agradecidos" ; + {- VPB (Pass C.Pl Fem) => -} "agradecidas" + ] + } ; + +lin altivecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "altivecer" ; + {- VI Ger => -} "altiveciendo" ; + {- VI Part => -} "altivecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "altivezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "altiveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "altivece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "altivecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "altivecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "altivecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "altivezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "altivezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "altivezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "altivezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "altivezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "altivezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "altivecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "altivecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "altivecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "altivecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "altivecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "altivecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "altiveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "altivecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "altiveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "altiveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "altivecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "altivecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "altiveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "altivecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "altiveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "altiveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "altivecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "altiveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "altivecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "altiveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "altiveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "altivecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "altivecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "altivecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "altiveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "altivecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "altivecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "altiveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "altiveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "altivecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "altivecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "altiveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "altiveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "altivecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "altivecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "altivecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "altivecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "altiveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "altiveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "altivecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "altivece" ; + {- VPB (Imper C.Sg C.P3) => -} "altivezca" ; + {- VPB (Imper C.Pl C.P1) => -} "altivezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "altiveced" ; + {- VPB (Imper C.Pl C.P3) => -} "altivezcan" ; + {- VPB (Pass C.Sg Masc) => -} "altivecido" ; + {- VPB (Pass C.Sg Fem) => -} "altivecida" ; + {- VPB (Pass C.Pl Masc) => -} "altivecidos" ; + {- VPB (Pass C.Pl Fem) => -} "altivecidas" + ] + } ; + +lin amanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amanecer" ; + {- VI Ger => -} "amaneciendo" ; + {- VI Part => -} "amanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amanece" ; + {- VPB (Imper C.Sg C.P3) => -} "amanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "amanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "amanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "amanecido" ; + {- VPB (Pass C.Sg Fem) => -} "amanecida" ; + {- VPB (Pass C.Pl Masc) => -} "amanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "amanecidas" + ] + } ; + +lin amarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amarecer" ; + {- VI Ger => -} "amareciendo" ; + {- VI Part => -} "amarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amarece" ; + {- VPB (Imper C.Sg C.P3) => -} "amarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "amarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amareced" ; + {- VPB (Imper C.Pl C.P3) => -} "amarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "amarecido" ; + {- VPB (Pass C.Sg Fem) => -} "amarecida" ; + {- VPB (Pass C.Pl Masc) => -} "amarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "amarecidas" + ] + } ; + +lin amarillecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amarillecer" ; + {- VI Ger => -} "amarilleciendo" ; + {- VI Part => -} "amarillecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amarillezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amarilleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amarillece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amarillecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amarillecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amarillecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amarillezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amarillezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amarillezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amarillezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amarillezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amarillezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amarillecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amarillecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amarillecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amarillecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amarillecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amarillecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amarillecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amarilleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amarillecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amarillecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amarillecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amarilleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amarillecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amarilleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amarillecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amarilleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amarilleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amarillecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amarillecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amarillecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amarilleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amarillecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amarillecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amarilleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amarilleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amarillecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amarillecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amarilleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amarillecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amarillecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amarillecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amarillecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amarilleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amarilleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amarillecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amarillece" ; + {- VPB (Imper C.Sg C.P3) => -} "amarillezca" ; + {- VPB (Imper C.Pl C.P1) => -} "amarillezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amarilleced" ; + {- VPB (Imper C.Pl C.P3) => -} "amarillezcan" ; + {- VPB (Pass C.Sg Masc) => -} "amarillecido" ; + {- VPB (Pass C.Sg Fem) => -} "amarillecida" ; + {- VPB (Pass C.Pl Masc) => -} "amarillecidos" ; + {- VPB (Pass C.Pl Fem) => -} "amarillecidas" + ] + } ; + +lin amohecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amohecer" ; + {- VI Ger => -} "amoheciendo" ; + {- VI Part => -} "amohecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amohezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amoheces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amohece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amohecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amohecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amohecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amohecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amohecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amohecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amohecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amohecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amohecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoheciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amohecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amoheciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amoheció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amohecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amohecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amohecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amoheceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amohecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amohecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amoheceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amoheceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amohecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amohecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amohecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amohecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoheceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amoheceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amohecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amohece" ; + {- VPB (Imper C.Sg C.P3) => -} "amohezca" ; + {- VPB (Imper C.Pl C.P1) => -} "amohezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amoheced" ; + {- VPB (Imper C.Pl C.P3) => -} "amohezcan" ; + {- VPB (Pass C.Sg Masc) => -} "amohecido" ; + {- VPB (Pass C.Sg Fem) => -} "amohecida" ; + {- VPB (Pass C.Pl Masc) => -} "amohecidos" ; + {- VPB (Pass C.Pl Fem) => -} "amohecidas" + ] + } ; + +lin amorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amorecer" ; + {- VI Ger => -} "amoreciendo" ; + {- VI Part => -} "amorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amoreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amoreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amoreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amoreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amoreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amoreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amoreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amorece" ; + {- VPB (Imper C.Sg C.P3) => -} "amorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "amorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amoreced" ; + {- VPB (Imper C.Pl C.P3) => -} "amorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "amorecido" ; + {- VPB (Pass C.Sg Fem) => -} "amorecida" ; + {- VPB (Pass C.Pl Masc) => -} "amorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "amorecidas" + ] + } ; + +lin amortecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amortecer" ; + {- VI Ger => -} "amorteciendo" ; + {- VI Part => -} "amortecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amortezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amorteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amortece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amortecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amortecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amortecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amortezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amortezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amortezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amortezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amortezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amortezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amortecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amortecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amortecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amortecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amortecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amortecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amorteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amortecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amorteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amorteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amortecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amortecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amorteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amortecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amorteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amorteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amortecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amorteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amortecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amorteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amorteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amortecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amortecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amortecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amorteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amortecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amortecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amorteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amorteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amortecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amortecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amorteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amorteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amortecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amortecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amortecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amortecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amorteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amorteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amortecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amortece" ; + {- VPB (Imper C.Sg C.P3) => -} "amortezca" ; + {- VPB (Imper C.Pl C.P1) => -} "amortezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "amorteced" ; + {- VPB (Imper C.Pl C.P3) => -} "amortezcan" ; + {- VPB (Pass C.Sg Masc) => -} "amortecido" ; + {- VPB (Pass C.Sg Fem) => -} "amortecida" ; + {- VPB (Pass C.Pl Masc) => -} "amortecidos" ; + {- VPB (Pass C.Pl Fem) => -} "amortecidas" + ] + } ; + +lin anochecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "anochecer" ; + {- VI Ger => -} "anocheciendo" ; + {- VI Part => -} "anochecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "anochezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "anocheces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "anochece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "anochecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "anochecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anochecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "anochezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "anochezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "anochezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "anochezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "anochezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "anochezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "anochecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anochecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "anochecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anochecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anochecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anochecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anocheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "anochecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anocheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anocheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "anochecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "anochecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anocheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "anochecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anocheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anocheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "anochecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anocheciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "anochecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "anocheciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "anocheció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "anochecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "anochecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "anochecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "anocheceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "anochecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "anochecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "anocheceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "anocheceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "anochecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "anochecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anocheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anocheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "anochecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "anochecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "anochecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "anochecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "anocheceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "anocheceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "anochecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "anochece" ; + {- VPB (Imper C.Sg C.P3) => -} "anochezca" ; + {- VPB (Imper C.Pl C.P1) => -} "anochezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "anocheced" ; + {- VPB (Imper C.Pl C.P3) => -} "anochezcan" ; + {- VPB (Pass C.Sg Masc) => -} "anochecido" ; + {- VPB (Pass C.Sg Fem) => -} "anochecida" ; + {- VPB (Pass C.Pl Masc) => -} "anochecidos" ; + {- VPB (Pass C.Pl Fem) => -} "anochecidas" + ] + } ; + +lin aparecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aparecer" ; + {- VI Ger => -} "apareciendo" ; + {- VI Part => -} "aparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aparece" ; + {- VPB (Imper C.Sg C.P3) => -} "aparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "aparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "apareced" ; + {- VPB (Imper C.Pl C.P3) => -} "aparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "aparecido" ; + {- VPB (Pass C.Sg Fem) => -} "aparecida" ; + {- VPB (Pass C.Pl Masc) => -} "aparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "aparecidas" + ] + } ; + +lin apetecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apetecer" ; + {- VI Ger => -} "apeteciendo" ; + {- VI Part => -} "apetecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apetezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apeteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apetece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apetecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apetecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apetecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apetezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apetezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apetezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apetezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apetezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apetezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apetecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apetecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apetecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apetecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apetecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apetecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apeteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apetecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apeteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apeteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apetecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apetecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apeteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apetecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apeteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apeteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apetecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apeteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apetecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apeteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apeteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apetecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apetecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apetecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apeteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apetecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apetecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apeteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apeteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apetecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apetecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apeteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apeteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apetecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apetecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apetecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apetecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apeteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apeteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apetecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apetece" ; + {- VPB (Imper C.Sg C.P3) => -} "apetezca" ; + {- VPB (Imper C.Pl C.P1) => -} "apetezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "apeteced" ; + {- VPB (Imper C.Pl C.P3) => -} "apetezcan" ; + {- VPB (Pass C.Sg Masc) => -} "apetecido" ; + {- VPB (Pass C.Sg Fem) => -} "apetecida" ; + {- VPB (Pass C.Pl Masc) => -} "apetecidos" ; + {- VPB (Pass C.Pl Fem) => -} "apetecidas" + ] + } ; + +lin arbolecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "arbolecer" ; + {- VI Ger => -} "arboleciendo" ; + {- VI Part => -} "arbolecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arbolezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arboleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arbolece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arbolecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arbolecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arbolecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arbolezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arbolezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arbolezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arbolezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arbolezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arbolezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arbolecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arbolecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arbolecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arbolecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arbolecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arbolecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arboleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arbolecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arboleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arboleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arbolecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arbolecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arboleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arbolecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arboleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arboleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arbolecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arboleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arbolecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arboleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arboleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "arbolecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "arbolecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "arbolecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arboleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "arbolecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "arbolecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arboleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arboleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arbolecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arbolecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arboleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arboleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arbolecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arbolecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arbolecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arbolecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arboleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arboleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arbolecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arbolece" ; + {- VPB (Imper C.Sg C.P3) => -} "arbolezca" ; + {- VPB (Imper C.Pl C.P1) => -} "arbolezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "arboleced" ; + {- VPB (Imper C.Pl C.P3) => -} "arbolezcan" ; + {- VPB (Pass C.Sg Masc) => -} "arbolecido" ; + {- VPB (Pass C.Sg Fem) => -} "arbolecida" ; + {- VPB (Pass C.Pl Masc) => -} "arbolecidos" ; + {- VPB (Pass C.Pl Fem) => -} "arbolecidas" + ] + } ; + +lin arborecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "arborecer" ; + {- VI Ger => -} "arboreciendo" ; + {- VI Part => -} "arborecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arborezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arboreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arborece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arborecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arborecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arborecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arborezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arborezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arborezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arborezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arborezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arborezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arborecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arborecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arborecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arborecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arborecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arborecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arboreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arborecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arboreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arboreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arborecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arborecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arboreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arborecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arboreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arboreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arborecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arboreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arborecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arboreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arboreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "arborecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "arborecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "arborecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arboreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "arborecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "arborecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arboreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arboreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arborecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arborecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arboreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arboreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arborecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arborecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arborecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arborecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arboreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arboreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arborecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arborece" ; + {- VPB (Imper C.Sg C.P3) => -} "arborezca" ; + {- VPB (Imper C.Pl C.P1) => -} "arborezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "arboreced" ; + {- VPB (Imper C.Pl C.P3) => -} "arborezcan" ; + {- VPB (Pass C.Sg Masc) => -} "arborecido" ; + {- VPB (Pass C.Sg Fem) => -} "arborecida" ; + {- VPB (Pass C.Pl Masc) => -} "arborecidos" ; + {- VPB (Pass C.Pl Fem) => -} "arborecidas" + ] + } ; + +lin aridecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aridecer" ; + {- VI Ger => -} "arideciendo" ; + {- VI Part => -} "aridecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aridezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arideces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aridece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aridecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aridecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aridecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aridezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aridezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aridezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aridezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aridezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aridezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aridecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aridecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aridecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aridecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aridecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aridecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aridecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aridecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aridecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aridecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aridecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arideciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aridecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arideciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arideció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aridecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aridecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aridecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arideceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aridecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aridecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arideceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arideceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aridecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aridecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aridecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aridecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aridecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aridecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arideceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arideceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aridecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aridece" ; + {- VPB (Imper C.Sg C.P3) => -} "aridezca" ; + {- VPB (Imper C.Pl C.P1) => -} "aridezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "arideced" ; + {- VPB (Imper C.Pl C.P3) => -} "aridezcan" ; + {- VPB (Pass C.Sg Masc) => -} "aridecido" ; + {- VPB (Pass C.Sg Fem) => -} "aridecida" ; + {- VPB (Pass C.Pl Masc) => -} "aridecidos" ; + {- VPB (Pass C.Pl Fem) => -} "aridecidas" + ] + } ; + +lin atardecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atardecer" ; + {- VI Ger => -} "atardeciendo" ; + {- VI Part => -} "atardecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atardezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atardeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atardece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atardecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atardecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atardecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atardezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atardezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atardezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atardezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atardezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atardezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atardecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atardecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atardecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atardecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atardecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atardecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atardeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atardecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atardeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atardeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atardecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atardecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atardecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atardeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atardecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atardeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atardecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atardeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atardeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atardecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atardecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atardecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atardeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atardecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atardecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atardeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atardeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atardecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atardecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atardeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atardeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atardecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atardecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atardecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atardecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atardeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atardeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atardecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atardece" ; + {- VPB (Imper C.Sg C.P3) => -} "atardezca" ; + {- VPB (Imper C.Pl C.P1) => -} "atardezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "atardeced" ; + {- VPB (Imper C.Pl C.P3) => -} "atardezcan" ; + {- VPB (Pass C.Sg Masc) => -} "atardecido" ; + {- VPB (Pass C.Sg Fem) => -} "atardecida" ; + {- VPB (Pass C.Pl Masc) => -} "atardecidos" ; + {- VPB (Pass C.Pl Fem) => -} "atardecidas" + ] + } ; + +lin blanquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "blanquecer" ; + {- VI Ger => -} "blanqueciendo" ; + {- VI Part => -} "blanquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "blanquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "blanqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "blanquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "blanquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "blanquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "blanquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "blanquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "blanquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "blanquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "blanquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "blanquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "blanquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "blanquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "blanquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "blanquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "blanquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "blanquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "blanquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "blanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "blanquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "blanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "blanqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "blanquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "blanquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "blanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "blanquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "blanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "blanqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "blanquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "blanqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "blanquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "blanqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "blanqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "blanquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "blanquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "blanquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "blanqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "blanquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "blanquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "blanqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "blanqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "blanquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "blanquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "blanqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "blanquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "blanquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "blanquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "blanquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "blanqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "blanqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "blanquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "blanquece" ; + {- VPB (Imper C.Sg C.P3) => -} "blanquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "blanquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "blanqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "blanquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "blanquecido" ; + {- VPB (Pass C.Sg Fem) => -} "blanquecida" ; + {- VPB (Pass C.Pl Masc) => -} "blanquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "blanquecidas" + ] + } ; + +lin calecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "calecer" ; + {- VI Ger => -} "caleciendo" ; + {- VI Part => -} "calecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "calezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "caleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "calece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "calecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "calecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "calecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "calezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "calezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "calezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "calezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "calezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "calezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "calecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "calecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "calecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "calecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "calecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "calecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "caleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "calecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "caleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "caleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "calecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "calecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "caleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "calecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "caleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "caleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "calecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "caleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "calecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "caleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "caleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "calecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "calecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "calecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "caleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "calecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "calecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "caleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "caleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "calecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "caleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "calecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "caleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "caleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "caleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "calecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "calecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "calecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "calecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "caleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "caleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "calecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "calece" ; + {- VPB (Imper C.Sg C.P3) => -} "calezca" ; + {- VPB (Imper C.Pl C.P1) => -} "calezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "caleced" ; + {- VPB (Imper C.Pl C.P3) => -} "calezcan" ; + {- VPB (Pass C.Sg Masc) => -} "calecido" ; + {- VPB (Pass C.Sg Fem) => -} "calecida" ; + {- VPB (Pass C.Pl Masc) => -} "calecidos" ; + {- VPB (Pass C.Pl Fem) => -} "calecidas" + ] + } ; + +lin carecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "carecer" ; + {- VI Ger => -} "careciendo" ; + {- VI Part => -} "carecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "carezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "careces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "carece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "carecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "carecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "carecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "carezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "carezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "carezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "carezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "carezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "carezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "carecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "carecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "carecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "carecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "carecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "carecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "careciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "carecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "careciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "careciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "carecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "carecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "careciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "carecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "careciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "careciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "carecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "careciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "carecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "careciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "careció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "carecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "carecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "carecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "careceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "carecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "carecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "careceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "careceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "carecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "careciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "carecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "careciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "careciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "careciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "carecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "carecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "carecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "carecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "careceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "careceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "carecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "carece" ; + {- VPB (Imper C.Sg C.P3) => -} "carezca" ; + {- VPB (Imper C.Pl C.P1) => -} "carezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "careced" ; + {- VPB (Imper C.Pl C.P3) => -} "carezcan" ; + {- VPB (Pass C.Sg Masc) => -} "carecido" ; + {- VPB (Pass C.Sg Fem) => -} "carecida" ; + {- VPB (Pass C.Pl Masc) => -} "carecidos" ; + {- VPB (Pass C.Pl Fem) => -} "carecidas" + ] + } ; + +lin clarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "clarecer" ; + {- VI Ger => -} "clareciendo" ; + {- VI Part => -} "clarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "clarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "clareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "clarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "clarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "clarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "clarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "clarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "clarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "clarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "clarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "clarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "clarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "clarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "clarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "clarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "clarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "clarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "clarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "clareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "clarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "clareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "clareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "clarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "clarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "clareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "clarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "clareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "clareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "clarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "clareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "clarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "clareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "clareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "clarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "clarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "clarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "clareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "clarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "clarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "clareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "clareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "clarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "clareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "clarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "clareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "clareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "clareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "clarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "clarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "clarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "clarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "clareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "clareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "clarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "clarece" ; + {- VPB (Imper C.Sg C.P3) => -} "clarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "clarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "clareced" ; + {- VPB (Imper C.Pl C.P3) => -} "clarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "clarecido" ; + {- VPB (Pass C.Sg Fem) => -} "clarecida" ; + {- VPB (Pass C.Pl Masc) => -} "clarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "clarecidas" + ] + } ; + +lin colicuecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "colicuecer" ; + {- VI Ger => -} "colicueciendo" ; + {- VI Part => -} "colicuecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "colicuezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "colicueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "colicuece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "colicuecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "colicuecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "colicuecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "colicuezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "colicuezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "colicuezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colicuezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "colicuezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "colicuezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colicuecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colicuecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colicuecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "colicuecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colicuecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colicuecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "colicueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colicuecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "colicueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "colicueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colicuecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colicuecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "colicueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colicuecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "colicueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "colicueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colicuecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "colicueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "colicuecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "colicueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "colicueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "colicuecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "colicuecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "colicuecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "colicueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "colicuecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "colicuecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "colicueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "colicueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colicuecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colicuecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "colicueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "colicueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colicuecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colicuecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colicuecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colicuecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colicueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colicueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colicuecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "colicuece" ; + {- VPB (Imper C.Sg C.P3) => -} "colicuezca" ; + {- VPB (Imper C.Pl C.P1) => -} "colicuezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "colicueced" ; + {- VPB (Imper C.Pl C.P3) => -} "colicuezcan" ; + {- VPB (Pass C.Sg Masc) => -} "colicuecido" ; + {- VPB (Pass C.Sg Fem) => -} "colicuecida" ; + {- VPB (Pass C.Pl Masc) => -} "colicuecidos" ; + {- VPB (Pass C.Pl Fem) => -} "colicuecidas" + ] + } ; + +lin compadecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "compadecer" ; + {- VI Ger => -} "compadeciendo" ; + {- VI Part => -} "compadecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "compadezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "compadeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "compadece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "compadecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "compadecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "compadecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compadezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compadezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compadezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compadezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compadezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compadezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "compadecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "compadecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "compadecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "compadecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "compadecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "compadecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compadeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compadecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compadeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compadeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compadecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compadecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compadeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compadecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compadeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compadeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compadecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compadeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "compadecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "compadeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "compadeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "compadecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "compadecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "compadecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "compadeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "compadecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "compadecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "compadeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "compadeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "compadecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compadecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compadeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compadeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compadecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "compadecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compadecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "compadecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compadeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compadeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compadecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "compadece" ; + {- VPB (Imper C.Sg C.P3) => -} "compadezca" ; + {- VPB (Imper C.Pl C.P1) => -} "compadezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "compadeced" ; + {- VPB (Imper C.Pl C.P3) => -} "compadezcan" ; + {- VPB (Pass C.Sg Masc) => -} "compadecido" ; + {- VPB (Pass C.Sg Fem) => -} "compadecida" ; + {- VPB (Pass C.Pl Masc) => -} "compadecidos" ; + {- VPB (Pass C.Pl Fem) => -} "compadecidas" + ] + } ; + +lin comparecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "comparecer" ; + {- VI Ger => -} "compareciendo" ; + {- VI Part => -} "comparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "comparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "compareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "comparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "comparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "comparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "comparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "comparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "comparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "comparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "comparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "comparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "comparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "comparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "compareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "compareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "comparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "comparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "comparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "compareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "comparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "comparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "compareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "compareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "comparece" ; + {- VPB (Imper C.Sg C.P3) => -} "comparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "comparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "compareced" ; + {- VPB (Imper C.Pl C.P3) => -} "comparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "comparecido" ; + {- VPB (Pass C.Sg Fem) => -} "comparecida" ; + {- VPB (Pass C.Pl Masc) => -} "comparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "comparecidas" + ] + } ; + +lin convalecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "convalecer" ; + {- VI Ger => -} "convaleciendo" ; + {- VI Part => -} "convalecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "convalezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "convaleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "convalece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convalecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convalecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convalecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "convalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "convalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convalecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convalecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convalecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convalecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convalecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convalecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convaleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convalecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "convaleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convaleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convalecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convalecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convalecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convaleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convalecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convalecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convaleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convaleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convalecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convalecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convalecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convalecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convaleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convaleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convalecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "convalece" ; + {- VPB (Imper C.Sg C.P3) => -} "convalezca" ; + {- VPB (Imper C.Pl C.P1) => -} "convalezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "convaleced" ; + {- VPB (Imper C.Pl C.P3) => -} "convalezcan" ; + {- VPB (Pass C.Sg Masc) => -} "convalecido" ; + {- VPB (Pass C.Sg Fem) => -} "convalecida" ; + {- VPB (Pass C.Pl Masc) => -} "convalecidos" ; + {- VPB (Pass C.Pl Fem) => -} "convalecidas" + ] + } ; + +lin crecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "crecer" ; + {- VI Ger => -} "creciendo" ; + {- VI Part => -} "crecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "crezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "creces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "crece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "crecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "crecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "crecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "crezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "crezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "crezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "crezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "crezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "crezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "crecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "crecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "crecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "crecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "crecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "crecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "creciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "crecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "creciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "creciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "crecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "crecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "creciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "crecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "creciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "creciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "crecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "creciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "crecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "creciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "creció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "crecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "crecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "crecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "creceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "crecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "crecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "creceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "creceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "crecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "creciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "crecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "creciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "creciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "creciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "crecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "crecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "crecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "crecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "creceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "creceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "crecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "crece" ; + {- VPB (Imper C.Sg C.P3) => -} "crezca" ; + {- VPB (Imper C.Pl C.P1) => -} "crezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "creced" ; + {- VPB (Imper C.Pl C.P3) => -} "crezcan" ; + {- VPB (Pass C.Sg Masc) => -} "crecido" ; + {- VPB (Pass C.Sg Fem) => -} "crecida" ; + {- VPB (Pass C.Pl Masc) => -} "crecidos" ; + {- VPB (Pass C.Pl Fem) => -} "crecidas" + ] + } ; + +lin decrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "decrecer" ; + {- VI Ger => -} "decreciendo" ; + {- VI Part => -} "decrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "decrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "decreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "decrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "decrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "decrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "decrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "decrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "decrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "decrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "decrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "decrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "decrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "decrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "decrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "decreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "decrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "decreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "decreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "decrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "decrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "decreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "decrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "decreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "decreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "decrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "decreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "decrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "decreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "decreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "decrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "decrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "decrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "decreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "decrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "decrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "decreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "decreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "decrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "decreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "decrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "decreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "decreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "decreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "decrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "decrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "decrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "decrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "decreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "decreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "decrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "decrece" ; + {- VPB (Imper C.Sg C.P3) => -} "decrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "decrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "decreced" ; + {- VPB (Imper C.Pl C.P3) => -} "decrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "decrecido" ; + {- VPB (Pass C.Sg Fem) => -} "decrecida" ; + {- VPB (Pass C.Pl Masc) => -} "decrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "decrecidas" + ] + } ; + +lin desabastecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desabastecer" ; + {- VI Ger => -} "desabasteciendo" ; + {- VI Part => -} "desabastecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desabastezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desabasteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desabastece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desabastecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desabastecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desabastecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desabastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desabastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desabastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desabastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desabastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desabastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desabastecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desabastecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desabastecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desabastecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desabastecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desabastecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desabasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desabastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desabasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desabasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desabastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desabastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desabasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desabastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desabasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desabasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desabastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desabasteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desabastecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desabasteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desabasteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desabastecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desabastecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desabastecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desabasteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desabastecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desabastecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desabasteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desabasteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desabastecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desabastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desabasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desabastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desabastecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desabastecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desabastecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desabasteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desabasteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desabastecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desabastece" ; + {- VPB (Imper C.Sg C.P3) => -} "desabastezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desabastezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desabasteced" ; + {- VPB (Imper C.Pl C.P3) => -} "desabastezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desabastecido" ; + {- VPB (Pass C.Sg Fem) => -} "desabastecida" ; + {- VPB (Pass C.Pl Masc) => -} "desabastecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desabastecidas" + ] + } ; + +lin desadormecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desadormecer" ; + {- VI Ger => -} "desadormeciendo" ; + {- VI Part => -} "desadormecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desadormezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desadormeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desadormece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desadormecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desadormecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desadormecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desadormezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desadormezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desadormezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desadormezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desadormezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desadormezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desadormecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desadormecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desadormecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desadormecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desadormecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desadormecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desadormeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desadormecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desadormeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desadormeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desadormecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desadormecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desadormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desadormecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desadormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desadormeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desadormecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desadormeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desadormecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desadormeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desadormeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desadormecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desadormecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desadormecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desadormeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desadormecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desadormecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desadormeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desadormeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desadormecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desadormecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desadormeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desadormecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desadormecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desadormecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desadormecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desadormeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desadormeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desadormecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desadormece" ; + {- VPB (Imper C.Sg C.P3) => -} "desadormezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desadormezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desadormeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desadormezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desadormecido" ; + {- VPB (Pass C.Sg Fem) => -} "desadormecida" ; + {- VPB (Pass C.Pl Masc) => -} "desadormecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desadormecidas" + ] + } ; + +lin desagradecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desagradecer" ; + {- VI Ger => -} "desagradeciendo" ; + {- VI Part => -} "desagradecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desagradezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desagradeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desagradece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desagradecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desagradecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desagradecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desagradezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desagradezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desagradezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desagradezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desagradezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desagradezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desagradecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desagradecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desagradecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desagradecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desagradecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desagradecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desagradeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desagradecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desagradeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desagradeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desagradecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desagradecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desagradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desagradecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desagradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desagradeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desagradecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desagradeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desagradecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desagradeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desagradeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desagradecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desagradecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desagradecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desagradeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desagradecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desagradecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desagradeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desagradeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desagradecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desagradecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desagradeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desagradecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desagradecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desagradecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desagradecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desagradeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desagradeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desagradecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desagradece" ; + {- VPB (Imper C.Sg C.P3) => -} "desagradezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desagradezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desagradeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desagradezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desagradecido" ; + {- VPB (Pass C.Sg Fem) => -} "desagradecida" ; + {- VPB (Pass C.Pl Masc) => -} "desagradecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desagradecidas" + ] + } ; + +lin desaparecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desaparecer" ; + {- VI Ger => -} "desapareciendo" ; + {- VI Part => -} "desaparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desaparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desapareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desaparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desaparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desaparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desaparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desaparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desaparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desaparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desaparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desaparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desaparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desapareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desapareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desapareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desapareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desapareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desaparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desapareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desapareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desaparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desaparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desaparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desapareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desaparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desaparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desapareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desapareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desapareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desapareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desapareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desapareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desaparece" ; + {- VPB (Imper C.Sg C.P3) => -} "desaparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desaparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desapareced" ; + {- VPB (Imper C.Pl C.P3) => -} "desaparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desaparecido" ; + {- VPB (Pass C.Sg Fem) => -} "desaparecida" ; + {- VPB (Pass C.Pl Masc) => -} "desaparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desaparecidas" + ] + } ; + +lin desbravecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desbravecer" ; + {- VI Ger => -} "desbraveciendo" ; + {- VI Part => -} "desbravecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desbravezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desbraveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desbravece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desbravecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desbravecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desbravecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desbravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desbravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desbravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desbravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desbravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desbravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desbravecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desbravecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desbravecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desbravecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desbravecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desbravecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desbraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desbravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desbraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desbraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desbravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desbravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desbraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desbravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desbraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desbraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desbravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desbraveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desbravecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desbraveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desbraveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desbravecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desbravecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desbravecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desbraveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desbravecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desbravecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desbraveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desbraveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desbravecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desbravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desbraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desbravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desbravecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desbravecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desbravecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desbraveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desbraveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desbravecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desbravece" ; + {- VPB (Imper C.Sg C.P3) => -} "desbravezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desbravezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desbraveced" ; + {- VPB (Imper C.Pl C.P3) => -} "desbravezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desbravecido" ; + {- VPB (Pass C.Sg Fem) => -} "desbravecida" ; + {- VPB (Pass C.Pl Masc) => -} "desbravecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desbravecidas" + ] + } ; + +lin descaecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descaecer" ; + {- VI Ger => -} "descaeciendo" ; + {- VI Part => -} "descaecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descaezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descaeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descaece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descaecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descaecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descaecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descaezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descaezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descaezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descaezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descaecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descaecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descaecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descaecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descaecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descaecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descaeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descaecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descaeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descaecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descaecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descaeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descaecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descaeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descaecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descaeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descaeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descaecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descaecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descaecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descaeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descaecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descaecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descaeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descaeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descaecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descaecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descaeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descaeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descaecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descaecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descaecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descaeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descaeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descaecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descaece" ; + {- VPB (Imper C.Sg C.P3) => -} "descaezca" ; + {- VPB (Imper C.Pl C.P1) => -} "descaezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descaeced" ; + {- VPB (Imper C.Pl C.P3) => -} "descaezcan" ; + {- VPB (Pass C.Sg Masc) => -} "descaecido" ; + {- VPB (Pass C.Sg Fem) => -} "descaecida" ; + {- VPB (Pass C.Pl Masc) => -} "descaecidos" ; + {- VPB (Pass C.Pl Fem) => -} "descaecidas" + ] + } ; + +lin desembravecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desembravecer" ; + {- VI Ger => -} "desembraveciendo" ; + {- VI Part => -} "desembravecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desembravezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desembraveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desembravece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desembravecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desembravecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desembravecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desembravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desembravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desembravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desembravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desembravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desembravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desembravecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desembravecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desembravecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desembravecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desembravecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desembravecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desembraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desembravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desembraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desembraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desembravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desembravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desembraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desembravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desembraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desembraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desembravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desembraveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desembravecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desembraveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desembraveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desembravecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desembravecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desembravecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desembraveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desembravecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desembravecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desembraveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desembraveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desembravecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desembravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desembraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desembravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desembravecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desembravecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desembravecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desembraveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desembraveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desembravecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desembravece" ; + {- VPB (Imper C.Sg C.P3) => -} "desembravezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desembravezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desembraveced" ; + {- VPB (Imper C.Pl C.P3) => -} "desembravezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desembravecido" ; + {- VPB (Pass C.Sg Fem) => -} "desembravecida" ; + {- VPB (Pass C.Pl Masc) => -} "desembravecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desembravecidas" + ] + } ; + +lin desenfurecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desenfurecer" ; + {- VI Ger => -} "desenfureciendo" ; + {- VI Part => -} "desenfurecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desenfurezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desenfureces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desenfurece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desenfurecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desenfurecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenfurecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenfurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenfurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenfurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenfurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenfurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenfurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenfurecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenfurecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenfurecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenfurecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenfurecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenfurecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenfureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenfurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenfureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenfureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenfurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenfurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenfurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenfureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenfurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenfureciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desenfurecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desenfureciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desenfureció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desenfurecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desenfurecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desenfurecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desenfureceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desenfurecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desenfurecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desenfureceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desenfureceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenfurecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenfureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenfurecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenfurecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenfurecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenfureceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenfureceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenfurecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desenfurece" ; + {- VPB (Imper C.Sg C.P3) => -} "desenfurezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desenfurezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desenfureced" ; + {- VPB (Imper C.Pl C.P3) => -} "desenfurezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desenfurecido" ; + {- VPB (Pass C.Sg Fem) => -} "desenfurecida" ; + {- VPB (Pass C.Pl Masc) => -} "desenfurecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desenfurecidas" + ] + } ; + +lin desenmohecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desenmohecer" ; + {- VI Ger => -} "desenmoheciendo" ; + {- VI Part => -} "desenmohecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desenmohezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desenmoheces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desenmohece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desenmohecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desenmohecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenmohecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenmohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenmohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenmohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenmohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenmohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenmohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenmohecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenmohecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenmohecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenmohecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenmohecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenmohecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenmohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenmoheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenmohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenmohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenmohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenmoheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenmohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenmoheciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desenmohecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desenmoheciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desenmoheció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desenmohecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desenmohecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desenmohecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desenmoheceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desenmohecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desenmohecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desenmoheceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desenmoheceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenmohecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenmoheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenmohecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenmohecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenmohecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenmoheceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenmoheceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenmohecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desenmohece" ; + {- VPB (Imper C.Sg C.P3) => -} "desenmohezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desenmohezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desenmoheced" ; + {- VPB (Imper C.Pl C.P3) => -} "desenmohezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desenmohecido" ; + {- VPB (Pass C.Sg Fem) => -} "desenmohecida" ; + {- VPB (Pass C.Pl Masc) => -} "desenmohecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desenmohecidas" + ] + } ; + +lin desenmudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desenmudecer" ; + {- VI Ger => -} "desenmudeciendo" ; + {- VI Part => -} "desenmudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desenmudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desenmudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desenmudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desenmudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desenmudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenmudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenmudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenmudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenmudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenmudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenmudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenmudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenmudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenmudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenmudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenmudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenmudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenmudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenmudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenmudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenmudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenmudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenmudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenmudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenmudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenmudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desenmudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desenmudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desenmudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desenmudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desenmudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desenmudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desenmudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desenmudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desenmudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desenmudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desenmudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenmudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenmudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenmudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenmudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenmudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenmudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenmudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenmudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desenmudece" ; + {- VPB (Imper C.Sg C.P3) => -} "desenmudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desenmudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desenmudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desenmudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desenmudecido" ; + {- VPB (Pass C.Sg Fem) => -} "desenmudecida" ; + {- VPB (Pass C.Pl Masc) => -} "desenmudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desenmudecidas" + ] + } ; + +lin desenrudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desenrudecer" ; + {- VI Ger => -} "desenrudeciendo" ; + {- VI Part => -} "desenrudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desenrudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desenrudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desenrudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desenrudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desenrudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenrudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenrudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenrudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenrudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenrudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenrudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenrudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenrudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desenrudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desenrudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desenrudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desenrudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desenrudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desenrudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desenrudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desenrudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desenrudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desenrudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desenrudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenrudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenrudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenrudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenrudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenrudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenrudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenrudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desenrudece" ; + {- VPB (Imper C.Sg C.P3) => -} "desenrudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desenrudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desenrudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desenrudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desenrudecido" ; + {- VPB (Pass C.Sg Fem) => -} "desenrudecida" ; + {- VPB (Pass C.Pl Masc) => -} "desenrudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desenrudecidas" + ] + } ; + +lin desensoberbecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desensoberbecer" ; + {- VI Ger => -} "desensoberbeciendo" ; + {- VI Part => -} "desensoberbecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desensoberbezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desensoberbeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desensoberbece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desensoberbecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desensoberbecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desensoberbecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desensoberbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desensoberbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desensoberbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desensoberbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desensoberbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desensoberbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desensoberbecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desensoberbecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desensoberbecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desensoberbecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desensoberbecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desensoberbecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desensoberbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desensoberbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desensoberbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desensoberbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desensoberbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desensoberbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desensoberbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desensoberbeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desensoberbecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desensoberbeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desensoberbeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desensoberbecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desensoberbecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desensoberbecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desensoberbeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desensoberbecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desensoberbecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desensoberbeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desensoberbeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desensoberbecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desensoberbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desensoberbecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desensoberbecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desensoberbecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desensoberbeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desensoberbeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desensoberbecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desensoberbece" ; + {- VPB (Imper C.Sg C.P3) => -} "desensoberbezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desensoberbezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desensoberbeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desensoberbezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desensoberbecido" ; + {- VPB (Pass C.Sg Fem) => -} "desensoberbecida" ; + {- VPB (Pass C.Pl Masc) => -} "desensoberbecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desensoberbecidas" + ] + } ; + +lin desentorpecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desentorpecer" ; + {- VI Ger => -} "desentorpeciendo" ; + {- VI Part => -} "desentorpecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desentorpezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desentorpeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desentorpece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desentorpecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desentorpecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentorpecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentorpezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentorpezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentorpezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desentorpezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desentorpezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentorpezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desentorpecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desentorpecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desentorpecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desentorpecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desentorpecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desentorpecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desentorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desentorpecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desentorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desentorpeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desentorpecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desentorpecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentorpecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentorpeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentorpecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentorpeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desentorpecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desentorpeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desentorpeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desentorpecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desentorpecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desentorpecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desentorpeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desentorpecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desentorpecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desentorpeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desentorpeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desentorpecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desentorpeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desentorpecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desentorpecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desentorpecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desentorpeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desentorpeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desentorpecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desentorpece" ; + {- VPB (Imper C.Sg C.P3) => -} "desentorpezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desentorpezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desentorpeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desentorpezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desentorpecido" ; + {- VPB (Pass C.Sg Fem) => -} "desentorpecida" ; + {- VPB (Pass C.Pl Masc) => -} "desentorpecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desentorpecidas" + ] + } ; + +lin desentumecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desentumecer" ; + {- VI Ger => -} "desentumeciendo" ; + {- VI Part => -} "desentumecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desentumezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desentumeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desentumece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desentumecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desentumecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentumecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desentumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desentumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desentumecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desentumecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desentumecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desentumecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desentumecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desentumecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desentumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desentumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desentumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desentumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desentumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desentumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentumeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desentumecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desentumeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desentumeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desentumecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desentumecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desentumecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desentumeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desentumecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desentumecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desentumeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desentumeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desentumecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desentumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desentumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desentumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desentumecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desentumecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desentumecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desentumeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desentumeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desentumecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desentumece" ; + {- VPB (Imper C.Sg C.P3) => -} "desentumezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desentumezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desentumeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desentumezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desentumecido" ; + {- VPB (Pass C.Sg Fem) => -} "desentumecida" ; + {- VPB (Pass C.Pl Masc) => -} "desentumecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desentumecidas" + ] + } ; + +lin desfallecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desfallecer" ; + {- VI Ger => -} "desfalleciendo" ; + {- VI Part => -} "desfallecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desfallezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desfalleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desfallece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desfallecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desfallecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfallecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfallecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfallecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfallecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfallecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfallecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfallecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfalleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desfallecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desfalleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desfalleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desfallecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desfallecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desfallecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desfalleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desfallecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desfallecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desfalleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desfalleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfallecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfallecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfallecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfallecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfalleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfalleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfallecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desfallece" ; + {- VPB (Imper C.Sg C.P3) => -} "desfallezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desfallezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desfalleced" ; + {- VPB (Imper C.Pl C.P3) => -} "desfallezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desfallecido" ; + {- VPB (Pass C.Sg Fem) => -} "desfallecida" ; + {- VPB (Pass C.Pl Masc) => -} "desfallecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desfallecidas" + ] + } ; + +lin desfavorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desfavorecer" ; + {- VI Ger => -} "desfavoreciendo" ; + {- VI Part => -} "desfavorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desfavorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desfavoreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desfavorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desfavorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desfavorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfavorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfavorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfavorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfavorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfavorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfavorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfavorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfavorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfavorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfavorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfavorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfavorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfavorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfavorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfavoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfavorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfavorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfavorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfavoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfavorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfavoreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desfavorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desfavoreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desfavoreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desfavorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desfavorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desfavorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desfavoreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desfavorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desfavorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desfavoreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desfavoreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfavorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfavoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfavorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfavorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfavorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfavoreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfavoreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfavorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desfavorece" ; + {- VPB (Imper C.Sg C.P3) => -} "desfavorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desfavorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desfavoreced" ; + {- VPB (Imper C.Pl C.P3) => -} "desfavorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desfavorecido" ; + {- VPB (Pass C.Sg Fem) => -} "desfavorecida" ; + {- VPB (Pass C.Pl Masc) => -} "desfavorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desfavorecidas" + ] + } ; + +lin desflorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desflorecer" ; + {- VI Ger => -} "desfloreciendo" ; + {- VI Part => -} "desflorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desflorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desfloreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desflorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desflorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desflorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desflorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desflorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desflorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desflorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desflorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desflorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desflorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfloreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desflorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desfloreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desfloreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desflorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desflorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desflorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desfloreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desflorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desflorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desfloreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desfloreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desflorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desflorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desflorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desflorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfloreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfloreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desflorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desflorece" ; + {- VPB (Imper C.Sg C.P3) => -} "desflorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desflorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desfloreced" ; + {- VPB (Imper C.Pl C.P3) => -} "desflorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desflorecido" ; + {- VPB (Pass C.Sg Fem) => -} "desflorecida" ; + {- VPB (Pass C.Pl Masc) => -} "desflorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desflorecidas" + ] + } ; + +lin desfortalecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desfortalecer" ; + {- VI Ger => -} "desfortaleciendo" ; + {- VI Part => -} "desfortalecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desfortalezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desfortaleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desfortalece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desfortalecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desfortalecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfortalecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfortalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfortalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfortalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfortalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfortalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfortalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfortalecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfortalecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfortalecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfortalecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfortalecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfortalecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfortalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfortaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfortalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfortalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfortalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfortaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfortalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfortaleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desfortalecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desfortaleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desfortaleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desfortalecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desfortalecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desfortalecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desfortaleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desfortalecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desfortalecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desfortaleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desfortaleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfortalecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfortaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfortalecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfortalecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfortalecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfortaleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfortaleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfortalecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desfortalece" ; + {- VPB (Imper C.Sg C.P3) => -} "desfortalezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desfortalezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desfortaleced" ; + {- VPB (Imper C.Pl C.P3) => -} "desfortalezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desfortalecido" ; + {- VPB (Pass C.Sg Fem) => -} "desfortalecida" ; + {- VPB (Pass C.Pl Masc) => -} "desfortalecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desfortalecidas" + ] + } ; + +lin desguarnecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desguarnecer" ; + {- VI Ger => -} "desguarneciendo" ; + {- VI Part => -} "desguarnecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desguarnezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desguarneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desguarnece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desguarnecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desguarnecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desguarnecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desguarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desguarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desguarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desguarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desguarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desguarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desguarnecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desguarnecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desguarnecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desguarnecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desguarnecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desguarnecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desguarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desguarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desguarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desguarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desguarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desguarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desguarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desguarneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desguarnecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desguarneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desguarneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desguarnecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desguarnecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desguarnecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desguarneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desguarnecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desguarnecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desguarneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desguarneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desguarnecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desguarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desguarnecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desguarnecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desguarnecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desguarneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desguarneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desguarnecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desguarnece" ; + {- VPB (Imper C.Sg C.P3) => -} "desguarnezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desguarnezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desguarneced" ; + {- VPB (Imper C.Pl C.P3) => -} "desguarnezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desguarnecido" ; + {- VPB (Pass C.Sg Fem) => -} "desguarnecida" ; + {- VPB (Pass C.Pl Masc) => -} "desguarnecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desguarnecidas" + ] + } ; + +lin deshumedecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deshumedecer" ; + {- VI Ger => -} "deshumedeciendo" ; + {- VI Part => -} "deshumedecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deshumedezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deshumedeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deshumedece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deshumedecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deshumedecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshumedecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshumedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshumedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshumedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deshumedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deshumedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshumedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deshumedecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deshumedecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deshumedecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deshumedecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deshumedecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deshumedecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deshumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deshumedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deshumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deshumedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deshumedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deshumedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshumedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshumedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshumedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshumedeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deshumedecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deshumedeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "deshumedeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deshumedecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deshumedecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "deshumedecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "deshumedeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deshumedecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deshumedecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "deshumedeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "deshumedeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deshumedecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deshumedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deshumedecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deshumedecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deshumedecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deshumedeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deshumedeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deshumedecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deshumedece" ; + {- VPB (Imper C.Sg C.P3) => -} "deshumedezca" ; + {- VPB (Imper C.Pl C.P1) => -} "deshumedezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deshumedeced" ; + {- VPB (Imper C.Pl C.P3) => -} "deshumedezcan" ; + {- VPB (Pass C.Sg Masc) => -} "deshumedecido" ; + {- VPB (Pass C.Sg Fem) => -} "deshumedecida" ; + {- VPB (Pass C.Pl Masc) => -} "deshumedecidos" ; + {- VPB (Pass C.Pl Fem) => -} "deshumedecidas" + ] + } ; + +lin desmerecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmerecer" ; + {- VI Ger => -} "desmereciendo" ; + {- VI Part => -} "desmerecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmerezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmereces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmerece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmerecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmerecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmerecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmerezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmerezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmerezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmerezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmerezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmerezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmerecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmerecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmerecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmerecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmerecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmerecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmerecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmerecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmerecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmerecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmerecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmereciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmerecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmereciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmereció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmerecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmerecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmerecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmereceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmerecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmerecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmereceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmereceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmerecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmerecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmerecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmerecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmerecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmerecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmereceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmereceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmerecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmerece" ; + {- VPB (Imper C.Sg C.P3) => -} "desmerezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desmerezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmereced" ; + {- VPB (Imper C.Pl C.P3) => -} "desmerezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desmerecido" ; + {- VPB (Pass C.Sg Fem) => -} "desmerecida" ; + {- VPB (Pass C.Pl Masc) => -} "desmerecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desmerecidas" + ] + } ; + +lin desobedecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desobedecer" ; + {- VI Ger => -} "desobedeciendo" ; + {- VI Part => -} "desobedecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desobedezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desobedeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desobedece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desobedecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desobedecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desobedecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desobedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desobedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desobedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desobedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desobedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desobedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desobedecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desobedecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desobedecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desobedecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desobedecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desobedecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desobedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desobedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desobedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desobedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desobedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desobedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desobedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desobedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desobedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desobedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desobedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desobedeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desobedecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desobedeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desobedeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desobedecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desobedecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desobedecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desobedeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desobedecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desobedecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desobedeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desobedeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desobedecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desobedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desobedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desobedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desobedecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desobedecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desobedecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desobedeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desobedeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desobedecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desobedece" ; + {- VPB (Imper C.Sg C.P3) => -} "desobedezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desobedezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desobedeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desobedezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desobedecido" ; + {- VPB (Pass C.Sg Fem) => -} "desobedecida" ; + {- VPB (Pass C.Pl Masc) => -} "desobedecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desobedecidas" + ] + } ; + +lin desparecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desparecer" ; + {- VI Ger => -} "despareciendo" ; + {- VI Part => -} "desparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desparece" ; + {- VPB (Imper C.Sg C.P3) => -} "desparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "despareced" ; + {- VPB (Imper C.Pl C.P3) => -} "desparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desparecido" ; + {- VPB (Pass C.Sg Fem) => -} "desparecida" ; + {- VPB (Pass C.Pl Masc) => -} "desparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desparecidas" + ] + } ; + +lin desvanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desvanecer" ; + {- VI Ger => -} "desvaneciendo" ; + {- VI Part => -} "desvanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desvanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desvaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desvanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desvanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desvanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desvanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desvanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desvanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desvanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desvanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desvanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desvanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desvanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desvanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desvanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desvaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desvanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desvaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desvaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desvanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desvanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desvanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desvaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desvaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desvanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desvanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desvanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desvaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desvanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desvanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desvaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desvaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desvanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desvanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desvaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desvanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desvanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desvanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desvanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desvaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desvaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desvanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desvanece" ; + {- VPB (Imper C.Sg C.P3) => -} "desvanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desvanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desvaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "desvanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desvanecido" ; + {- VPB (Pass C.Sg Fem) => -} "desvanecida" ; + {- VPB (Pass C.Pl Masc) => -} "desvanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desvanecidas" + ] + } ; + +lin embarbecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embarbecer" ; + {- VI Ger => -} "embarbeciendo" ; + {- VI Part => -} "embarbecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embarbezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embarbeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embarbece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embarbecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embarbecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embarbecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embarbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embarbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embarbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embarbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embarbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embarbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embarbecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embarbecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embarbecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embarbecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embarbecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embarbecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embarbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embarbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embarbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embarbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embarbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embarbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embarbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embarbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embarbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embarbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embarbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embarbeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embarbecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embarbeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embarbeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embarbecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embarbecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embarbecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embarbeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embarbecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embarbecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embarbeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embarbeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embarbecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embarbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embarbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embarbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embarbecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embarbecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embarbecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embarbeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embarbeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embarbecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embarbece" ; + {- VPB (Imper C.Sg C.P3) => -} "embarbezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embarbezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embarbeced" ; + {- VPB (Imper C.Pl C.P3) => -} "embarbezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embarbecido" ; + {- VPB (Pass C.Sg Fem) => -} "embarbecida" ; + {- VPB (Pass C.Pl Masc) => -} "embarbecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embarbecidas" + ] + } ; + +lin embastecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embastecer" ; + {- VI Ger => -} "embasteciendo" ; + {- VI Part => -} "embastecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embastezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embasteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embastece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embastecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embastecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embastecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embastecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embastecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embastecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embastecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embastecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embastecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embasteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embastecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embasteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embasteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embastecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embastecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embastecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embasteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embastecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embastecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embasteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embasteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embastecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embastecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embastecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embastecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embasteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embasteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embastecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embastece" ; + {- VPB (Imper C.Sg C.P3) => -} "embastezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embastezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embasteced" ; + {- VPB (Imper C.Pl C.P3) => -} "embastezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embastecido" ; + {- VPB (Pass C.Sg Fem) => -} "embastecida" ; + {- VPB (Pass C.Pl Masc) => -} "embastecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embastecidas" + ] + } ; + +lin embebecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embebecer" ; + {- VI Ger => -} "embebeciendo" ; + {- VI Part => -} "embebecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embebezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embebeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embebece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embebecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embebecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embebecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embebezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embebezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embebezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embebezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embebezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embebezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embebecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embebecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embebecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embebecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embebecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embebecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embebeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embebecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embebeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embebeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embebecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embebecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embebecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embebeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embebecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embebeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embebecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embebeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embebeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embebecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embebecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embebecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embebeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embebecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embebecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embebeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embebeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embebecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embebecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embebeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embebeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embebecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embebecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embebecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embebecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embebeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embebeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embebecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embebece" ; + {- VPB (Imper C.Sg C.P3) => -} "embebezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embebezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embebeced" ; + {- VPB (Imper C.Pl C.P3) => -} "embebezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embebecido" ; + {- VPB (Pass C.Sg Fem) => -} "embebecida" ; + {- VPB (Pass C.Pl Masc) => -} "embebecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embebecidas" + ] + } ; + +lin embellecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embellecer" ; + {- VI Ger => -} "embelleciendo" ; + {- VI Part => -} "embellecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embellezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embelleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embellece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embellecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embellecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embellecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embellezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embellezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embellezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embellezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embellezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embellezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embellecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embellecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embellecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embellecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embellecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embellecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embelleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embellecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embelleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embelleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embellecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embellecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embellecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embelleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embellecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embelleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embellecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embelleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embelleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embellecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embellecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embellecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embelleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embellecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embellecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embelleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embelleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embellecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embellecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embelleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embelleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embellecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embellecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embellecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embellecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embelleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embelleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embellecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embellece" ; + {- VPB (Imper C.Sg C.P3) => -} "embellezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embellezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embelleced" ; + {- VPB (Imper C.Pl C.P3) => -} "embellezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embellecido" ; + {- VPB (Pass C.Sg Fem) => -} "embellecida" ; + {- VPB (Pass C.Pl Masc) => -} "embellecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embellecidas" + ] + } ; + +lin embermejecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embermejecer" ; + {- VI Ger => -} "embermejeciendo" ; + {- VI Part => -} "embermejecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embermejezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embermejeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embermejece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embermejecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embermejecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embermejecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embermejezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embermejezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embermejezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embermejezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embermejezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embermejezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embermejecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embermejecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embermejecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embermejecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embermejecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embermejecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embermejeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embermejecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embermejeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embermejeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embermejecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embermejecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embermejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embermejecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embermejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embermejeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embermejecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embermejeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embermejecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embermejeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embermejeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embermejecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embermejecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embermejecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embermejeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embermejecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embermejecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embermejeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embermejeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embermejecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embermejecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embermejeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embermejecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embermejecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embermejecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embermejecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embermejeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embermejeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embermejecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embermejece" ; + {- VPB (Imper C.Sg C.P3) => -} "embermejezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embermejezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embermejeced" ; + {- VPB (Imper C.Pl C.P3) => -} "embermejezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embermejecido" ; + {- VPB (Pass C.Sg Fem) => -} "embermejecida" ; + {- VPB (Pass C.Pl Masc) => -} "embermejecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embermejecidas" + ] + } ; + +lin emblandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emblandecer" ; + {- VI Ger => -} "emblandeciendo" ; + {- VI Part => -} "emblandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emblandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emblandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emblandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emblandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emblandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emblandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emblandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emblandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emblandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emblandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emblandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emblandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emblandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emblandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emblandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emblandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emblandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emblandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emblandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emblandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emblandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emblandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emblandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emblandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emblandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emblandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emblandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emblandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emblandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emblandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emblandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emblandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emblandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emblandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emblandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emblandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emblandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emblandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emblandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emblandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emblandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emblandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emblandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emblandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emblandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emblandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emblandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emblandece" ; + {- VPB (Imper C.Sg C.P3) => -} "emblandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "emblandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emblandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "emblandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "emblandecido" ; + {- VPB (Pass C.Sg Fem) => -} "emblandecida" ; + {- VPB (Pass C.Pl Masc) => -} "emblandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "emblandecidas" + ] + } ; + +lin emblanquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emblanquecer" ; + {- VI Ger => -} "emblanqueciendo" ; + {- VI Part => -} "emblanquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emblanquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emblanqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emblanquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emblanquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emblanquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emblanquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emblanquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emblanquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emblanquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emblanquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emblanquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emblanquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emblanquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emblanquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emblanquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emblanquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emblanquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emblanquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emblanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emblanquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emblanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emblanqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emblanquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emblanquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emblanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emblanquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emblanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emblanqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emblanquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emblanqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emblanquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emblanqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emblanqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emblanquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emblanquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emblanquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emblanqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emblanquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emblanquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emblanqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emblanqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emblanquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emblanqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emblanquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emblanquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emblanquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emblanqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emblanqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emblanquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emblanquece" ; + {- VPB (Imper C.Sg C.P3) => -} "emblanquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "emblanquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emblanqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "emblanquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "emblanquecido" ; + {- VPB (Pass C.Sg Fem) => -} "emblanquecida" ; + {- VPB (Pass C.Pl Masc) => -} "emblanquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "emblanquecidas" + ] + } ; + +lin embobecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embobecer" ; + {- VI Ger => -} "embobeciendo" ; + {- VI Part => -} "embobecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embobezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embobeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embobece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embobecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embobecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embobecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embobezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embobezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embobezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embobezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embobezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embobezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embobecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embobecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embobecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embobecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embobecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embobecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embobeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embobecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embobeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embobeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embobecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embobecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embobeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embobecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embobeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embobeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embobecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embobeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embobecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embobeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embobeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embobecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embobecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embobecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embobeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embobecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embobecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embobeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embobeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embobecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embobecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embobeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embobeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embobecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embobecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embobecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embobecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embobeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embobeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embobecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embobece" ; + {- VPB (Imper C.Sg C.P3) => -} "embobezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embobezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embobeced" ; + {- VPB (Imper C.Pl C.P3) => -} "embobezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embobecido" ; + {- VPB (Pass C.Sg Fem) => -} "embobecida" ; + {- VPB (Pass C.Pl Masc) => -} "embobecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embobecidas" + ] + } ; + +lin embosquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embosquecer" ; + {- VI Ger => -} "embosqueciendo" ; + {- VI Part => -} "embosquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embosquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embosqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embosquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embosquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embosquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embosquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embosquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embosquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embosquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embosquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embosquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embosquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embosquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embosquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embosquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embosquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embosquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embosquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embosqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embosquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embosqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embosqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embosquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embosquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embosqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embosquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embosqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embosqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embosquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embosqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embosquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embosqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embosqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embosquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embosquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embosquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embosqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embosquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embosquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embosqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embosqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embosquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embosquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embosqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embosquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embosquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embosquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embosquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embosqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embosqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embosquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embosquece" ; + {- VPB (Imper C.Sg C.P3) => -} "embosquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embosquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embosqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "embosquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embosquecido" ; + {- VPB (Pass C.Sg Fem) => -} "embosquecida" ; + {- VPB (Pass C.Pl Masc) => -} "embosquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embosquecidas" + ] + } ; + +lin embravecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embravecer" ; + {- VI Ger => -} "embraveciendo" ; + {- VI Part => -} "embravecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embravezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embraveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embravece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embravecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embravecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embravecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embravecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embravecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embravecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embravecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embravecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embravecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embraveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embravecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embraveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embraveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embravecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embravecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embravecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embraveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embravecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embravecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embraveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embraveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embravecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embravecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embravecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embravecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embraveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embraveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embravecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embravece" ; + {- VPB (Imper C.Sg C.P3) => -} "embravezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embravezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embraveced" ; + {- VPB (Imper C.Pl C.P3) => -} "embravezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embravecido" ; + {- VPB (Pass C.Sg Fem) => -} "embravecida" ; + {- VPB (Pass C.Pl Masc) => -} "embravecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embravecidas" + ] + } ; + +lin embrutecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embrutecer" ; + {- VI Ger => -} "embruteciendo" ; + {- VI Part => -} "embrutecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embrutezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embruteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embrutece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embrutecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embrutecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embrutecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embrutezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embrutezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embrutezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embrutezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embrutezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embrutezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embrutecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embrutecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embrutecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embrutecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embrutecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embrutecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embruteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embrutecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embruteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embruteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embrutecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embrutecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embrutecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embruteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embrutecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embruteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embrutecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embruteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embruteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embrutecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embrutecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embrutecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embruteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embrutecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embrutecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embruteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embruteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embrutecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embrutecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embruteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embruteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embrutecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embrutecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embrutecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embrutecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embruteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embruteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embrutecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embrutece" ; + {- VPB (Imper C.Sg C.P3) => -} "embrutezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embrutezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embruteced" ; + {- VPB (Imper C.Pl C.P3) => -} "embrutezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embrutecido" ; + {- VPB (Pass C.Sg Fem) => -} "embrutecida" ; + {- VPB (Pass C.Pl Masc) => -} "embrutecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embrutecidas" + ] + } ; + +lin empalidecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empalidecer" ; + {- VI Ger => -} "empalideciendo" ; + {- VI Part => -} "empalidecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empalidezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empalideces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empalidece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empalidecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empalidecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empalidecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empalidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empalidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empalidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empalidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empalidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empalidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empalidecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empalidecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empalidecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empalidecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empalidecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empalidecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empalideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empalidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empalideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empalideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empalidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empalidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empalideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empalidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empalideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empalideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empalidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empalideciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empalidecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empalideciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empalideció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empalidecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empalidecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empalidecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empalideceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empalidecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empalidecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empalideceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empalideceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empalidecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empalidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empalideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empalideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empalidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empalidecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empalidecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empalidecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empalideceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empalideceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empalidecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empalidece" ; + {- VPB (Imper C.Sg C.P3) => -} "empalidezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empalidezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empalideced" ; + {- VPB (Imper C.Pl C.P3) => -} "empalidezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empalidecido" ; + {- VPB (Pass C.Sg Fem) => -} "empalidecida" ; + {- VPB (Pass C.Pl Masc) => -} "empalidecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empalidecidas" + ] + } ; + +lin empavorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empavorecer" ; + {- VI Ger => -} "empavoreciendo" ; + {- VI Part => -} "empavorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empavorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empavoreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empavorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empavorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empavorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empavorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empavorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empavorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empavorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empavorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empavorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empavorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empavorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empavorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empavorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empavorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empavorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empavorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empavorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empavoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empavorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empavorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empavorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empavoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empavorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empavoreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empavorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empavoreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empavoreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empavorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empavorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empavorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empavoreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empavorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empavorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empavoreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empavoreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empavorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empavorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empavoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empavorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empavorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empavorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empavorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empavoreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empavoreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empavorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empavorece" ; + {- VPB (Imper C.Sg C.P3) => -} "empavorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empavorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empavoreced" ; + {- VPB (Imper C.Pl C.P3) => -} "empavorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empavorecido" ; + {- VPB (Pass C.Sg Fem) => -} "empavorecida" ; + {- VPB (Pass C.Pl Masc) => -} "empavorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empavorecidas" + ] + } ; + +lin empecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empecer" ; + {- VI Ger => -} "empeciendo" ; + {- VI Part => -} "empecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empece" ; + {- VPB (Imper C.Sg C.P3) => -} "empezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empeced" ; + {- VPB (Imper C.Pl C.P3) => -} "empezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empecido" ; + {- VPB (Pass C.Sg Fem) => -} "empecida" ; + {- VPB (Pass C.Pl Masc) => -} "empecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empecidas" + ] + } ; + +lin empequehecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empequehecer" ; + {- VI Ger => -} "empequeheciendo" ; + {- VI Part => -} "empequehecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empequehezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empequeheces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empequehece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empequehecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empequehecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empequehecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empequehezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empequehezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empequehezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empequehezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empequehezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empequehezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empequehecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empequehecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empequehecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empequehecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empequehecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empequehecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empequeheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empequehecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empequeheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empequeheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empequehecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empequehecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empequeheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empequehecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empequeheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empequeheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empequehecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empequeheciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empequehecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empequeheciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empequeheció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empequehecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empequehecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empequehecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empequeheceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empequehecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empequehecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empequeheceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empequeheceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empequehecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empequehecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empequeheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empequehecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empequehecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empequehecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empequehecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empequeheceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empequeheceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empequehecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empequehece" ; + {- VPB (Imper C.Sg C.P3) => -} "empequehezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empequehezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empequeheced" ; + {- VPB (Imper C.Pl C.P3) => -} "empequehezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empequehecido" ; + {- VPB (Pass C.Sg Fem) => -} "empequehecida" ; + {- VPB (Pass C.Pl Masc) => -} "empequehecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empequehecidas" + ] + } ; + +lin emplastecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emplastecer" ; + {- VI Ger => -} "emplasteciendo" ; + {- VI Part => -} "emplastecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emplastezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emplasteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emplastece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emplastecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emplastecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emplastecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emplastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emplastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emplastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emplastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emplastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emplastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emplastecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emplastecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emplastecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emplastecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emplastecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emplastecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emplasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emplastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emplasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emplasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emplastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emplastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplasteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emplastecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emplasteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emplasteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emplastecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emplastecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emplastecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emplasteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emplastecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emplastecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emplasteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emplasteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emplastecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emplastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emplasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emplastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emplastecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emplastecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emplastecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emplasteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emplasteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emplastecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emplastece" ; + {- VPB (Imper C.Sg C.P3) => -} "emplastezca" ; + {- VPB (Imper C.Pl C.P1) => -} "emplastezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emplasteced" ; + {- VPB (Imper C.Pl C.P3) => -} "emplastezcan" ; + {- VPB (Pass C.Sg Masc) => -} "emplastecido" ; + {- VPB (Pass C.Sg Fem) => -} "emplastecida" ; + {- VPB (Pass C.Pl Masc) => -} "emplastecidos" ; + {- VPB (Pass C.Pl Fem) => -} "emplastecidas" + ] + } ; + +lin emplebeyecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emplebeyecer" ; + {- VI Ger => -} "emplebeyeciendo" ; + {- VI Part => -} "emplebeyecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emplebeyezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emplebeyeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emplebeyece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emplebeyecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emplebeyecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emplebeyecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emplebeyezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emplebeyezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emplebeyezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emplebeyezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emplebeyezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emplebeyezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emplebeyecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emplebeyecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emplebeyecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emplebeyecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emplebeyecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emplebeyecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emplebeyeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emplebeyecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emplebeyeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emplebeyeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emplebeyecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emplebeyecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplebeyeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplebeyecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplebeyeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplebeyeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplebeyecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplebeyeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emplebeyecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emplebeyeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emplebeyeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emplebeyecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emplebeyecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emplebeyecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emplebeyeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emplebeyecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emplebeyecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emplebeyeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emplebeyeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emplebeyecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emplebeyeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emplebeyecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emplebeyecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emplebeyecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emplebeyeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emplebeyeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emplebeyecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emplebeyece" ; + {- VPB (Imper C.Sg C.P3) => -} "emplebeyezca" ; + {- VPB (Imper C.Pl C.P1) => -} "emplebeyezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emplebeyeced" ; + {- VPB (Imper C.Pl C.P3) => -} "emplebeyezcan" ; + {- VPB (Pass C.Sg Masc) => -} "emplebeyecido" ; + {- VPB (Pass C.Sg Fem) => -} "emplebeyecida" ; + {- VPB (Pass C.Pl Masc) => -} "emplebeyecidos" ; + {- VPB (Pass C.Pl Fem) => -} "emplebeyecidas" + ] + } ; + +lin emplumecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emplumecer" ; + {- VI Ger => -} "emplumeciendo" ; + {- VI Part => -} "emplumecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emplumezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emplumeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emplumece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emplumecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emplumecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emplumecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emplumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emplumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emplumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emplumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emplumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emplumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emplumecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emplumecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emplumecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emplumecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emplumecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emplumecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emplumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emplumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emplumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emplumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emplumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emplumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplumeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emplumecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emplumeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emplumeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emplumecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emplumecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emplumecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emplumeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emplumecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emplumecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emplumeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emplumeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emplumecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emplumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emplumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emplumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emplumecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emplumecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emplumecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emplumeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emplumeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emplumecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emplumece" ; + {- VPB (Imper C.Sg C.P3) => -} "emplumezca" ; + {- VPB (Imper C.Pl C.P1) => -} "emplumezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emplumeced" ; + {- VPB (Imper C.Pl C.P3) => -} "emplumezcan" ; + {- VPB (Pass C.Sg Masc) => -} "emplumecido" ; + {- VPB (Pass C.Sg Fem) => -} "emplumecida" ; + {- VPB (Pass C.Pl Masc) => -} "emplumecidos" ; + {- VPB (Pass C.Pl Fem) => -} "emplumecidas" + ] + } ; + +lin empobrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empobrecer" ; + {- VI Ger => -} "empobreciendo" ; + {- VI Part => -} "empobrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empobrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empobreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empobrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empobrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empobrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empobrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empobrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empobrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empobrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empobrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empobrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empobrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empobrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empobrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empobrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empobrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empobrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empobrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empobreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empobrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empobreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empobreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empobrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empobrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empobreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empobrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empobreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empobreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empobrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empobreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empobrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empobreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empobreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empobrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empobrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empobrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empobreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empobrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empobrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empobreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empobreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empobrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empobrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empobreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empobreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empobrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empobrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empobrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empobrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empobreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empobreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empobrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empobrece" ; + {- VPB (Imper C.Sg C.P3) => -} "empobrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empobrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empobreced" ; + {- VPB (Imper C.Pl C.P3) => -} "empobrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empobrecido" ; + {- VPB (Pass C.Sg Fem) => -} "empobrecida" ; + {- VPB (Pass C.Pl Masc) => -} "empobrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empobrecidas" + ] + } ; + +lin empodrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empodrecer" ; + {- VI Ger => -} "empodreciendo" ; + {- VI Part => -} "empodrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empodrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empodreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empodrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empodrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empodrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empodrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empodrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empodrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empodrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empodrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empodrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empodrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empodrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empodrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empodrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empodrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empodrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empodrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empodreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empodrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empodreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empodreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empodrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empodrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empodreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empodrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empodreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empodreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empodrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empodreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empodrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empodreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empodreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empodrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empodrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empodrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empodreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empodrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empodrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empodreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empodreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empodrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empodrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empodreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empodreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empodrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empodrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empodrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empodrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empodreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empodreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empodrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empodrece" ; + {- VPB (Imper C.Sg C.P3) => -} "empodrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empodrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empodreced" ; + {- VPB (Imper C.Pl C.P3) => -} "empodrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empodrecido" ; + {- VPB (Pass C.Sg Fem) => -} "empodrecida" ; + {- VPB (Pass C.Pl Masc) => -} "empodrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empodrecidas" + ] + } ; + +lin empretecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empretecer" ; + {- VI Ger => -} "empreteciendo" ; + {- VI Part => -} "empretecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empretezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empreteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empretece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empretecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empretecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empretecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empretezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empretezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empretezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empretezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empretezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empretezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empretecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empretecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empretecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empretecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empretecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empretecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empreteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empretecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empreteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empreteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empretecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empretecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empreteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empretecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empreteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empreteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empretecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empreteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empretecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empreteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empreteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empretecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empretecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empretecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empreteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empretecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empretecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empreteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empreteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empretecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empretecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empreteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empreteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empretecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empretecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empretecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empretecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empreteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empreteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empretecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empretece" ; + {- VPB (Imper C.Sg C.P3) => -} "empretezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empretezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empreteced" ; + {- VPB (Imper C.Pl C.P3) => -} "empretezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empretecido" ; + {- VPB (Pass C.Sg Fem) => -} "empretecida" ; + {- VPB (Pass C.Pl Masc) => -} "empretecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empretecidas" + ] + } ; + +lin emputecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emputecer" ; + {- VI Ger => -} "emputeciendo" ; + {- VI Part => -} "emputecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "emputezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emputeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emputece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emputecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emputecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emputecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emputezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emputezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emputezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emputezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emputezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emputezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emputecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emputecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emputecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emputecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emputecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emputecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emputeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emputecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emputeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emputeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emputecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emputecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emputeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emputecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emputeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emputeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emputecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emputeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emputecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emputeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emputeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emputecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emputecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emputecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emputeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emputecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emputecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emputeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emputeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emputecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emputecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emputeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emputeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emputecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emputecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emputecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emputecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emputeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emputeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emputecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emputece" ; + {- VPB (Imper C.Sg C.P3) => -} "emputezca" ; + {- VPB (Imper C.Pl C.P1) => -} "emputezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "emputeced" ; + {- VPB (Imper C.Pl C.P3) => -} "emputezcan" ; + {- VPB (Pass C.Sg Masc) => -} "emputecido" ; + {- VPB (Pass C.Sg Fem) => -} "emputecida" ; + {- VPB (Pass C.Pl Masc) => -} "emputecidos" ; + {- VPB (Pass C.Pl Fem) => -} "emputecidas" + ] + } ; + +lin enaltecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enaltecer" ; + {- VI Ger => -} "enalteciendo" ; + {- VI Part => -} "enaltecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enaltezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enalteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enaltece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enaltecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enaltecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enaltecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enaltezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enaltezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enaltezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enaltezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enaltezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enaltezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enaltecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enaltecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enaltecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enaltecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enaltecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enaltecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enalteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enaltecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enalteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enalteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enaltecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enaltecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enalteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enaltecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enalteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enalteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enaltecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enalteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enaltecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enalteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enalteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enaltecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enaltecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enaltecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enalteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enaltecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enaltecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enalteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enalteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enaltecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enaltecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enalteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enalteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enaltecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enaltecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enaltecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enaltecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enalteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enalteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enaltecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enaltece" ; + {- VPB (Imper C.Sg C.P3) => -} "enaltezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enaltezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enalteced" ; + {- VPB (Imper C.Pl C.P3) => -} "enaltezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enaltecido" ; + {- VPB (Pass C.Sg Fem) => -} "enaltecida" ; + {- VPB (Pass C.Pl Masc) => -} "enaltecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enaltecidas" + ] + } ; + +lin enamarillecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enamarillecer" ; + {- VI Ger => -} "enamarilleciendo" ; + {- VI Part => -} "enamarillecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enamarillezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enamarilleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enamarillece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enamarillecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enamarillecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enamarillecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enamarillezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enamarillezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enamarillezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enamarillezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enamarillezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enamarillezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enamarillecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enamarillecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enamarillecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enamarillecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enamarillecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enamarillecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enamarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enamarillecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enamarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enamarilleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enamarillecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enamarillecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enamarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enamarillecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enamarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enamarilleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enamarillecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enamarilleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enamarillecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enamarilleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enamarilleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enamarillecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enamarillecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enamarillecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enamarilleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enamarillecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enamarillecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enamarilleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enamarilleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enamarillecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enamarilleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enamarillecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enamarillecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enamarillecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enamarilleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enamarilleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enamarillecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enamarillece" ; + {- VPB (Imper C.Sg C.P3) => -} "enamarillezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enamarillezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enamarilleced" ; + {- VPB (Imper C.Pl C.P3) => -} "enamarillezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enamarillecido" ; + {- VPB (Pass C.Sg Fem) => -} "enamarillecida" ; + {- VPB (Pass C.Pl Masc) => -} "enamarillecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enamarillecidas" + ] + } ; + +lin enardecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enardecer" ; + {- VI Ger => -} "enardeciendo" ; + {- VI Part => -} "enardecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enardezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enardeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enardece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enardecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enardecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enardecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enardezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enardezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enardezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enardezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enardezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enardezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enardecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enardecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enardecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enardecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enardecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enardecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enardeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enardecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enardeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enardeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enardecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enardecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enardecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enardeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enardecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enardeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enardecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enardeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enardeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enardecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enardecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enardecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enardeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enardecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enardecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enardeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enardeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enardecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enardecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enardeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enardeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enardecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enardecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enardecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enardecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enardeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enardeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enardecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enardece" ; + {- VPB (Imper C.Sg C.P3) => -} "enardezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enardezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enardeced" ; + {- VPB (Imper C.Pl C.P3) => -} "enardezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enardecido" ; + {- VPB (Pass C.Sg Fem) => -} "enardecida" ; + {- VPB (Pass C.Pl Masc) => -} "enardecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enardecidas" + ] + } ; + +lin encallecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encallecer" ; + {- VI Ger => -} "encalleciendo" ; + {- VI Part => -} "encallecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encallezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encalleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encallece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encallecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encallecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encallecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encallecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encallecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encallecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encallecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encallecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encallecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encalleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encallecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encalleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encalleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encallecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encallecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encallecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encalleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encallecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encallecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encalleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encalleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encallecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encallecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encallecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encallecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encalleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encalleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encallecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encallece" ; + {- VPB (Imper C.Sg C.P3) => -} "encallezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encallezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encalleced" ; + {- VPB (Imper C.Pl C.P3) => -} "encallezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encallecido" ; + {- VPB (Pass C.Sg Fem) => -} "encallecida" ; + {- VPB (Pass C.Pl Masc) => -} "encallecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encallecidas" + ] + } ; + +lin encalvecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encalvecer" ; + {- VI Ger => -} "encalveciendo" ; + {- VI Part => -} "encalvecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encalvezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encalveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encalvece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encalvecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encalvecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encalvecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encalvezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encalvezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encalvezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encalvezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encalvezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encalvezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encalvecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encalvecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encalvecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encalvecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encalvecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encalvecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encalveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encalvecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encalveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encalveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encalvecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encalvecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encalveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encalvecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encalveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encalveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encalvecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encalveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encalvecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encalveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encalveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encalvecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encalvecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encalvecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encalveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encalvecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encalvecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encalveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encalveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encalvecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encalvecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encalveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encalveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encalvecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encalvecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encalvecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encalvecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encalveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encalveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encalvecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encalvece" ; + {- VPB (Imper C.Sg C.P3) => -} "encalvezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encalvezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encalveced" ; + {- VPB (Imper C.Pl C.P3) => -} "encalvezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encalvecido" ; + {- VPB (Pass C.Sg Fem) => -} "encalvecida" ; + {- VPB (Pass C.Pl Masc) => -} "encalvecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encalvecidas" + ] + } ; + +lin encandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encandecer" ; + {- VI Ger => -} "encandeciendo" ; + {- VI Part => -} "encandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encandece" ; + {- VPB (Imper C.Sg C.P3) => -} "encandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "encandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encandecido" ; + {- VPB (Pass C.Sg Fem) => -} "encandecida" ; + {- VPB (Pass C.Pl Masc) => -} "encandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encandecidas" + ] + } ; + +lin encanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encanecer" ; + {- VI Ger => -} "encaneciendo" ; + {- VI Part => -} "encanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encanece" ; + {- VPB (Imper C.Sg C.P3) => -} "encanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "encanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encanecido" ; + {- VPB (Pass C.Sg Fem) => -} "encanecida" ; + {- VPB (Pass C.Pl Masc) => -} "encanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encanecidas" + ] + } ; + +lin encarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encarecer" ; + {- VI Ger => -} "encareciendo" ; + {- VI Part => -} "encarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encarece" ; + {- VPB (Imper C.Sg C.P3) => -} "encarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encareced" ; + {- VPB (Imper C.Pl C.P3) => -} "encarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encarecido" ; + {- VPB (Pass C.Sg Fem) => -} "encarecida" ; + {- VPB (Pass C.Pl Masc) => -} "encarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encarecidas" + ] + } ; + +lin encarnecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encarnecer" ; + {- VI Ger => -} "encarneciendo" ; + {- VI Part => -} "encarnecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encarnezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encarneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encarnece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encarnecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encarnecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encarnecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encarnecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encarnecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encarnecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encarnecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encarnecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encarnecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encarneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encarnecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encarneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encarneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encarnecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encarnecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encarnecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encarneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encarnecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encarnecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encarneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encarneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encarnecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encarnecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encarnecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encarnecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encarneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encarneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encarnecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encarnece" ; + {- VPB (Imper C.Sg C.P3) => -} "encarnezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encarnezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encarneced" ; + {- VPB (Imper C.Pl C.P3) => -} "encarnezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encarnecido" ; + {- VPB (Pass C.Sg Fem) => -} "encarnecida" ; + {- VPB (Pass C.Pl Masc) => -} "encarnecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encarnecidas" + ] + } ; + +lin enceguecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enceguecer" ; + {- VI Ger => -} "encegueciendo" ; + {- VI Part => -} "enceguecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enceguezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encegueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enceguece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enceguecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enceguecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enceguecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enceguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enceguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enceguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enceguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enceguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enceguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enceguecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enceguecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enceguecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enceguecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enceguecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enceguecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encegueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enceguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encegueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encegueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enceguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enceguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encegueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enceguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encegueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encegueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enceguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encegueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enceguecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encegueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encegueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enceguecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enceguecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enceguecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encegueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enceguecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enceguecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encegueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encegueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enceguecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enceguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encegueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encegueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enceguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enceguecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enceguecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enceguecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encegueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encegueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enceguecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enceguece" ; + {- VPB (Imper C.Sg C.P3) => -} "enceguezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enceguezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encegueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enceguezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enceguecido" ; + {- VPB (Pass C.Sg Fem) => -} "enceguecida" ; + {- VPB (Pass C.Pl Masc) => -} "enceguecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enceguecidas" + ] + } ; + +lin encloquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encloquecer" ; + {- VI Ger => -} "encloqueciendo" ; + {- VI Part => -} "encloquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encloquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encloqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encloquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encloquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encloquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encloquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encloquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encloquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encloquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encloquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encloquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encloquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encloquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encloquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encloquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encloquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encloquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encloquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encloquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encloqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encloquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encloquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encloquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encloqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encloquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encloqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encloquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encloqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encloqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encloquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encloquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encloquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encloqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encloquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encloquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encloqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encloqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encloquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encloquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encloqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encloquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encloquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encloquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encloquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encloqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encloqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encloquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encloquece" ; + {- VPB (Imper C.Sg C.P3) => -} "encloquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encloquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encloqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "encloquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encloquecido" ; + {- VPB (Pass C.Sg Fem) => -} "encloquecida" ; + {- VPB (Pass C.Pl Masc) => -} "encloquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encloquecidas" + ] + } ; + +lin encorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encorecer" ; + {- VI Ger => -} "encoreciendo" ; + {- VI Part => -} "encorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encoreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encoreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encoreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encoreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encoreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encoreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encoreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encoreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encoreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encorece" ; + {- VPB (Imper C.Sg C.P3) => -} "encorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encoreced" ; + {- VPB (Imper C.Pl C.P3) => -} "encorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encorecido" ; + {- VPB (Pass C.Sg Fem) => -} "encorecida" ; + {- VPB (Pass C.Pl Masc) => -} "encorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encorecidas" + ] + } ; + +lin encrudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encrudecer" ; + {- VI Ger => -} "encrudeciendo" ; + {- VI Part => -} "encrudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encrudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encrudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encrudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encrudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encrudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encrudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encrudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encrudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encrudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encrudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encrudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encrudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encrudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encrudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encrudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encrudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encrudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encrudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encrudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encrudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encrudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encrudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encrudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encrudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encrudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encrudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encrudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encrudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encrudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encrudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encrudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encrudece" ; + {- VPB (Imper C.Sg C.P3) => -} "encrudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encrudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encrudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "encrudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encrudecido" ; + {- VPB (Pass C.Sg Fem) => -} "encrudecida" ; + {- VPB (Pass C.Pl Masc) => -} "encrudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encrudecidas" + ] + } ; + +lin encruelecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encruelecer" ; + {- VI Ger => -} "encrueleciendo" ; + {- VI Part => -} "encruelecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encruelezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encrueleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encruelece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encruelecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encruelecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encruelecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encruelezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encruelezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encruelezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encruelezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encruelezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encruelezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encruelecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encruelecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encruelecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encruelecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encruelecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encruelecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encrueleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encruelecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encrueleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encrueleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encruelecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encruelecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encrueleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encruelecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encrueleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encrueleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encruelecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encrueleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encruelecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encrueleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encrueleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encruelecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encruelecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encruelecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encrueleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encruelecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encruelecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encrueleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encrueleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encruelecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encruelecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encrueleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encruelecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encruelecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encruelecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encruelecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encrueleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encrueleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encruelecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encruelece" ; + {- VPB (Imper C.Sg C.P3) => -} "encruelezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encruelezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encrueleced" ; + {- VPB (Imper C.Pl C.P3) => -} "encruelezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encruelecido" ; + {- VPB (Pass C.Sg Fem) => -} "encruelecida" ; + {- VPB (Pass C.Pl Masc) => -} "encruelecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encruelecidas" + ] + } ; + +lin endentecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "endentecer" ; + {- VI Ger => -} "endenteciendo" ; + {- VI Part => -} "endentecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "endentezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "endenteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "endentece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "endentecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "endentecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "endentecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "endentezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "endentezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "endentezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "endentezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "endentezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "endentezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "endentecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "endentecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "endentecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "endentecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "endentecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "endentecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "endenteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "endentecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "endenteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "endenteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "endentecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "endentecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "endenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "endentecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "endenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "endenteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "endentecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "endenteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "endentecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "endenteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "endenteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "endentecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "endentecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "endentecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "endenteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "endentecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "endentecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "endenteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "endenteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "endentecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "endentecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "endenteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "endenteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "endentecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "endentecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "endentecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "endentecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "endenteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "endenteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "endentecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "endentece" ; + {- VPB (Imper C.Sg C.P3) => -} "endentezca" ; + {- VPB (Imper C.Pl C.P1) => -} "endentezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "endenteced" ; + {- VPB (Imper C.Pl C.P3) => -} "endentezcan" ; + {- VPB (Pass C.Sg Masc) => -} "endentecido" ; + {- VPB (Pass C.Sg Fem) => -} "endentecida" ; + {- VPB (Pass C.Pl Masc) => -} "endentecidos" ; + {- VPB (Pass C.Pl Fem) => -} "endentecidas" + ] + } ; + +lin endurecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "endurecer" ; + {- VI Ger => -} "endureciendo" ; + {- VI Part => -} "endurecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "endurezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "endureces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "endurece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "endurecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "endurecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "endurecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "endurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "endurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "endurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "endurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "endurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "endurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "endurecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "endurecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "endurecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "endurecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "endurecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "endurecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "endureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "endurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "endureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "endureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "endurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "endurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "endureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "endurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "endureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "endureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "endurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "endureciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "endurecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "endureciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "endureció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "endurecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "endurecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "endurecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "endureceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "endurecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "endurecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "endureceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "endureceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "endurecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "endureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "endurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "endureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "endureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "endureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "endurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "endurecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "endurecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "endurecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "endureceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "endureceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "endurecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "endurece" ; + {- VPB (Imper C.Sg C.P3) => -} "endurezca" ; + {- VPB (Imper C.Pl C.P1) => -} "endurezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "endureced" ; + {- VPB (Imper C.Pl C.P3) => -} "endurezcan" ; + {- VPB (Pass C.Sg Masc) => -} "endurecido" ; + {- VPB (Pass C.Sg Fem) => -} "endurecida" ; + {- VPB (Pass C.Pl Masc) => -} "endurecidos" ; + {- VPB (Pass C.Pl Fem) => -} "endurecidas" + ] + } ; + +lin enflaquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enflaquecer" ; + {- VI Ger => -} "enflaqueciendo" ; + {- VI Part => -} "enflaquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enflaquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enflaqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enflaquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enflaquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enflaquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enflaquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enflaquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enflaquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enflaquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enflaquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enflaquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enflaquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enflaquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enflaquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enflaquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enflaquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enflaquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enflaquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enflaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enflaquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enflaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enflaqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enflaquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enflaquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enflaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enflaquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enflaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enflaqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enflaquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enflaqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enflaquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enflaqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enflaqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enflaquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enflaquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enflaquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enflaqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enflaquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enflaquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enflaqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enflaqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enflaquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enflaqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enflaquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enflaquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enflaquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enflaqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enflaqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enflaquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enflaquece" ; + {- VPB (Imper C.Sg C.P3) => -} "enflaquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enflaquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enflaqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enflaquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enflaquecido" ; + {- VPB (Pass C.Sg Fem) => -} "enflaquecida" ; + {- VPB (Pass C.Pl Masc) => -} "enflaquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enflaquecidas" + ] + } ; + +lin enflorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enflorecer" ; + {- VI Ger => -} "enfloreciendo" ; + {- VI Part => -} "enflorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enflorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enfloreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enflorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enflorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enflorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enflorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enflorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enflorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enflorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enflorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enflorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enflorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enfloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfloreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enflorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enfloreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enfloreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enflorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enflorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enflorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enfloreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enflorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enflorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enfloreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enfloreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enflorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enfloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enflorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enflorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enflorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enfloreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enfloreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enflorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enflorece" ; + {- VPB (Imper C.Sg C.P3) => -} "enflorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enflorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enfloreced" ; + {- VPB (Imper C.Pl C.P3) => -} "enflorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enflorecido" ; + {- VPB (Pass C.Sg Fem) => -} "enflorecida" ; + {- VPB (Pass C.Pl Masc) => -} "enflorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enflorecidas" + ] + } ; + +lin enfranquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enfranquecer" ; + {- VI Ger => -} "enfranqueciendo" ; + {- VI Part => -} "enfranquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enfranquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enfranqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enfranquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enfranquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enfranquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enfranquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enfranquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enfranquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enfranquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enfranquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enfranquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enfranquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enfranquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enfranquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enfranquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enfranquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enfranquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enfranquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enfranqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enfranquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enfranqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enfranqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enfranquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enfranquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfranqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enfranquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfranqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfranqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enfranquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfranqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enfranquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enfranqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enfranqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enfranquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enfranquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enfranquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enfranqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enfranquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enfranquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enfranqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enfranqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enfranquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enfranqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enfranquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enfranquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enfranquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enfranqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enfranqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enfranquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enfranquece" ; + {- VPB (Imper C.Sg C.P3) => -} "enfranquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enfranquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enfranqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enfranquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enfranquecido" ; + {- VPB (Pass C.Sg Fem) => -} "enfranquecida" ; + {- VPB (Pass C.Pl Masc) => -} "enfranquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enfranquecidas" + ] + } ; + +lin enfurecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enfurecer" ; + {- VI Ger => -} "enfureciendo" ; + {- VI Part => -} "enfurecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enfurezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enfureces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enfurece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enfurecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enfurecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enfurecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enfurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enfurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enfurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enfurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enfurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enfurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enfurecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enfurecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enfurecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enfurecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enfurecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enfurecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enfureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enfurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enfureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enfureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enfurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enfurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enfurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enfurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfureciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enfurecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enfureciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enfureció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enfurecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enfurecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enfurecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enfureceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enfurecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enfurecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enfureceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enfureceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enfurecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enfurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enfureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enfureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enfurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enfurecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enfurecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enfurecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enfureceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enfureceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enfurecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enfurece" ; + {- VPB (Imper C.Sg C.P3) => -} "enfurezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enfurezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enfureced" ; + {- VPB (Imper C.Pl C.P3) => -} "enfurezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enfurecido" ; + {- VPB (Pass C.Sg Fem) => -} "enfurecida" ; + {- VPB (Pass C.Pl Masc) => -} "enfurecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enfurecidas" + ] + } ; + +lin engrandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engrandecer" ; + {- VI Ger => -} "engrandeciendo" ; + {- VI Part => -} "engrandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engrandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engrandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engrandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engrandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engrandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engrandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engrandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engrandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engrandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engrandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engrandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engrandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engrandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engrandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engrandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engrandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engrandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engrandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engrandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engrandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engrandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engrandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engrandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engrandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engrandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engrandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engrandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engrandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engrandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engrandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engrandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engrandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engrandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engrandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engrandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engrandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engrandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engrandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engrandece" ; + {- VPB (Imper C.Sg C.P3) => -} "engrandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "engrandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "engrandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "engrandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "engrandecido" ; + {- VPB (Pass C.Sg Fem) => -} "engrandecida" ; + {- VPB (Pass C.Pl Masc) => -} "engrandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "engrandecidas" + ] + } ; + +lin engravecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engravecer" ; + {- VI Ger => -} "engraveciendo" ; + {- VI Part => -} "engravecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engravezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engraveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engravece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engravecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engravecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engravecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engravecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engravecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engravecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engravecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engravecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engravecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engraveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engravecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engraveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engraveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engravecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engravecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engravecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engraveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engravecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engravecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engraveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engraveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engravecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engravecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engravecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engravecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engraveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engraveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engravecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engravece" ; + {- VPB (Imper C.Sg C.P3) => -} "engravezca" ; + {- VPB (Imper C.Pl C.P1) => -} "engravezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "engraveced" ; + {- VPB (Imper C.Pl C.P3) => -} "engravezcan" ; + {- VPB (Pass C.Sg Masc) => -} "engravecido" ; + {- VPB (Pass C.Sg Fem) => -} "engravecida" ; + {- VPB (Pass C.Pl Masc) => -} "engravecidos" ; + {- VPB (Pass C.Pl Fem) => -} "engravecidas" + ] + } ; + +lin enllentecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enllentecer" ; + {- VI Ger => -} "enllenteciendo" ; + {- VI Part => -} "enllentecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enllentezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enllenteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enllentece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enllentecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enllentecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enllentecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enllentezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enllentezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enllentezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enllentezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enllentezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enllentezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enllentecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enllentecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enllentecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enllentecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enllentecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enllentecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enllenteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enllentecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enllenteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enllenteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enllentecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enllentecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enllenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enllentecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enllenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enllenteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enllentecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enllenteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enllentecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enllenteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enllenteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enllentecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enllentecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enllentecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enllenteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enllentecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enllentecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enllenteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enllenteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enllentecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enllentecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enllenteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enllentecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enllentecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enllentecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enllentecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enllenteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enllenteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enllentecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enllentece" ; + {- VPB (Imper C.Sg C.P3) => -} "enllentezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enllentezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enllenteced" ; + {- VPB (Imper C.Pl C.P3) => -} "enllentezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enllentecido" ; + {- VPB (Pass C.Sg Fem) => -} "enllentecida" ; + {- VPB (Pass C.Pl Masc) => -} "enllentecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enllentecidas" + ] + } ; + +lin enlobreguecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enlobreguecer" ; + {- VI Ger => -} "enlobregueciendo" ; + {- VI Part => -} "enlobreguecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enlobreguezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enlobregueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enlobreguece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enlobreguecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enlobreguecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlobreguecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enlobreguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enlobreguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enlobreguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enlobreguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enlobreguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enlobreguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enlobreguecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlobreguecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enlobreguecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlobreguecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlobreguecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlobreguecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enlobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlobreguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enlobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enlobregueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlobreguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlobreguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlobreguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlobregueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlobreguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlobregueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enlobreguecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enlobregueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enlobregueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enlobreguecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enlobreguecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enlobreguecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enlobregueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enlobreguecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enlobreguecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enlobregueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enlobregueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlobreguecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enlobregueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlobreguecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlobreguecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlobreguecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enlobregueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlobregueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlobreguecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enlobreguece" ; + {- VPB (Imper C.Sg C.P3) => -} "enlobreguezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enlobreguezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enlobregueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enlobreguezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enlobreguecido" ; + {- VPB (Pass C.Sg Fem) => -} "enlobreguecida" ; + {- VPB (Pass C.Pl Masc) => -} "enlobreguecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enlobreguecidas" + ] + } ; + +lin enloquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enloquecer" ; + {- VI Ger => -} "enloqueciendo" ; + {- VI Part => -} "enloquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enloquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enloqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enloquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enloquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enloquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enloquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enloquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enloquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enloquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enloquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enloquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enloquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enloquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enloquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enloquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enloquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enloquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enloquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enloquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enloqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enloquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enloquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enloquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enloqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enloquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enloqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enloquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enloqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enloqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enloquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enloquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enloquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enloqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enloquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enloquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enloqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enloqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enloquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enloquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enloqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enloquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enloquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enloquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enloquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enloqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enloqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enloquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enloquece" ; + {- VPB (Imper C.Sg C.P3) => -} "enloquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enloquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enloqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enloquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enloquecido" ; + {- VPB (Pass C.Sg Fem) => -} "enloquecida" ; + {- VPB (Pass C.Pl Masc) => -} "enloquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enloquecidas" + ] + } ; + +lin enlustrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enlustrecer" ; + {- VI Ger => -} "enlustreciendo" ; + {- VI Part => -} "enlustrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enlustrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enlustreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enlustrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enlustrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enlustrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlustrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enlustrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enlustrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enlustrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enlustrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enlustrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enlustrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enlustrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlustrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enlustrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlustrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlustrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlustrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enlustreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlustrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enlustreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enlustreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlustrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlustrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlustreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlustrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlustreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlustreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlustrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlustreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enlustrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enlustreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enlustreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enlustrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enlustrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enlustrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enlustreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enlustrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enlustrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enlustreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enlustreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlustrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enlustreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlustrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlustrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlustrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enlustreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlustreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlustrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enlustrece" ; + {- VPB (Imper C.Sg C.P3) => -} "enlustrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enlustrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enlustreced" ; + {- VPB (Imper C.Pl C.P3) => -} "enlustrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enlustrecido" ; + {- VPB (Pass C.Sg Fem) => -} "enlustrecida" ; + {- VPB (Pass C.Pl Masc) => -} "enlustrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enlustrecidas" + ] + } ; + +lin enmagrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmagrecer" ; + {- VI Ger => -} "enmagreciendo" ; + {- VI Part => -} "enmagrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmagrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmagreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmagrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmagrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmagrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmagrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmagrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmagrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmagrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmagrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmagrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmagrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmagrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmagrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmagrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmagrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmagrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmagrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmagreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmagrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmagreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmagreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmagrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmagrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmagreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmagrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmagreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmagreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmagrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmagreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmagrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmagreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmagreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmagrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmagrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmagrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmagreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmagrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmagrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmagreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmagreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmagrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmagreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmagrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmagrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmagrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmagreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmagreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmagrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmagrece" ; + {- VPB (Imper C.Sg C.P3) => -} "enmagrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enmagrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmagreced" ; + {- VPB (Imper C.Pl C.P3) => -} "enmagrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enmagrecido" ; + {- VPB (Pass C.Sg Fem) => -} "enmagrecida" ; + {- VPB (Pass C.Pl Masc) => -} "enmagrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enmagrecidas" + ] + } ; + +lin enmalecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmalecer" ; + {- VI Ger => -} "enmaleciendo" ; + {- VI Part => -} "enmalecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmalezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmaleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmalece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmalecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmalecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmalecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmalecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmalecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmalecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmalecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmalecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmalecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmaleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmalecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmaleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmaleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmalecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmalecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmalecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmaleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmalecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmalecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmaleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmaleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmalecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmalecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmalecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmalecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmaleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmaleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmalecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmalece" ; + {- VPB (Imper C.Sg C.P3) => -} "enmalezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enmalezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmaleced" ; + {- VPB (Imper C.Pl C.P3) => -} "enmalezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enmalecido" ; + {- VPB (Pass C.Sg Fem) => -} "enmalecida" ; + {- VPB (Pass C.Pl Masc) => -} "enmalecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enmalecidas" + ] + } ; + +lin enmohecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmohecer" ; + {- VI Ger => -} "enmoheciendo" ; + {- VI Part => -} "enmohecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmohezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmoheces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmohece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmohecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmohecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmohecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmohecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmohecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmohecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmohecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmohecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmohecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmoheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmoheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmoheciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmohecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmoheciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmoheció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmohecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmohecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmohecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmoheceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmohecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmohecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmoheceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmoheceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmohecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmoheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmohecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmohecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmohecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmoheceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmoheceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmohecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmohece" ; + {- VPB (Imper C.Sg C.P3) => -} "enmohezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enmohezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmoheced" ; + {- VPB (Imper C.Pl C.P3) => -} "enmohezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enmohecido" ; + {- VPB (Pass C.Sg Fem) => -} "enmohecida" ; + {- VPB (Pass C.Pl Masc) => -} "enmohecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enmohecidas" + ] + } ; + +lin enmollecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmollecer" ; + {- VI Ger => -} "enmolleciendo" ; + {- VI Part => -} "enmollecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmollezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmolleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmollece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmollecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmollecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmollecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmollezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmollezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmollezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmollezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmollezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmollezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmollecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmollecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmollecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmollecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmollecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmollecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmolleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmollecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmolleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmolleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmollecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmollecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmollecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmolleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmollecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmolleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmollecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmolleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmolleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmollecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmollecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmollecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmolleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmollecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmollecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmolleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmolleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmollecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmollecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmolleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmollecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmollecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmollecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmollecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmolleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmolleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmollecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmollece" ; + {- VPB (Imper C.Sg C.P3) => -} "enmollezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enmollezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmolleced" ; + {- VPB (Imper C.Pl C.P3) => -} "enmollezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enmollecido" ; + {- VPB (Pass C.Sg Fem) => -} "enmollecida" ; + {- VPB (Pass C.Pl Masc) => -} "enmollecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enmollecidas" + ] + } ; + +lin enmudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmudecer" ; + {- VI Ger => -} "enmudeciendo" ; + {- VI Part => -} "enmudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmudece" ; + {- VPB (Imper C.Sg C.P3) => -} "enmudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enmudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "enmudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enmudecido" ; + {- VPB (Pass C.Sg Fem) => -} "enmudecida" ; + {- VPB (Pass C.Pl Masc) => -} "enmudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enmudecidas" + ] + } ; + +lin ennegrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ennegrecer" ; + {- VI Ger => -} "ennegreciendo" ; + {- VI Part => -} "ennegrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ennegrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ennegreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ennegrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ennegrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ennegrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ennegrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ennegrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ennegrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ennegrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ennegrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ennegrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ennegrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ennegrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ennegrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ennegrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ennegrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ennegrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ennegrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ennegreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ennegrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ennegreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ennegreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ennegrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ennegrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennegreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennegrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennegreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennegreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennegrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennegreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ennegrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ennegreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ennegreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ennegrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ennegrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ennegrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ennegreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ennegrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ennegrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ennegreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ennegreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ennegrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ennegreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ennegrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ennegrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ennegrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ennegreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ennegreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ennegrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ennegrece" ; + {- VPB (Imper C.Sg C.P3) => -} "ennegrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ennegrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ennegreced" ; + {- VPB (Imper C.Pl C.P3) => -} "ennegrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ennegrecido" ; + {- VPB (Pass C.Sg Fem) => -} "ennegrecida" ; + {- VPB (Pass C.Pl Masc) => -} "ennegrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ennegrecidas" + ] + } ; + +lin ennoblecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ennoblecer" ; + {- VI Ger => -} "ennobleciendo" ; + {- VI Part => -} "ennoblecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ennoblezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ennobleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ennoblece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ennoblecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ennoblecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ennoblecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ennoblezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ennoblezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ennoblezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ennoblezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ennoblezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ennoblezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ennoblecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ennoblecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ennoblecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ennoblecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ennoblecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ennoblecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ennobleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ennoblecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ennobleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ennobleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ennoblecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ennoblecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennobleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennoblecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennobleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennobleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennoblecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennobleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ennoblecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ennobleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ennobleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ennoblecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ennoblecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ennoblecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ennobleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ennoblecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ennoblecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ennobleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ennobleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ennoblecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ennobleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ennoblecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ennoblecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ennoblecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ennobleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ennobleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ennoblecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ennoblece" ; + {- VPB (Imper C.Sg C.P3) => -} "ennoblezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ennoblezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ennobleced" ; + {- VPB (Imper C.Pl C.P3) => -} "ennoblezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ennoblecido" ; + {- VPB (Pass C.Sg Fem) => -} "ennoblecida" ; + {- VPB (Pass C.Pl Masc) => -} "ennoblecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ennoblecidas" + ] + } ; + +lin ennudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ennudecer" ; + {- VI Ger => -} "ennudeciendo" ; + {- VI Part => -} "ennudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ennudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ennudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ennudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ennudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ennudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ennudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ennudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ennudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ennudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ennudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ennudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ennudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ennudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ennudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ennudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ennudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ennudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ennudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ennudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ennudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ennudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ennudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ennudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ennudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ennudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ennudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ennudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ennudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ennudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ennudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ennudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ennudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ennudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ennudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ennudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ennudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ennudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ennudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ennudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ennudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ennudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ennudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ennudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ennudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ennudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ennudece" ; + {- VPB (Imper C.Sg C.P3) => -} "ennudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ennudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ennudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "ennudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ennudecido" ; + {- VPB (Pass C.Sg Fem) => -} "ennudecida" ; + {- VPB (Pass C.Pl Masc) => -} "ennudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ennudecidas" + ] + } ; + +lin enorgullecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enorgullecer" ; + {- VI Ger => -} "enorgulleciendo" ; + {- VI Part => -} "enorgullecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enorgullezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enorgulleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enorgullece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enorgullecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enorgullecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enorgullecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enorgullezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enorgullezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enorgullezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enorgullezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enorgullezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enorgullezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enorgullecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enorgullecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enorgullecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enorgullecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enorgullecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enorgullecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enorgulleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enorgullecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enorgulleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enorgulleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enorgullecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enorgullecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enorgulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enorgullecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enorgulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enorgulleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enorgullecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enorgulleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enorgullecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enorgulleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enorgulleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enorgullecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enorgullecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enorgullecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enorgulleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enorgullecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enorgullecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enorgulleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enorgulleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enorgullecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enorgulleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enorgullecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enorgullecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enorgullecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enorgulleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enorgulleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enorgullecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enorgullece" ; + {- VPB (Imper C.Sg C.P3) => -} "enorgullezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enorgullezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enorgulleced" ; + {- VPB (Imper C.Pl C.P3) => -} "enorgullezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enorgullecido" ; + {- VPB (Pass C.Sg Fem) => -} "enorgullecida" ; + {- VPB (Pass C.Pl Masc) => -} "enorgullecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enorgullecidas" + ] + } ; + +lin enralecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enralecer" ; + {- VI Ger => -} "enraleciendo" ; + {- VI Part => -} "enralecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enralezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enraleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enralece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enralecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enralecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enralecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enralezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enralezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enralezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enralezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enralezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enralezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enralecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enralecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enralecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enralecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enralecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enralecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enraleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enralecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enraleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enraleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enralecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enralecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enraleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enralecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enraleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enraleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enralecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enraleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enralecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enraleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enraleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enralecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enralecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enralecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enraleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enralecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enralecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enraleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enraleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enralecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enralecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enraleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enraleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enralecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enralecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enralecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enralecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enraleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enraleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enralecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enralece" ; + {- VPB (Imper C.Sg C.P3) => -} "enralezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enralezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enraleced" ; + {- VPB (Imper C.Pl C.P3) => -} "enralezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enralecido" ; + {- VPB (Pass C.Sg Fem) => -} "enralecida" ; + {- VPB (Pass C.Pl Masc) => -} "enralecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enralecidas" + ] + } ; + +lin enrarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enrarecer" ; + {- VI Ger => -} "enrareciendo" ; + {- VI Part => -} "enrarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enrarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enrareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enrarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enrarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enrarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enrarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enrareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enrareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enrarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enrarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enrarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enrareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enrarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enrarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enrareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enrareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enrarece" ; + {- VPB (Imper C.Sg C.P3) => -} "enrarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enrarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enrareced" ; + {- VPB (Imper C.Pl C.P3) => -} "enrarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enrarecido" ; + {- VPB (Pass C.Sg Fem) => -} "enrarecida" ; + {- VPB (Pass C.Pl Masc) => -} "enrarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enrarecidas" + ] + } ; + +lin enrigidecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enrigidecer" ; + {- VI Ger => -} "enrigideciendo" ; + {- VI Part => -} "enrigidecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enrigidezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enrigideces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enrigidece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enrigidecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enrigidecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrigidecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrigidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrigidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrigidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrigidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrigidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrigidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrigidecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrigidecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrigidecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrigidecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrigidecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrigidecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrigideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrigidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrigideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrigideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrigidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrigidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrigideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrigidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrigideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrigideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrigidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrigideciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enrigidecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enrigideciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enrigideció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enrigidecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enrigidecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enrigidecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enrigideceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enrigidecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enrigidecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enrigideceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enrigideceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrigidecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrigideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrigidecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrigidecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrigidecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrigideceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrigideceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrigidecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enrigidece" ; + {- VPB (Imper C.Sg C.P3) => -} "enrigidezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enrigidezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enrigideced" ; + {- VPB (Imper C.Pl C.P3) => -} "enrigidezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enrigidecido" ; + {- VPB (Pass C.Sg Fem) => -} "enrigidecida" ; + {- VPB (Pass C.Pl Masc) => -} "enrigidecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enrigidecidas" + ] + } ; + +lin enriquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enriquecer" ; + {- VI Ger => -} "enriqueciendo" ; + {- VI Part => -} "enriquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enriquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enriqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enriquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enriquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enriquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enriquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enriquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enriquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enriquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enriquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enriquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enriquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enriquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enriquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enriquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enriquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enriquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enriquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enriqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enriquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enriqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enriqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enriquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enriquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enriqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enriquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enriqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enriqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enriquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enriqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enriquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enriqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enriqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enriquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enriquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enriquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enriqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enriquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enriquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enriqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enriqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enriquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enriquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enriqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enriquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enriquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enriquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enriquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enriqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enriqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enriquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enriquece" ; + {- VPB (Imper C.Sg C.P3) => -} "enriquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enriquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enriqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enriquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enriquecido" ; + {- VPB (Pass C.Sg Fem) => -} "enriquecida" ; + {- VPB (Pass C.Pl Masc) => -} "enriquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enriquecidas" + ] + } ; + +lin enrojecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enrojecer" ; + {- VI Ger => -} "enrojeciendo" ; + {- VI Part => -} "enrojecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enrojezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enrojeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enrojece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enrojecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enrojecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrojecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrojezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrojezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrojezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrojezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrojezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrojezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrojecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrojecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrojecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrojecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrojecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrojecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrojeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrojecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrojeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrojeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrojecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrojecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrojeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrojecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrojeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrojeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrojecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrojeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enrojecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enrojeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enrojeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enrojecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enrojecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enrojecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enrojeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enrojecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enrojecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enrojeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enrojeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrojecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrojecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrojeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrojecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrojecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrojecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrojecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrojeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrojeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrojecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enrojece" ; + {- VPB (Imper C.Sg C.P3) => -} "enrojezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enrojezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enrojeced" ; + {- VPB (Imper C.Pl C.P3) => -} "enrojezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enrojecido" ; + {- VPB (Pass C.Sg Fem) => -} "enrojecida" ; + {- VPB (Pass C.Pl Masc) => -} "enrojecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enrojecidas" + ] + } ; + +lin enronquecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enronquecer" ; + {- VI Ger => -} "enronqueciendo" ; + {- VI Part => -} "enronquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enronquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enronqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enronquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enronquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enronquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enronquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enronquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enronquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enronquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enronquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enronquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enronquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enronquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enronquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enronquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enronquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enronquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enronquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enronqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enronquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enronqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enronqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enronquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enronquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enronqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enronquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enronqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enronqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enronquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enronqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enronquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enronqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enronqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enronquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enronquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enronquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enronqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enronquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enronquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enronqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enronqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enronquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enronquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enronqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enronquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enronquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enronquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enronquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enronqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enronqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enronquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enronquece" ; + {- VPB (Imper C.Sg C.P3) => -} "enronquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enronquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enronqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "enronquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enronquecido" ; + {- VPB (Pass C.Sg Fem) => -} "enronquecida" ; + {- VPB (Pass C.Pl Masc) => -} "enronquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enronquecidas" + ] + } ; + +lin enrudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enrudecer" ; + {- VI Ger => -} "enrudeciendo" ; + {- VI Part => -} "enrudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enrudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enrudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enrudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enrudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enrudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enrudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enrudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enrudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enrudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enrudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enrudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enrudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enrudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enrudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enrudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enrudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enrudece" ; + {- VPB (Imper C.Sg C.P3) => -} "enrudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enrudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enrudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "enrudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enrudecido" ; + {- VPB (Pass C.Sg Fem) => -} "enrudecida" ; + {- VPB (Pass C.Pl Masc) => -} "enrudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enrudecidas" + ] + } ; + +lin enruinecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enruinecer" ; + {- VI Ger => -} "enruineciendo" ; + {- VI Part => -} "enruinecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enruinezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enruineces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enruinece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enruinecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enruinecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enruinecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enruinezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enruinezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enruinezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enruinezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enruinezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enruinezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enruinecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enruinecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enruinecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enruinecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enruinecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enruinecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enruineciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enruinecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enruineciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enruineciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enruinecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enruinecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enruineciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enruinecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enruineciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enruineciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enruinecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enruineciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enruinecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enruineciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enruineció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enruinecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enruinecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enruinecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enruineceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enruinecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enruinecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enruineceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enruineceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enruinecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enruinecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enruineciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enruineciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enruinecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enruinecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enruinecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enruinecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enruineceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enruineceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enruinecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enruinece" ; + {- VPB (Imper C.Sg C.P3) => -} "enruinezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enruinezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enruineced" ; + {- VPB (Imper C.Pl C.P3) => -} "enruinezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enruinecido" ; + {- VPB (Pass C.Sg Fem) => -} "enruinecida" ; + {- VPB (Pass C.Pl Masc) => -} "enruinecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enruinecidas" + ] + } ; + +lin ensandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensandecer" ; + {- VI Ger => -} "ensandeciendo" ; + {- VI Part => -} "ensandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensandece" ; + {- VPB (Imper C.Sg C.P3) => -} "ensandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ensandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "ensandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ensandecido" ; + {- VPB (Pass C.Sg Fem) => -} "ensandecida" ; + {- VPB (Pass C.Pl Masc) => -} "ensandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensandecidas" + ] + } ; + +lin ensarnecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensarnecer" ; + {- VI Ger => -} "ensarneciendo" ; + {- VI Part => -} "ensarnecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensarnezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensarneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensarnece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensarnecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensarnecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensarnecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensarnecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensarnecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensarnecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensarnecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensarnecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensarnecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensarneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensarnecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensarneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensarneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensarnecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensarnecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensarnecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensarneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensarnecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensarnecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensarneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensarneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensarnecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensarnecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensarnecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensarnecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensarneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensarneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensarnecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensarnece" ; + {- VPB (Imper C.Sg C.P3) => -} "ensarnezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ensarnezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensarneced" ; + {- VPB (Imper C.Pl C.P3) => -} "ensarnezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ensarnecido" ; + {- VPB (Pass C.Sg Fem) => -} "ensarnecida" ; + {- VPB (Pass C.Pl Masc) => -} "ensarnecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensarnecidas" + ] + } ; + +lin ensoberbecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensoberbecer" ; + {- VI Ger => -} "ensoberbeciendo" ; + {- VI Part => -} "ensoberbecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensoberbezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensoberbeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensoberbece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensoberbecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensoberbecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensoberbecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensoberbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensoberbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensoberbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensoberbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensoberbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensoberbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensoberbecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensoberbecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensoberbecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensoberbecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensoberbecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensoberbecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensoberbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensoberbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensoberbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensoberbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensoberbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensoberbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensoberbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensoberbeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensoberbecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensoberbeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensoberbeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensoberbecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensoberbecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensoberbecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensoberbeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensoberbecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensoberbecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensoberbeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensoberbeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensoberbecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensoberbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensoberbecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensoberbecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensoberbecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensoberbeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensoberbeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensoberbecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensoberbece" ; + {- VPB (Imper C.Sg C.P3) => -} "ensoberbezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ensoberbezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensoberbeced" ; + {- VPB (Imper C.Pl C.P3) => -} "ensoberbezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ensoberbecido" ; + {- VPB (Pass C.Sg Fem) => -} "ensoberbecida" ; + {- VPB (Pass C.Pl Masc) => -} "ensoberbecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensoberbecidas" + ] + } ; + +lin ensombrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensombrecer" ; + {- VI Ger => -} "ensombreciendo" ; + {- VI Part => -} "ensombrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensombrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensombreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensombrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensombrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensombrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensombrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensombrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensombrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensombrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensombrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensombrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensombrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensombrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensombrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensombrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensombrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensombrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensombrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensombreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensombrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensombreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensombreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensombrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensombrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensombreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensombrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensombreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensombreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensombrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensombreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensombrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensombreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensombreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensombrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensombrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensombrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensombreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensombrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensombrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensombreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensombreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensombrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensombreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensombrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensombrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensombrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensombreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensombreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensombrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensombrece" ; + {- VPB (Imper C.Sg C.P3) => -} "ensombrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ensombrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensombreced" ; + {- VPB (Imper C.Pl C.P3) => -} "ensombrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ensombrecido" ; + {- VPB (Pass C.Sg Fem) => -} "ensombrecida" ; + {- VPB (Pass C.Pl Masc) => -} "ensombrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensombrecidas" + ] + } ; + +lin ensordecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensordecer" ; + {- VI Ger => -} "ensordeciendo" ; + {- VI Part => -} "ensordecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensordezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensordeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensordece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensordecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensordecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensordecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensordezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensordezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensordezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensordezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensordezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensordezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensordecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensordecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensordecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensordecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensordecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensordecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensordeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensordecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensordeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensordeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensordecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensordecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensordeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensordecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensordeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensordeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensordecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensordeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensordecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensordeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensordeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensordecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensordecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensordecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensordeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensordecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensordecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensordeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensordeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensordecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensordecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensordeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensordecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensordecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensordecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensordecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensordeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensordeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensordecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensordece" ; + {- VPB (Imper C.Sg C.P3) => -} "ensordezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ensordezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensordeced" ; + {- VPB (Imper C.Pl C.P3) => -} "ensordezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ensordecido" ; + {- VPB (Pass C.Sg Fem) => -} "ensordecida" ; + {- VPB (Pass C.Pl Masc) => -} "ensordecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensordecidas" + ] + } ; + +lin entallecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entallecer" ; + {- VI Ger => -} "entalleciendo" ; + {- VI Part => -} "entallecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entallezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entalleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entallece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entallecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entallecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entallecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entallecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entallecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entallecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entallecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entallecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entallecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entalleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entallecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entalleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entalleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entallecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entallecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entallecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entalleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entallecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entallecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entalleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entalleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entallecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entallecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entallecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entallecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entalleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entalleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entallecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entallece" ; + {- VPB (Imper C.Sg C.P3) => -} "entallezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entallezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entalleced" ; + {- VPB (Imper C.Pl C.P3) => -} "entallezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entallecido" ; + {- VPB (Pass C.Sg Fem) => -} "entallecida" ; + {- VPB (Pass C.Pl Masc) => -} "entallecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entallecidas" + ] + } ; + +lin entenebrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entenebrecer" ; + {- VI Ger => -} "entenebreciendo" ; + {- VI Part => -} "entenebrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entenebrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entenebreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entenebrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entenebrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entenebrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entenebrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entenebrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entenebrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entenebrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entenebrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entenebrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entenebrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entenebrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entenebrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entenebrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entenebrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entenebrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entenebrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entenebreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entenebrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entenebreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entenebreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entenebrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entenebrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entenebreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entenebrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entenebreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entenebreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entenebrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entenebreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entenebrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entenebreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entenebreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entenebrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entenebrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entenebrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entenebreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entenebrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entenebrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entenebreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entenebreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entenebrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entenebreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entenebrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entenebrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entenebrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entenebreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entenebreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entenebrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entenebrece" ; + {- VPB (Imper C.Sg C.P3) => -} "entenebrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entenebrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entenebreced" ; + {- VPB (Imper C.Pl C.P3) => -} "entenebrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entenebrecido" ; + {- VPB (Pass C.Sg Fem) => -} "entenebrecida" ; + {- VPB (Pass C.Pl Masc) => -} "entenebrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entenebrecidas" + ] + } ; + +lin enternecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enternecer" ; + {- VI Ger => -} "enterneciendo" ; + {- VI Part => -} "enternecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enternezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enterneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enternece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enternecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enternecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enternecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enternezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enternezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enternezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enternezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enternezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enternezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enternecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enternecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enternecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enternecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enternecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enternecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enterneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enternecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enterneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enterneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enternecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enternecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enterneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enternecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enterneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enterneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enternecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enterneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enternecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enterneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enterneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enternecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enternecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enternecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enterneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enternecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enternecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enterneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enterneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enternecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enternecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enterneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enterneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enternecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enternecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enternecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enternecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enterneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enterneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enternecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enternece" ; + {- VPB (Imper C.Sg C.P3) => -} "enternezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enternezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enterneced" ; + {- VPB (Imper C.Pl C.P3) => -} "enternezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enternecido" ; + {- VPB (Pass C.Sg Fem) => -} "enternecida" ; + {- VPB (Pass C.Pl Masc) => -} "enternecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enternecidas" + ] + } ; + +lin entestecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entestecer" ; + {- VI Ger => -} "entesteciendo" ; + {- VI Part => -} "entestecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entestezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entesteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entestece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entestecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entestecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entestecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entestezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entestezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entestezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entestezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entestezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entestezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entestecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entestecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entestecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entestecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entestecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entestecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entesteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entestecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entesteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entesteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entestecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entestecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entesteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entestecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entesteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entesteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entestecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entesteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entestecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entesteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entesteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entestecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entestecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entestecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entesteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entestecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entestecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entesteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entesteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entestecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entestecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entesteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entesteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entestecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entestecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entestecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entestecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entesteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entesteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entestecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entestece" ; + {- VPB (Imper C.Sg C.P3) => -} "entestezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entestezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entesteced" ; + {- VPB (Imper C.Pl C.P3) => -} "entestezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entestecido" ; + {- VPB (Pass C.Sg Fem) => -} "entestecida" ; + {- VPB (Pass C.Pl Masc) => -} "entestecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entestecidas" + ] + } ; + +lin entontecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entontecer" ; + {- VI Ger => -} "entonteciendo" ; + {- VI Part => -} "entontecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entontezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entonteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entontece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entontecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entontecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entontecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entontezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entontezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entontezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entontezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entontezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entontezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entontecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entontecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entontecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entontecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entontecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entontecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entonteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entontecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entonteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entonteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entontecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entontecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entonteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entontecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entonteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entonteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entontecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entonteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entontecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entonteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entonteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entontecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entontecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entontecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entonteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entontecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entontecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entonteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entonteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entontecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entontecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entonteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entonteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entontecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entontecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entontecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entontecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entonteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entonteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entontecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entontece" ; + {- VPB (Imper C.Sg C.P3) => -} "entontezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entontezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entonteced" ; + {- VPB (Imper C.Pl C.P3) => -} "entontezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entontecido" ; + {- VPB (Pass C.Sg Fem) => -} "entontecida" ; + {- VPB (Pass C.Pl Masc) => -} "entontecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entontecidas" + ] + } ; + +lin entorpecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entorpecer" ; + {- VI Ger => -} "entorpeciendo" ; + {- VI Part => -} "entorpecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entorpezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entorpeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entorpece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entorpecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entorpecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entorpecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entorpezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entorpezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entorpezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entorpezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entorpezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entorpezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entorpecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entorpecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entorpecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entorpecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entorpecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entorpecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entorpecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entorpeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entorpecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entorpecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entorpecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entorpeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entorpecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entorpeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entorpecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entorpeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entorpeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entorpecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entorpecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entorpecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entorpeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entorpecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entorpecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entorpeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entorpeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entorpecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entorpecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entorpeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entorpecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entorpecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entorpecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entorpecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entorpeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entorpeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entorpecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entorpece" ; + {- VPB (Imper C.Sg C.P3) => -} "entorpezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entorpezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entorpeced" ; + {- VPB (Imper C.Pl C.P3) => -} "entorpezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entorpecido" ; + {- VPB (Pass C.Sg Fem) => -} "entorpecida" ; + {- VPB (Pass C.Pl Masc) => -} "entorpecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entorpecidas" + ] + } ; + +lin entristecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entristecer" ; + {- VI Ger => -} "entristeciendo" ; + {- VI Part => -} "entristecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entristezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entristeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entristece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entristecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entristecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entristecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entristezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entristezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entristezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entristezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entristezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entristezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entristecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entristecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entristecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entristecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entristecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entristecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entristeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entristecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entristeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entristeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entristecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entristecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entristeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entristecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entristeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entristeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entristecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entristeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entristecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entristeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entristeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entristecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entristecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entristecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entristeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entristecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entristecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entristeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entristeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entristecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entristecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entristeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entristeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entristecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entristecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entristecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entristecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entristeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entristeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entristecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entristece" ; + {- VPB (Imper C.Sg C.P3) => -} "entristezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entristezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entristeced" ; + {- VPB (Imper C.Pl C.P3) => -} "entristezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entristecido" ; + {- VPB (Pass C.Sg Fem) => -} "entristecida" ; + {- VPB (Pass C.Pl Masc) => -} "entristecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entristecidas" + ] + } ; + +lin entullecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entullecer" ; + {- VI Ger => -} "entulleciendo" ; + {- VI Part => -} "entullecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entullezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entulleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entullece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entullecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entullecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entullecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entullezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entullezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entullezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entullezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entullezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entullezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entullecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entullecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entullecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entullecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entullecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entullecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entulleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entullecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entulleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entulleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entullecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entullecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entullecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entulleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entullecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entulleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entullecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entulleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entulleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entullecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entullecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entullecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entulleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entullecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entullecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entulleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entulleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entullecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entullecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entulleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entulleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entullecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entullecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entullecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entullecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entulleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entulleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entullecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entullece" ; + {- VPB (Imper C.Sg C.P3) => -} "entullezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entullezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entulleced" ; + {- VPB (Imper C.Pl C.P3) => -} "entullezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entullecido" ; + {- VPB (Pass C.Sg Fem) => -} "entullecida" ; + {- VPB (Pass C.Pl Masc) => -} "entullecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entullecidas" + ] + } ; + +lin entumecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entumecer" ; + {- VI Ger => -} "entumeciendo" ; + {- VI Part => -} "entumecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entumezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entumeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entumece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entumecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entumecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entumecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entumecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entumecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entumecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entumecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entumecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entumecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entumeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entumecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entumeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entumeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entumecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entumecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entumecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entumeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entumecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entumecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entumeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entumeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entumecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entumecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entumecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entumecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entumeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entumeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entumecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entumece" ; + {- VPB (Imper C.Sg C.P3) => -} "entumezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entumezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entumeced" ; + {- VPB (Imper C.Pl C.P3) => -} "entumezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entumecido" ; + {- VPB (Pass C.Sg Fem) => -} "entumecida" ; + {- VPB (Pass C.Pl Masc) => -} "entumecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entumecidas" + ] + } ; + +lin envaguecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "envaguecer" ; + {- VI Ger => -} "envagueciendo" ; + {- VI Part => -} "envaguecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "envaguezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "envagueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "envaguece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "envaguecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "envaguecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envaguecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envaguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envaguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envaguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envaguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envaguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envaguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envaguecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envaguecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envaguecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envaguecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envaguecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envaguecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envagueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envaguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envagueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envagueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envaguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envaguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envagueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envaguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envagueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envagueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envaguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envagueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "envaguecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "envagueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "envagueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "envaguecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "envaguecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "envaguecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "envagueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "envaguecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "envaguecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "envagueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "envagueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envaguecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envaguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envagueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envagueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envaguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envaguecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envaguecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envaguecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envagueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envagueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envaguecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "envaguece" ; + {- VPB (Imper C.Sg C.P3) => -} "envaguezca" ; + {- VPB (Imper C.Pl C.P1) => -} "envaguezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "envagueced" ; + {- VPB (Imper C.Pl C.P3) => -} "envaguezcan" ; + {- VPB (Pass C.Sg Masc) => -} "envaguecido" ; + {- VPB (Pass C.Sg Fem) => -} "envaguecida" ; + {- VPB (Pass C.Pl Masc) => -} "envaguecidos" ; + {- VPB (Pass C.Pl Fem) => -} "envaguecidas" + ] + } ; + +lin envanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "envanecer" ; + {- VI Ger => -} "envaneciendo" ; + {- VI Part => -} "envanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "envanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "envaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "envanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "envanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "envanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "envanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "envaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "envaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "envanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "envanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "envanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "envaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "envanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "envanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "envaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "envaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "envanece" ; + {- VPB (Imper C.Sg C.P3) => -} "envanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "envanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "envaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "envanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "envanecido" ; + {- VPB (Pass C.Sg Fem) => -} "envanecida" ; + {- VPB (Pass C.Pl Masc) => -} "envanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "envanecidas" + ] + } ; + +lin envejecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "envejecer" ; + {- VI Ger => -} "envejeciendo" ; + {- VI Part => -} "envejecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "envejezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "envejeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "envejece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "envejecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "envejecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envejecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envejezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envejezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envejezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envejezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envejezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envejezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envejecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envejecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envejecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envejecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envejecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envejecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envejeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envejecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envejeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envejeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envejecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envejecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envejecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envejeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envejecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envejeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "envejecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "envejeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "envejeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "envejecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "envejecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "envejecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "envejeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "envejecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "envejecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "envejeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "envejeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envejecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envejecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envejeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envejeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envejecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envejecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envejecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envejecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envejeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envejeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envejecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "envejece" ; + {- VPB (Imper C.Sg C.P3) => -} "envejezca" ; + {- VPB (Imper C.Pl C.P1) => -} "envejezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "envejeced" ; + {- VPB (Imper C.Pl C.P3) => -} "envejezcan" ; + {- VPB (Pass C.Sg Masc) => -} "envejecido" ; + {- VPB (Pass C.Sg Fem) => -} "envejecida" ; + {- VPB (Pass C.Pl Masc) => -} "envejecidos" ; + {- VPB (Pass C.Pl Fem) => -} "envejecidas" + ] + } ; + +lin enverdecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enverdecer" ; + {- VI Ger => -} "enverdeciendo" ; + {- VI Part => -} "enverdecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enverdezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enverdeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enverdece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enverdecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enverdecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enverdecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enverdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enverdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enverdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enverdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enverdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enverdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enverdecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enverdecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enverdecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enverdecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enverdecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enverdecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enverdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enverdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enverdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enverdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enverdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enverdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enverdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enverdeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enverdecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enverdeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enverdeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enverdecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enverdecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enverdecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enverdeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enverdecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enverdecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enverdeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enverdeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enverdecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enverdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enverdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enverdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enverdecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enverdecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enverdecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enverdeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enverdeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enverdecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enverdece" ; + {- VPB (Imper C.Sg C.P3) => -} "enverdezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enverdezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enverdeced" ; + {- VPB (Imper C.Pl C.P3) => -} "enverdezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enverdecido" ; + {- VPB (Pass C.Sg Fem) => -} "enverdecida" ; + {- VPB (Pass C.Pl Masc) => -} "enverdecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enverdecidas" + ] + } ; + +lin enzurdecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enzurdecer" ; + {- VI Ger => -} "enzurdeciendo" ; + {- VI Part => -} "enzurdecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enzurdezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enzurdeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enzurdece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enzurdecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enzurdecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enzurdecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enzurdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enzurdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enzurdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enzurdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enzurdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enzurdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enzurdecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enzurdecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enzurdecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enzurdecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enzurdecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enzurdecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enzurdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enzurdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enzurdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enzurdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enzurdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enzurdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enzurdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enzurdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enzurdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enzurdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enzurdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enzurdeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enzurdecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enzurdeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enzurdeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enzurdecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enzurdecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enzurdecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enzurdeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enzurdecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enzurdecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enzurdeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enzurdeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enzurdecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enzurdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enzurdecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enzurdecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enzurdecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enzurdeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enzurdeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enzurdecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enzurdece" ; + {- VPB (Imper C.Sg C.P3) => -} "enzurdezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enzurdezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enzurdeced" ; + {- VPB (Imper C.Pl C.P3) => -} "enzurdezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enzurdecido" ; + {- VPB (Pass C.Sg Fem) => -} "enzurdecida" ; + {- VPB (Pass C.Pl Masc) => -} "enzurdecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enzurdecidas" + ] + } ; + +lin escaecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escaecer" ; + {- VI Ger => -} "escaeciendo" ; + {- VI Part => -} "escaecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escaezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escaeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escaece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escaecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escaecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escaecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escaezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escaezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escaezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escaezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escaecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escaecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escaecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escaecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escaecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escaecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escaeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escaecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escaeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escaecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escaecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escaeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escaecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escaeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escaecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escaeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escaeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escaecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escaecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escaecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escaeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escaecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escaecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escaeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escaeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escaecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escaecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escaeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escaeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escaecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escaecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escaecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escaeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escaeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escaecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escaece" ; + {- VPB (Imper C.Sg C.P3) => -} "escaezca" ; + {- VPB (Imper C.Pl C.P1) => -} "escaezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escaeced" ; + {- VPB (Imper C.Pl C.P3) => -} "escaezcan" ; + {- VPB (Pass C.Sg Masc) => -} "escaecido" ; + {- VPB (Pass C.Sg Fem) => -} "escaecida" ; + {- VPB (Pass C.Pl Masc) => -} "escaecidos" ; + {- VPB (Pass C.Pl Fem) => -} "escaecidas" + ] + } ; + +lin escarnecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escarnecer" ; + {- VI Ger => -} "escarneciendo" ; + {- VI Part => -} "escarnecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escarnezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escarneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escarnece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escarnecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escarnecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escarnecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escarnecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escarnecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escarnecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escarnecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escarnecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escarnecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escarneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escarnecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escarneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escarneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escarnecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escarnecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escarnecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escarneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escarnecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escarnecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escarneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escarneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escarnecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escarnecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escarnecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escarnecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escarneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escarneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escarnecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escarnece" ; + {- VPB (Imper C.Sg C.P3) => -} "escarnezca" ; + {- VPB (Imper C.Pl C.P1) => -} "escarnezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escarneced" ; + {- VPB (Imper C.Pl C.P3) => -} "escarnezcan" ; + {- VPB (Pass C.Sg Masc) => -} "escarnecido" ; + {- VPB (Pass C.Sg Fem) => -} "escarnecida" ; + {- VPB (Pass C.Pl Masc) => -} "escarnecidos" ; + {- VPB (Pass C.Pl Fem) => -} "escarnecidas" + ] + } ; + +lin esclarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "esclarecer" ; + {- VI Ger => -} "esclareciendo" ; + {- VI Part => -} "esclarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "esclarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "esclareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "esclarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "esclarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "esclarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esclarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esclarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esclarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esclarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esclarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esclarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esclarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esclarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esclarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esclarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esclarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esclarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esclarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esclareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esclarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esclareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esclareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esclarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esclarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esclarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esclareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esclarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esclareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "esclarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "esclareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "esclareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "esclarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "esclarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "esclarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "esclareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "esclarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "esclarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "esclareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "esclareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esclarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esclarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esclareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esclareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esclarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esclarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esclarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esclarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esclareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esclareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esclarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "esclarece" ; + {- VPB (Imper C.Sg C.P3) => -} "esclarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "esclarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "esclareced" ; + {- VPB (Imper C.Pl C.P3) => -} "esclarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "esclarecido" ; + {- VPB (Pass C.Sg Fem) => -} "esclarecida" ; + {- VPB (Pass C.Pl Masc) => -} "esclarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "esclarecidas" + ] + } ; + +lin esmorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "esmorecer" ; + {- VI Ger => -} "esmoreciendo" ; + {- VI Part => -} "esmorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "esmorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "esmoreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "esmorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "esmorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "esmorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esmorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esmorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esmorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esmorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esmorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esmorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esmorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esmorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esmorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esmorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esmorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esmorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esmorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esmoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esmorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esmoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esmoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esmorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esmorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esmoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esmorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esmoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esmoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esmorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esmoreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "esmorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "esmoreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "esmoreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "esmorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "esmorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "esmorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "esmoreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "esmorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "esmorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "esmoreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "esmoreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esmorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esmorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esmoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esmorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esmorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esmorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esmorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esmoreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esmoreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esmorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "esmorece" ; + {- VPB (Imper C.Sg C.P3) => -} "esmorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "esmorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "esmoreced" ; + {- VPB (Imper C.Pl C.P3) => -} "esmorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "esmorecido" ; + {- VPB (Pass C.Sg Fem) => -} "esmorecida" ; + {- VPB (Pass C.Pl Masc) => -} "esmorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "esmorecidas" + ] + } ; + +lin establecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "establecer" ; + {- VI Ger => -} "estableciendo" ; + {- VI Part => -} "establecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "establezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estableces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "establece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "establecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "establecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "establecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "establezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "establezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "establezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "establezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "establezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "establezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "establecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "establecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "establecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "establecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "establecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "establecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estableciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "establecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estableciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estableciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "establecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "establecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "establecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estableciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "establecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estableciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "establecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estableciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estableció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "establecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "establecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "establecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estableceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "establecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "establecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estableceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estableceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "establecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estableciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "establecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estableciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estableciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estableciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "establecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "establecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "establecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "establecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estableceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estableceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "establecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "establece" ; + {- VPB (Imper C.Sg C.P3) => -} "establezca" ; + {- VPB (Imper C.Pl C.P1) => -} "establezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "estableced" ; + {- VPB (Imper C.Pl C.P3) => -} "establezcan" ; + {- VPB (Pass C.Sg Masc) => -} "establecido" ; + {- VPB (Pass C.Sg Fem) => -} "establecida" ; + {- VPB (Pass C.Pl Masc) => -} "establecidos" ; + {- VPB (Pass C.Pl Fem) => -} "establecidas" + ] + } ; + +lin estremecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "estremecer" ; + {- VI Ger => -} "estremeciendo" ; + {- VI Part => -} "estremecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estremezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estremeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "estremece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estremecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estremecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estremecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estremezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estremezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estremezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estremezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estremezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estremezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estremecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estremecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estremecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estremecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estremecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estremecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estremeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estremecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estremeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estremeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estremecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estremecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estremeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estremecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estremeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estremeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estremecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estremeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estremecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estremeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estremeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estremecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estremecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estremecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estremeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estremecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estremecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estremeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estremeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estremecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estremecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estremeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estremeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estremecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estremecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estremecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estremecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estremeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estremeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estremecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "estremece" ; + {- VPB (Imper C.Sg C.P3) => -} "estremezca" ; + {- VPB (Imper C.Pl C.P1) => -} "estremezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "estremeced" ; + {- VPB (Imper C.Pl C.P3) => -} "estremezcan" ; + {- VPB (Pass C.Sg Masc) => -} "estremecido" ; + {- VPB (Pass C.Sg Fem) => -} "estremecida" ; + {- VPB (Pass C.Pl Masc) => -} "estremecidos" ; + {- VPB (Pass C.Pl Fem) => -} "estremecidas" + ] + } ; + +lin evanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "evanecer" ; + {- VI Ger => -} "evaneciendo" ; + {- VI Part => -} "evanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "evanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "evaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "evanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "evanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "evanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "evanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "evanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "evanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "evanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "evanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "evanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "evanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "evanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "evanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "evanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "evanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "evanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "evanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "evaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "evanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "evaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "evaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "evanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "evanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "evaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "evanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "evaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "evaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "evanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "evaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "evanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "evaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "evaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "evanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "evanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "evanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "evaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "evanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "evanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "evaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "evaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "evanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "evanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "evaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "evaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "evanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "evanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "evanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "evanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "evaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "evaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "evanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "evanece" ; + {- VPB (Imper C.Sg C.P3) => -} "evanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "evanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "evaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "evanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "evanecido" ; + {- VPB (Pass C.Sg Fem) => -} "evanecida" ; + {- VPB (Pass C.Pl Masc) => -} "evanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "evanecidas" + ] + } ; + +lin evanescer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "evanescer" ; + {- VI Ger => -} "evanesciendo" ; + {- VI Part => -} "evanescido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "evaneszco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "evanesces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "evanesce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "evanescemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "evanescéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "evanescen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "evaneszca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "evaneszcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "evaneszca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "evaneszcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "evaneszcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "evaneszcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "evanescía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "evanescías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "evanescía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "evanescíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "evanescíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "evanescían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "evanesciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "evanescieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "evanesciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "evanesciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "evanescierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "evanescieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "evanesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "evanescieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "evanesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "evanesciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "evanescieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "evanesciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "evanescí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "evanesciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "evanesció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "evanescimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "evanescisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "evanescieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "evanesceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "evanescerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "evanescerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "evanesceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "evanesceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "evanescerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "evanescieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "evanesciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "evanesciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "evanescieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "evanescería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "evanescerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "evanescería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "evanesceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "evanesceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "evanescerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "evanesce" ; + {- VPB (Imper C.Sg C.P3) => -} "evaneszca" ; + {- VPB (Imper C.Pl C.P1) => -} "evaneszcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "evanesced" ; + {- VPB (Imper C.Pl C.P3) => -} "evaneszcan" ; + {- VPB (Pass C.Sg Masc) => -} "evanescido" ; + {- VPB (Pass C.Sg Fem) => -} "evanescida" ; + {- VPB (Pass C.Pl Masc) => -} "evanescidos" ; + {- VPB (Pass C.Pl Fem) => -} "evanescidas" + ] + } ; + +lin excandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "excandecer" ; + {- VI Ger => -} "excandeciendo" ; + {- VI Part => -} "excandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "excandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "excandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "excandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "excandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "excandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "excandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "excandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "excandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "excandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "excandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "excandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "excandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "excandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "excandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "excandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "excandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "excandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "excandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "excandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "excandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "excandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "excandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "excandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "excandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "excandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "excandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "excandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "excandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "excandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "excandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "excandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "excandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "excandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "excandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "excandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "excandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "excandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "excandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "excandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "excandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "excandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "excandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "excandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "excandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "excandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "excandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "excandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "excandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "excandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "excandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "excandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "excandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "excandece" ; + {- VPB (Imper C.Sg C.P3) => -} "excandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "excandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "excandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "excandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "excandecido" ; + {- VPB (Pass C.Sg Fem) => -} "excandecida" ; + {- VPB (Pass C.Pl Masc) => -} "excandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "excandecidas" + ] + } ; + +lin fallecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fallecer" ; + {- VI Ger => -} "falleciendo" ; + {- VI Part => -} "fallecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fallezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "falleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fallece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fallecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fallecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fallecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fallecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fallecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fallecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fallecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fallecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fallecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "falleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "falleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "falleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "falleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "falleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "falleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "falleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fallecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "falleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "falleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fallecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fallecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fallecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "falleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fallecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fallecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "falleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "falleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fallecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "falleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "falleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "falleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "falleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fallecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fallecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fallecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "falleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "falleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fallecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fallece" ; + {- VPB (Imper C.Sg C.P3) => -} "fallezca" ; + {- VPB (Imper C.Pl C.P1) => -} "fallezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "falleced" ; + {- VPB (Imper C.Pl C.P3) => -} "fallezcan" ; + {- VPB (Pass C.Sg Masc) => -} "fallecido" ; + {- VPB (Pass C.Sg Fem) => -} "fallecida" ; + {- VPB (Pass C.Pl Masc) => -} "fallecidos" ; + {- VPB (Pass C.Pl Fem) => -} "fallecidas" + ] + } ; + +lin favorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "favorecer" ; + {- VI Ger => -} "favoreciendo" ; + {- VI Part => -} "favorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "favorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "favoreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "favorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "favorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "favorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "favorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "favorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "favorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "favorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "favorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "favorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "favorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "favorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "favorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "favorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "favorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "favorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "favorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "favoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "favorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "favoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "favoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "favorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "favorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "favoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "favorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "favoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "favoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "favorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "favoreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "favorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "favoreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "favoreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "favorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "favorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "favorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "favoreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "favorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "favorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "favoreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "favoreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "favorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "favorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "favoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "favoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "favorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "favorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "favorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "favorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "favoreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "favoreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "favorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "favorece" ; + {- VPB (Imper C.Sg C.P3) => -} "favorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "favorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "favoreced" ; + {- VPB (Imper C.Pl C.P3) => -} "favorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "favorecido" ; + {- VPB (Pass C.Sg Fem) => -} "favorecida" ; + {- VPB (Pass C.Pl Masc) => -} "favorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "favorecidas" + ] + } ; + +lin fenecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fenecer" ; + {- VI Ger => -} "feneciendo" ; + {- VI Part => -} "fenecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fenezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "feneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fenece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fenecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fenecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fenecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fenezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fenezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fenezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fenezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fenezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fenezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fenecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fenecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fenecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fenecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fenecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fenecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "feneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fenecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "feneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "feneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fenecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fenecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "feneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fenecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "feneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "feneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fenecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "feneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fenecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "feneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "feneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fenecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fenecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fenecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "feneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fenecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fenecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "feneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "feneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fenecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "feneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fenecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "feneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "feneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "feneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fenecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fenecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fenecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fenecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "feneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "feneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fenecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fenece" ; + {- VPB (Imper C.Sg C.P3) => -} "fenezca" ; + {- VPB (Imper C.Pl C.P1) => -} "fenezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "feneced" ; + {- VPB (Imper C.Pl C.P3) => -} "fenezcan" ; + {- VPB (Pass C.Sg Masc) => -} "fenecido" ; + {- VPB (Pass C.Sg Fem) => -} "fenecida" ; + {- VPB (Pass C.Pl Masc) => -} "fenecidos" ; + {- VPB (Pass C.Pl Fem) => -} "fenecidas" + ] + } ; + +lin florecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "florecer" ; + {- VI Ger => -} "floreciendo" ; + {- VI Part => -} "florecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "florezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "floreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "florece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "florecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "florecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "florecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "florezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "florezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "florezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "florezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "florezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "florezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "florecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "florecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "florecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "florecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "florecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "florecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "floreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "florecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "floreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "floreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "florecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "florecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "floreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "florecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "floreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "floreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "florecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "floreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "florecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "floreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "floreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "florecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "florecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "florecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "floreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "florecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "florecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "floreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "floreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "florecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "floreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "florecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "floreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "floreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "floreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "florecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "florecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "florecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "florecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "floreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "floreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "florecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "florece" ; + {- VPB (Imper C.Sg C.P3) => -} "florezca" ; + {- VPB (Imper C.Pl C.P1) => -} "florezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "floreced" ; + {- VPB (Imper C.Pl C.P3) => -} "florezcan" ; + {- VPB (Pass C.Sg Masc) => -} "florecido" ; + {- VPB (Pass C.Sg Fem) => -} "florecida" ; + {- VPB (Pass C.Pl Masc) => -} "florecidos" ; + {- VPB (Pass C.Pl Fem) => -} "florecidas" + ] + } ; + +lin fortalecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fortalecer" ; + {- VI Ger => -} "fortaleciendo" ; + {- VI Part => -} "fortalecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fortalezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fortaleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fortalece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fortalecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fortalecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fortalecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fortalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fortalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fortalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fortalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fortalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fortalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fortalecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fortalecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fortalecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fortalecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fortalecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fortalecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fortalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fortaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fortalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fortalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fortalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fortaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fortalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fortaleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fortalecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fortaleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fortaleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fortalecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fortalecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fortalecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fortaleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fortalecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fortalecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fortaleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fortaleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fortalecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fortalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fortaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fortalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fortalecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fortalecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fortalecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fortaleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fortaleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fortalecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fortalece" ; + {- VPB (Imper C.Sg C.P3) => -} "fortalezca" ; + {- VPB (Imper C.Pl C.P1) => -} "fortalezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fortaleced" ; + {- VPB (Imper C.Pl C.P3) => -} "fortalezcan" ; + {- VPB (Pass C.Sg Masc) => -} "fortalecido" ; + {- VPB (Pass C.Sg Fem) => -} "fortalecida" ; + {- VPB (Pass C.Pl Masc) => -} "fortalecidos" ; + {- VPB (Pass C.Pl Fem) => -} "fortalecidas" + ] + } ; + +lin fosforecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fosforecer" ; + {- VI Ger => -} "fosforeciendo" ; + {- VI Part => -} "fosforecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fosforezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fosforeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fosforece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fosforecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fosforecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fosforecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fosforezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fosforezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fosforezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fosforezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fosforezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fosforezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fosforecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fosforecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fosforecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fosforecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fosforecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fosforecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fosforeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fosforecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fosforeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fosforeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fosforecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fosforecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fosforeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fosforecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fosforeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fosforeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fosforecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fosforeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fosforecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fosforeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fosforeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fosforecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fosforecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fosforecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fosforeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fosforecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fosforecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fosforeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fosforeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fosforecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fosforecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fosforeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fosforecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fosforecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fosforecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fosforecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fosforeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fosforeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fosforecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fosforece" ; + {- VPB (Imper C.Sg C.P3) => -} "fosforezca" ; + {- VPB (Imper C.Pl C.P1) => -} "fosforezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fosforeced" ; + {- VPB (Imper C.Pl C.P3) => -} "fosforezcan" ; + {- VPB (Pass C.Sg Masc) => -} "fosforecido" ; + {- VPB (Pass C.Sg Fem) => -} "fosforecida" ; + {- VPB (Pass C.Pl Masc) => -} "fosforecidos" ; + {- VPB (Pass C.Pl Fem) => -} "fosforecidas" + ] + } ; + +lin fosforescer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fosforescer" ; + {- VI Ger => -} "fosforesciendo" ; + {- VI Part => -} "fosforescido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fosforeszco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fosforesces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fosforesce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fosforescemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fosforescéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fosforescen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fosforeszca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fosforeszcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fosforeszca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fosforeszcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fosforeszcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fosforeszcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fosforescía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fosforescías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fosforescía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fosforescíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fosforescíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fosforescían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fosforesciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fosforescieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fosforesciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fosforesciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fosforescierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fosforescieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fosforesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fosforescieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fosforesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fosforesciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fosforescieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fosforesciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fosforescí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fosforesciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fosforesció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fosforescimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fosforescisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fosforescieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fosforesceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fosforescerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fosforescerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fosforesceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fosforesceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fosforescerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fosforescieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fosforesciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fosforescieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fosforescería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fosforescerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fosforescería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fosforesceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fosforesceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fosforescerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fosforesce" ; + {- VPB (Imper C.Sg C.P3) => -} "fosforeszca" ; + {- VPB (Imper C.Pl C.P1) => -} "fosforeszcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fosforesced" ; + {- VPB (Imper C.Pl C.P3) => -} "fosforeszcan" ; + {- VPB (Pass C.Sg Masc) => -} "fosforescido" ; + {- VPB (Pass C.Sg Fem) => -} "fosforescida" ; + {- VPB (Pass C.Pl Masc) => -} "fosforescidos" ; + {- VPB (Pass C.Pl Fem) => -} "fosforescidas" + ] + } ; + +lin frutecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "frutecer" ; + {- VI Ger => -} "fruteciendo" ; + {- VI Part => -} "frutecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "frutezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fruteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "frutece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "frutecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "frutecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "frutecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "frutezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "frutezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "frutezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "frutezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "frutezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frutezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "frutecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "frutecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "frutecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "frutecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "frutecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "frutecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fruteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "frutecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fruteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fruteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "frutecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "frutecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "frutecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fruteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "frutecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fruteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "frutecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fruteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fruteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "frutecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "frutecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "frutecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fruteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "frutecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "frutecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fruteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fruteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "frutecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "frutecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fruteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fruteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "frutecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "frutecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "frutecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "frutecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fruteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fruteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "frutecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "frutece" ; + {- VPB (Imper C.Sg C.P3) => -} "frutezca" ; + {- VPB (Imper C.Pl C.P1) => -} "frutezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fruteced" ; + {- VPB (Imper C.Pl C.P3) => -} "frutezcan" ; + {- VPB (Pass C.Sg Masc) => -} "frutecido" ; + {- VPB (Pass C.Sg Fem) => -} "frutecida" ; + {- VPB (Pass C.Pl Masc) => -} "frutecidos" ; + {- VPB (Pass C.Pl Fem) => -} "frutecidas" + ] + } ; + +lin guarecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "guarecer" ; + {- VI Ger => -} "guareciendo" ; + {- VI Part => -} "guarecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "guarezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "guareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "guarece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "guarecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "guarecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "guarecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "guarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "guarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "guarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "guarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "guarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "guarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "guarecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "guarecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "guarecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "guarecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "guarecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "guarecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "guareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "guarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "guareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "guareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "guarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "guarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "guareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "guarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "guareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "guareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "guarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "guareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "guarecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "guareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "guareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "guarecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "guarecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "guarecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "guareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "guarecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "guarecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "guareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "guareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "guarecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "guareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "guarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "guareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "guareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "guareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "guarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "guarecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "guarecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "guarecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "guareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "guareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "guarecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "guarece" ; + {- VPB (Imper C.Sg C.P3) => -} "guarezca" ; + {- VPB (Imper C.Pl C.P1) => -} "guarezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "guareced" ; + {- VPB (Imper C.Pl C.P3) => -} "guarezcan" ; + {- VPB (Pass C.Sg Masc) => -} "guarecido" ; + {- VPB (Pass C.Sg Fem) => -} "guarecida" ; + {- VPB (Pass C.Pl Masc) => -} "guarecidos" ; + {- VPB (Pass C.Pl Fem) => -} "guarecidas" + ] + } ; + +lin guarnecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "guarnecer" ; + {- VI Ger => -} "guarneciendo" ; + {- VI Part => -} "guarnecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "guarnezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "guarneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "guarnece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "guarnecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "guarnecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "guarnecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "guarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "guarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "guarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "guarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "guarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "guarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "guarnecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "guarnecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "guarnecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "guarnecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "guarnecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "guarnecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "guarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "guarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "guarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "guarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "guarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "guarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "guarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "guarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "guarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "guarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "guarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "guarneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "guarnecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "guarneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "guarneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "guarnecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "guarnecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "guarnecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "guarneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "guarnecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "guarnecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "guarneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "guarneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "guarnecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "guarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "guarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "guarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "guarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "guarnecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "guarnecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "guarnecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "guarneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "guarneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "guarnecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "guarnece" ; + {- VPB (Imper C.Sg C.P3) => -} "guarnezca" ; + {- VPB (Imper C.Pl C.P1) => -} "guarnezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "guarneced" ; + {- VPB (Imper C.Pl C.P3) => -} "guarnezcan" ; + {- VPB (Pass C.Sg Masc) => -} "guarnecido" ; + {- VPB (Pass C.Sg Fem) => -} "guarnecida" ; + {- VPB (Pass C.Pl Masc) => -} "guarnecidos" ; + {- VPB (Pass C.Pl Fem) => -} "guarnecidas" + ] + } ; + +lin herbecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "herbecer" ; + {- VI Ger => -} "herbeciendo" ; + {- VI Part => -} "herbecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "herbezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "herbeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "herbece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "herbecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "herbecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "herbecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "herbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "herbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "herbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "herbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "herbecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "herbecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "herbecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "herbecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herbecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herbecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herbeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "herbecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "herbeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "herbeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "herbecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "herbecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "herbecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "herbeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "herbecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "herbecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "herbeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "herbeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herbecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herbecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herbecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herbecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herbeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herbeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herbecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "herbece" ; + {- VPB (Imper C.Sg C.P3) => -} "herbezca" ; + {- VPB (Imper C.Pl C.P1) => -} "herbezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "herbeced" ; + {- VPB (Imper C.Pl C.P3) => -} "herbezcan" ; + {- VPB (Pass C.Sg Masc) => -} "herbecido" ; + {- VPB (Pass C.Sg Fem) => -} "herbecida" ; + {- VPB (Pass C.Pl Masc) => -} "herbecidos" ; + {- VPB (Pass C.Pl Fem) => -} "herbecidas" + ] + } ; + +lin hermanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hermanecer" ; + {- VI Ger => -} "hermaneciendo" ; + {- VI Part => -} "hermanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hermanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hermaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hermanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hermanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hermanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hermanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hermanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hermanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hermanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hermanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hermanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hermanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hermanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hermanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hermanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hermanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hermanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hermanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hermaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hermanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hermaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hermaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hermanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hermanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hermaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hermanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hermaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hermaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hermanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hermaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hermanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hermaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hermaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hermanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hermanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hermanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "hermaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "hermanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hermanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "hermaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "hermaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hermanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hermanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hermaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hermanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hermanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hermanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hermanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hermaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hermaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hermanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hermanece" ; + {- VPB (Imper C.Sg C.P3) => -} "hermanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "hermanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "hermaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "hermanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "hermanecido" ; + {- VPB (Pass C.Sg Fem) => -} "hermanecida" ; + {- VPB (Pass C.Pl Masc) => -} "hermanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "hermanecidas" + ] + } ; + +lin humedecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "humedecer" ; + {- VI Ger => -} "humedeciendo" ; + {- VI Part => -} "humedecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "humedezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "humedeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "humedece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "humedecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "humedecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "humedecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "humedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "humedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "humedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "humedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "humedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "humedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "humedecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "humedecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "humedecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "humedecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "humedecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "humedecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "humedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "humedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "humedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "humedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "humedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "humedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "humedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "humedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "humedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "humedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "humedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "humedeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "humedecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "humedeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "humedeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "humedecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "humedecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "humedecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "humedeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "humedecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "humedecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "humedeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "humedeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "humedecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "humedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "humedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "humedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "humedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "humedecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "humedecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "humedecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "humedeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "humedeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "humedecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "humedece" ; + {- VPB (Imper C.Sg C.P3) => -} "humedezca" ; + {- VPB (Imper C.Pl C.P1) => -} "humedezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "humedeced" ; + {- VPB (Imper C.Pl C.P3) => -} "humedezcan" ; + {- VPB (Pass C.Sg Masc) => -} "humedecido" ; + {- VPB (Pass C.Sg Fem) => -} "humedecida" ; + {- VPB (Pass C.Pl Masc) => -} "humedecidos" ; + {- VPB (Pass C.Pl Fem) => -} "humedecidas" + ] + } ; + +lin languidecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "languidecer" ; + {- VI Ger => -} "languideciendo" ; + {- VI Part => -} "languidecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "languidezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "languideces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "languidece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "languidecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "languidecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "languidecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "languidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "languidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "languidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "languidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "languidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "languidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "languidecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "languidecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "languidecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "languidecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "languidecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "languidecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "languideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "languidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "languideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "languideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "languidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "languidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "languideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "languidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "languideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "languideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "languidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "languideciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "languidecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "languideciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "languideció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "languidecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "languidecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "languidecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "languideceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "languidecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "languidecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "languideceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "languideceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "languidecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "languideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "languidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "languideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "languideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "languideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "languidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "languidecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "languidecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "languidecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "languideceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "languideceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "languidecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "languidece" ; + {- VPB (Imper C.Sg C.P3) => -} "languidezca" ; + {- VPB (Imper C.Pl C.P1) => -} "languidezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "languideced" ; + {- VPB (Imper C.Pl C.P3) => -} "languidezcan" ; + {- VPB (Pass C.Sg Masc) => -} "languidecido" ; + {- VPB (Pass C.Sg Fem) => -} "languidecida" ; + {- VPB (Pass C.Pl Masc) => -} "languidecidos" ; + {- VPB (Pass C.Pl Fem) => -} "languidecidas" + ] + } ; + +lin lividecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "lividecer" ; + {- VI Ger => -} "livideciendo" ; + {- VI Part => -} "lividecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "lividezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "livideces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "lividece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "lividecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "lividecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "lividecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "lividezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "lividezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "lividezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "lividezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "lividezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "lividezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "lividecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "lividecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "lividecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "lividecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "lividecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lividecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "livideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "lividecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "livideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "livideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "lividecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "lividecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "livideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "lividecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "livideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "livideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "lividecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "livideciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "lividecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "livideciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "livideció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "lividecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "lividecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "lividecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "livideceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "lividecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "lividecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "livideceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "livideceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "lividecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "livideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "lividecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "livideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "livideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "livideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "lividecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "lividecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "lividecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "lividecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "livideceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "livideceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "lividecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "lividece" ; + {- VPB (Imper C.Sg C.P3) => -} "lividezca" ; + {- VPB (Imper C.Pl C.P1) => -} "lividezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "livideced" ; + {- VPB (Imper C.Pl C.P3) => -} "lividezcan" ; + {- VPB (Pass C.Sg Masc) => -} "lividecido" ; + {- VPB (Pass C.Sg Fem) => -} "lividecida" ; + {- VPB (Pass C.Pl Masc) => -} "lividecidos" ; + {- VPB (Pass C.Pl Fem) => -} "lividecidas" + ] + } ; + +lin lobreguecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "lobreguecer" ; + {- VI Ger => -} "lobregueciendo" ; + {- VI Part => -} "lobreguecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "lobreguezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "lobregueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "lobreguece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "lobreguecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "lobreguecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "lobreguecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "lobreguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "lobreguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "lobreguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "lobreguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "lobreguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "lobreguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "lobreguecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "lobreguecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "lobreguecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "lobreguecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "lobreguecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lobreguecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "lobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "lobreguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "lobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "lobregueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "lobreguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "lobreguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "lobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "lobreguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "lobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "lobregueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "lobreguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "lobregueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "lobreguecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "lobregueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "lobregueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "lobreguecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "lobreguecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "lobreguecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "lobregueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "lobreguecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "lobreguecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "lobregueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "lobregueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "lobreguecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "lobregueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "lobreguecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "lobreguecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "lobreguecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "lobregueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "lobregueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "lobreguecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "lobreguece" ; + {- VPB (Imper C.Sg C.P3) => -} "lobreguezca" ; + {- VPB (Imper C.Pl C.P1) => -} "lobreguezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "lobregueced" ; + {- VPB (Imper C.Pl C.P3) => -} "lobreguezcan" ; + {- VPB (Pass C.Sg Masc) => -} "lobreguecido" ; + {- VPB (Pass C.Sg Fem) => -} "lobreguecida" ; + {- VPB (Pass C.Pl Masc) => -} "lobreguecidos" ; + {- VPB (Pass C.Pl Fem) => -} "lobreguecidas" + ] + } ; + +lin merecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "merecer" ; + {- VI Ger => -} "mereciendo" ; + {- VI Part => -} "merecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "merezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mereces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "merece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "merecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "merecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "merecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "merezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "merezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "merezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "merezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "merezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "merezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "merecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "merecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "merecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "merecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "merecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "merecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "merecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "merecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "merecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "merecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "merecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mereciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "merecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mereciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mereció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "merecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "merecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "merecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mereceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "merecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "merecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mereceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mereceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "merecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "merecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "merecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "merecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "merecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "merecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mereceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mereceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "merecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "merece" ; + {- VPB (Imper C.Sg C.P3) => -} "merezca" ; + {- VPB (Imper C.Pl C.P1) => -} "merezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "mereced" ; + {- VPB (Imper C.Pl C.P3) => -} "merezcan" ; + {- VPB (Pass C.Sg Masc) => -} "merecido" ; + {- VPB (Pass C.Sg Fem) => -} "merecida" ; + {- VPB (Pass C.Pl Masc) => -} "merecidos" ; + {- VPB (Pass C.Pl Fem) => -} "merecidas" + ] + } ; + +lin mohecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mohecer" ; + {- VI Ger => -} "moheciendo" ; + {- VI Part => -} "mohecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mohezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "moheces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mohece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mohecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mohecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mohecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mohecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mohecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mohecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mohecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mohecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mohecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "moheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moheciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mohecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "moheciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "moheció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mohecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mohecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mohecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "moheceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mohecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mohecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "moheceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "moheceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mohecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "moheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mohecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mohecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mohecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moheceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moheceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mohecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mohece" ; + {- VPB (Imper C.Sg C.P3) => -} "mohezca" ; + {- VPB (Imper C.Pl C.P1) => -} "mohezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "moheced" ; + {- VPB (Imper C.Pl C.P3) => -} "mohezcan" ; + {- VPB (Pass C.Sg Masc) => -} "mohecido" ; + {- VPB (Pass C.Sg Fem) => -} "mohecida" ; + {- VPB (Pass C.Pl Masc) => -} "mohecidos" ; + {- VPB (Pass C.Pl Fem) => -} "mohecidas" + ] + } ; + +lin nacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "nacer" ; + {- VI Ger => -} "naciendo" ; + {- VI Part => -} "nacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "nazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "naces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "nace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "nacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "nacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "nacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "nazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "nazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "nazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "nazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "nazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "nazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "nacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "nacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "nacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "nacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "nacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "nacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "naciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "nacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "naciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "naciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "nacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "nacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "naciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "nacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "naciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "naciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "nacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "naciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "nací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "naciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "nació" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "nacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "nacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "nacieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "naceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "nacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "nacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "naceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "naceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "nacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "naciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "nacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "naciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "naciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "naciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "nacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "nacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "nacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "nacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "naceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "naceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "nacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "nace" ; + {- VPB (Imper C.Sg C.P3) => -} "nazca" ; + {- VPB (Imper C.Pl C.P1) => -} "nazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "naced" ; + {- VPB (Imper C.Pl C.P3) => -} "nazcan" ; + {- VPB (Pass C.Sg Masc) => -} "nacido" ; + {- VPB (Pass C.Sg Fem) => -} "nacida" ; + {- VPB (Pass C.Pl Masc) => -} "nacidos" ; + {- VPB (Pass C.Pl Fem) => -} "nacidas" + ] + } ; + +lin negrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "negrecer" ; + {- VI Ger => -} "negreciendo" ; + {- VI Part => -} "negrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "negrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "negreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "negrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "negrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "negrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "negrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "negrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "negrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "negrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "negrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "negrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "negrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "negrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "negrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "negrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "negrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "negrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "negrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "negreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "negrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "negreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "negreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "negrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "negrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "negreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "negrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "negreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "negreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "negrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "negreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "negrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "negreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "negreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "negrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "negrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "negrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "negreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "negrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "negrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "negreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "negreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "negrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "negreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "negrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "negreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "negreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "negreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "negrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "negrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "negrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "negrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "negreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "negreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "negrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "negrece" ; + {- VPB (Imper C.Sg C.P3) => -} "negrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "negrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "negreced" ; + {- VPB (Imper C.Pl C.P3) => -} "negrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "negrecido" ; + {- VPB (Pass C.Sg Fem) => -} "negrecida" ; + {- VPB (Pass C.Pl Masc) => -} "negrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "negrecidas" + ] + } ; + +lin obedecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "obedecer" ; + {- VI Ger => -} "obedeciendo" ; + {- VI Part => -} "obedecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "obedezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "obedeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "obedece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "obedecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "obedecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obedecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obedecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obedecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obedecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obedecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obedecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obedecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obedeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "obedecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "obedeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "obedeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "obedecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "obedecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "obedecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "obedeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "obedecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "obedecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "obedeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "obedeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obedecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obedecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obedecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obedecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obedeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obedeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obedecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "obedece" ; + {- VPB (Imper C.Sg C.P3) => -} "obedezca" ; + {- VPB (Imper C.Pl C.P1) => -} "obedezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "obedeced" ; + {- VPB (Imper C.Pl C.P3) => -} "obedezcan" ; + {- VPB (Pass C.Sg Masc) => -} "obedecido" ; + {- VPB (Pass C.Sg Fem) => -} "obedecida" ; + {- VPB (Pass C.Pl Masc) => -} "obedecidos" ; + {- VPB (Pass C.Pl Fem) => -} "obedecidas" + ] + } ; + +lin obscurecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "obscurecer" ; + {- VI Ger => -} "obscureciendo" ; + {- VI Part => -} "obscurecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "obscurezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "obscureces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "obscurece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "obscurecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "obscurecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obscurecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obscurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obscurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obscurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obscurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obscurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obscurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obscurecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obscurecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obscurecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obscurecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obscurecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obscurecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obscureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obscurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obscureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obscureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obscurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obscurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obscurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obscureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obscurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obscureciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "obscurecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "obscureciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "obscureció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "obscurecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "obscurecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "obscurecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "obscureceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "obscurecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "obscurecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "obscureceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "obscureceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obscurecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obscurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obscureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obscureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obscurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obscurecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obscurecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obscurecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obscureceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obscureceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obscurecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "obscurece" ; + {- VPB (Imper C.Sg C.P3) => -} "obscurezca" ; + {- VPB (Imper C.Pl C.P1) => -} "obscurezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "obscureced" ; + {- VPB (Imper C.Pl C.P3) => -} "obscurezcan" ; + {- VPB (Pass C.Sg Masc) => -} "obscurecido" ; + {- VPB (Pass C.Sg Fem) => -} "obscurecida" ; + {- VPB (Pass C.Pl Masc) => -} "obscurecidos" ; + {- VPB (Pass C.Pl Fem) => -} "obscurecidas" + ] + } ; + +lin ofrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ofrecer" ; + {- VI Ger => -} "ofreciendo" ; + {- VI Part => -} "ofrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ofrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ofreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ofrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ofrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ofrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ofrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ofrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ofrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ofrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ofrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ofrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ofrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ofrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ofrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ofrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ofrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ofrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ofrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ofreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ofrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ofreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ofreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ofrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ofrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ofreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ofrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ofreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ofreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ofrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ofreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ofrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ofreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ofreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ofrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ofrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ofrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ofreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ofrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ofrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ofreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ofreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ofrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ofrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ofreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ofreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ofrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ofrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ofrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ofrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ofreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ofreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ofrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ofrece" ; + {- VPB (Imper C.Sg C.P3) => -} "ofrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ofrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ofreced" ; + {- VPB (Imper C.Pl C.P3) => -} "ofrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ofrecido" ; + {- VPB (Pass C.Sg Fem) => -} "ofrecida" ; + {- VPB (Pass C.Pl Masc) => -} "ofrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ofrecidas" + ] + } ; + +lin oscurecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "oscurecer" ; + {- VI Ger => -} "oscureciendo" ; + {- VI Part => -} "oscurecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "oscurezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "oscureces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "oscurece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "oscurecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "oscurecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "oscurecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "oscurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "oscurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "oscurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "oscurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "oscurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "oscurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "oscurecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "oscurecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "oscurecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "oscurecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "oscurecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "oscurecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "oscureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "oscurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "oscureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "oscureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "oscurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "oscurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "oscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "oscurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "oscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "oscureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "oscurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "oscureciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "oscurecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "oscureciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "oscureció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "oscurecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "oscurecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "oscurecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "oscureceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "oscurecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "oscurecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "oscureceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "oscureceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "oscurecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "oscurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "oscureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "oscureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "oscurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "oscurecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "oscurecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "oscurecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "oscureceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "oscureceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "oscurecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "oscurece" ; + {- VPB (Imper C.Sg C.P3) => -} "oscurezca" ; + {- VPB (Imper C.Pl C.P1) => -} "oscurezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "oscureced" ; + {- VPB (Imper C.Pl C.P3) => -} "oscurezcan" ; + {- VPB (Pass C.Sg Masc) => -} "oscurecido" ; + {- VPB (Pass C.Sg Fem) => -} "oscurecida" ; + {- VPB (Pass C.Pl Masc) => -} "oscurecidos" ; + {- VPB (Pass C.Pl Fem) => -} "oscurecidas" + ] + } ; + +lin pacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pacer" ; + {- VI Ger => -} "paciendo" ; + {- VI Part => -} "pacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "paces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "paciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "paciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "paciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "paciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "paciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "paciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "paciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "paciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pació" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pacieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "paceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "paceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "paceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "paciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "paciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "paciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "paciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "paceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "paceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pace" ; + {- VPB (Imper C.Sg C.P3) => -} "pazca" ; + {- VPB (Imper C.Pl C.P1) => -} "pazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "paced" ; + {- VPB (Imper C.Pl C.P3) => -} "pazcan" ; + {- VPB (Pass C.Sg Masc) => -} "pacido" ; + {- VPB (Pass C.Sg Fem) => -} "pacida" ; + {- VPB (Pass C.Pl Masc) => -} "pacidos" ; + {- VPB (Pass C.Pl Fem) => -} "pacidas" + ] + } ; + +lin padecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "padecer" ; + {- VI Ger => -} "padeciendo" ; + {- VI Part => -} "padecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "padezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "padeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "padece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "padecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "padecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "padecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "padezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "padezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "padezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "padezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "padezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "padezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "padecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "padecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "padecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "padecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "padecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "padecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "padeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "padecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "padeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "padeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "padecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "padecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "padeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "padecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "padeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "padeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "padecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "padeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "padecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "padeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "padeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "padecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "padecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "padecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "padeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "padecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "padecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "padeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "padeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "padecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "padeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "padecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "padeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "padeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "padeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "padecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "padecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "padecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "padecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "padeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "padeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "padecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "padece" ; + {- VPB (Imper C.Sg C.P3) => -} "padezca" ; + {- VPB (Imper C.Pl C.P1) => -} "padezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "padeced" ; + {- VPB (Imper C.Pl C.P3) => -} "padezcan" ; + {- VPB (Pass C.Sg Masc) => -} "padecido" ; + {- VPB (Pass C.Sg Fem) => -} "padecida" ; + {- VPB (Pass C.Pl Masc) => -} "padecidos" ; + {- VPB (Pass C.Pl Fem) => -} "padecidas" + ] + } ; + +lin palidecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "palidecer" ; + {- VI Ger => -} "palideciendo" ; + {- VI Part => -} "palidecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "palidezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "palideces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "palidece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "palidecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "palidecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "palidecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "palidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "palidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "palidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "palidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "palidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "palidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "palidecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "palidecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "palidecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "palidecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "palidecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "palidecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "palideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "palidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "palideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "palideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "palidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "palidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "palideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "palidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "palideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "palideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "palidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "palideciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "palidecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "palideciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "palideció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "palidecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "palidecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "palidecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "palideceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "palidecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "palidecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "palideceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "palideceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "palidecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "palideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "palidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "palideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "palideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "palideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "palidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "palidecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "palidecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "palidecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "palideceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "palideceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "palidecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "palidece" ; + {- VPB (Imper C.Sg C.P3) => -} "palidezca" ; + {- VPB (Imper C.Pl C.P1) => -} "palidezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "palideced" ; + {- VPB (Imper C.Pl C.P3) => -} "palidezcan" ; + {- VPB (Pass C.Sg Masc) => -} "palidecido" ; + {- VPB (Pass C.Sg Fem) => -} "palidecida" ; + {- VPB (Pass C.Pl Masc) => -} "palidecidos" ; + {- VPB (Pass C.Pl Fem) => -} "palidecidas" + ] + } ; + +lin parecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "parecer" ; + {- VI Ger => -} "pareciendo" ; + {- VI Part => -} "parecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "parezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "parece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "parecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "parecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "parecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "parezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "parezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "parezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "parezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "parezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "parezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "parecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "parecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "parecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "parecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "parecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "parecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "parecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "parecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "parecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "parecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "parecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "parecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "parecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "parecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "parecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "parecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "parecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "parecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "parecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "parecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "parecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "parecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "parecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "parecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "parece" ; + {- VPB (Imper C.Sg C.P3) => -} "parezca" ; + {- VPB (Imper C.Pl C.P1) => -} "parezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "pareced" ; + {- VPB (Imper C.Pl C.P3) => -} "parezcan" ; + {- VPB (Pass C.Sg Masc) => -} "parecido" ; + {- VPB (Pass C.Sg Fem) => -} "parecida" ; + {- VPB (Pass C.Pl Masc) => -} "parecidos" ; + {- VPB (Pass C.Pl Fem) => -} "parecidas" + ] + } ; + +lin perecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "perecer" ; + {- VI Ger => -} "pereciendo" ; + {- VI Part => -} "perecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "perezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pereces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "perece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "perecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "perecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "perecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "perezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "perezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pereciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "perecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pereciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pereció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "perecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "perecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "perecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pereceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "perecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "perecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pereceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pereceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pereceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pereceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "perece" ; + {- VPB (Imper C.Sg C.P3) => -} "perezca" ; + {- VPB (Imper C.Pl C.P1) => -} "perezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "pereced" ; + {- VPB (Imper C.Pl C.P3) => -} "perezcan" ; + {- VPB (Pass C.Sg Masc) => -} "perecido" ; + {- VPB (Pass C.Sg Fem) => -} "perecida" ; + {- VPB (Pass C.Pl Masc) => -} "perecidos" ; + {- VPB (Pass C.Pl Fem) => -} "perecidas" + ] + } ; + +lin permanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "permanecer" ; + {- VI Ger => -} "permaneciendo" ; + {- VI Part => -} "permanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "permanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "permaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "permanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "permanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "permanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "permanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "permanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "permanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "permanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "permanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "permanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "permanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "permanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "permanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "permanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "permanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "permanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "permanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "permaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "permanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "permaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "permaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "permanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "permanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "permaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "permanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "permaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "permaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "permanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "permaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "permanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "permaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "permaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "permanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "permanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "permanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "permaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "permanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "permanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "permaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "permaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "permanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "permanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "permaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "permaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "permanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "permanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "permanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "permanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "permaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "permaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "permanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "permanece" ; + {- VPB (Imper C.Sg C.P3) => -} "permanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "permanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "permaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "permanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "permanecido" ; + {- VPB (Pass C.Sg Fem) => -} "permanecida" ; + {- VPB (Pass C.Pl Masc) => -} "permanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "permanecidas" + ] + } ; + +lin pertenecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pertenecer" ; + {- VI Ger => -} "perteneciendo" ; + {- VI Part => -} "pertenecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pertenezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "perteneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pertenece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pertenecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pertenecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pertenecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pertenezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pertenezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pertenezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pertenezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pertenezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pertenezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pertenecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pertenecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pertenecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pertenecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pertenecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pertenecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perteneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pertenecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perteneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perteneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pertenecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pertenecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perteneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pertenecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perteneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perteneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pertenecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perteneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pertenecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "perteneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "perteneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pertenecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pertenecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pertenecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "perteneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pertenecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pertenecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "perteneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "perteneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pertenecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pertenecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perteneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perteneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pertenecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pertenecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pertenecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pertenecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perteneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perteneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pertenecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pertenece" ; + {- VPB (Imper C.Sg C.P3) => -} "pertenezca" ; + {- VPB (Imper C.Pl C.P1) => -} "pertenezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "perteneced" ; + {- VPB (Imper C.Pl C.P3) => -} "pertenezcan" ; + {- VPB (Pass C.Sg Masc) => -} "pertenecido" ; + {- VPB (Pass C.Sg Fem) => -} "pertenecida" ; + {- VPB (Pass C.Pl Masc) => -} "pertenecidos" ; + {- VPB (Pass C.Pl Fem) => -} "pertenecidas" + ] + } ; + +lin pimpollecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pimpollecer" ; + {- VI Ger => -} "pimpolleciendo" ; + {- VI Part => -} "pimpollecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pimpollezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pimpolleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pimpollece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pimpollecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pimpollecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pimpollecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pimpollezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pimpollezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pimpollezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pimpollezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pimpollezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pimpollezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pimpollecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pimpollecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pimpollecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pimpollecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pimpollecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pimpollecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pimpolleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pimpollecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pimpolleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pimpolleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pimpollecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pimpollecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pimpolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pimpollecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pimpolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pimpolleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pimpollecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pimpolleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pimpollecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pimpolleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pimpolleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pimpollecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pimpollecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pimpollecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pimpolleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pimpollecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pimpollecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pimpolleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pimpolleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pimpollecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pimpolleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pimpollecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pimpollecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pimpollecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pimpolleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pimpolleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pimpollecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pimpollece" ; + {- VPB (Imper C.Sg C.P3) => -} "pimpollezca" ; + {- VPB (Imper C.Pl C.P1) => -} "pimpollezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "pimpolleced" ; + {- VPB (Imper C.Pl C.P3) => -} "pimpollezcan" ; + {- VPB (Pass C.Sg Masc) => -} "pimpollecido" ; + {- VPB (Pass C.Sg Fem) => -} "pimpollecida" ; + {- VPB (Pass C.Pl Masc) => -} "pimpollecidos" ; + {- VPB (Pass C.Pl Fem) => -} "pimpollecidas" + ] + } ; + +lin plastecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "plastecer" ; + {- VI Ger => -} "plasteciendo" ; + {- VI Part => -} "plastecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "plastezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "plasteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "plastece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "plastecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "plastecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "plastecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "plastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "plastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "plastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "plastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "plastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "plastecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "plastecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "plastecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "plastecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "plastecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "plastecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "plasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "plastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "plasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "plasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "plastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "plastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "plasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "plastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "plasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "plasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "plastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "plasteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "plastecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "plasteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "plasteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "plastecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "plastecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "plastecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "plasteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "plastecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "plastecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "plasteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "plasteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "plastecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "plastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "plasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "plasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "plastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "plastecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "plastecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "plastecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "plasteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "plasteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "plastecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "plastece" ; + {- VPB (Imper C.Sg C.P3) => -} "plastezca" ; + {- VPB (Imper C.Pl C.P1) => -} "plastezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "plasteced" ; + {- VPB (Imper C.Pl C.P3) => -} "plastezcan" ; + {- VPB (Pass C.Sg Masc) => -} "plastecido" ; + {- VPB (Pass C.Sg Fem) => -} "plastecida" ; + {- VPB (Pass C.Pl Masc) => -} "plastecidos" ; + {- VPB (Pass C.Pl Fem) => -} "plastecidas" + ] + } ; + +lin preestablecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preestablecer" ; + {- VI Ger => -} "preestableciendo" ; + {- VI Part => -} "preestablecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "preestablezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "preestableces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "preestablece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "preestablecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preestablecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preestablecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preestablezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preestablezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preestablezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preestablezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preestablezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preestablezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preestablecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preestablecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preestablecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preestablecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preestablecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preestablecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preestableciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preestablecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preestableciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preestableciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preestablecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preestablecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preestableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preestablecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preestableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preestableciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preestablecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preestableciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "preestablecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "preestableciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "preestableció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "preestablecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "preestablecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "preestablecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preestableceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "preestablecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "preestablecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preestableceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preestableceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preestablecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preestablecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preestableciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preestableciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preestablecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preestablecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preestablecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preestablecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preestableceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preestableceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preestablecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preestablece" ; + {- VPB (Imper C.Sg C.P3) => -} "preestablezca" ; + {- VPB (Imper C.Pl C.P1) => -} "preestablezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "preestableced" ; + {- VPB (Imper C.Pl C.P3) => -} "preestablezcan" ; + {- VPB (Pass C.Sg Masc) => -} "preestablecido" ; + {- VPB (Pass C.Sg Fem) => -} "preestablecida" ; + {- VPB (Pass C.Pl Masc) => -} "preestablecidos" ; + {- VPB (Pass C.Pl Fem) => -} "preestablecidas" + ] + } ; + +lin prevalecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prevalecer" ; + {- VI Ger => -} "prevaleciendo" ; + {- VI Part => -} "prevalecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prevalezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prevaleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prevalece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prevalecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prevalecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prevalecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prevalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prevalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prevalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevalecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prevalecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevalecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prevalecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prevalecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevalecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prevaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prevalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prevaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prevaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prevalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prevalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prevaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prevalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prevaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prevaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prevalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prevaleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prevalecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prevaleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prevaleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prevalecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prevalecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prevalecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prevaleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prevalecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prevalecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prevaleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prevaleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevalecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prevalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prevaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prevalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevalecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prevalecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevalecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prevaleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prevaleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prevalecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prevalece" ; + {- VPB (Imper C.Sg C.P3) => -} "prevalezca" ; + {- VPB (Imper C.Pl C.P1) => -} "prevalezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prevaleced" ; + {- VPB (Imper C.Pl C.P3) => -} "prevalezcan" ; + {- VPB (Pass C.Sg Masc) => -} "prevalecido" ; + {- VPB (Pass C.Sg Fem) => -} "prevalecida" ; + {- VPB (Pass C.Pl Masc) => -} "prevalecidos" ; + {- VPB (Pass C.Pl Fem) => -} "prevalecidas" + ] + } ; + +lin reaparecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reaparecer" ; + {- VI Ger => -} "reapareciendo" ; + {- VI Part => -} "reaparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reaparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reapareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reaparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reaparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reaparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reaparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reaparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reaparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reaparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reaparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reaparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reaparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reaparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reaparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reaparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reaparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reaparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reaparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reapareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reaparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reapareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reapareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reaparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reaparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reaparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reapareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reaparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reapareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reaparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reapareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reapareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reaparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reaparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reaparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reapareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reaparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reaparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reapareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reapareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reaparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reaparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reapareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reapareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reaparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reaparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reaparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reaparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reapareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reapareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reaparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reaparece" ; + {- VPB (Imper C.Sg C.P3) => -} "reaparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "reaparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reapareced" ; + {- VPB (Imper C.Pl C.P3) => -} "reaparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "reaparecido" ; + {- VPB (Pass C.Sg Fem) => -} "reaparecida" ; + {- VPB (Pass C.Pl Masc) => -} "reaparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "reaparecidas" + ] + } ; + +lin reblandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reblandecer" ; + {- VI Ger => -} "reblandeciendo" ; + {- VI Part => -} "reblandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reblandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reblandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reblandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reblandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reblandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reblandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reblandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reblandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reblandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reblandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reblandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reblandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reblandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reblandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reblandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reblandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reblandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reblandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reblandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reblandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reblandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reblandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reblandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reblandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reblandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reblandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reblandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reblandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reblandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reblandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reblandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reblandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reblandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reblandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reblandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reblandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reblandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reblandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reblandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reblandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reblandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reblandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reblandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reblandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reblandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reblandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reblandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reblandece" ; + {- VPB (Imper C.Sg C.P3) => -} "reblandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "reblandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reblandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "reblandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "reblandecido" ; + {- VPB (Pass C.Sg Fem) => -} "reblandecida" ; + {- VPB (Pass C.Pl Masc) => -} "reblandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "reblandecidas" + ] + } ; + +lin reconvalecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconvalecer" ; + {- VI Ger => -} "reconvaleciendo" ; + {- VI Part => -} "reconvalecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconvalezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconvaleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconvalece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconvalecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconvalecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconvalecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconvalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconvalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconvalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconvalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconvalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconvalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconvalecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconvalecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconvalecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconvalecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconvalecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconvalecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconvaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconvalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconvaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconvaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconvalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconvalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconvaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconvaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconvaleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconvalecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reconvaleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reconvaleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reconvalecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reconvalecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reconvalecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconvaleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconvalecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconvalecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconvaleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconvaleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconvalecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconvaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconvalecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconvalecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconvalecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconvaleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconvaleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconvalecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconvalece" ; + {- VPB (Imper C.Sg C.P3) => -} "reconvalezca" ; + {- VPB (Imper C.Pl C.P1) => -} "reconvalezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconvaleced" ; + {- VPB (Imper C.Pl C.P3) => -} "reconvalezcan" ; + {- VPB (Pass C.Sg Masc) => -} "reconvalecido" ; + {- VPB (Pass C.Sg Fem) => -} "reconvalecida" ; + {- VPB (Pass C.Pl Masc) => -} "reconvalecidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconvalecidas" + ] + } ; + +lin recrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recrecer" ; + {- VI Ger => -} "recreciendo" ; + {- VI Part => -} "recrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recrece" ; + {- VPB (Imper C.Sg C.P3) => -} "recrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "recrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recreced" ; + {- VPB (Imper C.Pl C.P3) => -} "recrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "recrecido" ; + {- VPB (Pass C.Sg Fem) => -} "recrecida" ; + {- VPB (Pass C.Pl Masc) => -} "recrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "recrecidas" + ] + } ; + +lin recrudecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recrudecer" ; + {- VI Ger => -} "recrudeciendo" ; + {- VI Part => -} "recrudecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recrudezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recrudeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recrudece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recrudecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recrudecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recrudecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recrudecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recrudecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recrudecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recrudecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recrudecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recrudecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recrudeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recrudecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recrudeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recrudeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recrudecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recrudecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recrudecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recrudeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recrudecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recrudecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recrudeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recrudeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recrudecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recrudecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recrudecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recrudecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recrudeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recrudeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recrudecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recrudece" ; + {- VPB (Imper C.Sg C.P3) => -} "recrudezca" ; + {- VPB (Imper C.Pl C.P1) => -} "recrudezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recrudeced" ; + {- VPB (Imper C.Pl C.P3) => -} "recrudezcan" ; + {- VPB (Pass C.Sg Masc) => -} "recrudecido" ; + {- VPB (Pass C.Sg Fem) => -} "recrudecida" ; + {- VPB (Pass C.Pl Masc) => -} "recrudecidos" ; + {- VPB (Pass C.Pl Fem) => -} "recrudecidas" + ] + } ; + +lin reflorecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reflorecer" ; + {- VI Ger => -} "refloreciendo" ; + {- VI Part => -} "reflorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reflorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refloreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reflorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reflorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reflorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reflorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reflorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reflorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reflorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reflorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reflorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reflorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refloreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reflorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refloreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refloreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reflorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reflorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reflorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "refloreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reflorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reflorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "refloreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "refloreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reflorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reflorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reflorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reflorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refloreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refloreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reflorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reflorece" ; + {- VPB (Imper C.Sg C.P3) => -} "reflorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "reflorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "refloreced" ; + {- VPB (Imper C.Pl C.P3) => -} "reflorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "reflorecido" ; + {- VPB (Pass C.Sg Fem) => -} "reflorecida" ; + {- VPB (Pass C.Pl Masc) => -} "reflorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "reflorecidas" + ] + } ; + +lin reguarnecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reguarnecer" ; + {- VI Ger => -} "reguarneciendo" ; + {- VI Part => -} "reguarnecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reguarnezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reguarneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reguarnece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reguarnecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reguarnecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reguarnecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reguarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reguarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reguarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reguarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reguarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reguarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reguarnecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reguarnecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reguarnecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reguarnecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reguarnecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reguarnecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reguarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reguarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reguarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reguarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reguarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reguarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reguarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reguarneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reguarnecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reguarneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reguarneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reguarnecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reguarnecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reguarnecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reguarneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reguarnecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reguarnecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reguarneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reguarneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reguarnecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reguarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reguarnecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reguarnecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reguarnecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reguarneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reguarneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reguarnecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reguarnece" ; + {- VPB (Imper C.Sg C.P3) => -} "reguarnezca" ; + {- VPB (Imper C.Pl C.P1) => -} "reguarnezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reguarneced" ; + {- VPB (Imper C.Pl C.P3) => -} "reguarnezcan" ; + {- VPB (Pass C.Sg Masc) => -} "reguarnecido" ; + {- VPB (Pass C.Sg Fem) => -} "reguarnecida" ; + {- VPB (Pass C.Pl Masc) => -} "reguarnecidos" ; + {- VPB (Pass C.Pl Fem) => -} "reguarnecidas" + ] + } ; + +lin rehumedecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rehumedecer" ; + {- VI Ger => -} "rehumedeciendo" ; + {- VI Part => -} "rehumedecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehumedezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehumedeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehumedece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rehumedecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rehumedecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehumedecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehumedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehumedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehumedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehumedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehumedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehumedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehumedecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehumedecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehumedecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehumedecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehumedecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehumedecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehumedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehumedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehumedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehumedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehumedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehumedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehumedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehumedeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rehumedecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rehumedeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rehumedeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rehumedecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rehumedecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehumedecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rehumedeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rehumedecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rehumedecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rehumedeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rehumedeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehumedecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehumedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehumedecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehumedecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehumedecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehumedeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehumedeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehumedecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehumedece" ; + {- VPB (Imper C.Sg C.P3) => -} "rehumedezca" ; + {- VPB (Imper C.Pl C.P1) => -} "rehumedezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rehumedeced" ; + {- VPB (Imper C.Pl C.P3) => -} "rehumedezcan" ; + {- VPB (Pass C.Sg Masc) => -} "rehumedecido" ; + {- VPB (Pass C.Sg Fem) => -} "rehumedecida" ; + {- VPB (Pass C.Pl Masc) => -} "rehumedecidos" ; + {- VPB (Pass C.Pl Fem) => -} "rehumedecidas" + ] + } ; + +lin rejuvenecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rejuvenecer" ; + {- VI Ger => -} "rejuveneciendo" ; + {- VI Part => -} "rejuvenecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rejuvenezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rejuveneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rejuvenece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rejuvenecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rejuvenecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rejuvenecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rejuvenezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rejuvenezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rejuvenezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rejuvenezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rejuvenezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rejuvenezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rejuvenecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rejuvenecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rejuvenecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rejuvenecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rejuvenecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rejuvenecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rejuveneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rejuvenecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rejuveneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rejuveneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rejuvenecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rejuvenecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rejuveneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rejuvenecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rejuveneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rejuveneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rejuvenecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rejuveneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rejuvenecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rejuveneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rejuveneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rejuvenecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rejuvenecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rejuvenecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rejuveneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rejuvenecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rejuvenecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rejuveneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rejuveneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rejuvenecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rejuveneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rejuvenecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rejuvenecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rejuvenecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rejuveneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rejuveneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rejuvenecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rejuvenece" ; + {- VPB (Imper C.Sg C.P3) => -} "rejuvenezca" ; + {- VPB (Imper C.Pl C.P1) => -} "rejuvenezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rejuveneced" ; + {- VPB (Imper C.Pl C.P3) => -} "rejuvenezcan" ; + {- VPB (Pass C.Sg Masc) => -} "rejuvenecido" ; + {- VPB (Pass C.Sg Fem) => -} "rejuvenecida" ; + {- VPB (Pass C.Pl Masc) => -} "rejuvenecidos" ; + {- VPB (Pass C.Pl Fem) => -} "rejuvenecidas" + ] + } ; + +lin relentecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "relentecer" ; + {- VI Ger => -} "relenteciendo" ; + {- VI Part => -} "relentecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "relentezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "relenteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "relentece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "relentecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "relentecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "relentecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "relentezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "relentezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "relentezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "relentezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "relentezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "relentezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "relentecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "relentecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "relentecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "relentecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "relentecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "relentecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "relenteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "relentecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "relenteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "relenteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "relentecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "relentecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "relenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "relentecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "relenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "relenteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "relentecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "relenteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "relentecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "relenteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "relenteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "relentecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "relentecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "relentecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "relenteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "relentecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "relentecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "relenteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "relenteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "relentecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "relentecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "relenteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "relenteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "relentecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "relentecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "relentecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "relentecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "relenteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "relenteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "relentecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "relentece" ; + {- VPB (Imper C.Sg C.P3) => -} "relentezca" ; + {- VPB (Imper C.Pl C.P1) => -} "relentezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "relenteced" ; + {- VPB (Imper C.Pl C.P3) => -} "relentezcan" ; + {- VPB (Pass C.Sg Masc) => -} "relentecido" ; + {- VPB (Pass C.Sg Fem) => -} "relentecida" ; + {- VPB (Pass C.Pl Masc) => -} "relentecidos" ; + {- VPB (Pass C.Pl Fem) => -} "relentecidas" + ] + } ; + +lin remanecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remanecer" ; + {- VI Ger => -} "remaneciendo" ; + {- VI Part => -} "remanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remanece" ; + {- VPB (Imper C.Sg C.P3) => -} "remanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "remanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "remaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "remanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "remanecido" ; + {- VPB (Pass C.Sg Fem) => -} "remanecida" ; + {- VPB (Pass C.Pl Masc) => -} "remanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "remanecidas" + ] + } ; + +lin renacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "renacer" ; + {- VI Ger => -} "renaciendo" ; + {- VI Part => -} "renacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "renazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "renaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "renace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "renacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "renacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "renacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "renazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "renazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "renazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "renazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "renazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "renazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "renacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "renacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "renacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "renacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "renacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "renacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "renaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "renacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "renaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "renaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "renacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "renacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "renaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "renacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "renaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "renaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "renacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "renaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "renací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "renaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "renació" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "renacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "renacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "renacieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "renaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "renacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "renacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "renaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "renaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "renacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "renaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "renacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "renaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "renaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "renaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "renacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "renacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "renacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "renacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "renaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "renaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "renacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "renace" ; + {- VPB (Imper C.Sg C.P3) => -} "renazca" ; + {- VPB (Imper C.Pl C.P1) => -} "renazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "renaced" ; + {- VPB (Imper C.Pl C.P3) => -} "renazcan" ; + {- VPB (Pass C.Sg Masc) => -} "renacido" ; + {- VPB (Pass C.Sg Fem) => -} "renacida" ; + {- VPB (Pass C.Pl Masc) => -} "renacidos" ; + {- VPB (Pass C.Pl Fem) => -} "renacidas" + ] + } ; + +lin repacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "repacer" ; + {- VI Ger => -} "repaciendo" ; + {- VI Part => -} "repacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "repace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "repacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "repacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "repacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "repacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "repací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "repaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "repació" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "repacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "repacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "repacieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "repaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "repacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "repacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "repaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "repaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "repace" ; + {- VPB (Imper C.Sg C.P3) => -} "repazca" ; + {- VPB (Imper C.Pl C.P1) => -} "repazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "repaced" ; + {- VPB (Imper C.Pl C.P3) => -} "repazcan" ; + {- VPB (Pass C.Sg Masc) => -} "repacido" ; + {- VPB (Pass C.Sg Fem) => -} "repacida" ; + {- VPB (Pass C.Pl Masc) => -} "repacidos" ; + {- VPB (Pass C.Pl Fem) => -} "repacidas" + ] + } ; + +lin resplandecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resplandecer" ; + {- VI Ger => -} "resplandeciendo" ; + {- VI Part => -} "resplandecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resplandezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resplandeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resplandece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resplandecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resplandecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resplandecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resplandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resplandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resplandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resplandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resplandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resplandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resplandecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resplandecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resplandecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resplandecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resplandecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resplandecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resplandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resplandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resplandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resplandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resplandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resplandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resplandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resplandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resplandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resplandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resplandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resplandeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resplandecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resplandeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resplandeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resplandecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resplandecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resplandecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resplandeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resplandecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resplandecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resplandeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resplandeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resplandecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resplandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resplandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resplandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resplandecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resplandecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resplandecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resplandeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resplandeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resplandecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resplandece" ; + {- VPB (Imper C.Sg C.P3) => -} "resplandezca" ; + {- VPB (Imper C.Pl C.P1) => -} "resplandezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "resplandeced" ; + {- VPB (Imper C.Pl C.P3) => -} "resplandezcan" ; + {- VPB (Pass C.Sg Masc) => -} "resplandecido" ; + {- VPB (Pass C.Sg Fem) => -} "resplandecida" ; + {- VPB (Pass C.Pl Masc) => -} "resplandecidos" ; + {- VPB (Pass C.Pl Fem) => -} "resplandecidas" + ] + } ; + +lin restablecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "restablecer" ; + {- VI Ger => -} "restableciendo" ; + {- VI Part => -} "restablecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "restablezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "restableces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "restablece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "restablecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "restablecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restablecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restablezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restablezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restablezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restablezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restablezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restablezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restablecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restablecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restablecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restablecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restablecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restablecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restableciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restablecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restableciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restableciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restablecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restablecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restablecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restableciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restablecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restableciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "restablecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "restableciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "restableció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "restablecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "restablecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "restablecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "restableceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "restablecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "restablecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "restableceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "restableceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restablecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restableciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restablecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restableciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restableciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restableciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restablecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restablecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restablecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restablecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restableceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restableceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restablecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "restablece" ; + {- VPB (Imper C.Sg C.P3) => -} "restablezca" ; + {- VPB (Imper C.Pl C.P1) => -} "restablezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "restableced" ; + {- VPB (Imper C.Pl C.P3) => -} "restablezcan" ; + {- VPB (Pass C.Sg Masc) => -} "restablecido" ; + {- VPB (Pass C.Sg Fem) => -} "restablecida" ; + {- VPB (Pass C.Pl Masc) => -} "restablecidos" ; + {- VPB (Pass C.Pl Fem) => -} "restablecidas" + ] + } ; + +lin retallecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retallecer" ; + {- VI Ger => -} "retalleciendo" ; + {- VI Part => -} "retallecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retallezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retalleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retallece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retallecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retallecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retallecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retallecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retallecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retallecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retallecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retallecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retallecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retalleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retallecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retalleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retalleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retallecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retallecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retallecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retalleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retallecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retallecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retalleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retalleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retallecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retallecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retallecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retallecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retalleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retalleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retallecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retallece" ; + {- VPB (Imper C.Sg C.P3) => -} "retallezca" ; + {- VPB (Imper C.Pl C.P1) => -} "retallezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retalleced" ; + {- VPB (Imper C.Pl C.P3) => -} "retallezcan" ; + {- VPB (Pass C.Sg Masc) => -} "retallecido" ; + {- VPB (Pass C.Sg Fem) => -} "retallecida" ; + {- VPB (Pass C.Pl Masc) => -} "retallecidos" ; + {- VPB (Pass C.Pl Fem) => -} "retallecidas" + ] + } ; + +lin retoñecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retoñecer" ; + {- VI Ger => -} "retoñeciendo" ; + {- VI Part => -} "retoñecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retoñezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retoñeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retoñece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retoñecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retoñecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retoñecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retoñezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retoñezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retoñezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retoñezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retoñezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retoñezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retoñecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retoñecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retoñecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retoñecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retoñecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retoñecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retoñeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retoñecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retoñeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retoñeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retoñecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retoñecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retoñeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retoñecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retoñeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retoñeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retoñecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retoñeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retoñecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retoñeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retoñeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retoñecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retoñecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retoñecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retoñeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retoñecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retoñecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retoñeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retoñeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retoñecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retoñeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retoñecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retoñeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retoñeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retoñeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retoñecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retoñecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retoñecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retoñecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retoñeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retoñeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retoñecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retoñece" ; + {- VPB (Imper C.Sg C.P3) => -} "retoñezca" ; + {- VPB (Imper C.Pl C.P1) => -} "retoñezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retoñeced" ; + {- VPB (Imper C.Pl C.P3) => -} "retoñezcan" ; + {- VPB (Pass C.Sg Masc) => -} "retoñecido" ; + {- VPB (Pass C.Sg Fem) => -} "retoñecida" ; + {- VPB (Pass C.Pl Masc) => -} "retoñecidos" ; + {- VPB (Pass C.Pl Fem) => -} "retoñecidas" + ] + } ; + +lin revejecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revejecer" ; + {- VI Ger => -} "revejeciendo" ; + {- VI Part => -} "revejecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revejezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revejeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revejece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revejecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revejecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revejecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revejezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revejezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revejezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revejezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revejezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revejezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revejecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revejecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revejecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revejecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revejecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revejecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revejeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revejecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revejeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revejeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revejecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revejecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revejecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revejeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revejecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revejeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revejecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revejeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revejeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revejecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revejecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revejecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revejeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revejecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revejecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revejeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revejeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revejecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revejecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revejeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revejeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revejecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revejecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revejecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revejecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revejeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revejeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revejecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revejece" ; + {- VPB (Imper C.Sg C.P3) => -} "revejezca" ; + {- VPB (Imper C.Pl C.P1) => -} "revejezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "revejeced" ; + {- VPB (Imper C.Pl C.P3) => -} "revejezcan" ; + {- VPB (Pass C.Sg Masc) => -} "revejecido" ; + {- VPB (Pass C.Sg Fem) => -} "revejecida" ; + {- VPB (Pass C.Pl Masc) => -} "revejecidos" ; + {- VPB (Pass C.Pl Fem) => -} "revejecidas" + ] + } ; + +lin reverdecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reverdecer" ; + {- VI Ger => -} "reverdeciendo" ; + {- VI Part => -} "reverdecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reverdezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reverdeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reverdece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reverdecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reverdecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reverdecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reverdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reverdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reverdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reverdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reverdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reverdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reverdecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reverdecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reverdecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reverdecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reverdecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reverdecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reverdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reverdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reverdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reverdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reverdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reverdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reverdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reverdeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reverdecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reverdeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reverdeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reverdecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reverdecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reverdecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reverdeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reverdecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reverdecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reverdeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reverdeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reverdecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reverdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reverdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reverdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reverdecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reverdecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reverdecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reverdeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reverdeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reverdecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reverdece" ; + {- VPB (Imper C.Sg C.P3) => -} "reverdezca" ; + {- VPB (Imper C.Pl C.P1) => -} "reverdezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reverdeced" ; + {- VPB (Imper C.Pl C.P3) => -} "reverdezcan" ; + {- VPB (Pass C.Sg Masc) => -} "reverdecido" ; + {- VPB (Pass C.Sg Fem) => -} "reverdecida" ; + {- VPB (Pass C.Pl Masc) => -} "reverdecidos" ; + {- VPB (Pass C.Pl Fem) => -} "reverdecidas" + ] + } ; + +lin robustecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "robustecer" ; + {- VI Ger => -} "robusteciendo" ; + {- VI Part => -} "robustecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "robustezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "robusteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "robustece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "robustecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "robustecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "robustecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "robustezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "robustezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "robustezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "robustezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "robustezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "robustezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "robustecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "robustecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "robustecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "robustecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "robustecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "robustecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "robusteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "robustecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "robusteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "robusteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "robustecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "robustecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "robusteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "robustecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "robusteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "robusteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "robustecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "robusteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "robustecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "robusteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "robusteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "robustecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "robustecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "robustecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "robusteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "robustecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "robustecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "robusteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "robusteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "robustecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "robustecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "robusteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "robusteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "robustecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "robustecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "robustecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "robustecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "robusteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "robusteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "robustecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "robustece" ; + {- VPB (Imper C.Sg C.P3) => -} "robustezca" ; + {- VPB (Imper C.Pl C.P1) => -} "robustezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "robusteced" ; + {- VPB (Imper C.Pl C.P3) => -} "robustezcan" ; + {- VPB (Pass C.Sg Masc) => -} "robustecido" ; + {- VPB (Pass C.Sg Fem) => -} "robustecida" ; + {- VPB (Pass C.Pl Masc) => -} "robustecidos" ; + {- VPB (Pass C.Pl Fem) => -} "robustecidas" + ] + } ; + +lin sobrecrecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrecrecer" ; + {- VI Ger => -} "sobrecreciendo" ; + {- VI Part => -} "sobrecrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrecrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrecreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrecrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrecrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrecreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrecreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrecrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrecrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrecrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrecreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrecrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrecrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrecrece" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrecrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrecrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrecreced" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrecrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrecrecido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrecrecida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrecrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrecrecidas" + ] + } ; + +lin tallecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tallecer" ; + {- VI Ger => -} "talleciendo" ; + {- VI Part => -} "tallecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tallezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "talleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tallece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tallecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tallecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tallecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tallecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tallecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tallecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tallecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tallecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tallecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "talleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "talleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "talleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "talleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "talleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "talleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "talleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tallecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "talleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "talleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tallecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tallecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tallecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "talleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tallecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tallecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "talleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "talleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tallecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "talleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "talleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "talleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "talleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tallecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tallecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tallecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "talleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "talleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tallecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tallece" ; + {- VPB (Imper C.Sg C.P3) => -} "tallezca" ; + {- VPB (Imper C.Pl C.P1) => -} "tallezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "talleced" ; + {- VPB (Imper C.Pl C.P3) => -} "tallezcan" ; + {- VPB (Pass C.Sg Masc) => -} "tallecido" ; + {- VPB (Pass C.Sg Fem) => -} "tallecida" ; + {- VPB (Pass C.Pl Masc) => -} "tallecidos" ; + {- VPB (Pass C.Pl Fem) => -} "tallecidas" + ] + } ; + +lin tardecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tardecer" ; + {- VI Ger => -} "tardeciendo" ; + {- VI Part => -} "tardecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tardezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tardeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tardece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tardecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tardecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tardecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tardezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tardezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tardezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tardezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tardezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tardezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tardecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tardecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tardecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tardecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tardecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tardecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tardeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tardecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tardeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tardeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tardecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tardecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tardecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tardeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tardecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tardeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tardecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tardeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tardeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tardecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tardecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tardecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tardeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tardecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tardecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tardeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tardeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tardecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tardecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tardeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tardeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tardecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tardecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tardecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tardecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tardeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tardeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tardecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tardece" ; + {- VPB (Imper C.Sg C.P3) => -} "tardezca" ; + {- VPB (Imper C.Pl C.P1) => -} "tardezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tardeced" ; + {- VPB (Imper C.Pl C.P3) => -} "tardezcan" ; + {- VPB (Pass C.Sg Masc) => -} "tardecido" ; + {- VPB (Pass C.Sg Fem) => -} "tardecida" ; + {- VPB (Pass C.Pl Masc) => -} "tardecidos" ; + {- VPB (Pass C.Pl Fem) => -} "tardecidas" + ] + } ; + +lin trasparecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasparecer" ; + {- VI Ger => -} "traspareciendo" ; + {- VI Part => -} "trasparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "traspareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "traspareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "traspareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "traspareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "traspareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "traspareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "traspareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "traspareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "traspareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "traspareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "traspareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "traspareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "traspareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "traspareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "traspareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traspareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traspareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasparece" ; + {- VPB (Imper C.Sg C.P3) => -} "trasparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "trasparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "traspareced" ; + {- VPB (Imper C.Pl C.P3) => -} "trasparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "trasparecido" ; + {- VPB (Pass C.Sg Fem) => -} "trasparecida" ; + {- VPB (Pass C.Pl Masc) => -} "trasparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "trasparecidas" + ] + } ; + +lin tullecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tullecer" ; + {- VI Ger => -} "tulleciendo" ; + {- VI Part => -} "tullecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tullezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tulleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tullece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tullecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tullecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tullecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tullezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tullezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tullezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tullezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tullezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tullezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tullecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tullecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tullecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tullecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tullecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tullecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tulleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tullecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tulleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tulleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tullecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tullecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tullecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tulleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tullecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tulleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tullecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tulleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tulleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tullecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tullecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tullecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tulleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tullecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tullecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tulleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tulleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tullecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tullecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tulleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tulleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tullecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tullecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tullecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tullecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tulleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tulleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tullecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tullece" ; + {- VPB (Imper C.Sg C.P3) => -} "tullezca" ; + {- VPB (Imper C.Pl C.P1) => -} "tullezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tulleced" ; + {- VPB (Imper C.Pl C.P3) => -} "tullezcan" ; + {- VPB (Pass C.Sg Masc) => -} "tullecido" ; + {- VPB (Pass C.Sg Fem) => -} "tullecida" ; + {- VPB (Pass C.Pl Masc) => -} "tullecidos" ; + {- VPB (Pass C.Pl Fem) => -} "tullecidas" + ] + } ; + +lin verdecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "verdecer" ; + {- VI Ger => -} "verdeciendo" ; + {- VI Part => -} "verdecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "verdezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "verdeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "verdece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "verdecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "verdecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "verdecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "verdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "verdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "verdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "verdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "verdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "verdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "verdecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "verdecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "verdecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "verdecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "verdecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "verdecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "verdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "verdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "verdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "verdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "verdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "verdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "verdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "verdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "verdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "verdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "verdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "verdeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "verdecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "verdeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "verdeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "verdecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "verdecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "verdecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "verdeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "verdecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "verdecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "verdeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "verdeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "verdecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "verdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "verdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "verdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "verdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "verdecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "verdecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "verdecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "verdeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "verdeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "verdecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "verdece" ; + {- VPB (Imper C.Sg C.P3) => -} "verdezca" ; + {- VPB (Imper C.Pl C.P1) => -} "verdezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "verdeced" ; + {- VPB (Imper C.Pl C.P3) => -} "verdezcan" ; + {- VPB (Pass C.Sg Masc) => -} "verdecido" ; + {- VPB (Pass C.Sg Fem) => -} "verdecida" ; + {- VPB (Pass C.Pl Masc) => -} "verdecidos" ; + {- VPB (Pass C.Pl Fem) => -} "verdecidas" + ] + } ; + +lin aplacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aplacer" ; + {- VI Ger => -} "aplaciendo" ; + {- VI Part => -} "aplacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aplazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aplaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aplace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aplacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aplacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aplazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aplazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aplazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aplazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aplazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aplacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aplacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aplacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aplacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aplacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aplacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aplaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aplacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aplaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aplaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aplacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aplacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aplacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aplaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aplacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aplaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aplací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aplaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {"aplació" ; "plugo"} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aplacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aplacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {"aplacieron" ; "pluguieron"} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aplaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aplacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aplacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aplaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aplaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aplacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aplaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aplacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aplaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aplaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aplacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aplacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aplacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aplacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aplaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aplaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aplacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aplace" ; + {- VPB (Imper C.Sg C.P3) => -} "aplazca" ; + {- VPB (Imper C.Pl C.P1) => -} "aplazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aplaced" ; + {- VPB (Imper C.Pl C.P3) => -} "aplazcan" ; + {- VPB (Pass C.Sg Masc) => -} "aplacido" ; + {- VPB (Pass C.Sg Fem) => -} "aplacida" ; + {- VPB (Pass C.Pl Masc) => -} "aplacidos" ; + {- VPB (Pass C.Pl Fem) => -} "aplacidas" + ] + } ; + +lin complacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "complacer" ; + {- VI Ger => -} "complaciendo" ; + {- VI Part => -} "complacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "complazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "complaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "complace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "complacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "complacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "complacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "complazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "complazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "complazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "complazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "complazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "complacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "complacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "complacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "complacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "complacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "complacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "complaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "complacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "complaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "complaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "complacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "complacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "complaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "complacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "complaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "complaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "complacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "complaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "complací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "complaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {"complació" ; "plugo"} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "complacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "complacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {"complacieron" ; "pluguieron"} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "complaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "complacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "complacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "complaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "complaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "complacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "complaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "complacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "complaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "complaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "complacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "complacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "complacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "complacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "complaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "complaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "complacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "complace" ; + {- VPB (Imper C.Sg C.P3) => -} "complazca" ; + {- VPB (Imper C.Pl C.P1) => -} "complazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "complaced" ; + {- VPB (Imper C.Pl C.P3) => -} "complazcan" ; + {- VPB (Pass C.Sg Masc) => -} "complacido" ; + {- VPB (Pass C.Sg Fem) => -} "complacida" ; + {- VPB (Pass C.Pl Masc) => -} "complacidos" ; + {- VPB (Pass C.Pl Fem) => -} "complacidas" + ] + } ; + +lin desplacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desplacer" ; + {- VI Ger => -} "desplaciendo" ; + {- VI Part => -} "desplacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desplazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desplaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desplace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desplacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desplacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desplacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desplazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desplazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desplazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desplazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desplazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desplacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desplacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desplacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desplacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desplacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desplacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desplaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desplacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desplaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desplaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desplacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desplacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desplacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desplaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desplacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desplaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desplací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desplaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {"desplació" ; "plugo"} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desplacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desplacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {"desplacieron" ; "pluguieron"} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desplaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desplacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desplacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desplaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desplaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desplacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desplaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desplacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desplaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desplaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desplacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desplacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desplacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desplacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desplaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desplaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desplacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desplace" ; + {- VPB (Imper C.Sg C.P3) => -} "desplazca" ; + {- VPB (Imper C.Pl C.P1) => -} "desplazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desplaced" ; + {- VPB (Imper C.Pl C.P3) => -} "desplazcan" ; + {- VPB (Pass C.Sg Masc) => -} "desplacido" ; + {- VPB (Pass C.Sg Fem) => -} "desplacida" ; + {- VPB (Pass C.Pl Masc) => -} "desplacidos" ; + {- VPB (Pass C.Pl Fem) => -} "desplacidas" + ] + } ; + +lin displacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "displacer" ; + {- VI Ger => -} "displaciendo" ; + {- VI Part => -} "displacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "displazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "displaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "displace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "displacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "displacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "displacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "displazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "displazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "displazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "displazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "displazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "displacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "displacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "displacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "displacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "displacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "displacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "displaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "displacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "displaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "displaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "displacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "displacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "displaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "displacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "displaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "displaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "displacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "displaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "displací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "displaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {"displació" ; "plugo"} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "displacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "displacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {"displacieron" ; "pluguieron"} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "displaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "displacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "displacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "displaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "displaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "displacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "displaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "displacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "displaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "displaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "displacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "displacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "displacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "displacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "displaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "displaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "displacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "displace" ; + {- VPB (Imper C.Sg C.P3) => -} "displazca" ; + {- VPB (Imper C.Pl C.P1) => -} "displazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "displaced" ; + {- VPB (Imper C.Pl C.P3) => -} "displazcan" ; + {- VPB (Pass C.Sg Masc) => -} "displacido" ; + {- VPB (Pass C.Sg Fem) => -} "displacida" ; + {- VPB (Pass C.Pl Masc) => -} "displacidos" ; + {- VPB (Pass C.Pl Fem) => -} "displacidas" + ] + } ; + +lin placer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "placer" ; + {- VI Ger => -} "placiendo" ; + {- VI Part => -} "placido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "plazco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "places" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "place" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "placemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "placéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "placen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "plazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "plazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "plazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "plazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "placía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "placías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "placía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "placíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "placíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "placían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "placiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "placieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "placiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "placiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "placierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "placieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "placiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "placieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "placiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "placiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "placieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "placiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "plací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "placiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {"plació" ; "plugo"} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "placimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "placisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {"placieron" ; "pluguieron"} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "placeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "placerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "placerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "placeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "placeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "placerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "placiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "placieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "placiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "placiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "placieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "placería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "placerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "placería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "placeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "placeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "placerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "place" ; + {- VPB (Imper C.Sg C.P3) => -} "plazca" ; + {- VPB (Imper C.Pl C.P1) => -} "plazcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "placed" ; + {- VPB (Imper C.Pl C.P3) => -} "plazcan" ; + {- VPB (Pass C.Sg Masc) => -} "placido" ; + {- VPB (Pass C.Sg Fem) => -} "placida" ; + {- VPB (Pass C.Pl Masc) => -} "placidos" ; + {- VPB (Pass C.Pl Fem) => -} "placidas" + ] + } ; + +lin translucirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "translucir" ; + {- VI Ger => -} "transluciendo" ; + {- VI Part => -} "translucido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "transluzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "transluces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "transluce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "translucimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "translucís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "translucen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "translucía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "translucías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "translucía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "translucíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "translucíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "translucían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "translucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "translucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "translucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "translucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "translucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transluciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "translucí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transluciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "translució" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "translucimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "translucisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "translucieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transluciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "translucirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "translucirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transluciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transluciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "translucirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "translucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "translucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transluciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "translucirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transluciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transluciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transluciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "translucirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "transluce" ; + {- VPB (Imper C.Sg C.P3) => -} "transluzca" ; + {- VPB (Imper C.Pl C.P1) => -} "transluzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "translucid" ; + {- VPB (Imper C.Pl C.P3) => -} "transluzcan" ; + {- VPB (Pass C.Sg Masc) => -} "translucido" ; + {- VPB (Pass C.Sg Fem) => -} "translucida" ; + {- VPB (Pass C.Pl Masc) => -} "translucidos" ; + {- VPB (Pass C.Pl Fem) => -} "translucidas" + ] + } ; + +lin aloquecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aloquecer" ; + {- VI Ger => -} "aloqueciendo" ; + {- VI Part => -} "aloquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aloquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aloqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aloquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aloquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aloquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aloquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aloquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aloquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aloquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aloquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aloquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aloquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aloquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aloquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aloquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aloquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aloquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aloquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aloquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aloqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aloquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aloquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aloquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aloqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aloquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aloqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aloquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aloqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aloqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aloquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aloquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aloquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aloqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aloquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aloquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aloqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aloqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aloquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aloquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aloqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aloquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aloquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aloquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aloquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aloqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aloqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aloquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aloquece" ; + {- VPB (Imper C.Sg C.P3) => -} "aloquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "aloquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aloqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "aloquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "aloquecido" ; + {- VPB (Pass C.Sg Fem) => -} "aloquecida" ; + {- VPB (Pass C.Pl Masc) => -} "aloquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "aloquecidas" + ] + } ; + +lin avanecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "avanecer" ; + {- VI Ger => -} "avaneciendo" ; + {- VI Part => -} "avanecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "avanezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "avaneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "avanece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "avanecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "avanecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avanecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "avanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "avanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "avanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "avanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "avanecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "avanecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "avanecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "avanecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "avanecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "avanecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "avaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "avanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "avaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "avaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "avanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "avanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "avaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "avanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "avaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "avaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "avanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "avaneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "avanecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "avaneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "avaneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "avanecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "avanecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "avanecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "avaneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "avanecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "avanecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "avaneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "avaneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "avanecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "avanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "avaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "avaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "avanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "avanecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "avanecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "avanecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "avaneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "avaneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "avanecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "avanece" ; + {- VPB (Imper C.Sg C.P3) => -} "avanezca" ; + {- VPB (Imper C.Pl C.P1) => -} "avanezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "avaneced" ; + {- VPB (Imper C.Pl C.P3) => -} "avanezcan" ; + {- VPB (Pass C.Sg Masc) => -} "avanecido" ; + {- VPB (Pass C.Sg Fem) => -} "avanecida" ; + {- VPB (Pass C.Pl Masc) => -} "avanecidos" ; + {- VPB (Pass C.Pl Fem) => -} "avanecidas" + ] + } ; + +lin canecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "canecer" ; + {- VI Ger => -} "caneciendo" ; + {- VI Part => -} "canecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "canezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "caneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "canece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "canecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "canecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "canecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "canezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "canezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "canezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "canezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "canezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "canezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "canecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "canecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "canecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "canecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "canecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "canecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "caneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "canecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "caneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "caneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "canecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "canecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "caneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "canecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "caneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "caneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "canecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "caneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "canecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "caneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "caneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "canecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "canecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "canecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "caneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "canecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "canecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "caneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "caneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "canecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "caneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "canecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "caneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "caneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "caneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "canecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "canecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "canecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "canecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "caneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "caneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "canecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "canece" ; + {- VPB (Imper C.Sg C.P3) => -} "canezca" ; + {- VPB (Imper C.Pl C.P1) => -} "canezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "caneced" ; + {- VPB (Imper C.Pl C.P3) => -} "canezcan" ; + {- VPB (Pass C.Sg Masc) => -} "canecido" ; + {- VPB (Pass C.Sg Fem) => -} "canecida" ; + {- VPB (Pass C.Pl Masc) => -} "canecidos" ; + {- VPB (Pass C.Pl Fem) => -} "canecidas" + ] + } ; + +lin condolecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "condolecer" ; + {- VI Ger => -} "condoleciendo" ; + {- VI Part => -} "condolecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "condolezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "condoleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "condolece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "condolecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "condolecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condolecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condolezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condolezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condolezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condolezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condolezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condolezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condolecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condolecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condolecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condolecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condolecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condolecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condoleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condolecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condoleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condoleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condolecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condolecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condolecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condoleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condolecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condoleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "condolecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "condoleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "condoleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "condolecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "condolecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "condolecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "condoleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "condolecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "condolecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "condoleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "condoleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condolecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condolecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condoleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condoleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condolecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condolecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condolecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condolecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condoleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condoleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condolecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "condolece" ; + {- VPB (Imper C.Sg C.P3) => -} "condolezca" ; + {- VPB (Imper C.Pl C.P1) => -} "condolezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "condoleced" ; + {- VPB (Imper C.Pl C.P3) => -} "condolezcan" ; + {- VPB (Pass C.Sg Masc) => -} "condolecido" ; + {- VPB (Pass C.Sg Fem) => -} "condolecida" ; + {- VPB (Pass C.Pl Masc) => -} "condolecidos" ; + {- VPB (Pass C.Pl Fem) => -} "condolecidas" + ] + } ; + +lin desembebecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desembebecer" ; + {- VI Ger => -} "desembebeciendo" ; + {- VI Part => -} "desembebecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desembebezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desembebeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desembebece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desembebecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desembebecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desembebecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desembebezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desembebezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desembebezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desembebezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desembebezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desembebezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desembebecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desembebecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desembebecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desembebecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desembebecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desembebecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desembebeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desembebecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desembebeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desembebeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desembebecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desembebecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desembebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desembebecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desembebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desembebeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desembebecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desembebeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desembebecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desembebeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desembebeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desembebecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desembebecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desembebecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desembebeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desembebecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desembebecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desembebeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desembebeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desembebecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desembebecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desembebeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desembebecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desembebecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desembebecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desembebecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desembebeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desembebeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desembebecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desembebece" ; + {- VPB (Imper C.Sg C.P3) => -} "desembebezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desembebezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desembebeced" ; + {- VPB (Imper C.Pl C.P3) => -} "desembebezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desembebecido" ; + {- VPB (Pass C.Sg Fem) => -} "desembebecida" ; + {- VPB (Pass C.Pl Masc) => -} "desembebecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desembebecidas" + ] + } ; + +lin desperecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desperecer" ; + {- VI Ger => -} "despereciendo" ; + {- VI Part => -} "desperecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desperezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despereces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desperece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desperecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desperecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desperecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desperezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desperezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desperezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desperezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desperezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desperezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desperecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desperecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desperecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desperecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desperecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desperecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desperecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desperecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desperecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desperecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desperecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despereciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desperecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despereciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despereció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desperecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desperecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desperecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despereceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desperecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desperecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despereceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despereceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desperecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desperecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desperecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desperecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desperecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desperecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despereceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despereceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desperecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desperece" ; + {- VPB (Imper C.Sg C.P3) => -} "desperezca" ; + {- VPB (Imper C.Pl C.P1) => -} "desperezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "despereced" ; + {- VPB (Imper C.Pl C.P3) => -} "desperezcan" ; + {- VPB (Pass C.Sg Masc) => -} "desperecido" ; + {- VPB (Pass C.Sg Fem) => -} "desperecida" ; + {- VPB (Pass C.Pl Masc) => -} "desperecidos" ; + {- VPB (Pass C.Pl Fem) => -} "desperecidas" + ] + } ; + +lin eflorecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "eflorecer" ; + {- VI Ger => -} "efloreciendo" ; + {- VI Part => -} "eflorecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "eflorezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "efloreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "eflorece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "eflorecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "eflorecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "eflorecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "eflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "eflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "eflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "eflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "eflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "eflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "eflorecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "eflorecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "eflorecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "eflorecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "eflorecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "eflorecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "efloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "eflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "efloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "efloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "eflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "eflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "efloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "eflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "efloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "efloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "eflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "efloreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "eflorecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "efloreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "efloreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "eflorecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "eflorecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "eflorecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "efloreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "eflorecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "eflorecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "efloreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "efloreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "eflorecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "eflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "efloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "efloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "eflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "eflorecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "eflorecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "eflorecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "efloreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "efloreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "eflorecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "eflorece" ; + {- VPB (Imper C.Sg C.P3) => -} "eflorezca" ; + {- VPB (Imper C.Pl C.P1) => -} "eflorezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "efloreced" ; + {- VPB (Imper C.Pl C.P3) => -} "eflorezcan" ; + {- VPB (Pass C.Sg Masc) => -} "eflorecido" ; + {- VPB (Pass C.Sg Fem) => -} "eflorecida" ; + {- VPB (Pass C.Pl Masc) => -} "eflorecidos" ; + {- VPB (Pass C.Pl Fem) => -} "eflorecidas" + ] + } ; + +lin embellaquecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embellaquecer" ; + {- VI Ger => -} "embellaqueciendo" ; + {- VI Part => -} "embellaquecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embellaquezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embellaqueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embellaquece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embellaquecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embellaquecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embellaquecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embellaquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embellaquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embellaquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embellaquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embellaquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embellaquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embellaquecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embellaquecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embellaquecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embellaquecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embellaquecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embellaquecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embellaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embellaquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embellaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embellaqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embellaquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embellaquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embellaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embellaquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embellaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embellaqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embellaquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embellaqueciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embellaquecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embellaqueciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embellaqueció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embellaquecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embellaquecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embellaquecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embellaqueceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embellaquecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embellaquecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embellaqueceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embellaqueceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embellaquecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embellaqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embellaquecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embellaquecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embellaquecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embellaqueceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embellaqueceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embellaquecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embellaquece" ; + {- VPB (Imper C.Sg C.P3) => -} "embellaquezca" ; + {- VPB (Imper C.Pl C.P1) => -} "embellaquezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embellaqueced" ; + {- VPB (Imper C.Pl C.P3) => -} "embellaquezcan" ; + {- VPB (Pass C.Sg Masc) => -} "embellaquecido" ; + {- VPB (Pass C.Sg Fem) => -} "embellaquecida" ; + {- VPB (Pass C.Pl Masc) => -} "embellaquecidos" ; + {- VPB (Pass C.Pl Fem) => -} "embellaquecidas" + ] + } ; + +lin empoltronecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empoltronecer" ; + {- VI Ger => -} "empoltroneciendo" ; + {- VI Part => -} "empoltronecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empoltronezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empoltroneces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empoltronece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empoltronecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empoltronecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empoltronecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empoltronezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empoltronezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empoltronezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empoltronezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empoltronezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empoltronezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empoltronecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empoltronecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empoltronecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empoltronecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empoltronecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empoltronecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empoltroneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empoltronecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empoltroneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empoltroneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empoltronecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empoltronecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empoltroneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empoltronecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empoltroneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empoltroneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empoltronecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empoltroneciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empoltronecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empoltroneciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empoltroneció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empoltronecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empoltronecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empoltronecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empoltroneceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empoltronecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empoltronecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empoltroneceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empoltroneceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empoltronecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empoltroneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empoltronecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empoltronecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empoltronecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empoltroneceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empoltroneceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empoltronecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empoltronece" ; + {- VPB (Imper C.Sg C.P3) => -} "empoltronezca" ; + {- VPB (Imper C.Pl C.P1) => -} "empoltronezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empoltroneced" ; + {- VPB (Imper C.Pl C.P3) => -} "empoltronezcan" ; + {- VPB (Pass C.Sg Masc) => -} "empoltronecido" ; + {- VPB (Pass C.Sg Fem) => -} "empoltronecida" ; + {- VPB (Pass C.Pl Masc) => -} "empoltronecidos" ; + {- VPB (Pass C.Pl Fem) => -} "empoltronecidas" + ] + } ; + +lin encabellecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encabellecer" ; + {- VI Ger => -} "encabelleciendo" ; + {- VI Part => -} "encabellecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encabellezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encabelleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encabellece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encabellecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encabellecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encabellecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encabellezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encabellezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encabellezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encabellezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encabellezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encabellezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encabellecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encabellecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encabellecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encabellecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encabellecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encabellecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encabelleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encabellecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encabelleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encabelleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encabellecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encabellecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encabelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encabellecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encabelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encabelleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encabellecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encabelleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encabellecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encabelleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encabelleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encabellecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encabellecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encabellecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encabelleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encabellecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encabellecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encabelleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encabelleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encabellecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encabellecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encabelleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encabellecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encabellecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encabellecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encabellecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encabelleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encabelleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encabellecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encabellece" ; + {- VPB (Imper C.Sg C.P3) => -} "encabellezca" ; + {- VPB (Imper C.Pl C.P1) => -} "encabellezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "encabelleced" ; + {- VPB (Imper C.Pl C.P3) => -} "encabellezcan" ; + {- VPB (Pass C.Sg Masc) => -} "encabellecido" ; + {- VPB (Pass C.Sg Fem) => -} "encabellecida" ; + {- VPB (Pass C.Pl Masc) => -} "encabellecidos" ; + {- VPB (Pass C.Pl Fem) => -} "encabellecidas" + ] + } ; + +lin engrumecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engrumecer" ; + {- VI Ger => -} "engrumeciendo" ; + {- VI Part => -} "engrumecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engrumezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engrumeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engrumece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engrumecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engrumecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engrumecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engrumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engrumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engrumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engrumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engrumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engrumecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engrumecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engrumecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engrumecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engrumecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrumecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engrumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engrumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engrumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrumeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engrumecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engrumeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engrumeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engrumecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engrumecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engrumecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engrumeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engrumecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engrumecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engrumeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engrumeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engrumecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engrumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engrumecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engrumecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engrumecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engrumeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engrumeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engrumecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engrumece" ; + {- VPB (Imper C.Sg C.P3) => -} "engrumezca" ; + {- VPB (Imper C.Pl C.P1) => -} "engrumezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "engrumeced" ; + {- VPB (Imper C.Pl C.P3) => -} "engrumezcan" ; + {- VPB (Pass C.Sg Masc) => -} "engrumecido" ; + {- VPB (Pass C.Sg Fem) => -} "engrumecida" ; + {- VPB (Pass C.Pl Masc) => -} "engrumecidos" ; + {- VPB (Pass C.Pl Fem) => -} "engrumecidas" + ] + } ; + +lin enmarillecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmarillecer" ; + {- VI Ger => -} "enmarilleciendo" ; + {- VI Part => -} "enmarillecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmarillezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmarilleces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmarillece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmarillecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmarillecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmarillecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmarillezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmarillezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmarillezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmarillezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmarillezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmarillezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmarillecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmarillecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmarillecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmarillecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmarillecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmarillecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmarillecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmarilleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmarillecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmarillecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmarillecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmarilleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmarillecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmarilleciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmarillecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmarilleciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmarilleció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmarillecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmarillecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmarillecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmarilleceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmarillecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmarillecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmarilleceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmarilleceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmarillecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmarilleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmarillecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmarillecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmarillecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmarilleceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmarilleceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmarillecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmarillece" ; + {- VPB (Imper C.Sg C.P3) => -} "enmarillezca" ; + {- VPB (Imper C.Pl C.P1) => -} "enmarillezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmarilleced" ; + {- VPB (Imper C.Pl C.P3) => -} "enmarillezcan" ; + {- VPB (Pass C.Sg Masc) => -} "enmarillecido" ; + {- VPB (Pass C.Sg Fem) => -} "enmarillecida" ; + {- VPB (Pass C.Pl Masc) => -} "enmarillecidos" ; + {- VPB (Pass C.Pl Fem) => -} "enmarillecidas" + ] + } ; + +lin ensilvecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensilvecer" ; + {- VI Ger => -} "ensilveciendo" ; + {- VI Part => -} "ensilvecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensilvezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensilveces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensilvece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensilvecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensilvecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensilvecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensilvezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensilvezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensilvezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensilvezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensilvezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensilvezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensilvecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensilvecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensilvecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensilvecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensilvecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensilvecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensilveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensilvecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensilveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensilveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensilvecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensilvecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensilveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensilvecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensilveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensilveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensilvecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensilveciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensilvecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensilveciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensilveció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensilvecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensilvecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensilvecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensilveceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensilvecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensilvecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensilveceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensilveceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensilvecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensilveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensilvecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensilvecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensilvecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensilveceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensilveceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensilvecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensilvece" ; + {- VPB (Imper C.Sg C.P3) => -} "ensilvezca" ; + {- VPB (Imper C.Pl C.P1) => -} "ensilvezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensilveced" ; + {- VPB (Imper C.Pl C.P3) => -} "ensilvezcan" ; + {- VPB (Pass C.Sg Masc) => -} "ensilvecido" ; + {- VPB (Pass C.Sg Fem) => -} "ensilvecida" ; + {- VPB (Pass C.Pl Masc) => -} "ensilvecidos" ; + {- VPB (Pass C.Pl Fem) => -} "ensilvecidas" + ] + } ; + +lin entigrecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entigrecer" ; + {- VI Ger => -} "entigreciendo" ; + {- VI Part => -} "entigrecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entigrezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entigreces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entigrece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entigrecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entigrecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entigrecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entigrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entigrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entigrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entigrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entigrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entigrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entigrecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entigrecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entigrecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entigrecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entigrecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entigrecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entigreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entigrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entigreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entigreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entigrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entigrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entigreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entigrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entigreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entigreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entigrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entigreciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entigrecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entigreciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entigreció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entigrecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entigrecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entigrecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entigreceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entigrecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entigrecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entigreceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entigreceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entigrecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entigrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entigreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entigreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entigrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entigrecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entigrecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entigrecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entigreceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entigreceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entigrecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entigrece" ; + {- VPB (Imper C.Sg C.P3) => -} "entigrezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entigrezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entigreced" ; + {- VPB (Imper C.Pl C.P3) => -} "entigrezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entigrecido" ; + {- VPB (Pass C.Sg Fem) => -} "entigrecida" ; + {- VPB (Pass C.Pl Masc) => -} "entigrecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entigrecidas" + ] + } ; + +lin entreparecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entreparecer" ; + {- VI Ger => -} "entrepareciendo" ; + {- VI Part => -} "entreparecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entreparezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entrepareces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entreparece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entreparecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entreparecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreparecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreparecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreparecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreparecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreparecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreparecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreparecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrepareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entreparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrepareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrepareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entreparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entreparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrepareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrepareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrepareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrepareciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entreparecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entrepareciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrepareció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entreparecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entreparecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entreparecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entrepareceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entreparecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entreparecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entrepareceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entrepareceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreparecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entreparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrepareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entreparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreparecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreparecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreparecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrepareceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrepareceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreparecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entreparece" ; + {- VPB (Imper C.Sg C.P3) => -} "entreparezca" ; + {- VPB (Imper C.Pl C.P1) => -} "entreparezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entrepareced" ; + {- VPB (Imper C.Pl C.P3) => -} "entreparezcan" ; + {- VPB (Pass C.Sg Masc) => -} "entreparecido" ; + {- VPB (Pass C.Sg Fem) => -} "entreparecida" ; + {- VPB (Pass C.Pl Masc) => -} "entreparecidos" ; + {- VPB (Pass C.Pl Fem) => -} "entreparecidas" + ] + } ; + +lin escalfecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escalfecer" ; + {- VI Ger => -} "escalfeciendo" ; + {- VI Part => -} "escalfecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escalfezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escalfeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escalfece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escalfecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escalfecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escalfecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escalfezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escalfezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escalfezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escalfezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escalfezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escalfezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escalfecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escalfecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escalfecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escalfecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escalfecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escalfecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escalfeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escalfecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escalfeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escalfeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escalfecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escalfecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escalfeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escalfecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escalfeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escalfeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escalfecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escalfeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escalfecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escalfeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escalfeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escalfecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escalfecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escalfecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escalfeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escalfecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escalfecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escalfeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escalfeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escalfecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escalfecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escalfeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escalfecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escalfecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escalfecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escalfecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escalfeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escalfeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escalfecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escalfece" ; + {- VPB (Imper C.Sg C.P3) => -} "escalfezca" ; + {- VPB (Imper C.Pl C.P1) => -} "escalfezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escalfeced" ; + {- VPB (Imper C.Pl C.P3) => -} "escalfezcan" ; + {- VPB (Pass C.Sg Masc) => -} "escalfecido" ; + {- VPB (Pass C.Sg Fem) => -} "escalfecida" ; + {- VPB (Pass C.Pl Masc) => -} "escalfecidos" ; + {- VPB (Pass C.Pl Fem) => -} "escalfecidas" + ] + } ; + +lin remostecerse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remostecer" ; + {- VI Ger => -} "remosteciendo" ; + {- VI Part => -} "remostecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remostezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remosteces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remostece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remostecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remostecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remostecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remostezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remostezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remostezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remostezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remostezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remostezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remostecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remostecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remostecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remostecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remostecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remostecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remosteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remostecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remosteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remosteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remostecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remostecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remosteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remostecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remosteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remosteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remostecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remosteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remostecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remosteciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remosteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remostecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remostecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remostecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remosteceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remostecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remostecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remosteceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remosteceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remostecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remostecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remosteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remosteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remostecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remostecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remostecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remostecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remosteceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remosteceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remostecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remostece" ; + {- VPB (Imper C.Sg C.P3) => -} "remostezca" ; + {- VPB (Imper C.Pl C.P1) => -} "remostezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "remosteced" ; + {- VPB (Imper C.Pl C.P3) => -} "remostezcan" ; + {- VPB (Pass C.Sg Masc) => -} "remostecido" ; + {- VPB (Pass C.Sg Fem) => -} "remostecida" ; + {- VPB (Pass C.Pl Masc) => -} "remostecidos" ; + {- VPB (Pass C.Pl Fem) => -} "remostecidas" + ] + } ; + +lin avergonzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "avergonzar" ; + {- VI Ger => -} "avergonzando" ; + {- VI Part => -} "avergonzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "avergüenzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "avergüenzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "avergüenza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "avergonzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "avergonzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avergüenzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "avergüence" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avergüences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "avergüence" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "avergoncemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "avergoncéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avergüencen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "avergonzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "avergonzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "avergonzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "avergonzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "avergonzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "avergonzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "avergonzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "avergonzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "avergonzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "avergonzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "avergonzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "avergonzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "avergonzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "avergonzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "avergonzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "avergonzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "avergonzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "avergonzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "avergoncé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "avergonzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "avergonzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "avergonzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "avergonzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "avergonzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "avergonzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "avergonzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "avergonzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "avergonzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "avergonzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "avergonzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "avergonzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "avergonzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "avergonzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "avergonzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "avergonzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "avergonzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "avergonzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "avergonzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "avergonzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "avergonzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "avergüenza" ; + {- VPB (Imper C.Sg C.P3) => -} "avergüence" ; + {- VPB (Imper C.Pl C.P1) => -} "avergoncemos" ; + {- VPB (Imper C.Pl C.P2) => -} "avergonzad" ; + {- VPB (Imper C.Pl C.P3) => -} "avergüencen" ; + {- VPB (Pass C.Sg Masc) => -} "avergonzado" ; + {- VPB (Pass C.Sg Fem) => -} "avergonzada" ; + {- VPB (Pass C.Pl Masc) => -} "avergonzados" ; + {- VPB (Pass C.Pl Fem) => -} "avergonzadas" + ] + } ; + + +lin astriñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "astriñir" ; + {- VI Ger => -} "astriñendo" ; + {- VI Part => -} "astriñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "astriño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "astriñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "astriñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "astriñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "astriñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "astriñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "astriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "astriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "astriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "astriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "astriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "astriñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "astriñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "astriñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "astriñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "astriñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "astriñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "astriñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "astriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "astriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "astriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "astriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "astriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "astriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "astriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "astriñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "astriñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "astriñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "astriñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "astriñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "astriñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "astriñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "astriñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "astriñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "astriñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "astriñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "astriñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "astriñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "astriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "astriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "astriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "astriñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "astriñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "astriñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "astriñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "astriñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "astriñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "astriñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "astriñe" ; + {- VPB (Imper C.Sg C.P3) => -} "astriña" ; + {- VPB (Imper C.Pl C.P1) => -} "astriñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "astriñid" ; + {- VPB (Imper C.Pl C.P3) => -} "astriñan" ; + {- VPB (Pass C.Sg Masc) => -} "astriñido" ; + {- VPB (Pass C.Sg Fem) => -} "astriñida" ; + {- VPB (Pass C.Pl Masc) => -} "astriñidos" ; + {- VPB (Pass C.Pl Fem) => -} "astriñidas" + ] + } ; + +lin bruñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "bruñir" ; + {- VI Ger => -} "bruñendo" ; + {- VI Part => -} "bruñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "bruño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "bruñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "bruñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "bruñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "bruñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bruñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bruña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bruñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bruña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bruñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bruñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bruñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bruñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bruñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bruñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bruñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bruñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bruñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bruñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bruñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bruñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bruñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bruñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bruñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bruñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bruñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bruñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bruñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "bruñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "bruñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "bruñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "bruñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "bruñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "bruñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "bruñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "bruñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "bruñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "bruñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "bruñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bruñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bruñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bruñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bruñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bruñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bruñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bruñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bruñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bruñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bruñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bruñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bruñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bruñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "bruñe" ; + {- VPB (Imper C.Sg C.P3) => -} "bruña" ; + {- VPB (Imper C.Pl C.P1) => -} "bruñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "bruñid" ; + {- VPB (Imper C.Pl C.P3) => -} "bruñan" ; + {- VPB (Pass C.Sg Masc) => -} "bruñido" ; + {- VPB (Pass C.Sg Fem) => -} "bruñida" ; + {- VPB (Pass C.Pl Masc) => -} "bruñidos" ; + {- VPB (Pass C.Pl Fem) => -} "bruñidas" + ] + } ; + +lin bullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "bullir" ; + {- VI Ger => -} "bullendo" ; + {- VI Part => -} "bullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "bullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "bulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "bulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "bullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "bullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "bullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "bulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "bulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "bullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "bullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "bulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "bulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "bullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "bullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "bulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "bulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "bulle" ; + {- VPB (Imper C.Sg C.P3) => -} "bulla" ; + {- VPB (Imper C.Pl C.P1) => -} "bullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "bullid" ; + {- VPB (Imper C.Pl C.P3) => -} "bullan" ; + {- VPB (Pass C.Sg Masc) => -} "bullido" ; + {- VPB (Pass C.Sg Fem) => -} "bullida" ; + {- VPB (Pass C.Pl Masc) => -} "bullidos" ; + {- VPB (Pass C.Pl Fem) => -} "bullidas" + ] + } ; + +lin desmullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmullir" ; + {- VI Ger => -} "desmullendo" ; + {- VI Part => -} "desmullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmulle" ; + {- VPB (Imper C.Sg C.P3) => -} "desmulla" ; + {- VPB (Imper C.Pl C.P1) => -} "desmullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmullid" ; + {- VPB (Imper C.Pl C.P3) => -} "desmullan" ; + {- VPB (Pass C.Sg Masc) => -} "desmullido" ; + {- VPB (Pass C.Sg Fem) => -} "desmullida" ; + {- VPB (Pass C.Pl Masc) => -} "desmullidos" ; + {- VPB (Pass C.Pl Fem) => -} "desmullidas" + ] + } ; + +lin empeller_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empeller" ; + {- VI Ger => -} "empellendo" ; + {- VI Part => -} "empellido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empelles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empelle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empellemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empelléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empella" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empellas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empella" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empellamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empelláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empellan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empellía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empellías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empellía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empellíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empellíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empellían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empellera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empelleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empellera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empelléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empellerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empelleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empellese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empelleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empellese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empellésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empelleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empellesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empellí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empelliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empelló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empellimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empellisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empelleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empelleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empellerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empellerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empelleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empelleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empellerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empellere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empelleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empellere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empelléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empellereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empelleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empellería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empellerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empellería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empelleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empelleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empellerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empelle" ; + {- VPB (Imper C.Sg C.P3) => -} "empella" ; + {- VPB (Imper C.Pl C.P1) => -} "empellamos" ; + {- VPB (Imper C.Pl C.P2) => -} "empelled" ; + {- VPB (Imper C.Pl C.P3) => -} "empellan" ; + {- VPB (Pass C.Sg Masc) => -} "empellido" ; + {- VPB (Pass C.Sg Fem) => -} "empellida" ; + {- VPB (Pass C.Pl Masc) => -} "empellidos" ; + {- VPB (Pass C.Pl Fem) => -} "empellidas" + ] + } ; + +lin engullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engullir" ; + {- VI Ger => -} "engullendo" ; + {- VI Part => -} "engullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engulle" ; + {- VPB (Imper C.Sg C.P3) => -} "engulla" ; + {- VPB (Imper C.Pl C.P1) => -} "engullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "engullid" ; + {- VPB (Imper C.Pl C.P3) => -} "engullan" ; + {- VPB (Pass C.Sg Masc) => -} "engullido" ; + {- VPB (Pass C.Sg Fem) => -} "engullida" ; + {- VPB (Pass C.Pl Masc) => -} "engullidos" ; + {- VPB (Pass C.Pl Fem) => -} "engullidas" + ] + } ; + +lin gañir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "gañir" ; + {- VI Ger => -} "gañendo" ; + {- VI Part => -} "gañido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gaño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "gañes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "gañe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gañimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gañís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gañen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gañan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gañía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gañías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gañía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gañíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gañíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gañían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gañesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gañí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gañiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gañó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gañimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gañisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "gañeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gañiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gañirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gañirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gañiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gañiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gañirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gañeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gañiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gañirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gañiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gañiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gañiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gañirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "gañe" ; + {- VPB (Imper C.Sg C.P3) => -} "gaña" ; + {- VPB (Imper C.Pl C.P1) => -} "gañamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gañid" ; + {- VPB (Imper C.Pl C.P3) => -} "gañan" ; + {- VPB (Pass C.Sg Masc) => -} "gañido" ; + {- VPB (Pass C.Sg Fem) => -} "gañida" ; + {- VPB (Pass C.Pl Masc) => -} "gañidos" ; + {- VPB (Pass C.Pl Fem) => -} "gañidas" + ] + } ; + +lin gruñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "gruñir" ; + {- VI Ger => -} "gruñendo" ; + {- VI Part => -} "gruñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gruño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "gruñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "gruñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gruñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gruñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gruñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gruña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gruñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gruña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gruñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gruñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gruñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gruñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gruñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gruñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gruñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gruñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gruñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gruñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gruñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gruñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gruñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gruñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gruñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gruñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gruñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gruñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gruñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gruñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gruñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gruñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gruñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gruñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "gruñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gruñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gruñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gruñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gruñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gruñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gruñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gruñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gruñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gruñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gruñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gruñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gruñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gruñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gruñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gruñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gruñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gruñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gruñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "gruñe" ; + {- VPB (Imper C.Sg C.P3) => -} "gruña" ; + {- VPB (Imper C.Pl C.P1) => -} "gruñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gruñid" ; + {- VPB (Imper C.Pl C.P3) => -} "gruñan" ; + {- VPB (Pass C.Sg Masc) => -} "gruñido" ; + {- VPB (Pass C.Sg Fem) => -} "gruñida" ; + {- VPB (Pass C.Pl Masc) => -} "gruñidos" ; + {- VPB (Pass C.Pl Fem) => -} "gruñidas" + ] + } ; + +lin guañir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "guañir" ; + {- VI Ger => -} "guañendo" ; + {- VI Part => -} "guañido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "guaño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "guañes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "guañe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "guañimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "guañís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "guañen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "guaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "guañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "guaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "guañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "guañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "guañan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "guañía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "guañías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "guañía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "guañíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "guañíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "guañían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "guañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "guañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "guañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "guañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "guañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "guañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "guañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "guañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "guañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "guañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "guañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "guañesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "guañí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "guañiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "guañó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "guañimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "guañisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "guañeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "guañiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "guañirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "guañirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "guañiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "guañiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "guañirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "guañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "guañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "guañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "guañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "guañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "guañeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "guañiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "guañirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "guañiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "guañiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "guañiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "guañirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "guañe" ; + {- VPB (Imper C.Sg C.P3) => -} "guaña" ; + {- VPB (Imper C.Pl C.P1) => -} "guañamos" ; + {- VPB (Imper C.Pl C.P2) => -} "guañid" ; + {- VPB (Imper C.Pl C.P3) => -} "guañan" ; + {- VPB (Pass C.Sg Masc) => -} "guañido" ; + {- VPB (Pass C.Sg Fem) => -} "guañida" ; + {- VPB (Pass C.Pl Masc) => -} "guañidos" ; + {- VPB (Pass C.Pl Fem) => -} "guañidas" + ] + } ; + +lin juñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "juñir" ; + {- VI Ger => -} "juñendo" ; + {- VI Part => -} "juñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "juño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "juñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "juñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "juñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "juñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "juñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "juña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "juñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "juña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "juñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "juñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "juñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "juñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "juñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "juñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "juñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "juñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "juñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "juñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "juñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "juñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "juñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "juñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "juñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "juñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "juñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "juñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "juñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "juñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "juñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "juñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "juñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "juñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "juñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "juñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "juñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "juñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "juñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "juñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "juñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "juñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "juñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "juñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "juñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "juñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "juñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "juñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "juñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "juñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "juñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "juñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "juñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "juñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "juñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "juñe" ; + {- VPB (Imper C.Sg C.P3) => -} "juña" ; + {- VPB (Imper C.Pl C.P1) => -} "juñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "juñid" ; + {- VPB (Imper C.Pl C.P3) => -} "juñan" ; + {- VPB (Pass C.Sg Masc) => -} "juñido" ; + {- VPB (Pass C.Sg Fem) => -} "juñida" ; + {- VPB (Pass C.Pl Masc) => -} "juñidos" ; + {- VPB (Pass C.Pl Fem) => -} "juñidas" + ] + } ; + +lin mullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mullir" ; + {- VI Ger => -} "mullendo" ; + {- VI Part => -} "mullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mulle" ; + {- VPB (Imper C.Sg C.P3) => -} "mulla" ; + {- VPB (Imper C.Pl C.P1) => -} "mullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "mullid" ; + {- VPB (Imper C.Pl C.P3) => -} "mullan" ; + {- VPB (Pass C.Sg Masc) => -} "mullido" ; + {- VPB (Pass C.Sg Fem) => -} "mullida" ; + {- VPB (Pass C.Pl Masc) => -} "mullidos" ; + {- VPB (Pass C.Pl Fem) => -} "mullidas" + ] + } ; + +lin muñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "muñir" ; + {- VI Ger => -} "muñendo" ; + {- VI Part => -} "muñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "muñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "muñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "muñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "muñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "muñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "muñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "muñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "muñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "muñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "muñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "muñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "muñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "muñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "muñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "muñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "muñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "muñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "muñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "muñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "muñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "muñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "muñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "muñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "muñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "muñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "muñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "muñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "muñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "muñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "muñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "muñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "muñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "muñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "muñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "muñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "muñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "muñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "muñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "muñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "muñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "muñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "muñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "muñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "muñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "muñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "muñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "muñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muñe" ; + {- VPB (Imper C.Sg C.P3) => -} "muña" ; + {- VPB (Imper C.Pl C.P1) => -} "muñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "muñid" ; + {- VPB (Imper C.Pl C.P3) => -} "muñan" ; + {- VPB (Pass C.Sg Masc) => -} "muñido" ; + {- VPB (Pass C.Sg Fem) => -} "muñida" ; + {- VPB (Pass C.Pl Masc) => -} "muñidos" ; + {- VPB (Pass C.Pl Fem) => -} "muñidas" + ] + } ; + +lin plañir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "plañir" ; + {- VI Ger => -} "plañendo" ; + {- VI Part => -} "plañido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "plaño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "plañes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "plañe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "plañimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "plañís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "plañen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "plaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "plañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "plaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "plañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "plañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plañan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "plañía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "plañías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "plañía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "plañíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "plañíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "plañían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "plañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "plañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "plañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "plañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "plañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "plañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "plañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "plañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "plañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "plañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "plañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "plañesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "plañí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "plañiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "plañó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "plañimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "plañisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "plañeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "plañiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "plañirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "plañirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "plañiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "plañiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "plañirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "plañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "plañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "plañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "plañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "plañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "plañeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "plañiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "plañirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "plañiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "plañiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "plañiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "plañirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "plañe" ; + {- VPB (Imper C.Sg C.P3) => -} "plaña" ; + {- VPB (Imper C.Pl C.P1) => -} "plañamos" ; + {- VPB (Imper C.Pl C.P2) => -} "plañid" ; + {- VPB (Imper C.Pl C.P3) => -} "plañan" ; + {- VPB (Pass C.Sg Masc) => -} "plañido" ; + {- VPB (Pass C.Sg Fem) => -} "plañida" ; + {- VPB (Pass C.Pl Masc) => -} "plañidos" ; + {- VPB (Pass C.Pl Fem) => -} "plañidas" + ] + } ; + +lin rebullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rebullir" ; + {- VI Ger => -} "rebullendo" ; + {- VI Part => -} "rebullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rebullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rebulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rebulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rebullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rebullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rebullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rebulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rebullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rebulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rebullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rebulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rebullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rebullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rebullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rebullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rebullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rebullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rebullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rebullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rebulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rebullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rebulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rebullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rebulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rebullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rebulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rebullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rebullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rebulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rebullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rebullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rebulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rebulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rebullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rebullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rebulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rebulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rebullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rebullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rebulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rebulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rebullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rebullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rebulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rebullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rebulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rebullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rebulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rebulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rebullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rebulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rebulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rebulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rebullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rebulle" ; + {- VPB (Imper C.Sg C.P3) => -} "rebulla" ; + {- VPB (Imper C.Pl C.P1) => -} "rebullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rebullid" ; + {- VPB (Imper C.Pl C.P3) => -} "rebullan" ; + {- VPB (Pass C.Sg Masc) => -} "rebullido" ; + {- VPB (Pass C.Sg Fem) => -} "rebullida" ; + {- VPB (Pass C.Pl Masc) => -} "rebullidos" ; + {- VPB (Pass C.Pl Fem) => -} "rebullidas" + ] + } ; + +lin regañir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "regañir" ; + {- VI Ger => -} "regañendo" ; + {- VI Part => -} "regañido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "regaño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "regañes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "regañe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regañimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regañís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regañen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "regaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "regaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "regañan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regañía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regañías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regañía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regañíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regañíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regañían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regañesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regañí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regañiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "regañó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regañimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regañisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regañeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regañiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regañirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regañirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regañiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regañiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regañirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regañeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regañiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regañirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regañiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regañiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regañiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regañirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "regañe" ; + {- VPB (Imper C.Sg C.P3) => -} "regaña" ; + {- VPB (Imper C.Pl C.P1) => -} "regañamos" ; + {- VPB (Imper C.Pl C.P2) => -} "regañid" ; + {- VPB (Imper C.Pl C.P3) => -} "regañan" ; + {- VPB (Pass C.Sg Masc) => -} "regañido" ; + {- VPB (Pass C.Sg Fem) => -} "regañida" ; + {- VPB (Pass C.Pl Masc) => -} "regañidos" ; + {- VPB (Pass C.Pl Fem) => -} "regañidas" + ] + } ; + +lin regruñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "regruñir" ; + {- VI Ger => -} "regruñendo" ; + {- VI Part => -} "regruñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "regruño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "regruñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "regruñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regruñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regruñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regruñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "regruña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regruñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "regruña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regruñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regruñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "regruñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regruñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regruñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regruñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regruñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regruñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regruñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regruñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regruñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regruñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regruñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regruñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regruñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regruñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regruñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regruñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regruñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regruñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regruñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "regruñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regruñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regruñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regruñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regruñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regruñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regruñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regruñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regruñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regruñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regruñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regruñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regruñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regruñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regruñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regruñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regruñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regruñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regruñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regruñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regruñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regruñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "regruñe" ; + {- VPB (Imper C.Sg C.P3) => -} "regruña" ; + {- VPB (Imper C.Pl C.P1) => -} "regruñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "regruñid" ; + {- VPB (Imper C.Pl C.P3) => -} "regruñan" ; + {- VPB (Pass C.Sg Masc) => -} "regruñido" ; + {- VPB (Pass C.Sg Fem) => -} "regruñida" ; + {- VPB (Pass C.Pl Masc) => -} "regruñidos" ; + {- VPB (Pass C.Pl Fem) => -} "regruñidas" + ] + } ; + +lin remullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remullir" ; + {- VI Ger => -} "remullendo" ; + {- VI Part => -} "remullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remulle" ; + {- VPB (Imper C.Sg C.P3) => -} "remulla" ; + {- VPB (Imper C.Pl C.P1) => -} "remullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "remullid" ; + {- VPB (Imper C.Pl C.P3) => -} "remullan" ; + {- VPB (Pass C.Sg Masc) => -} "remullido" ; + {- VPB (Pass C.Sg Fem) => -} "remullida" ; + {- VPB (Pass C.Pl Masc) => -} "remullidos" ; + {- VPB (Pass C.Pl Fem) => -} "remullidas" + ] + } ; + +lin restriñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "restriñir" ; + {- VI Ger => -} "restriñendo" ; + {- VI Part => -} "restriñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "restriño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "restriñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "restriñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "restriñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "restriñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restriñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restriñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restriñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restriñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restriñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restriñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restriñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restriñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restriñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "restriñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "restriñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "restriñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "restriñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "restriñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "restriñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "restriñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "restriñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "restriñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "restriñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "restriñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restriñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restriñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restriñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restriñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restriñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restriñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restriñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restriñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "restriñe" ; + {- VPB (Imper C.Sg C.P3) => -} "restriña" ; + {- VPB (Imper C.Pl C.P1) => -} "restriñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "restriñid" ; + {- VPB (Imper C.Pl C.P3) => -} "restriñan" ; + {- VPB (Pass C.Sg Masc) => -} "restriñido" ; + {- VPB (Pass C.Sg Fem) => -} "restriñida" ; + {- VPB (Pass C.Pl Masc) => -} "restriñidos" ; + {- VPB (Pass C.Pl Fem) => -} "restriñidas" + ] + } ; + +lin retiñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retiñir" ; + {- VI Ger => -} "retiñendo" ; + {- VI Part => -} "retiñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retiño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retiñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retiñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retiñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retiñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retiñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retiñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retiñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retiñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retiñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retiñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retiñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retiñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retiñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retiñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retiñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retiñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retiñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retiñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retiñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retiñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retiñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retiñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retiñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retiñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retiñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retiñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retiñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retiñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retiñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retiñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retiñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retiñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retiñe" ; + {- VPB (Imper C.Sg C.P3) => -} "retiña" ; + {- VPB (Imper C.Pl C.P1) => -} "retiñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retiñid" ; + {- VPB (Imper C.Pl C.P3) => -} "retiñan" ; + {- VPB (Pass C.Sg Masc) => -} "retiñido" ; + {- VPB (Pass C.Sg Fem) => -} "retiñida" ; + {- VPB (Pass C.Pl Masc) => -} "retiñidos" ; + {- VPB (Pass C.Pl Fem) => -} "retiñidas" + ] + } ; + +lin salpullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "salpullir" ; + {- VI Ger => -} "salpullendo" ; + {- VI Part => -} "salpullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "salpullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "salpulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "salpulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "salpullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "salpullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "salpullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "salpulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "salpullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "salpulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "salpullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "salpulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "salpullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "salpullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "salpullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "salpullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "salpullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "salpullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "salpullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "salpullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "salpulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "salpullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "salpulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "salpullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "salpulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "salpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "salpulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "salpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "salpullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "salpulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "salpullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "salpullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "salpulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "salpulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "salpullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "salpullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "salpulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "salpulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "salpullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "salpullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "salpulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "salpulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "salpullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "salpullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "salpulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "salpullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "salpulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "salpullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "salpulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "salpulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "salpullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "salpulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "salpulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "salpulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "salpullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "salpulle" ; + {- VPB (Imper C.Sg C.P3) => -} "salpulla" ; + {- VPB (Imper C.Pl C.P1) => -} "salpullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "salpullid" ; + {- VPB (Imper C.Pl C.P3) => -} "salpullan" ; + {- VPB (Pass C.Sg Masc) => -} "salpullido" ; + {- VPB (Pass C.Sg Fem) => -} "salpullida" ; + {- VPB (Pass C.Pl Masc) => -} "salpullidos" ; + {- VPB (Pass C.Pl Fem) => -} "salpullidas" + ] + } ; + +lin sarpullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sarpullir" ; + {- VI Ger => -} "sarpullendo" ; + {- VI Part => -} "sarpullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sarpullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sarpulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sarpulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sarpullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sarpullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sarpullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sarpulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sarpullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sarpulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sarpullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sarpulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sarpullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sarpullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sarpullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sarpullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sarpullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sarpullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sarpullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sarpullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sarpulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sarpullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sarpulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sarpullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sarpulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sarpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sarpulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sarpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sarpullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sarpulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sarpullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sarpullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sarpulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sarpulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sarpullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sarpullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sarpulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sarpulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sarpullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sarpullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sarpulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sarpulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sarpullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sarpulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sarpulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sarpullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sarpulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sarpulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sarpullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sarpulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sarpulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sarpulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sarpullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sarpulle" ; + {- VPB (Imper C.Sg C.P3) => -} "sarpulla" ; + {- VPB (Imper C.Pl C.P1) => -} "sarpullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sarpullid" ; + {- VPB (Imper C.Pl C.P3) => -} "sarpullan" ; + {- VPB (Pass C.Sg Masc) => -} "sarpullido" ; + {- VPB (Pass C.Sg Fem) => -} "sarpullida" ; + {- VPB (Pass C.Pl Masc) => -} "sarpullidos" ; + {- VPB (Pass C.Pl Fem) => -} "sarpullidas" + ] + } ; + +lin tañer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tañer" ; + {- VI Ger => -} "tañendo" ; + {- VI Part => -} "tañido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "taño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tañes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tañe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tañemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tañéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tañen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "taña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "taña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tañan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tañía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tañías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tañía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tañíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tañíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tañían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tañesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tañí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tañiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tañó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tañimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tañisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tañeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tañeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tañerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tañerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tañeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tañeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tañerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tañeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tañería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tañerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tañería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tañeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tañeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tañerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tañe" ; + {- VPB (Imper C.Sg C.P3) => -} "taña" ; + {- VPB (Imper C.Pl C.P1) => -} "tañamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tañed" ; + {- VPB (Imper C.Pl C.P3) => -} "tañan" ; + {- VPB (Pass C.Sg Masc) => -} "tañido" ; + {- VPB (Pass C.Sg Fem) => -} "tañida" ; + {- VPB (Pass C.Pl Masc) => -} "tañidos" ; + {- VPB (Pass C.Pl Fem) => -} "tañidas" + ] + } ; + +lin tullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tullir" ; + {- VI Ger => -} "tullendo" ; + {- VI Part => -} "tullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tulle" ; + {- VPB (Imper C.Sg C.P3) => -} "tulla" ; + {- VPB (Imper C.Pl C.P1) => -} "tullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tullid" ; + {- VPB (Imper C.Pl C.P3) => -} "tullan" ; + {- VPB (Pass C.Sg Masc) => -} "tullido" ; + {- VPB (Pass C.Sg Fem) => -} "tullida" ; + {- VPB (Pass C.Pl Masc) => -} "tullidos" ; + {- VPB (Pass C.Pl Fem) => -} "tullidas" + ] + } ; + +lin zabullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "zabullir" ; + {- VI Ger => -} "zabullendo" ; + {- VI Part => -} "zabullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "zabullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "zabulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "zabulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "zabullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "zabullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zabullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zabulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zabullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zabulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zabullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zabulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zabullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zabullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zabullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zabullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zabullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zabullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zabullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zabullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zabulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zabullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zabulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zabullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zabulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zabulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zabullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zabulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zabullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "zabullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "zabulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "zabulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "zabullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "zabullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "zabulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "zabulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "zabullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "zabullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "zabulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "zabulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zabullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zabullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zabulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zabullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zabulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zabullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zabulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zabulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zabullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zabulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zabulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zabulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zabullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "zabulle" ; + {- VPB (Imper C.Sg C.P3) => -} "zabulla" ; + {- VPB (Imper C.Pl C.P1) => -} "zabullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "zabullid" ; + {- VPB (Imper C.Pl C.P3) => -} "zabullan" ; + {- VPB (Pass C.Sg Masc) => -} "zabullido" ; + {- VPB (Pass C.Sg Fem) => -} "zabullida" ; + {- VPB (Pass C.Pl Masc) => -} "zabullidos" ; + {- VPB (Pass C.Pl Fem) => -} "zabullidas" + ] + } ; + +lin zambullir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "zambullir" ; + {- VI Ger => -} "zambullendo" ; + {- VI Part => -} "zambullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "zambullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "zambulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "zambulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "zambullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "zambullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zambullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zambulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zambullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zambulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zambullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zambulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zambullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zambullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zambullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zambullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zambullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zambullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zambullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zambullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zambulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zambullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zambulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zambullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zambulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zambullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zambulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zambullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zambullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zambulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zambullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "zambullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "zambulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "zambulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "zambullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "zambullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "zambulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "zambulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "zambullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "zambullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "zambulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "zambulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zambullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zambullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zambulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zambullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zambulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zambullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zambulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zambulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zambullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zambulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zambulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zambulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zambullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "zambulle" ; + {- VPB (Imper C.Sg C.P3) => -} "zambulla" ; + {- VPB (Imper C.Pl C.P1) => -} "zambullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "zambullid" ; + {- VPB (Imper C.Pl C.P3) => -} "zambullan" ; + {- VPB (Pass C.Sg Masc) => -} "zambullido" ; + {- VPB (Pass C.Sg Fem) => -} "zambullida" ; + {- VPB (Pass C.Pl Masc) => -} "zambullidos" ; + {- VPB (Pass C.Pl Fem) => -} "zambullidas" + ] + } ; + +lin descabullirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descabullir" ; + {- VI Ger => -} "descabullendo" ; + {- VI Part => -} "descabullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descabullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descabulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descabulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descabullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descabullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descabullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descabulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descabullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descabulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descabullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descabulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descabullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descabullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descabullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descabullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descabullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descabullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descabullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descabullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descabulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descabullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descabulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descabullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descabulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descabulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descabullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descabulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descabullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descabullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descabulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descabulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descabullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descabullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descabulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descabulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descabullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descabullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descabulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descabulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descabullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descabullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descabulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descabullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descabulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descabullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descabulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descabulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descabullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descabulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descabulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descabulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descabullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descabulle" ; + {- VPB (Imper C.Sg C.P3) => -} "descabulla" ; + {- VPB (Imper C.Pl C.P1) => -} "descabullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descabullid" ; + {- VPB (Imper C.Pl C.P3) => -} "descabullan" ; + {- VPB (Pass C.Sg Masc) => -} "descabullido" ; + {- VPB (Pass C.Sg Fem) => -} "descabullida" ; + {- VPB (Pass C.Pl Masc) => -} "descabullidos" ; + {- VPB (Pass C.Pl Fem) => -} "descabullidas" + ] + } ; + +lin escabullirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escabullir" ; + {- VI Ger => -} "escabullendo" ; + {- VI Part => -} "escabullido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escabullo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escabulles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escabulle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escabullimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escabullís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escabullen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escabulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escabullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escabulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escabullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escabulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escabullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escabullía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escabullías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escabullía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escabullíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escabullíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escabullían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escabullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escabulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escabullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escabulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escabullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escabulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escabulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escabullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escabulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escabullesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escabullí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escabulliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escabulló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escabullimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escabullisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escabulleron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escabulliré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escabullirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escabullirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escabulliremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escabulliréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escabullirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escabullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escabulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escabullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escabulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escabullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escabulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escabulliría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escabullirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escabulliría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escabulliríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escabulliríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escabullirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escabulle" ; + {- VPB (Imper C.Sg C.P3) => -} "escabulla" ; + {- VPB (Imper C.Pl C.P1) => -} "escabullamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escabullid" ; + {- VPB (Imper C.Pl C.P3) => -} "escabullan" ; + {- VPB (Pass C.Sg Masc) => -} "escabullido" ; + {- VPB (Pass C.Sg Fem) => -} "escabullida" ; + {- VPB (Pass C.Pl Masc) => -} "escabullidos" ; + {- VPB (Pass C.Pl Fem) => -} "escabullidas" + ] + } ; + +lin abstraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abstraer" ; + {- VI Ger => -} "abstrayendo" ; + {- VI Part => -} "abstraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abstrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abstraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abstrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abstraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abstraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abstraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abstraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abstraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abstraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abstraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abstraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abstraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abstraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abstraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abstraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abstrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abstraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abstraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abstrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abstraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abstraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abstraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abstraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abstraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abstrae" ; + {- VPB (Imper C.Sg C.P3) => -} "abstraa" ; + {- VPB (Imper C.Pl C.P1) => -} "abstraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "abstraed" ; + {- VPB (Imper C.Pl C.P3) => -} "abstraan" ; + {- VPB (Pass C.Sg Masc) => -} "abstraído" ; + {- VPB (Pass C.Sg Fem) => -} "abstraída" ; + {- VPB (Pass C.Pl Masc) => -} "abstraídos" ; + {- VPB (Pass C.Pl Fem) => -} "abstraídas" + ] + } ; + +lin atraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atraer" ; + {- VI Ger => -} "atrayendo" ; + {- VI Part => -} "atraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atrae" ; + {- VPB (Imper C.Sg C.P3) => -} "atraa" ; + {- VPB (Imper C.Pl C.P1) => -} "atraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "atraed" ; + {- VPB (Imper C.Pl C.P3) => -} "atraan" ; + {- VPB (Pass C.Sg Masc) => -} "atraído" ; + {- VPB (Pass C.Sg Fem) => -} "atraída" ; + {- VPB (Pass C.Pl Masc) => -} "atraídos" ; + {- VPB (Pass C.Pl Fem) => -} "atraídas" + ] + } ; + +lin caer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "caer" ; + {- VI Ger => -} "cayendo" ; + {- VI Part => -} "caído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "caigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "caes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "caemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "caéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "caen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "caiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "caigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "caiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "caigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "caigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "caigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "caía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "caías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "caía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "caíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "caíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "caían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "caí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "caíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "caímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "caísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "caeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "caerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "caerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "caeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "caeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "caerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "caería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "caerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "caería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "caeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "caeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "caerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cae" ; + {- VPB (Imper C.Sg C.P3) => -} "caiga" ; + {- VPB (Imper C.Pl C.P1) => -} "caigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "caed" ; + {- VPB (Imper C.Pl C.P3) => -} "caigan" ; + {- VPB (Pass C.Sg Masc) => -} "caído" ; + {- VPB (Pass C.Sg Fem) => -} "caída" ; + {- VPB (Pass C.Pl Masc) => -} "caídos" ; + {- VPB (Pass C.Pl Fem) => -} "caídas" + ] + } ; + +lin contraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contraer" ; + {- VI Ger => -} "contrayendo" ; + {- VI Part => -} "contraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contrae" ; + {- VPB (Imper C.Sg C.P3) => -} "contraa" ; + {- VPB (Imper C.Pl C.P1) => -} "contraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contraed" ; + {- VPB (Imper C.Pl C.P3) => -} "contraan" ; + {- VPB (Pass C.Sg Masc) => -} "contraído" ; + {- VPB (Pass C.Sg Fem) => -} "contraída" ; + {- VPB (Pass C.Pl Masc) => -} "contraídos" ; + {- VPB (Pass C.Pl Fem) => -} "contraídas" + ] + } ; + +lin corroer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "corroer" ; + {- VI Ger => -} "corroyendo" ; + {- VI Part => -} "corroído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "corroo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "corroes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "corroe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "corroemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "corroéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "corroen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "corroa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "corroas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "corroa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "corroamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "corroáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "corroan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "corroía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "corroías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "corroía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "corroíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "corroíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "corroían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "corroyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "corroyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "corroyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "corroyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "corroyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "corroyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "corroyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "corroyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "corroyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "corroyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "corroyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "corroyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "corroí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "corroíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "corroyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "corroímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "corroísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "corroyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "corroeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "corroerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "corroerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "corroeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "corroeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "corroerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "corroyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "corroyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "corroyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "corroyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "corroyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "corroyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "corroería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "corroerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "corroería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "corroeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "corroeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "corroerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "corroe" ; + {- VPB (Imper C.Sg C.P3) => -} "corroa" ; + {- VPB (Imper C.Pl C.P1) => -} "corroamos" ; + {- VPB (Imper C.Pl C.P2) => -} "corroed" ; + {- VPB (Imper C.Pl C.P3) => -} "corroan" ; + {- VPB (Pass C.Sg Masc) => -} "corroído" ; + {- VPB (Pass C.Sg Fem) => -} "corroída" ; + {- VPB (Pass C.Pl Masc) => -} "corroídos" ; + {- VPB (Pass C.Pl Fem) => -} "corroídas" + ] + } ; + +lin creer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "creer" ; + {- VI Ger => -} "creyendo" ; + {- VI Part => -} "creído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "creo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "crees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cree" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "creemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "creéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "creen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "crea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "creas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "crea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "creamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "creáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "crean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "creía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "creías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "creía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "creíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "creíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "creían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "creyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "creyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "creyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "creyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "creyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "creyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "creyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "creyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "creyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "creyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "creyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "creyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "creí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "creíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "creyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "creímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "creísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "creyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "creeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "creerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "creerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "creeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "creeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "creerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "creyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "creyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "creyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "creyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "creyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "creyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "creería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "creerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "creería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "creeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "creeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "creerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cree" ; + {- VPB (Imper C.Sg C.P3) => -} "crea" ; + {- VPB (Imper C.Pl C.P1) => -} "creamos" ; + {- VPB (Imper C.Pl C.P2) => -} "creed" ; + {- VPB (Imper C.Pl C.P3) => -} "crean" ; + {- VPB (Pass C.Sg Masc) => -} "creído" ; + {- VPB (Pass C.Sg Fem) => -} "creída" ; + {- VPB (Pass C.Pl Masc) => -} "creídos" ; + {- VPB (Pass C.Pl Fem) => -} "creídas" + ] + } ; + +lin decaer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "decaer" ; + {- VI Ger => -} "decayendo" ; + {- VI Part => -} "decaído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "decaigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "decaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "decae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "decaemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "decaéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "decaen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "decaiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "decaigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "decaiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "decaigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "decaigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "decaigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "decaía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decaías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "decaía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decaíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decaíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decaían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "decayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "decayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "decayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "decayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "decayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "decayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "decayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "decayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "decayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "decayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "decayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "decayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "decaí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "decaíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "decayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "decaímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "decaísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "decayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "decaeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "decaerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "decaerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "decaeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "decaeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "decaerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "decayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "decayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "decayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "decayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "decayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "decayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "decaería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "decaerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "decaería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "decaeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "decaeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "decaerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "decae" ; + {- VPB (Imper C.Sg C.P3) => -} "decaiga" ; + {- VPB (Imper C.Pl C.P1) => -} "decaigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "decaed" ; + {- VPB (Imper C.Pl C.P3) => -} "decaigan" ; + {- VPB (Pass C.Sg Masc) => -} "decaído" ; + {- VPB (Pass C.Sg Fem) => -} "decaída" ; + {- VPB (Pass C.Pl Masc) => -} "decaídos" ; + {- VPB (Pass C.Pl Fem) => -} "decaídas" + ] + } ; + +lin descaer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descaer" ; + {- VI Ger => -} "descayendo" ; + {- VI Part => -} "descaído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descaigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descaemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descaéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descaen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descaiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descaigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descaiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descaigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descaigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descaigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descaía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descaías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descaía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descaíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descaíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descaían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descaí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descaíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descaímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descaísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descaeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descaerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descaerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descaeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descaeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descaerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descaería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descaerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descaería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descaeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descaeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descaerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descae" ; + {- VPB (Imper C.Sg C.P3) => -} "descaiga" ; + {- VPB (Imper C.Pl C.P1) => -} "descaigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descaed" ; + {- VPB (Imper C.Pl C.P3) => -} "descaigan" ; + {- VPB (Pass C.Sg Masc) => -} "descaído" ; + {- VPB (Pass C.Sg Fem) => -} "descaída" ; + {- VPB (Pass C.Pl Masc) => -} "descaídos" ; + {- VPB (Pass C.Pl Fem) => -} "descaídas" + ] + } ; + +lin descreer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descreer" ; + {- VI Ger => -} "descreyendo" ; + {- VI Part => -} "descreído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descreo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descrees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descree" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descreemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descreéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descreen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descrea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descreas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descrea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descreamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descreáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descrean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descreía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descreías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descreía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descreíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descreíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descreían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descreyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descreyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descreyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descreyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descreyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descreyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descreyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descreyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descreyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descreyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descreyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descreyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descreí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descreíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descreyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descreímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descreísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descreyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descreeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descreerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descreerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descreeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descreeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descreerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descreyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descreyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descreyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descreyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descreyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descreyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descreería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descreerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descreería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descreeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descreeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descreerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descree" ; + {- VPB (Imper C.Sg C.P3) => -} "descrea" ; + {- VPB (Imper C.Pl C.P1) => -} "descreamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descreed" ; + {- VPB (Imper C.Pl C.P3) => -} "descrean" ; + {- VPB (Pass C.Sg Masc) => -} "descreído" ; + {- VPB (Pass C.Sg Fem) => -} "descreída" ; + {- VPB (Pass C.Pl Masc) => -} "descreídos" ; + {- VPB (Pass C.Pl Fem) => -} "descreídas" + ] + } ; + +lin desposeer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desposeer" ; + {- VI Ger => -} "desposeyendo" ; + {- VI Part => -} "desposeído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desposeo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desposees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desposee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desposeemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desposeéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desposeen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desposea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desposeas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desposea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desposeamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desposeáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desposean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desposeía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desposeías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desposeía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desposeíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desposeíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desposeían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desposeyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desposeyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desposeyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desposeyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desposeyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desposeyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desposeyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desposeyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desposeyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desposeyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desposeyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desposeyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desposeí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desposeíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desposeyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desposeímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desposeísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desposeyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desposeeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desposeerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desposeerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desposeeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desposeeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desposeerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desposeyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desposeyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desposeyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desposeyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desposeería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desposeerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desposeería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desposeeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desposeeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desposeerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desposee" ; + {- VPB (Imper C.Sg C.P3) => -} "desposea" ; + {- VPB (Imper C.Pl C.P1) => -} "desposeamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desposeed" ; + {- VPB (Imper C.Pl C.P3) => -} "desposean" ; + {- VPB (Pass C.Sg Masc) => -} "desposeído" ; + {- VPB (Pass C.Sg Fem) => -} "desposeída" ; + {- VPB (Pass C.Pl Masc) => -} "desposeídos" ; + {- VPB (Pass C.Pl Fem) => -} "desposeídas" + ] + } ; + +lin desproveer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desproveer" ; + {- VI Ger => -} "desproveyendo" ; + {- VI Part => -} "desproveído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desproveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desprovees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desprovee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desproveemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desproveéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desproveen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desprovea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desproveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desprovea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desproveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desproveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desprovean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desproveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desproveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desproveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desproveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desproveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desproveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desproveyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desproveyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desproveyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desproveyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desproveyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desproveyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desproveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desproveyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desproveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desproveyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desproveyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desproveyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desproveí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desproveíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desproveyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desproveímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desproveísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desproveyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desproveeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desproveerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desproveerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desproveeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desproveeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desproveerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desproveyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desproveyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desproveyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desproveyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desproveería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desproveerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desproveería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desproveeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desproveeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desproveerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desprovee" ; + {- VPB (Imper C.Sg C.P3) => -} "desprovea" ; + {- VPB (Imper C.Pl C.P1) => -} "desproveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desproveed" ; + {- VPB (Imper C.Pl C.P3) => -} "desprovean" ; + {- VPB (Pass C.Sg Masc) => -} "desproveído" ; + {- VPB (Pass C.Sg Fem) => -} "desproveída" ; + {- VPB (Pass C.Pl Masc) => -} "desproveídos" ; + {- VPB (Pass C.Pl Fem) => -} "desproveídas" + ] + } ; + +lin detraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "detraer" ; + {- VI Ger => -} "detrayendo" ; + {- VI Part => -} "detraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "detrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "detraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "detrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "detraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "detraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "detraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "detraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "detraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "detraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "detraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "detraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "detraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "detraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "detraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "detraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "detrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "detraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "detraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "detrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "detraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "detraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "detraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "detraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "detraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "detrae" ; + {- VPB (Imper C.Sg C.P3) => -} "detraa" ; + {- VPB (Imper C.Pl C.P1) => -} "detraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "detraed" ; + {- VPB (Imper C.Pl C.P3) => -} "detraan" ; + {- VPB (Pass C.Sg Masc) => -} "detraído" ; + {- VPB (Pass C.Sg Fem) => -} "detraída" ; + {- VPB (Pass C.Pl Masc) => -} "detraídos" ; + {- VPB (Pass C.Pl Fem) => -} "detraídas" + ] + } ; + +lin distraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "distraer" ; + {- VI Ger => -} "distrayendo" ; + {- VI Part => -} "distraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "distrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "distraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "distrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "distraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "distraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "distraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "distraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "distrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "distraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "distraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "distrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "distraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "distraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "distraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "distraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "distraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "distrae" ; + {- VPB (Imper C.Sg C.P3) => -} "distraa" ; + {- VPB (Imper C.Pl C.P1) => -} "distraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "distraed" ; + {- VPB (Imper C.Pl C.P3) => -} "distraan" ; + {- VPB (Pass C.Sg Masc) => -} "distraído" ; + {- VPB (Pass C.Sg Fem) => -} "distraída" ; + {- VPB (Pass C.Pl Masc) => -} "distraídos" ; + {- VPB (Pass C.Pl Fem) => -} "distraídas" + ] + } ; + +lin extraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "extraer" ; + {- VI Ger => -} "extrayendo" ; + {- VI Part => -} "extraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "extrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "extraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "extrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "extraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "extraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "extraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "extraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "extraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "extraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "extraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "extraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "extraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "extraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "extraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "extraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "extraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "extraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "extraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "extrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "extrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "extrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "extrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "extrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "extrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "extrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "extrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "extrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "extrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "extrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "extrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "extraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "extraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "extrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "extraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "extraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "extrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "extraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "extraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "extraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "extraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "extraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "extraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "extrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "extrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "extrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "extrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "extrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "extrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "extraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "extraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "extraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "extraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "extraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "extraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "extrae" ; + {- VPB (Imper C.Sg C.P3) => -} "extraa" ; + {- VPB (Imper C.Pl C.P1) => -} "extraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "extraed" ; + {- VPB (Imper C.Pl C.P3) => -} "extraan" ; + {- VPB (Pass C.Sg Masc) => -} "extraído" ; + {- VPB (Pass C.Sg Fem) => -} "extraída" ; + {- VPB (Pass C.Pl Masc) => -} "extraídos" ; + {- VPB (Pass C.Pl Fem) => -} "extraídas" + ] + } ; + +lin leer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "leer" ; + {- VI Ger => -} "leyendo" ; + {- VI Part => -} "leído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "leo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "lees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "lee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "leemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "leéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "leen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "lea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "leas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "lea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "leamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "leáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "lean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "leía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "leías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "leía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "leíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "leíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "leían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "leyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "leyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "leyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "leyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "leyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "leyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "leyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "leyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "leyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "leyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "leyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "leyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "leí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "leíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "leyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "leímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "leísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "leyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "leeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "leerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "leerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "leeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "leeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "leerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "leyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "leyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "leyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "leyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "leyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "leyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "leería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "leerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "leería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "leeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "leeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "leerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "lee" ; + {- VPB (Imper C.Sg C.P3) => -} "lea" ; + {- VPB (Imper C.Pl C.P1) => -} "leamos" ; + {- VPB (Imper C.Pl C.P2) => -} "leed" ; + {- VPB (Imper C.Pl C.P3) => -} "lean" ; + {- VPB (Pass C.Sg Masc) => -} "leído" ; + {- VPB (Pass C.Sg Fem) => -} "leída" ; + {- VPB (Pass C.Pl Masc) => -} "leídos" ; + {- VPB (Pass C.Pl Fem) => -} "leídas" + ] + } ; + +lin maltraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "maltraer" ; + {- VI Ger => -} "maltrayendo" ; + {- VI Part => -} "maltraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "maltrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "maltraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "maltrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "maltraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "maltraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "maltraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "maltraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "maltraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "maltraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "maltraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "maltraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "maltraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "maltraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "maltraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "maltraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "maltraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "maltraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "maltraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "maltrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "maltrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "maltrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "maltrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "maltrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "maltrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "maltrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "maltrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "maltrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "maltrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "maltrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "maltrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "maltraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "maltraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "maltrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "maltraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "maltraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "maltrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "maltraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "maltraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "maltraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "maltraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "maltraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "maltraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "maltrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "maltrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "maltrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "maltrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "maltraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "maltraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "maltraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "maltraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "maltraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "maltraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "maltrae" ; + {- VPB (Imper C.Sg C.P3) => -} "maltraa" ; + {- VPB (Imper C.Pl C.P1) => -} "maltraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "maltraed" ; + {- VPB (Imper C.Pl C.P3) => -} "maltraan" ; + {- VPB (Pass C.Sg Masc) => -} "maltraído" ; + {- VPB (Pass C.Sg Fem) => -} "maltraída" ; + {- VPB (Pass C.Pl Masc) => -} "maltraídos" ; + {- VPB (Pass C.Pl Fem) => -} "maltraídas" + ] + } ; + +lin poseer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "poseer" ; + {- VI Ger => -} "poseyendo" ; + {- VI Part => -} "poseído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "poseo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "posees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "posee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "poseemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "poseéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "poseen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "posea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "poseas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "posea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "poseamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "poseáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "posean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "poseía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "poseías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "poseía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "poseíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "poseíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "poseían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "poseyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "poseyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "poseyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "poseyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "poseyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "poseyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "poseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "poseyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "poseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "poseyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "poseyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "poseyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "poseí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "poseíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "poseyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "poseímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "poseísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "poseyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "poseeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "poseerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "poseerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "poseeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "poseeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "poseerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "poseyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "poseyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "poseyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "poseyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "poseyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "poseyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "poseería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "poseerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "poseería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "poseeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "poseeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "poseerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "posee" ; + {- VPB (Imper C.Sg C.P3) => -} "posea" ; + {- VPB (Imper C.Pl C.P1) => -} "poseamos" ; + {- VPB (Imper C.Pl C.P2) => -} "poseed" ; + {- VPB (Imper C.Pl C.P3) => -} "posean" ; + {- VPB (Pass C.Sg Masc) => -} "poseído" ; + {- VPB (Pass C.Sg Fem) => -} "poseída" ; + {- VPB (Pass C.Pl Masc) => -} "poseídos" ; + {- VPB (Pass C.Pl Fem) => -} "poseídas" + ] + } ; + +lin proveer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proveer" ; + {- VI Ger => -} "proveyendo" ; + {- VI Part => -} variants {"proveído" ; "provisto"} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "proveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "provees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "provee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "proveemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "proveéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "proveen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "provea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "proveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "provea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "proveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "proveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "provean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "proveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "proveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "proveyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "proveyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "proveyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "proveyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "proveyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "proveyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "proveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "proveyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "proveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "proveyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "proveyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "proveyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "proveí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "proveíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "proveyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "proveímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "proveísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "proveyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "proveeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "proveerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "proveerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "proveeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "proveeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proveerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "proveyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "proveyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "proveyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "proveyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "proveyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "proveyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proveería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proveerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proveería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proveeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proveeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proveerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "provee" ; + {- VPB (Imper C.Sg C.P3) => -} "provea" ; + {- VPB (Imper C.Pl C.P1) => -} "proveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "proveed" ; + {- VPB (Imper C.Pl C.P3) => -} "provean" ; + {- VPB (Pass C.Sg Masc) => -} variants {"proveído" ; "provisto"} ; + {- VPB (Pass C.Sg Fem) => -} variants {"proveída" ; "provista"} ; + {- VPB (Pass C.Pl Masc) => -} variants {"proveídos" ; "provistos"} ; + {- VPB (Pass C.Pl Fem) => -} variants {"proveídas" ; "provistas"} + ] + } ; + +lin recaer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recaer" ; + {- VI Ger => -} "recayendo" ; + {- VI Part => -} "recaído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recaigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recaemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recaéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recaen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recaiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recaigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recaiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recaigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recaigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recaigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recaía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recaías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recaía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recaíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recaíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recaían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recaí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recaíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recaímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recaísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recaeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recaerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recaerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recaeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recaeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recaerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recaería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recaerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recaería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recaeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recaeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recaerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recae" ; + {- VPB (Imper C.Sg C.P3) => -} "recaiga" ; + {- VPB (Imper C.Pl C.P1) => -} "recaigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recaed" ; + {- VPB (Imper C.Pl C.P3) => -} "recaigan" ; + {- VPB (Pass C.Sg Masc) => -} "recaído" ; + {- VPB (Pass C.Sg Fem) => -} "recaída" ; + {- VPB (Pass C.Pl Masc) => -} "recaídos" ; + {- VPB (Pass C.Pl Fem) => -} "recaídas" + ] + } ; + +lin releer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "releer" ; + {- VI Ger => -} "releyendo" ; + {- VI Part => -} "releído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "releo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "relees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "relee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "releemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "releéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "releen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "relea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "releas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "relea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "releamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "releáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "relean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "releía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "releías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "releía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "releíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "releíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "releían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "releyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "releyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "releyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "releyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "releyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "releyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "releyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "releyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "releyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "releyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "releyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "releyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "releí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "releíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "releyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "releímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "releísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "releyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "releeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "releerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "releerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "releeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "releeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "releerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "releyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "releyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "releyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "releyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "releyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "releyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "releería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "releerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "releería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "releeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "releeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "releerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "relee" ; + {- VPB (Imper C.Sg C.P3) => -} "relea" ; + {- VPB (Imper C.Pl C.P1) => -} "releamos" ; + {- VPB (Imper C.Pl C.P2) => -} "releed" ; + {- VPB (Imper C.Pl C.P3) => -} "relean" ; + {- VPB (Pass C.Sg Masc) => -} "releído" ; + {- VPB (Pass C.Sg Fem) => -} "releída" ; + {- VPB (Pass C.Pl Masc) => -} "releídos" ; + {- VPB (Pass C.Pl Fem) => -} "releídas" + ] + } ; + +lin retraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retraer" ; + {- VI Ger => -} "retrayendo" ; + {- VI Part => -} "retraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retrae" ; + {- VPB (Imper C.Sg C.P3) => -} "retraa" ; + {- VPB (Imper C.Pl C.P1) => -} "retraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retraed" ; + {- VPB (Imper C.Pl C.P3) => -} "retraan" ; + {- VPB (Pass C.Sg Masc) => -} "retraído" ; + {- VPB (Pass C.Sg Fem) => -} "retraída" ; + {- VPB (Pass C.Pl Masc) => -} "retraídos" ; + {- VPB (Pass C.Pl Fem) => -} "retraídas" + ] + } ; + +lin retrotraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retrotraer" ; + {- VI Ger => -} "retrotrayendo" ; + {- VI Part => -} "retrotraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retrotrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retrotraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retrotrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retrotraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retrotraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retrotraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retrotraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retrotraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retrotraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retrotraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retrotraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retrotraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retrotraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retrotraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retrotraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retrotraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retrotraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retrotraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retrotrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retrotrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retrotrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retrotrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retrotrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retrotrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retrotrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retrotrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retrotrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retrotrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retrotrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retrotrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retrotraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retrotraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retrotrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retrotraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retrotraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retrotrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retrotraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retrotraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retrotraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retrotraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retrotraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retrotraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retrotrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retrotraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retrotraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retrotraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retrotraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retrotraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retrotraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retrotrae" ; + {- VPB (Imper C.Sg C.P3) => -} "retrotraa" ; + {- VPB (Imper C.Pl C.P1) => -} "retrotraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retrotraed" ; + {- VPB (Imper C.Pl C.P3) => -} "retrotraan" ; + {- VPB (Pass C.Sg Masc) => -} "retrotraído" ; + {- VPB (Pass C.Sg Fem) => -} "retrotraída" ; + {- VPB (Pass C.Pl Masc) => -} "retrotraídos" ; + {- VPB (Pass C.Pl Fem) => -} "retrotraídas" + ] + } ; + +lin roer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "roer" ; + {- VI Ger => -} "royendo" ; + {- VI Part => -} "roído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {"roo" ; "roigo"} ; + {- VPB (Pres Ind C.Sg C.P2) => -} "roes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "roe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "roemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "roéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "roen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "roa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "roas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "roa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "roamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "roáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "roan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "roía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "roías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "roía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "roíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "roíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "roían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "royera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "royeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "royera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "royéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "royerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "royeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "royese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "royeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "royese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "royésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "royeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "royesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "roí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "roíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "royó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "roímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "roísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "royeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "roeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "roerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "roerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "roeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "roeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "roerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "royere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "royeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "royere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "royéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "royereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "royeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "roería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "roerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "roería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "roeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "roeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "roerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "roe" ; + {- VPB (Imper C.Sg C.P3) => -} "roa" ; + {- VPB (Imper C.Pl C.P1) => -} "roamos" ; + {- VPB (Imper C.Pl C.P2) => -} "roed" ; + {- VPB (Imper C.Pl C.P3) => -} "roan" ; + {- VPB (Pass C.Sg Masc) => -} "roído" ; + {- VPB (Pass C.Sg Fem) => -} "roída" ; + {- VPB (Pass C.Pl Masc) => -} "roídos" ; + {- VPB (Pass C.Pl Fem) => -} "roídas" + ] + } ; + +lin sobreseer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobreseer" ; + {- VI Ger => -} "sobreseyendo" ; + {- VI Part => -} "sobreseído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobreseo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobresees" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobresee" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobreseemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobreseéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreseen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreseas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobreseamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobreseáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreseía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreseías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreseía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreseíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreseíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreseían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreseyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobreseyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreseyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreseyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobreseyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobreseyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreseyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreseyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreseyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreseyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobreseí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobreseíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobreseyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobreseímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobreseísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobreseyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobreseeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobreseerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobreseerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobreseeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobreseeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreseerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreseyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobreseería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreseerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobreseería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreseeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreseeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreseerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobresee" ; + {- VPB (Imper C.Sg C.P3) => -} "sobresea" ; + {- VPB (Imper C.Pl C.P1) => -} "sobreseamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobreseed" ; + {- VPB (Imper C.Pl C.P3) => -} "sobresean" ; + {- VPB (Pass C.Sg Masc) => -} "sobreseído" ; + {- VPB (Pass C.Sg Fem) => -} "sobreseída" ; + {- VPB (Pass C.Pl Masc) => -} "sobreseídos" ; + {- VPB (Pass C.Pl Fem) => -} "sobreseídas" + ] + } ; + +lin substraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "substraer" ; + {- VI Ger => -} "substrayendo" ; + {- VI Part => -} "substraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "substrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "substraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "substrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "substraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "substraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "substraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "substraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "substraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "substraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "substraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "substraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "substraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "substraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "substraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "substraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "substraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "substraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "substraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "substrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "substrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "substrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "substrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "substrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "substrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "substrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "substrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "substrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "substrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "substrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "substrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "substraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "substraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "substrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "substraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "substraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "substrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "substraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "substraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "substraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "substraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "substraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "substraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "substrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "substrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "substrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "substrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "substrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "substrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "substraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "substraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "substraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "substraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "substraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "substraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "substrae" ; + {- VPB (Imper C.Sg C.P3) => -} "substraa" ; + {- VPB (Imper C.Pl C.P1) => -} "substraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "substraed" ; + {- VPB (Imper C.Pl C.P3) => -} "substraan" ; + {- VPB (Pass C.Sg Masc) => -} "substraído" ; + {- VPB (Pass C.Sg Fem) => -} "substraída" ; + {- VPB (Pass C.Pl Masc) => -} "substraídos" ; + {- VPB (Pass C.Pl Fem) => -} "substraídas" + ] + } ; + +lin sustraer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sustraer" ; + {- VI Ger => -} "sustrayendo" ; + {- VI Part => -} "sustraído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sustrao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sustraes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sustrae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sustraemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sustraéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sustraen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sustraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sustraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sustraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sustraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sustraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sustraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sustraía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sustraías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sustraía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sustraíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sustraíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sustraían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sustrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sustrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sustrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sustrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sustrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sustrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sustrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sustrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sustrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sustrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sustrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sustrayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sustraí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sustraíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sustrayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sustraímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sustraísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sustrayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sustraeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sustraerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sustraerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sustraeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sustraeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sustraerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sustrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sustrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sustrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sustrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sustraería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sustraerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sustraería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sustraeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sustraeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sustraerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sustrae" ; + {- VPB (Imper C.Sg C.P3) => -} "sustraa" ; + {- VPB (Imper C.Pl C.P1) => -} "sustraamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sustraed" ; + {- VPB (Imper C.Pl C.P3) => -} "sustraan" ; + {- VPB (Pass C.Sg Masc) => -} "sustraído" ; + {- VPB (Pass C.Sg Fem) => -} "sustraída" ; + {- VPB (Pass C.Pl Masc) => -} "sustraídos" ; + {- VPB (Pass C.Pl Fem) => -} "sustraídas" + ] + } ; + +lin traer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "traer" ; + {- VI Ger => -} "trayendo" ; + {- VI Part => -} "traído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "traes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "traemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "traéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "traen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "traa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "traas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "traa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "traan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "traías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "traíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "traíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "traían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "traí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "traíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "traímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "traísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "traeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "traerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "traerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "traeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "traeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trae" ; + {- VPB (Imper C.Sg C.P3) => -} "traa" ; + {- VPB (Imper C.Pl C.P1) => -} "traamos" ; + {- VPB (Imper C.Pl C.P2) => -} "traed" ; + {- VPB (Imper C.Pl C.P3) => -} "traan" ; + {- VPB (Pass C.Sg Masc) => -} "traído" ; + {- VPB (Pass C.Sg Fem) => -} "traída" ; + {- VPB (Pass C.Pl Masc) => -} "traídos" ; + {- VPB (Pass C.Pl Fem) => -} "traídas" + ] + } ; + +lin cocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cocer" ; + {- VI Ger => -} "cociendo" ; + {- VI Part => -} "cocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cuezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cuece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "coceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "coceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "coceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cuece" ; + {- VPB (Imper C.Sg C.P3) => -} "cueza" ; + {- VPB (Imper C.Pl C.P1) => -} "cozamos" ; + {- VPB (Imper C.Pl C.P2) => -} "coced" ; + {- VPB (Imper C.Pl C.P3) => -} "cuezan" ; + {- VPB (Pass C.Sg Masc) => -} "cocido" ; + {- VPB (Pass C.Sg Fem) => -} "cocida" ; + {- VPB (Pass C.Pl Masc) => -} "cocidos" ; + {- VPB (Pass C.Pl Fem) => -} "cocidas" + ] + } ; + +lin descocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descocer" ; + {- VI Ger => -} "descociendo" ; + {- VI Part => -} "descocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descuezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descuece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descuece" ; + {- VPB (Imper C.Sg C.P3) => -} "descueza" ; + {- VPB (Imper C.Pl C.P1) => -} "descozamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descoced" ; + {- VPB (Imper C.Pl C.P3) => -} "descuezan" ; + {- VPB (Pass C.Sg Masc) => -} "descocido" ; + {- VPB (Pass C.Sg Fem) => -} "descocida" ; + {- VPB (Pass C.Pl Masc) => -} "descocidos" ; + {- VPB (Pass C.Pl Fem) => -} "descocidas" + ] + } ; + +lin destorcer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "destorcer" ; + {- VI Ger => -} "destorciendo" ; + {- VI Part => -} "destorcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "destuerces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destuerce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "destorcemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "destorcéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destuerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destuerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destuerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destorzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destorzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destuerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destorcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destorcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destorcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destorcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destorcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destorcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destorciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destorcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destorciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destorciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destorcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destorcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destorcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destorciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destorcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destorciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "destorcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "destorciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "destorció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "destorcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "destorcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "destorcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "destorceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "destorcerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "destorcerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "destorceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "destorceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destorcerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destorciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destorcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destorciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destorciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destorciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destorcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destorcería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destorcerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destorcería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destorceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destorceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destorcerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destuerce" ; + {- VPB (Imper C.Sg C.P3) => -} "destuerza" ; + {- VPB (Imper C.Pl C.P1) => -} "destorzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "destorced" ; + {- VPB (Imper C.Pl C.P3) => -} "destuerzan" ; + {- VPB (Pass C.Sg Masc) => -} "destorcido" ; + {- VPB (Pass C.Sg Fem) => -} "destorcida" ; + {- VPB (Pass C.Pl Masc) => -} "destorcidos" ; + {- VPB (Pass C.Pl Fem) => -} "destorcidas" + ] + } ; + +lin escocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escocer" ; + {- VI Ger => -} "escociendo" ; + {- VI Part => -} "escocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escuezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escuece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escuecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escuece" ; + {- VPB (Imper C.Sg C.P3) => -} "escueza" ; + {- VPB (Imper C.Pl C.P1) => -} "escozamos" ; + {- VPB (Imper C.Pl C.P2) => -} "escoced" ; + {- VPB (Imper C.Pl C.P3) => -} "escuezan" ; + {- VPB (Pass C.Sg Masc) => -} "escocido" ; + {- VPB (Pass C.Sg Fem) => -} "escocida" ; + {- VPB (Pass C.Pl Masc) => -} "escocidos" ; + {- VPB (Pass C.Pl Fem) => -} "escocidas" + ] + } ; + +lin recocer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recocer" ; + {- VI Ger => -} "recociendo" ; + {- VI Part => -} "recocido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recuezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recueces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recuece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recocemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recocéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recocía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recocías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recocía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recocíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recocíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recocían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recociesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recocí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recociste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recoció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recocimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recocisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recocieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recoceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recocerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recocerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recoceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recoceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recocerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recocería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recocerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recocería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recoceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recoceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recocerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recuece" ; + {- VPB (Imper C.Sg C.P3) => -} "recueza" ; + {- VPB (Imper C.Pl C.P1) => -} "recozamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recoced" ; + {- VPB (Imper C.Pl C.P3) => -} "recuezan" ; + {- VPB (Pass C.Sg Masc) => -} "recocido" ; + {- VPB (Pass C.Sg Fem) => -} "recocida" ; + {- VPB (Pass C.Pl Masc) => -} "recocidos" ; + {- VPB (Pass C.Pl Fem) => -} "recocidas" + ] + } ; + +lin retorcer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retorcer" ; + {- VI Ger => -} "retorciendo" ; + {- VI Part => -} "retorcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retuerces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retuerce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retorcemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retorcéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retuerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retuerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retuerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retorzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retorzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retuerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retorcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retorcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retorcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retorcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retorcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retorcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retorciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retorcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retorciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retorciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retorcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retorcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retorcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retorciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retorcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retorciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retorcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retorciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retorció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retorcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retorcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retorcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retorceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retorcerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retorcerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retorceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retorceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retorcerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retorciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retorcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retorciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retorciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retorciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retorcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retorcería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retorcerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retorcería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retorceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retorceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retorcerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retuerce" ; + {- VPB (Imper C.Sg C.P3) => -} "retuerza" ; + {- VPB (Imper C.Pl C.P1) => -} "retorzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retorced" ; + {- VPB (Imper C.Pl C.P3) => -} "retuerzan" ; + {- VPB (Pass C.Sg Masc) => -} "retorcido" ; + {- VPB (Pass C.Sg Fem) => -} "retorcida" ; + {- VPB (Pass C.Pl Masc) => -} "retorcidos" ; + {- VPB (Pass C.Pl Fem) => -} "retorcidas" + ] + } ; + +lin torcer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "torcer" ; + {- VI Ger => -} "torciendo" ; + {- VI Part => -} "torcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tuerces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tuerce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "torcemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "torcéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tuerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tuerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tuerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "torzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "torzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tuerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "torcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "torcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "torcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "torcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "torcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "torcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "torciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "torcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "torciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "torciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "torcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "torcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "torciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "torcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "torciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "torciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "torcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "torciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "torcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "torciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "torció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "torcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "torcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "torcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "torceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "torcerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "torcerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "torceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "torceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "torcerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "torciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "torcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "torciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "torciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "torciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "torcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "torcería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "torcerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "torcería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "torceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "torceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "torcerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tuerce" ; + {- VPB (Imper C.Sg C.P3) => -} "tuerza" ; + {- VPB (Imper C.Pl C.P1) => -} "torzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "torced" ; + {- VPB (Imper C.Pl C.P3) => -} "tuerzan" ; + {- VPB (Pass C.Sg Masc) => -} "torcido" ; + {- VPB (Pass C.Sg Fem) => -} "torcida" ; + {- VPB (Pass C.Pl Masc) => -} "torcidos" ; + {- VPB (Pass C.Pl Fem) => -} "torcidas" + ] + } ; + +lin abnegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abnegar" ; + {- VI Ger => -} "abnegando" ; + {- VI Part => -} "abnegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abniego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abniegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abniega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abnegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abnegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abniegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abnieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abnegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abnegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abnegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abnegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abnegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abnegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abnegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abnegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abnegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abnegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abnegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abnegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abnegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abnegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abnegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abnegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abnegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abnegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abnegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abnegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abnegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abnegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abnegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abnegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abnegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abnegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abnegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abnegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abnegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abnegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abnegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abnegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abnegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abnegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abnegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abnegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abnegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abnegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abnegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abnegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abnegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abnegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abniega" ; + {- VPB (Imper C.Sg C.P3) => -} "abniegue" ; + {- VPB (Imper C.Pl C.P1) => -} "abneguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "abnegad" ; + {- VPB (Imper C.Pl C.P3) => -} "abnieguen" ; + {- VPB (Pass C.Sg Masc) => -} "abnegado" ; + {- VPB (Pass C.Sg Fem) => -} "abnegada" ; + {- VPB (Pass C.Pl Masc) => -} "abnegados" ; + {- VPB (Pass C.Pl Fem) => -} "abnegadas" + ] + } ; + +lin almorzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "almorzar" ; + {- VI Ger => -} "almorzando" ; + {- VI Part => -} "almorzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "almuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "almuerzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "almuerza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "almorzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "almorzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "almuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "almuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "almuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "almuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "almorcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "almorcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "almuercen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "almorzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "almorzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "almorzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "almorzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "almorzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "almorzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "almorzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "almorzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "almorzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "almorzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "almorzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "almorzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "almorzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "almorzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "almorzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "almorzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "almorzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "almorzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "almorcé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "almorzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "almorzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "almorzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "almorzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "almorzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "almorzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "almorzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "almorzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "almorzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "almorzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "almorzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "almorzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "almorzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "almorzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "almorzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "almorzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "almorzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "almorzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "almorzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "almorzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "almorzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "almorzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "almorzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "almuerza" ; + {- VPB (Imper C.Sg C.P3) => -} "almuerce" ; + {- VPB (Imper C.Pl C.P1) => -} "almorcemos" ; + {- VPB (Imper C.Pl C.P2) => -} "almorzad" ; + {- VPB (Imper C.Pl C.P3) => -} "almuercen" ; + {- VPB (Pass C.Sg Masc) => -} "almorzado" ; + {- VPB (Pass C.Sg Fem) => -} "almorzada" ; + {- VPB (Pass C.Pl Masc) => -} "almorzados" ; + {- VPB (Pass C.Pl Fem) => -} "almorzadas" + ] + } ; + +lin alongar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "alongar" ; + {- VI Ger => -} "alongando" ; + {- VI Part => -} "alongado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aluengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aluengas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aluenga" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "alongamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "alongáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aluengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aluengue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aluengues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aluengue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "alonguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "alonguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aluenguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "alongaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "alongabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "alongaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "alongábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "alongabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "alongaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "alongara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "alongaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "alongara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "alongáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "alongarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "alongaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "alongase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "alongases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "alongase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "alongásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "alongaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "alongasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "alongué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "alongaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "alongó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "alongamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "alongasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "alongaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "alongaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "alongarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "alongará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "alongaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "alongaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "alongarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "alongare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "alongares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "alongare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "alongáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "alongareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "alongaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "alongaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "alongarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "alongaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "alongaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "alongaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "alongarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aluenga" ; + {- VPB (Imper C.Sg C.P3) => -} "aluengue" ; + {- VPB (Imper C.Pl C.P1) => -} "alonguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "alongad" ; + {- VPB (Imper C.Pl C.P3) => -} "aluenguen" ; + {- VPB (Pass C.Sg Masc) => -} "alongado" ; + {- VPB (Pass C.Sg Fem) => -} "alongada" ; + {- VPB (Pass C.Pl Masc) => -} "alongados" ; + {- VPB (Pass C.Pl Fem) => -} "alongadas" + ] + } ; + +lin cegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cegar" ; + {- VI Ger => -} "cegando" ; + {- VI Part => -} "cegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ciego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ciegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ciega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ciegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ciegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ceguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ceguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ciega" ; + {- VPB (Imper C.Sg C.P3) => -} "ciegue" ; + {- VPB (Imper C.Pl C.P1) => -} "ceguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "cegad" ; + {- VPB (Imper C.Pl C.P3) => -} "cieguen" ; + {- VPB (Pass C.Sg Masc) => -} "cegado" ; + {- VPB (Pass C.Sg Fem) => -} "cegada" ; + {- VPB (Pass C.Pl Masc) => -} "cegados" ; + {- VPB (Pass C.Pl Fem) => -} "cegadas" + ] + } ; + +lin clocar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "clocar" ; + {- VI Ger => -} "clocando" ; + {- VI Part => -} "clocado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "clueco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cluecas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "clueca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "clocamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "clocáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cluecan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "clueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "clueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "clueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cloquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cloquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cluequen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "clocaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "clocabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "clocaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "clocábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "clocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "clocaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "clocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "clocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "clocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "clocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "clocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "clocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "clocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "clocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "clocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "clocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "clocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "clocasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cloqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "clocaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "clocó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "clocamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "clocasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "clocaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "clocaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "clocarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "clocará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "clocaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "clocaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "clocarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "clocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "clocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "clocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "clocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "clocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "clocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "clocaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "clocarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "clocaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "clocaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "clocaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "clocarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "clueca" ; + {- VPB (Imper C.Sg C.P3) => -} "clueque" ; + {- VPB (Imper C.Pl C.P1) => -} "cloquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "clocad" ; + {- VPB (Imper C.Pl C.P3) => -} "cluequen" ; + {- VPB (Pass C.Sg Masc) => -} "clocado" ; + {- VPB (Pass C.Sg Fem) => -} "clocada" ; + {- VPB (Pass C.Pl Masc) => -} "clocados" ; + {- VPB (Pass C.Pl Fem) => -} "clocadas" + ] + } ; + +lin colgar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "colgar" ; + {- VI Ger => -} "colgando" ; + {- VI Part => -} "colgado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cuelgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cuelgas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cuelga" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "colgamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "colgáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuelgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cuelgue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuelgues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cuelgue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "colguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuelguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colgaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colgabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colgaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "colgábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colgaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "colgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "colgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "colgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "colgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "colgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "colgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "colgasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "colgué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "colgaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "colgó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "colgamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "colgasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "colgaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "colgaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "colgarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "colgará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "colgaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "colgaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colgarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "colgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "colgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "colgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "colgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colgaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colgarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colgaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colgaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colgaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colgarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cuelga" ; + {- VPB (Imper C.Sg C.P3) => -} "cuelgue" ; + {- VPB (Imper C.Pl C.P1) => -} "colguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "colgad" ; + {- VPB (Imper C.Pl C.P3) => -} "cuelguen" ; + {- VPB (Pass C.Sg Masc) => -} "colgado" ; + {- VPB (Pass C.Sg Fem) => -} "colgada" ; + {- VPB (Pass C.Pl Masc) => -} "colgados" ; + {- VPB (Pass C.Pl Fem) => -} "colgadas" + ] + } ; + +lin comenzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "comenzar" ; + {- VI Ger => -} "comenzando" ; + {- VI Part => -} "comenzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "comienzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "comienzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "comienza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "comenzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "comenzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comienzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "comience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "comiences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "comience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comiencen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "comenzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "comenzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "comenzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "comenzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comenzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "comenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "comenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "comenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "comenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "comenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "comenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "comenzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "comencé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "comenzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "comenzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "comenzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "comenzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "comenzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "comenzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "comenzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "comenzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "comenzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "comenzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comenzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "comenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "comenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "comenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "comenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comenzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comenzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comenzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "comenzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comenzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comenzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "comienza" ; + {- VPB (Imper C.Sg C.P3) => -} "comience" ; + {- VPB (Imper C.Pl C.P1) => -} "comencemos" ; + {- VPB (Imper C.Pl C.P2) => -} "comenzad" ; + {- VPB (Imper C.Pl C.P3) => -} "comiencen" ; + {- VPB (Pass C.Sg Masc) => -} "comenzado" ; + {- VPB (Pass C.Sg Fem) => -} "comenzada" ; + {- VPB (Pass C.Pl Masc) => -} "comenzados" ; + {- VPB (Pass C.Pl Fem) => -} "comenzadas" + ] + } ; + +lin denegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "denegar" ; + {- VI Ger => -} "denegando" ; + {- VI Part => -} "denegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deniego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deniegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deniega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "denegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "denegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deniegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "denieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "denegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "denegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "denegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "denegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "denegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "denegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "denegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "denegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "denegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "denegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "denegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "denegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "denegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "denegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "denegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "denegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "denegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "denegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "denegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "denegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "denegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "denegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "denegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "denegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "denegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "denegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "denegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "denegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "denegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "denegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "denegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "denegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "denegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "denegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "denegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "denegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "denegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "denegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "denegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "denegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "denegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "denegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deniega" ; + {- VPB (Imper C.Sg C.P3) => -} "deniegue" ; + {- VPB (Imper C.Pl C.P1) => -} "deneguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "denegad" ; + {- VPB (Imper C.Pl C.P3) => -} "denieguen" ; + {- VPB (Pass C.Sg Masc) => -} "denegado" ; + {- VPB (Pass C.Sg Fem) => -} "denegada" ; + {- VPB (Pass C.Pl Masc) => -} "denegados" ; + {- VPB (Pass C.Pl Fem) => -} "denegadas" + ] + } ; + +lin derrenegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "derrenegar" ; + {- VI Ger => -} "derrenegando" ; + {- VI Part => -} "derrenegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "derreniego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "derreniegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "derreniega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "derrenegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "derrenegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derreniegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derreniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derreniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derreniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derreneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derreneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derrenieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derrenegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derrenegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derrenegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derrenegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derrenegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derrenegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derrenegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derrenegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derrenegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derrenegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derrenegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derrenegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrenegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrenegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrenegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrenegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrenegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrenegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "derrenegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "derrenegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "derrenegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "derrenegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "derrenegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "derrenegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "derrenegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "derrenegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "derrenegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "derrenegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "derrenegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derrenegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derrenegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derrenegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derrenegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derrenegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derrenegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derrenegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derrenegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derrenegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derrenegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derrenegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "derreniega" ; + {- VPB (Imper C.Sg C.P3) => -} "derreniegue" ; + {- VPB (Imper C.Pl C.P1) => -} "derreneguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "derrenegad" ; + {- VPB (Imper C.Pl C.P3) => -} "derrenieguen" ; + {- VPB (Pass C.Sg Masc) => -} "derrenegado" ; + {- VPB (Pass C.Sg Fem) => -} "derrenegada" ; + {- VPB (Pass C.Pl Masc) => -} "derrenegados" ; + {- VPB (Pass C.Pl Fem) => -} "derrenegadas" + ] + } ; + +lin derrengar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "derrengar" ; + {- VI Ger => -} "derrengando" ; + {- VI Part => -} "derrengado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "derriengo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "derriengas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "derrienga" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "derrengamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "derrengáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derriengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derriengue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derriengues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derriengue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derrenguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derrenguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derrienguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derrengaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derrengabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derrengaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derrengábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derrengabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derrengaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derrengara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derrengaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derrengara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derrengáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derrengarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derrengaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrengase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrengases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrengase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrengásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrengaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrengasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "derrengué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "derrengaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "derrengó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "derrengamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "derrengasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "derrengaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "derrengaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "derrengarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "derrengará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "derrengaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "derrengaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derrengarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derrengare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derrengares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derrengare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derrengáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derrengareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derrengaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derrengaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derrengarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derrengaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derrengaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derrengaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derrengarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "derrienga" ; + {- VPB (Imper C.Sg C.P3) => -} "derriengue" ; + {- VPB (Imper C.Pl C.P1) => -} "derrenguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "derrengad" ; + {- VPB (Imper C.Pl C.P3) => -} "derrienguen" ; + {- VPB (Pass C.Sg Masc) => -} "derrengado" ; + {- VPB (Pass C.Sg Fem) => -} "derrengada" ; + {- VPB (Pass C.Pl Masc) => -} "derrengados" ; + {- VPB (Pass C.Pl Fem) => -} "derrengadas" + ] + } ; + +lin desasosegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desasosegar" ; + {- VI Ger => -} "desasosegando" ; + {- VI Part => -} "desasosegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desasosiego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desasosiegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desasosiega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desasosegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desasosegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desasosiegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desasosiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desasosiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desasosiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desasoseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desasoseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desasosieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desasosegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desasosegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desasosegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desasosegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desasosegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desasosegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desasosegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desasosegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desasosegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desasosegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desasosegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desasosegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasosegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasosegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasosegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasosegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desasosegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desasosegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desasosegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desasosegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desasosegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desasosegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desasosegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desasosegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desasosegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desasosegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desasosegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desasosegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desasosegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desasosegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desasosegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desasosegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desasosegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desasosegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desasosegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desasosegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desasosegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desasosegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desasosiega" ; + {- VPB (Imper C.Sg C.P3) => -} "desasosiegue" ; + {- VPB (Imper C.Pl C.P1) => -} "desasoseguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desasosegad" ; + {- VPB (Imper C.Pl C.P3) => -} "desasosieguen" ; + {- VPB (Pass C.Sg Masc) => -} "desasosegado" ; + {- VPB (Pass C.Sg Fem) => -} "desasosegada" ; + {- VPB (Pass C.Pl Masc) => -} "desasosegados" ; + {- VPB (Pass C.Pl Fem) => -} "desasosegadas" + ] + } ; + +lin descolgar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descolgar" ; + {- VI Ger => -} "descolgando" ; + {- VI Part => -} "descolgado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descuelgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descuelgas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descuelga" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descolgamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descolgáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuelgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuelgue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuelgues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuelgue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descolguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descolguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuelguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descolgaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descolgabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descolgaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descolgábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descolgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descolgaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descolgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descolgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descolgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descolgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descolgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descolgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descolgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descolgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descolgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descolgasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descolgué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descolgaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descolgó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descolgamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descolgasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descolgaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descolgaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descolgarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descolgará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descolgaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descolgaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descolgarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descolgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descolgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descolgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descolgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descolgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descolgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descolgaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descolgarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descolgaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descolgaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descolgaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descolgarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descuelga" ; + {- VPB (Imper C.Sg C.P3) => -} "descuelgue" ; + {- VPB (Imper C.Pl C.P1) => -} "descolguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "descolgad" ; + {- VPB (Imper C.Pl C.P3) => -} "descuelguen" ; + {- VPB (Pass C.Sg Masc) => -} "descolgado" ; + {- VPB (Pass C.Sg Fem) => -} "descolgada" ; + {- VPB (Pass C.Pl Masc) => -} "descolgados" ; + {- VPB (Pass C.Pl Fem) => -} "descolgadas" + ] + } ; + +lin desosegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desosegar" ; + {- VI Ger => -} "desosegando" ; + {- VI Part => -} "desosegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desosiego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desosiegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desosiega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desosegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desosegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desosiegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desosiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desosiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desosiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desoseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desosieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desosegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desosegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desosegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desosegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desosegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desosegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desosegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desosegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desosegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desosegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desosegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desosegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desosegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desosegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desosegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desosegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desosegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desosegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desosegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desosegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desosegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desosegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desosegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desosegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desosegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desosegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desosegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desosegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desosegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desosegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desosegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desosegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desosegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desosegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desosegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desosegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desosegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desosegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desosegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desosegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desosiega" ; + {- VPB (Imper C.Sg C.P3) => -} "desosiegue" ; + {- VPB (Imper C.Pl C.P1) => -} "desoseguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desosegad" ; + {- VPB (Imper C.Pl C.P3) => -} "desosieguen" ; + {- VPB (Pass C.Sg Masc) => -} "desosegado" ; + {- VPB (Pass C.Sg Fem) => -} "desosegada" ; + {- VPB (Pass C.Pl Masc) => -} "desosegados" ; + {- VPB (Pass C.Pl Fem) => -} "desosegadas" + ] + } ; + +lin despezar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "despezar" ; + {- VI Ger => -} "despezando" ; + {- VI Part => -} "despezado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despiezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despiezas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despieza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "despezamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "despezáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despiece" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despieces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despiece" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despecemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despecéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despiecen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despezaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despezabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despezaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despezábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despezabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despezaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despezara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despezaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despezara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despezáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despezarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despezaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despezase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despezases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despezase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despezásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despezaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despezasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "despecé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despezaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despezó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "despezamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "despezasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "despezaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despezaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "despezarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "despezará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despezaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despezaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despezarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despezare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despezares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despezare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despezáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despezareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despezaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despezaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despezarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despezaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despezaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despezaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despezarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despieza" ; + {- VPB (Imper C.Sg C.P3) => -} "despiece" ; + {- VPB (Imper C.Pl C.P1) => -} "despecemos" ; + {- VPB (Imper C.Pl C.P2) => -} "despezad" ; + {- VPB (Imper C.Pl C.P3) => -} "despiecen" ; + {- VPB (Pass C.Sg Masc) => -} "despezado" ; + {- VPB (Pass C.Sg Fem) => -} "despezada" ; + {- VPB (Pass C.Pl Masc) => -} "despezados" ; + {- VPB (Pass C.Pl Fem) => -} "despezadas" + ] + } ; + +lin desplegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desplegar" ; + {- VI Ger => -} "desplegando" ; + {- VI Part => -} "desplegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despliego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despliegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despliega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desplegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desplegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despliegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despliegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despliegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despliegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despleguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despleguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desplieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desplegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desplegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desplegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desplegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desplegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desplegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desplegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desplegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desplegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desplegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desplegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desplegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desplegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desplegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desplegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desplegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desplegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desplegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desplegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desplegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desplegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desplegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desplegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desplegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desplegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desplegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desplegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desplegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desplegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desplegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desplegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desplegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desplegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desplegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desplegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desplegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desplegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desplegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desplegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desplegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desplegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desplegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despliega" ; + {- VPB (Imper C.Sg C.P3) => -} "despliegue" ; + {- VPB (Imper C.Pl C.P1) => -} "despleguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desplegad" ; + {- VPB (Imper C.Pl C.P3) => -} "desplieguen" ; + {- VPB (Pass C.Sg Masc) => -} "desplegado" ; + {- VPB (Pass C.Sg Fem) => -} "desplegada" ; + {- VPB (Pass C.Pl Masc) => -} "desplegados" ; + {- VPB (Pass C.Pl Fem) => -} "desplegadas" + ] + } ; + +lin empezar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empezar" ; + {- VI Ger => -} "empezando" ; + {- VI Part => -} "empezado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empiezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empiezas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empieza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empezamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empezáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empiezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empiece" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empieces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empiece" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empecemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empecéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empiecen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empezaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empezabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empezaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empezábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empezabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empezaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empezara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empezaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empezara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empezáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empezarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empezaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empezase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empezases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empezase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empezásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empezaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empezasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empecé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empezaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empezó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empezamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empezasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empezaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empezaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empezarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empezará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empezaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empezaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empezarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empezare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empezares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empezare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empezáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empezareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empezaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empezaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empezarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empezaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empezaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empezaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empezarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empieza" ; + {- VPB (Imper C.Sg C.P3) => -} "empiece" ; + {- VPB (Imper C.Pl C.P1) => -} "empecemos" ; + {- VPB (Imper C.Pl C.P2) => -} "empezad" ; + {- VPB (Imper C.Pl C.P3) => -} "empiecen" ; + {- VPB (Pass C.Sg Masc) => -} "empezado" ; + {- VPB (Pass C.Sg Fem) => -} "empezada" ; + {- VPB (Pass C.Pl Masc) => -} "empezados" ; + {- VPB (Pass C.Pl Fem) => -} "empezadas" + ] + } ; + +lin emporcar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emporcar" ; + {- VI Ger => -} "emporcando" ; + {- VI Part => -} "emporcado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empuerco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empuercas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empuerca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emporcamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emporcáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empuercan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empuerque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empuerques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empuerque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emporquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emporquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empuerquen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emporcaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emporcabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emporcaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emporcábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emporcabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emporcaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emporcara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emporcaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emporcara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emporcáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emporcarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emporcaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emporcase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emporcases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emporcase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emporcásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emporcaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emporcasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emporqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emporcaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emporcó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emporcamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emporcasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emporcaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emporcaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emporcarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emporcará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emporcaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emporcaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emporcarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emporcare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emporcares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emporcare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emporcáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emporcareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emporcaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emporcaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emporcarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emporcaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emporcaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emporcaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emporcarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empuerca" ; + {- VPB (Imper C.Sg C.P3) => -} "empuerque" ; + {- VPB (Imper C.Pl C.P1) => -} "emporquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "emporcad" ; + {- VPB (Imper C.Pl C.P3) => -} "empuerquen" ; + {- VPB (Pass C.Sg Masc) => -} "emporcado" ; + {- VPB (Pass C.Sg Fem) => -} "emporcada" ; + {- VPB (Pass C.Pl Masc) => -} "emporcados" ; + {- VPB (Pass C.Pl Fem) => -} "emporcadas" + ] + } ; + +lin enclocar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enclocar" ; + {- VI Ger => -} "enclocando" ; + {- VI Part => -} "enclocado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enclueco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encluecas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enclueca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enclocamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enclocáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encluecan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enclueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enclueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enclueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encloquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encloquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encluequen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enclocaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enclocabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enclocaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enclocábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enclocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enclocaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enclocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enclocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enclocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enclocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enclocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enclocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enclocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enclocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enclocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enclocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enclocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enclocasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encloqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enclocaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enclocó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enclocamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enclocasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enclocaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enclocaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enclocarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enclocará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enclocaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enclocaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enclocarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enclocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enclocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enclocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enclocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enclocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enclocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enclocaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enclocarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enclocaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enclocaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enclocaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enclocarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enclueca" ; + {- VPB (Imper C.Sg C.P3) => -} "enclueque" ; + {- VPB (Imper C.Pl C.P1) => -} "encloquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enclocad" ; + {- VPB (Imper C.Pl C.P3) => -} "encluequen" ; + {- VPB (Pass C.Sg Masc) => -} "enclocado" ; + {- VPB (Pass C.Sg Fem) => -} "enclocada" ; + {- VPB (Pass C.Pl Masc) => -} "enclocados" ; + {- VPB (Pass C.Pl Fem) => -} "enclocadas" + ] + } ; + +lin enlenzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enlenzar" ; + {- VI Ger => -} "enlenzando" ; + {- VI Part => -} "enlenzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enlienzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enlienzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enlienza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enlenzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enlenzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlienzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enlience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enliences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enlience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enlencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enlencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enliencen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enlenzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlenzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enlenzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlenzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlenzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enlenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enlenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enlenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlenzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enlencé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enlenzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enlenzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enlenzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enlenzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enlenzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enlenzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enlenzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enlenzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enlenzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enlenzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlenzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enlenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enlenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlenzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlenzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlenzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enlenzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlenzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlenzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enlienza" ; + {- VPB (Imper C.Sg C.P3) => -} "enlience" ; + {- VPB (Imper C.Pl C.P1) => -} "enlencemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enlenzad" ; + {- VPB (Imper C.Pl C.P3) => -} "enliencen" ; + {- VPB (Pass C.Sg Masc) => -} "enlenzado" ; + {- VPB (Pass C.Sg Fem) => -} "enlenzada" ; + {- VPB (Pass C.Pl Masc) => -} "enlenzados" ; + {- VPB (Pass C.Pl Fem) => -} "enlenzadas" + ] + } ; + +lin enrocar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enrocar" ; + {- VI Ger => -} "enrocando" ; + {- VI Part => -} "enrocado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enrueco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enruecas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enrueca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enrocamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enrocáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enruecan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enroquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enroquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enruequen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrocaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrocabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrocaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrocábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrocaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrocasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enroqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enrocaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enrocó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enrocamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enrocasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enrocaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enrocaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enrocarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enrocará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enrocaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enrocaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrocarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrocaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrocarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrocaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrocaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrocaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrocarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enrueca" ; + {- VPB (Imper C.Sg C.P3) => -} "enrueque" ; + {- VPB (Imper C.Pl C.P1) => -} "enroquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enrocad" ; + {- VPB (Imper C.Pl C.P3) => -} "enruequen" ; + {- VPB (Pass C.Sg Masc) => -} "enrocado" ; + {- VPB (Pass C.Sg Fem) => -} "enrocada" ; + {- VPB (Pass C.Pl Masc) => -} "enrocados" ; + {- VPB (Pass C.Pl Fem) => -} "enrocadas" + ] + } ; + +lin esforzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "esforzar" ; + {- VI Ger => -} "esforzando" ; + {- VI Part => -} "esforzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "esfuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "esfuerzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "esfuerza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "esforzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "esforzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esfuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esfuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esfuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esfuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esforcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esforcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esfuercen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esforzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esforzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esforzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esforzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esforzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esforzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esforzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esforzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esforzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esforzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esforzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esforzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esforzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esforzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esforzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esforzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "esforcé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "esforzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "esforzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "esforzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "esforzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "esforzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "esforzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "esforzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "esforzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "esforzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "esforzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esforzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esforzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esforzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esforzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esforzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esforzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esforzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esforzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esforzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esforzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esforzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esforzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esforzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "esfuerza" ; + {- VPB (Imper C.Sg C.P3) => -} "esfuerce" ; + {- VPB (Imper C.Pl C.P1) => -} "esforcemos" ; + {- VPB (Imper C.Pl C.P2) => -} "esforzad" ; + {- VPB (Imper C.Pl C.P3) => -} "esfuercen" ; + {- VPB (Pass C.Sg Masc) => -} "esforzado" ; + {- VPB (Pass C.Sg Fem) => -} "esforzada" ; + {- VPB (Pass C.Pl Masc) => -} "esforzados" ; + {- VPB (Pass C.Pl Fem) => -} "esforzadas" + ] + } ; + +lin estregar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "estregar" ; + {- VI Ger => -} "estregando" ; + {- VI Part => -} "estregado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estriego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estriegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "estriega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estregamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estregáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estriegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estrieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estregaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estregabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estregaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estregábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estregaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estregasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estregué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estregaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estregó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estregamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estregasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estregaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estregaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estregarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estregará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estregaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estregaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estregarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estregaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estregarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estregaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estregaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estregaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estregarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "estriega" ; + {- VPB (Imper C.Sg C.P3) => -} "estriegue" ; + {- VPB (Imper C.Pl C.P1) => -} "estreguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "estregad" ; + {- VPB (Imper C.Pl C.P3) => -} "estrieguen" ; + {- VPB (Pass C.Sg Masc) => -} "estregado" ; + {- VPB (Pass C.Sg Fem) => -} "estregada" ; + {- VPB (Pass C.Pl Masc) => -} "estregados" ; + {- VPB (Pass C.Pl Fem) => -} "estregadas" + ] + } ; + +lin forzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "forzar" ; + {- VI Ger => -} "forzando" ; + {- VI Part => -} "forzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fuerzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fuerza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "forzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "forzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "forcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "forcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fuercen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "forzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "forzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "forzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "forzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "forzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "forzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "forzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "forzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "forzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "forzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "forzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "forzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "forzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "forzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "forzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "forzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "forzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "forzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "forcé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "forzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "forzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "forzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "forzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "forzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "forzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "forzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "forzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "forzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "forzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "forzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "forzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "forzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "forzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "forzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "forzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "forzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "forzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "forzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "forzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "forzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "forzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "forzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fuerza" ; + {- VPB (Imper C.Sg C.P3) => -} "fuerce" ; + {- VPB (Imper C.Pl C.P1) => -} "forcemos" ; + {- VPB (Imper C.Pl C.P2) => -} "forzad" ; + {- VPB (Imper C.Pl C.P3) => -} "fuercen" ; + {- VPB (Pass C.Sg Masc) => -} "forzado" ; + {- VPB (Pass C.Sg Fem) => -} "forzada" ; + {- VPB (Pass C.Pl Masc) => -} "forzados" ; + {- VPB (Pass C.Pl Fem) => -} "forzadas" + ] + } ; + +lin fregar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fregar" ; + {- VI Ger => -} "fregando" ; + {- VI Part => -} "fregado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "friego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "friegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "friega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fregamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fregáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "friegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "friegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "friegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "friegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "freguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "freguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fregaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fregabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fregaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fregábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fregaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fregasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fregué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fregaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fregó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fregamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fregasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fregaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fregaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fregarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fregará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fregaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fregaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fregarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fregaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fregarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fregaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fregaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fregaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fregarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "friega" ; + {- VPB (Imper C.Sg C.P3) => -} "friegue" ; + {- VPB (Imper C.Pl C.P1) => -} "freguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "fregad" ; + {- VPB (Imper C.Pl C.P3) => -} "frieguen" ; + {- VPB (Pass C.Sg Masc) => -} "fregado" ; + {- VPB (Pass C.Sg Fem) => -} "fregada" ; + {- VPB (Pass C.Pl Masc) => -} "fregados" ; + {- VPB (Pass C.Pl Fem) => -} "fregadas" + ] + } ; + +lin holgar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "holgar" ; + {- VI Ger => -} "holgando" ; + {- VI Part => -} "holgado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "huelgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "huelgas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "huelga" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "holgamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "holgáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "huelgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "huelgue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "huelgues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "huelgue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "holguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "holguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "huelguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "holgaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "holgabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "holgaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "holgábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "holgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "holgaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "holgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "holgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "holgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "holgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "holgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "holgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "holgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "holgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "holgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "holgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "holgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "holgasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "holgué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "holgaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "holgó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "holgamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "holgasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "holgaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "holgaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "holgarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "holgará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "holgaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "holgaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "holgarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "holgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "holgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "holgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "holgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "holgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "holgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "holgaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "holgarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "holgaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "holgaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "holgaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "holgarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "huelga" ; + {- VPB (Imper C.Sg C.P3) => -} "huelgue" ; + {- VPB (Imper C.Pl C.P1) => -} "holguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "holgad" ; + {- VPB (Imper C.Pl C.P3) => -} "huelguen" ; + {- VPB (Pass C.Sg Masc) => -} "holgado" ; + {- VPB (Pass C.Sg Fem) => -} "holgada" ; + {- VPB (Pass C.Pl Masc) => -} "holgados" ; + {- VPB (Pass C.Pl Fem) => -} "holgadas" + ] + } ; + +lin jimenzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "jimenzar" ; + {- VI Ger => -} "jimenzando" ; + {- VI Part => -} "jimenzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "jimienzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "jimienzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "jimienza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "jimenzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "jimenzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "jimienzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "jimience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "jimiences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "jimience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "jimencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "jimencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "jimiencen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "jimenzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "jimenzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "jimenzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "jimenzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "jimenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "jimenzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "jimenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "jimenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "jimenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "jimenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "jimenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "jimenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "jimenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "jimenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "jimenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "jimenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "jimenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "jimenzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "jimencé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "jimenzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "jimenzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "jimenzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "jimenzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "jimenzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "jimenzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "jimenzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "jimenzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "jimenzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "jimenzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "jimenzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "jimenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "jimenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "jimenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "jimenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "jimenzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "jimenzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "jimenzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "jimenzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "jimenzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "jimenzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "jimienza" ; + {- VPB (Imper C.Sg C.P3) => -} "jimience" ; + {- VPB (Imper C.Pl C.P1) => -} "jimencemos" ; + {- VPB (Imper C.Pl C.P2) => -} "jimenzad" ; + {- VPB (Imper C.Pl C.P3) => -} "jimiencen" ; + {- VPB (Pass C.Sg Masc) => -} "jimenzado" ; + {- VPB (Pass C.Sg Fem) => -} "jimenzada" ; + {- VPB (Pass C.Pl Masc) => -} "jimenzados" ; + {- VPB (Pass C.Pl Fem) => -} "jimenzadas" + ] + } ; + +lin jugar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "jugar" ; + {- VI Ger => -} "jugando" ; + {- VI Part => -} "jugado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "juego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "juegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "juega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "jugamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "jugáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "juegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "juegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "juegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "juegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "juguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "juguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "jueguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "jugaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "jugabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "jugaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "jugábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "jugabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "jugaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "jugara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "jugaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "jugara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "jugáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "jugarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "jugaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "jugase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "jugases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "jugase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "jugásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "jugaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "jugasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "jugué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "jugaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "jugó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "jugamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "jugasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "jugaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "jugaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "jugarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "jugará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "jugaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "jugaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "jugarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "jugare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "jugares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "jugare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "jugáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "jugareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "jugaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "jugaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "jugarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "jugaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "jugaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "jugaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "jugarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "juega" ; + {- VPB (Imper C.Sg C.P3) => -} "juegue" ; + {- VPB (Imper C.Pl C.P1) => -} "juguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "jugad" ; + {- VPB (Imper C.Pl C.P3) => -} "jueguen" ; + {- VPB (Pass C.Sg Masc) => -} "jugado" ; + {- VPB (Pass C.Sg Fem) => -} "jugada" ; + {- VPB (Pass C.Pl Masc) => -} "jugados" ; + {- VPB (Pass C.Pl Fem) => -} "jugadas" + ] + } ; + +lin negar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "negar" ; + {- VI Ger => -} "negando" ; + {- VI Part => -} "negado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "niego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "niegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "niega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "negamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "negáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "niegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "niegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "niegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "niegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "neguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "neguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "nieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "negaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "negabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "negaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "negábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "negabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "negaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "negara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "negaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "negara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "negáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "negarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "negaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "negase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "negases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "negase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "negásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "negaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "negasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "negué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "negaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "negó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "negamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "negasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "negaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "negaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "negarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "negará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "negaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "negaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "negarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "negare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "negares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "negare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "negáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "negareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "negaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "negaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "negarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "negaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "negaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "negaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "negarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "niega" ; + {- VPB (Imper C.Sg C.P3) => -} "niegue" ; + {- VPB (Imper C.Pl C.P1) => -} "neguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "negad" ; + {- VPB (Imper C.Pl C.P3) => -} "nieguen" ; + {- VPB (Pass C.Sg Masc) => -} "negado" ; + {- VPB (Pass C.Sg Fem) => -} "negada" ; + {- VPB (Pass C.Pl Masc) => -} "negados" ; + {- VPB (Pass C.Pl Fem) => -} "negadas" + ] + } ; + +lin plegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "plegar" ; + {- VI Ger => -} "plegando" ; + {- VI Part => -} "plegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pliego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pliegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pliega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "plegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "plegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pliegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pliegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pliegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pliegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pleguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pleguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "plegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "plegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "plegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "plegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "plegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "plegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "plegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "plegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "plegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "plegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "plegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "plegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "plegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "plegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "plegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "plegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "plegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "plegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "plegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "plegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "plegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "plegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "plegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "plegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "plegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "plegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "plegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "plegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "plegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "plegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "plegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "plegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "plegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "plegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "plegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "plegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "plegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "plegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "plegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "plegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "plegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "plegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pliega" ; + {- VPB (Imper C.Sg C.P3) => -} "pliegue" ; + {- VPB (Imper C.Pl C.P1) => -} "pleguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "plegad" ; + {- VPB (Imper C.Pl C.P3) => -} "plieguen" ; + {- VPB (Pass C.Sg Masc) => -} "plegado" ; + {- VPB (Pass C.Sg Fem) => -} "plegada" ; + {- VPB (Pass C.Pl Masc) => -} "plegados" ; + {- VPB (Pass C.Pl Fem) => -} "plegadas" + ] + } ; + +lin recomenzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recomenzar" ; + {- VI Ger => -} "recomenzando" ; + {- VI Part => -} "recomenzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recomienzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recomienzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recomienza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recomenzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recomenzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recomienzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recomience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recomiences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recomience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recomencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recomencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recomiencen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recomenzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recomenzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recomenzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recomenzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recomenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recomenzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recomenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recomenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recomenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recomenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recomenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recomenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recomenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recomenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recomenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recomenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recomenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recomenzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recomencé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recomenzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recomenzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recomenzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recomenzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recomenzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recomenzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recomenzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recomenzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recomenzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recomenzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recomenzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recomenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recomenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recomenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recomenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recomenzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recomenzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recomenzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recomenzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recomenzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recomenzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recomienza" ; + {- VPB (Imper C.Sg C.P3) => -} "recomience" ; + {- VPB (Imper C.Pl C.P1) => -} "recomencemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recomenzad" ; + {- VPB (Imper C.Pl C.P3) => -} "recomiencen" ; + {- VPB (Pass C.Sg Masc) => -} "recomenzado" ; + {- VPB (Pass C.Sg Fem) => -} "recomenzada" ; + {- VPB (Pass C.Pl Masc) => -} "recomenzados" ; + {- VPB (Pass C.Pl Fem) => -} "recomenzadas" + ] + } ; + +lin reforzar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reforzar" ; + {- VI Ger => -} "reforzando" ; + {- VI Part => -} "reforzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refuerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refuerzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refuerza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reforzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reforzáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reforcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reforcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refuercen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reforzaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reforzabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reforzaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reforzábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reforzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reforzaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reforzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reforzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reforzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reforzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reforzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reforzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reforzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reforzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reforzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reforzasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reforcé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reforzaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reforzó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reforzamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reforzasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reforzaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reforzaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reforzarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reforzará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reforzaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reforzaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reforzarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reforzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reforzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reforzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reforzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reforzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reforzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reforzaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reforzarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reforzaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reforzaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reforzaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reforzarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refuerza" ; + {- VPB (Imper C.Sg C.P3) => -} "refuerce" ; + {- VPB (Imper C.Pl C.P1) => -} "reforcemos" ; + {- VPB (Imper C.Pl C.P2) => -} "reforzad" ; + {- VPB (Imper C.Pl C.P3) => -} "refuercen" ; + {- VPB (Pass C.Sg Masc) => -} "reforzado" ; + {- VPB (Pass C.Sg Fem) => -} "reforzada" ; + {- VPB (Pass C.Pl Masc) => -} "reforzados" ; + {- VPB (Pass C.Pl Fem) => -} "reforzadas" + ] + } ; + +lin refregar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "refregar" ; + {- VI Ger => -} "refregando" ; + {- VI Part => -} "refregado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refriego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refriegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refriega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "refregamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "refregáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refriegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refrieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refregaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refregabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refregaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refregábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refregaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refregasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "refregué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refregaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refregó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "refregamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "refregasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "refregaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "refregaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "refregarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "refregará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "refregaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "refregaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refregarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refregaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refregarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refregaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refregaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refregaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refregarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refriega" ; + {- VPB (Imper C.Sg C.P3) => -} "refriegue" ; + {- VPB (Imper C.Pl C.P1) => -} "refreguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "refregad" ; + {- VPB (Imper C.Pl C.P3) => -} "refrieguen" ; + {- VPB (Pass C.Sg Masc) => -} "refregado" ; + {- VPB (Pass C.Sg Fem) => -} "refregada" ; + {- VPB (Pass C.Pl Masc) => -} "refregados" ; + {- VPB (Pass C.Pl Fem) => -} "refregadas" + ] + } ; + +lin regar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "regar" ; + {- VI Ger => -} "regando" ; + {- VI Part => -} "regado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "riego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "riegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "riega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "riegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "riegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "riegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "riegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "regó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "riega" ; + {- VPB (Imper C.Sg C.P3) => -} "riegue" ; + {- VPB (Imper C.Pl C.P1) => -} "reguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "regad" ; + {- VPB (Imper C.Pl C.P3) => -} "rieguen" ; + {- VPB (Pass C.Sg Masc) => -} "regado" ; + {- VPB (Pass C.Sg Fem) => -} "regada" ; + {- VPB (Pass C.Pl Masc) => -} "regados" ; + {- VPB (Pass C.Pl Fem) => -} "regadas" + ] + } ; + +lin renegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "renegar" ; + {- VI Ger => -} "renegando" ; + {- VI Part => -} "renegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reniego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reniegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reniega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "renegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "renegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reniegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "renieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "renegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "renegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "renegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "renegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "renegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "renegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "renegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "renegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "renegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "renegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "renegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "renegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "renegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "renegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "renegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "renegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "renegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "renegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "renegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "renegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "renegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "renegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "renegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "renegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "renegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "renegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "renegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "renegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "renegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "renegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "renegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "renegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "renegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "renegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "renegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "renegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "renegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "renegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "renegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "renegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "renegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "renegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reniega" ; + {- VPB (Imper C.Sg C.P3) => -} "reniegue" ; + {- VPB (Imper C.Pl C.P1) => -} "reneguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "renegad" ; + {- VPB (Imper C.Pl C.P3) => -} "renieguen" ; + {- VPB (Pass C.Sg Masc) => -} "renegado" ; + {- VPB (Pass C.Sg Fem) => -} "renegada" ; + {- VPB (Pass C.Pl Masc) => -} "renegados" ; + {- VPB (Pass C.Pl Fem) => -} "renegadas" + ] + } ; + +lin replegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "replegar" ; + {- VI Ger => -} "replegando" ; + {- VI Part => -} "replegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repliego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repliegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "repliega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "replegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "replegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repliegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repliegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repliegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repliegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repleguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repleguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "replieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "replegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "replegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "replegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "replegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "replegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "replegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "replegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "replegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "replegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "replegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "replegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "replegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "replegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "replegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "replegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "replegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "replegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "replegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "replegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "replegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "replegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "replegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "replegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "replegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "replegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "replegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "replegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "replegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "replegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "replegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "replegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "replegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "replegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "replegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "replegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "replegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "replegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "replegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "replegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "replegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "replegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "replegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "repliega" ; + {- VPB (Imper C.Sg C.P3) => -} "repliegue" ; + {- VPB (Imper C.Pl C.P1) => -} "repleguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "replegad" ; + {- VPB (Imper C.Pl C.P3) => -} "replieguen" ; + {- VPB (Pass C.Sg Masc) => -} "replegado" ; + {- VPB (Pass C.Sg Fem) => -} "replegada" ; + {- VPB (Pass C.Pl Masc) => -} "replegados" ; + {- VPB (Pass C.Pl Fem) => -} "replegadas" + ] + } ; + +lin resegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resegar" ; + {- VI Ger => -} "resegando" ; + {- VI Part => -} "resegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resiego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resiegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resiega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resiegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resiega" ; + {- VPB (Imper C.Sg C.P3) => -} "resiegue" ; + {- VPB (Imper C.Pl C.P1) => -} "reseguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "resegad" ; + {- VPB (Imper C.Pl C.P3) => -} "resieguen" ; + {- VPB (Pass C.Sg Masc) => -} "resegado" ; + {- VPB (Pass C.Sg Fem) => -} "resegada" ; + {- VPB (Pass C.Pl Masc) => -} "resegados" ; + {- VPB (Pass C.Pl Fem) => -} "resegadas" + ] + } ; + +lin restregar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "restregar" ; + {- VI Ger => -} "restregando" ; + {- VI Part => -} "restregado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "restriego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "restriegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "restriega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "restregamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "restregáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restriegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restrieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restregaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restregabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restregaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restregábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restregaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restregasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "restregué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "restregaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "restregó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "restregamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "restregasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "restregaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "restregaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "restregarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "restregará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "restregaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "restregaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restregarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restregaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restregarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restregaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restregaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restregaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restregarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "restriega" ; + {- VPB (Imper C.Sg C.P3) => -} "restriegue" ; + {- VPB (Imper C.Pl C.P1) => -} "restreguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "restregad" ; + {- VPB (Imper C.Pl C.P3) => -} "restrieguen" ; + {- VPB (Pass C.Sg Masc) => -} "restregado" ; + {- VPB (Pass C.Sg Fem) => -} "restregada" ; + {- VPB (Pass C.Pl Masc) => -} "restregados" ; + {- VPB (Pass C.Pl Fem) => -} "restregadas" + ] + } ; + +lin revolcar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revolcar" ; + {- VI Ger => -} "revolcando" ; + {- VI Part => -} "revolcado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revuelco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revuelcas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revuelca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revolcamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revolcáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revuelcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revuelque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revuelques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revuelque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revolquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revolquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revuelquen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revolcaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revolcabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revolcaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revolcábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revolcabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revolcaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revolcara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revolcaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revolcara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revolcáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revolcarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revolcaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolcase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolcases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolcase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolcásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolcaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolcasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revolqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revolcaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revolcó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revolcamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revolcasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revolcaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revolcaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revolcarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revolcará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revolcaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revolcaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revolcarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revolcare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revolcares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revolcare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revolcáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revolcareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revolcaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revolcaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revolcarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revolcaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revolcaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revolcaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revolcarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revuelca" ; + {- VPB (Imper C.Sg C.P3) => -} "revuelque" ; + {- VPB (Imper C.Pl C.P1) => -} "revolquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "revolcad" ; + {- VPB (Imper C.Pl C.P3) => -} "revuelquen" ; + {- VPB (Pass C.Sg Masc) => -} "revolcado" ; + {- VPB (Pass C.Sg Fem) => -} "revolcada" ; + {- VPB (Pass C.Pl Masc) => -} "revolcados" ; + {- VPB (Pass C.Pl Fem) => -} "revolcadas" + ] + } ; + +lin rogar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rogar" ; + {- VI Ger => -} "rogando" ; + {- VI Part => -} "rogado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ruego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ruegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ruega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rogamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rogáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ruegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ruegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ruegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ruegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "roguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "roguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rueguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rogaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rogabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rogaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rogábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rogabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rogaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rogara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rogaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rogara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rogáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rogarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rogaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rogase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rogases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rogase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rogásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rogaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rogasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rogué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rogaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rogó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rogamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rogasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rogaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rogaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rogarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rogará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rogaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rogaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rogarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rogare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rogares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rogare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rogáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rogareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rogaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rogaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rogarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rogaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rogaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rogaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rogarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ruega" ; + {- VPB (Imper C.Sg C.P3) => -} "ruegue" ; + {- VPB (Imper C.Pl C.P1) => -} "roguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "rogad" ; + {- VPB (Imper C.Pl C.P3) => -} "rueguen" ; + {- VPB (Pass C.Sg Masc) => -} "rogado" ; + {- VPB (Pass C.Sg Fem) => -} "rogada" ; + {- VPB (Pass C.Pl Masc) => -} "rogados" ; + {- VPB (Pass C.Pl Fem) => -} "rogadas" + ] + } ; + +lin segar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "segar" ; + {- VI Ger => -} "segando" ; + {- VI Part => -} "segado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "siego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "siegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "siega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "segamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "segáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "siegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "siegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "seguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "seguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "segaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "segabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "segaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "segábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "segabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "segaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "segara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "segaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "segara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "segáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "segarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "segaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "segase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "segases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "segase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "segásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "segaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "segasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "segué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "segaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "segó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "segamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "segasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "segaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "segaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "segarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "segará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "segaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "segaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "segarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "segare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "segares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "segare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "segáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "segareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "segaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "segaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "segarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "segaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "segaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "segaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "segarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "siega" ; + {- VPB (Imper C.Sg C.P3) => -} "siegue" ; + {- VPB (Imper C.Pl C.P1) => -} "seguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "segad" ; + {- VPB (Imper C.Pl C.P3) => -} "sieguen" ; + {- VPB (Pass C.Sg Masc) => -} "segado" ; + {- VPB (Pass C.Sg Fem) => -} "segada" ; + {- VPB (Pass C.Pl Masc) => -} "segados" ; + {- VPB (Pass C.Pl Fem) => -} "segadas" + ] + } ; + +lin sorregar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sorregar" ; + {- VI Ger => -} "sorregando" ; + {- VI Part => -} "sorregado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sorriego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sorriegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sorriega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sorregamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sorregáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sorriegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sorriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sorriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sorriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sorreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sorreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sorrieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sorregaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sorregabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sorregaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sorregábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sorregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sorregaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sorregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sorregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sorregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sorregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sorregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sorregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sorregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sorregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sorregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sorregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sorregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sorregasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sorregué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sorregaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sorregó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sorregamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sorregasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sorregaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sorregaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sorregarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sorregará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sorregaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sorregaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sorregarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sorregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sorregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sorregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sorregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sorregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sorregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sorregaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sorregarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sorregaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sorregaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sorregaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sorregarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sorriega" ; + {- VPB (Imper C.Sg C.P3) => -} "sorriegue" ; + {- VPB (Imper C.Pl C.P1) => -} "sorreguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sorregad" ; + {- VPB (Imper C.Pl C.P3) => -} "sorrieguen" ; + {- VPB (Pass C.Sg Masc) => -} "sorregado" ; + {- VPB (Pass C.Sg Fem) => -} "sorregada" ; + {- VPB (Pass C.Pl Masc) => -} "sorregados" ; + {- VPB (Pass C.Pl Fem) => -} "sorregadas" + ] + } ; + +lin sosegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sosegar" ; + {- VI Ger => -} "sosegando" ; + {- VI Part => -} "sosegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sosiego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sosiegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sosiega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sosegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sosegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sosiegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sosiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sosiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sosiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sosieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sosegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sosegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sosegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sosegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sosegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sosegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sosegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sosegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sosegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sosegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sosegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sosegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sosegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sosegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sosegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sosegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sosegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sosegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sosegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sosegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sosegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sosegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sosegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sosegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sosegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sosegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sosegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sosegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sosegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sosegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sosegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sosegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sosegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sosegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sosegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sosegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sosegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sosegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sosegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sosegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sosiega" ; + {- VPB (Imper C.Sg C.P3) => -} "sosiegue" ; + {- VPB (Imper C.Pl C.P1) => -} "soseguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sosegad" ; + {- VPB (Imper C.Pl C.P3) => -} "sosieguen" ; + {- VPB (Pass C.Sg Masc) => -} "sosegado" ; + {- VPB (Pass C.Sg Fem) => -} "sosegada" ; + {- VPB (Pass C.Pl Masc) => -} "sosegados" ; + {- VPB (Pass C.Pl Fem) => -} "sosegadas" + ] + } ; + +lin trasegar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasegar" ; + {- VI Ger => -} "trasegando" ; + {- VI Part => -} "trasegado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasiego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasiegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasiega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasegamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasegáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasiegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasegaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasegabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasegaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasegábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasegaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasegasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasegué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasegaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasegó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasegamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasegasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasegaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasegaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasegarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasegará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasegaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasegaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasegarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasegaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasegarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasegaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasegaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasegaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasegarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasiega" ; + {- VPB (Imper C.Sg C.P3) => -} "trasiegue" ; + {- VPB (Imper C.Pl C.P1) => -} "traseguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasegad" ; + {- VPB (Imper C.Pl C.P3) => -} "trasieguen" ; + {- VPB (Pass C.Sg Masc) => -} "trasegado" ; + {- VPB (Pass C.Sg Fem) => -} "trasegada" ; + {- VPB (Pass C.Pl Masc) => -} "trasegados" ; + {- VPB (Pass C.Pl Fem) => -} "trasegadas" + ] + } ; + +lin trasfregar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasfregar" ; + {- VI Ger => -} "trasfregando" ; + {- VI Part => -} "trasfregado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasfriego" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasfriegas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasfriega" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasfregamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasfregáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasfriegan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasfriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasfriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasfriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasfreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasfreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasfrieguen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasfregaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasfregabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasfregaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasfregábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasfregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasfregaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasfregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasfregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasfregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasfregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasfregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasfregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasfregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasfregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasfregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasfregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasfregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasfregasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasfregué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasfregaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasfregó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasfregamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasfregasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasfregaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasfregaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasfregarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasfregará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasfregaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasfregaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasfregarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasfregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasfregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasfregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasfregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasfregaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasfregarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasfregaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasfregaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasfregaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasfregarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasfriega" ; + {- VPB (Imper C.Sg C.P3) => -} "trasfriegue" ; + {- VPB (Imper C.Pl C.P1) => -} "trasfreguemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasfregad" ; + {- VPB (Imper C.Pl C.P3) => -} "trasfrieguen" ; + {- VPB (Pass C.Sg Masc) => -} "trasfregado" ; + {- VPB (Pass C.Sg Fem) => -} "trasfregada" ; + {- VPB (Pass C.Pl Masc) => -} "trasfregados" ; + {- VPB (Pass C.Pl Fem) => -} "trasfregadas" + ] + } ; + +lin trastrocar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trastrocar" ; + {- VI Ger => -} "trastrocando" ; + {- VI Part => -} "trastrocado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trastrueco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trastruecas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trastrueca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trastrocamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trastrocáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trastruecan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trastrueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trastrueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trastrueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trastroquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trastroquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trastruequen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trastrocaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trastrocabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trastrocaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trastrocábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trastrocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trastrocaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trastrocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trastrocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trastrocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trastrocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trastrocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trastrocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trastrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trastrocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trastrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trastrocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trastrocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trastrocasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trastroqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trastrocaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trastrocó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trastrocamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trastrocasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trastrocaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trastrocaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trastrocarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trastrocará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trastrocaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trastrocaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trastrocarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trastrocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trastrocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trastrocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trastrocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trastrocaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trastrocarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trastrocaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trastrocaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trastrocaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trastrocarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trastrueca" ; + {- VPB (Imper C.Sg C.P3) => -} "trastrueque" ; + {- VPB (Imper C.Pl C.P1) => -} "trastroquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trastrocad" ; + {- VPB (Imper C.Pl C.P3) => -} "trastruequen" ; + {- VPB (Pass C.Sg Masc) => -} "trastrocado" ; + {- VPB (Pass C.Sg Fem) => -} "trastrocada" ; + {- VPB (Pass C.Pl Masc) => -} "trastrocados" ; + {- VPB (Pass C.Pl Fem) => -} "trastrocadas" + ] + } ; + +lin trocar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trocar" ; + {- VI Ger => -} "trocando" ; + {- VI Part => -} "trocado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trueco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "truecas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trueca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trocamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trocáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "truecan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "troquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "troquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "truequen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trocaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trocabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trocaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trocábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trocaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trocasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "troqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trocaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trocó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trocamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trocasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trocaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trocaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trocarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trocará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trocaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trocaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trocarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trocaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trocarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trocaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trocaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trocaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trocarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trueca" ; + {- VPB (Imper C.Sg C.P3) => -} "trueque" ; + {- VPB (Imper C.Pl C.P1) => -} "troquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trocad" ; + {- VPB (Imper C.Pl C.P3) => -} "truequen" ; + {- VPB (Pass C.Sg Masc) => -} "trocado" ; + {- VPB (Pass C.Sg Fem) => -} "trocada" ; + {- VPB (Pass C.Pl Masc) => -} "trocados" ; + {- VPB (Pass C.Pl Fem) => -} "trocadas" + ] + } ; + +lin tropezar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tropezar" ; + {- VI Ger => -} "tropezando" ; + {- VI Part => -} "tropezado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tropiezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tropiezas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tropieza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tropezamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tropezáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tropiezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tropiece" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tropieces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tropiece" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tropecemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tropecéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tropiecen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tropezaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tropezabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tropezaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tropezábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tropezabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tropezaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tropezara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tropezaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tropezara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tropezáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tropezarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tropezaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tropezase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tropezases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tropezase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tropezásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tropezaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tropezasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tropecé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tropezaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tropezó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tropezamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tropezasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tropezaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tropezaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tropezarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tropezará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tropezaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tropezaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tropezarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tropezare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tropezares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tropezare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tropezáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tropezareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tropezaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tropezaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tropezarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tropezaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tropezaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tropezaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tropezarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tropieza" ; + {- VPB (Imper C.Sg C.P3) => -} "tropiece" ; + {- VPB (Imper C.Pl C.P1) => -} "tropecemos" ; + {- VPB (Imper C.Pl C.P2) => -} "tropezad" ; + {- VPB (Imper C.Pl C.P3) => -} "tropiecen" ; + {- VPB (Pass C.Sg Masc) => -} "tropezado" ; + {- VPB (Pass C.Sg Fem) => -} "tropezada" ; + {- VPB (Pass C.Pl Masc) => -} "tropezados" ; + {- VPB (Pass C.Pl Fem) => -} "tropezadas" + ] + } ; + +lin volcar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "volcar" ; + {- VI Ger => -} "volcando" ; + {- VI Part => -} "volcado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "vuelco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vuelcas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vuelca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "volcamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "volcáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vuelcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vuelque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vuelques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vuelque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "volquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "volquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vuelquen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "volcaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "volcabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "volcaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "volcábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "volcabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "volcaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "volcara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "volcaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "volcara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "volcáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "volcarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "volcaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "volcase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "volcases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "volcase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "volcásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "volcaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "volcasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "volqué" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "volcaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "volcó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "volcamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "volcasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "volcaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "volcaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "volcarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "volcará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "volcaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "volcaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "volcarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "volcare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "volcares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "volcare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "volcáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "volcareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "volcaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "volcaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "volcarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "volcaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "volcaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "volcaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "volcarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vuelca" ; + {- VPB (Imper C.Sg C.P3) => -} "vuelque" ; + {- VPB (Imper C.Pl C.P1) => -} "volquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "volcad" ; + {- VPB (Imper C.Pl C.P3) => -} "vuelquen" ; + {- VPB (Pass C.Sg Masc) => -} "volcado" ; + {- VPB (Pass C.Sg Fem) => -} "volcada" ; + {- VPB (Pass C.Pl Masc) => -} "volcados" ; + {- VPB (Pass C.Pl Fem) => -} "volcadas" + ] + } ; + +lin dar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "dar" ; + {- VI Ger => -} "dando" ; + {- VI Part => -} "dado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "doy" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "das" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "da" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "damos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "dais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "dé" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "des" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "dé" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "demos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "den" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "daba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "daba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "daban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "diera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "diera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "diéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "diese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "diese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "diésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "diesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "di" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "diste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dio" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "disteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "daré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "darás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "daremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "daréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "darán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "diere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "diere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "diéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "diereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "daría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "darías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "daría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "daríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "daríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "darían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "da" ; + {- VPB (Imper C.Sg C.P3) => -} "dé" ; + {- VPB (Imper C.Pl C.P1) => -} "demos" ; + {- VPB (Imper C.Pl C.P2) => -} "dad" ; + {- VPB (Imper C.Pl C.P3) => -} "den" ; + {- VPB (Pass C.Sg Masc) => -} "dado" ; + {- VPB (Pass C.Sg Fem) => -} "dada" ; + {- VPB (Pass C.Pl Masc) => -} "dados" ; + {- VPB (Pass C.Pl Fem) => -} "dadas" + ] + } ; + +lin decir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "decir" ; + {- VI Ger => -} "diciendo" ; + {- VI Part => -} "dicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "digo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "dices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "dice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "decimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "decís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "digas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "digamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "digáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "digan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "decía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "decía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "diré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "diremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "diréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "di" ; + {- VPB (Imper C.Sg C.P3) => -} "diga" ; + {- VPB (Imper C.Pl C.P1) => -} "digamos" ; + {- VPB (Imper C.Pl C.P2) => -} "decid" ; + {- VPB (Imper C.Pl C.P3) => -} "digan" ; + {- VPB (Pass C.Sg Masc) => -} "dicho" ; + {- VPB (Pass C.Sg Fem) => -} "dicha" ; + {- VPB (Pass C.Pl Masc) => -} "dichos" ; + {- VPB (Pass C.Pl Fem) => -} "dichas" + ] + } ; + +lin condecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "condecir" ; + {- VI Ger => -} "condiciendo" ; + {- VI Part => -} "condicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "condigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "condices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "condice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "condecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "condecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "condije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "condijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "condijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "condijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "condijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "condijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "condiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "condirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "condirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "condiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "condiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "condi" ; + {- VPB (Imper C.Sg C.P3) => -} "condiga" ; + {- VPB (Imper C.Pl C.P1) => -} "condigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "condecid" ; + {- VPB (Imper C.Pl C.P3) => -} "condigan" ; + {- VPB (Pass C.Sg Masc) => -} "condicho" ; + {- VPB (Pass C.Sg Fem) => -} "condicha" ; + {- VPB (Pass C.Pl Masc) => -} "condichos" ; + {- VPB (Pass C.Pl Fem) => -} "condichas" + ] + } ; + +lin redecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "redecir" ; + {- VI Ger => -} "rediciendo" ; + {- VI Part => -} "redicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "redigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "redices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "redice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "redecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "redecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "redije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "redijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "redijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "redijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "redijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "redijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "redirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "redirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "redi" ; + {- VPB (Imper C.Sg C.P3) => -} "rediga" ; + {- VPB (Imper C.Pl C.P1) => -} "redigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "redecid" ; + {- VPB (Imper C.Pl C.P3) => -} "redigan" ; + {- VPB (Pass C.Sg Masc) => -} "redicho" ; + {- VPB (Pass C.Sg Fem) => -} "redicha" ; + {- VPB (Pass C.Pl Masc) => -} "redichos" ; + {- VPB (Pass C.Pl Fem) => -} "redichas" + ] + } ; + +lin aberrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aberrar" ; + {- VI Ger => -} "aberrando" ; + {- VI Part => -} "aberrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abyerro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abyerras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abyerra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aberramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aberráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abyerran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abyerre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abyerres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abyerre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aberremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aberréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abyerren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aberraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aberrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aberraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aberrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aberrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aberraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aberrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aberraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aberrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aberráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aberrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aberraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aberrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aberrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aberrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aberrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aberraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aberrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aberré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aberraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aberró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aberramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aberrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aberraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aberraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aberrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aberrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aberraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aberraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aberrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aberrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aberrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aberrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aberráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aberrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aberraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aberraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aberrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aberraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aberraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aberraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aberrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abyerra" ; + {- VPB (Imper C.Sg C.P3) => -} "abyerre" ; + {- VPB (Imper C.Pl C.P1) => -} "aberremos" ; + {- VPB (Imper C.Pl C.P2) => -} "aberrad" ; + {- VPB (Imper C.Pl C.P3) => -} "abyerren" ; + {- VPB (Pass C.Sg Masc) => -} "aberrado" ; + {- VPB (Pass C.Sg Fem) => -} "aberrada" ; + {- VPB (Pass C.Pl Masc) => -} "aberrados" ; + {- VPB (Pass C.Pl Fem) => -} "aberradas" + ] + } ; + +lin desosar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desosar" ; + {- VI Ger => -} "desosando" ; + {- VI Part => -} "desosado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deshueso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deshuesas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deshuesa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desosamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desosáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshuesan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshuese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshueses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshuese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desosemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshuesen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desosaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desosabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desosaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desosábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desosabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desosaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desosara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desosaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desosara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desosáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desosarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desosaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desosase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desosases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desosase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desosásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desosaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desosasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desosé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desosaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desosó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desosamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desosasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desosaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desosaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desosarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desosará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desosaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desosaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desosarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desosare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desosares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desosare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desosáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desosareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desosaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desosaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desosarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desosaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desosaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desosaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desosarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deshuesa" ; + {- VPB (Imper C.Sg C.P3) => -} "deshuese" ; + {- VPB (Imper C.Pl C.P1) => -} "desosemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desosad" ; + {- VPB (Imper C.Pl C.P3) => -} "deshuesen" ; + {- VPB (Pass C.Sg Masc) => -} "desosado" ; + {- VPB (Pass C.Sg Fem) => -} "desosada" ; + {- VPB (Pass C.Pl Masc) => -} "desosados" ; + {- VPB (Pass C.Pl Fem) => -} "desosadas" + ] + } ; + +lin errar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "errar" ; + {- VI Ger => -} "errando" ; + {- VI Part => -} "errado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "yerro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "yerras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "yerra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "erramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "erráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yerran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yerre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yerres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yerre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "erremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "erréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yerren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "erraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "errabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "erraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "errábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "errabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "erraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "errara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "erraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "errara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "erráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "errarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "erraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "errase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "errases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "errase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "errásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "erraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "errasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "erré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "erraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "erró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "erramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "errasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "erraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "erraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "errarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "errará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "erraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "erraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "errarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "errare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "errares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "errare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "erráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "errareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "erraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "erraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "errarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "erraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "erraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "erraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "errarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "yerra" ; + {- VPB (Imper C.Sg C.P3) => -} "yerre" ; + {- VPB (Imper C.Pl C.P1) => -} "erremos" ; + {- VPB (Imper C.Pl C.P2) => -} "errad" ; + {- VPB (Imper C.Pl C.P3) => -} "yerren" ; + {- VPB (Pass C.Sg Masc) => -} "errado" ; + {- VPB (Pass C.Sg Fem) => -} "errada" ; + {- VPB (Pass C.Pl Masc) => -} "errados" ; + {- VPB (Pass C.Pl Fem) => -} "erradas" + ] + } ; + +lin adherir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adherir" ; + {- VI Ger => -} "adhiriendo" ; + {- VI Part => -} "adherido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adhiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adhieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adhiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adherimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adherís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adhieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adhiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adhieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adhiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adhiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adhiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adhieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adhería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adherías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adhería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adheríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adheríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adherían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adhiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adhirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adhiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adhiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adhirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adhirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adhirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adhiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adhirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adhiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adherí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adheriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adhirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adherimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adheristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adhirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adheriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adherirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adherirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adheriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adheriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adherirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adhirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adhiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adhiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adhirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adheriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adherirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adheriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adheriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adheriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adherirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adhiere" ; + {- VPB (Imper C.Sg C.P3) => -} "adhiera" ; + {- VPB (Imper C.Pl C.P1) => -} "adhiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "adherid" ; + {- VPB (Imper C.Pl C.P3) => -} "adhieran" ; + {- VPB (Pass C.Sg Masc) => -} "adherido" ; + {- VPB (Pass C.Sg Fem) => -} "adherida" ; + {- VPB (Pass C.Pl Masc) => -} "adheridos" ; + {- VPB (Pass C.Pl Fem) => -} "adheridas" + ] + } ; + +lin adormir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adormir" ; + {- VI Ger => -} "adurmiendo" ; + {- VI Part => -} "adormido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aduermo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aduermes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aduerme" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adormimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adormís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aduermen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aduerma" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aduermas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aduerma" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adurmamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adurmáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aduerman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adormía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adormías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adormía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adormíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adormíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adormían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adurmiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adurmieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adurmiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adurmiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adurmierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adurmieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adurmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adurmieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adurmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adurmiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adurmieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adurmiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adormí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adormiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adurmió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adormimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adormisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adurmieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adormiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adormirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adormirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adormiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adormiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adormirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adurmieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adurmiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adurmiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adurmieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adormiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adormirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adormiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adormiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adormiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adormirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aduerme" ; + {- VPB (Imper C.Sg C.P3) => -} "aduerma" ; + {- VPB (Imper C.Pl C.P1) => -} "adurmamos" ; + {- VPB (Imper C.Pl C.P2) => -} "adormid" ; + {- VPB (Imper C.Pl C.P3) => -} "aduerman" ; + {- VPB (Pass C.Sg Masc) => -} "adormido" ; + {- VPB (Pass C.Sg Fem) => -} "adormida" ; + {- VPB (Pass C.Pl Masc) => -} "adormidos" ; + {- VPB (Pass C.Pl Fem) => -} "adormidas" + ] + } ; + +lin advertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "advertir" ; + {- VI Ger => -} "advirtiendo" ; + {- VI Part => -} "advertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "advierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "advierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "advertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "advertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "advierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "advierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "advierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "advirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "advirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "advertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "advertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "advertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "advertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "advertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "advertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "advirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "advirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "advirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "advirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "advirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "advirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "advirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "advirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "advirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "advirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "advirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "advirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "advertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "advertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "advirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "advertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "advertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "advirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "advertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "advertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "advertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "advertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "advertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "advertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "advirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "advirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "advirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "advirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "advertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "advertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "advertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "advertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "advertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "advertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "advierte" ; + {- VPB (Imper C.Sg C.P3) => -} "advierta" ; + {- VPB (Imper C.Pl C.P1) => -} "advirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "advertid" ; + {- VPB (Imper C.Pl C.P3) => -} "adviertan" ; + {- VPB (Pass C.Sg Masc) => -} "advertido" ; + {- VPB (Pass C.Sg Fem) => -} "advertida" ; + {- VPB (Pass C.Pl Masc) => -} "advertidos" ; + {- VPB (Pass C.Pl Fem) => -} "advertidas" + ] + } ; + +lin asentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asentir" ; + {- VI Ger => -} "asintiendo" ; + {- VI Part => -} "asentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asiente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asiente" ; + {- VPB (Imper C.Sg C.P3) => -} "asienta" ; + {- VPB (Imper C.Pl C.P1) => -} "asintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "asentid" ; + {- VPB (Imper C.Pl C.P3) => -} "asientan" ; + {- VPB (Pass C.Sg Masc) => -} "asentido" ; + {- VPB (Pass C.Sg Fem) => -} "asentida" ; + {- VPB (Pass C.Pl Masc) => -} "asentidos" ; + {- VPB (Pass C.Pl Fem) => -} "asentidas" + ] + } ; + +lin circunferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "circunferir" ; + {- VI Ger => -} "circunfiriendo" ; + {- VI Part => -} "circunferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "circunfiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "circunfieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "circunfiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "circunferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "circunferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circunfieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circunfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circunfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circunfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circunfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circunfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circunfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circunfería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circunferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circunfería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circunferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circunferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circunferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circunfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circunfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circunfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circunfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circunfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circunfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunfiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "circunferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "circunferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "circunfirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "circunferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "circunferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "circunfirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "circunferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "circunferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "circunferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "circunferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "circunferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circunferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circunfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circunfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circunfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circunferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circunferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circunferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circunferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circunferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circunferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "circunfiere" ; + {- VPB (Imper C.Sg C.P3) => -} "circunfiera" ; + {- VPB (Imper C.Pl C.P1) => -} "circunfiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "circunferid" ; + {- VPB (Imper C.Pl C.P3) => -} "circunfieran" ; + {- VPB (Pass C.Sg Masc) => -} "circunferido" ; + {- VPB (Pass C.Sg Fem) => -} "circunferida" ; + {- VPB (Pass C.Pl Masc) => -} "circunferidos" ; + {- VPB (Pass C.Pl Fem) => -} "circunferidas" + ] + } ; + +lin conferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "conferir" ; + {- VI Ger => -} "confiriendo" ; + {- VI Part => -} "conferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "confiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "confieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "confiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "conferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "conferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "confieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "confiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "confieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "confiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "confiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "confiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "confieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "confería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "confería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "confiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "confirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "confiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "confiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "confirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "confirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "confiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "confirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "confiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "confiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "confirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "confiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "conferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "conferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "confirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "conferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "conferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "confirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "conferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "conferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "conferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "conferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "conferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "confiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "confirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "confiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "confiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "confiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "confirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "confiere" ; + {- VPB (Imper C.Sg C.P3) => -} "confiera" ; + {- VPB (Imper C.Pl C.P1) => -} "confiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "conferid" ; + {- VPB (Imper C.Pl C.P3) => -} "confieran" ; + {- VPB (Pass C.Sg Masc) => -} "conferido" ; + {- VPB (Pass C.Sg Fem) => -} "conferida" ; + {- VPB (Pass C.Pl Masc) => -} "conferidos" ; + {- VPB (Pass C.Pl Fem) => -} "conferidas" + ] + } ; + +lin consentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "consentir" ; + {- VI Ger => -} "consintiendo" ; + {- VI Part => -} "consentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "consiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "consientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "consiente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "consentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "consentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "consentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "consentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "consentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "consentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "consentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "consentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "consentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "consentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "consintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "consentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "consentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "consintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "consentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "consentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "consentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "consentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "consentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "consentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "consentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "consentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "consentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "consentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "consentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "consentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "consiente" ; + {- VPB (Imper C.Sg C.P3) => -} "consienta" ; + {- VPB (Imper C.Pl C.P1) => -} "consintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "consentid" ; + {- VPB (Imper C.Pl C.P3) => -} "consientan" ; + {- VPB (Pass C.Sg Masc) => -} "consentido" ; + {- VPB (Pass C.Sg Fem) => -} "consentida" ; + {- VPB (Pass C.Pl Masc) => -} "consentidos" ; + {- VPB (Pass C.Pl Fem) => -} "consentidas" + ] + } ; + +lin controvertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "controvertir" ; + {- VI Ger => -} "controvirtiendo" ; + {- VI Part => -} "controvertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "controvierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "controviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "controvierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "controvertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "controvertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "controvierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "controvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "controviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "controvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "controvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "controvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "controviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "controvertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "controvertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "controvertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "controvertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "controvertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "controvertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "controvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "controvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "controvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "controvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "controvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "controvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "controvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "controvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "controvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "controvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "controvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "controvirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "controvertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "controvertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "controvirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "controvertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "controvertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "controvirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "controvertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "controvertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "controvertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "controvertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "controvertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "controvertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "controvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "controvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "controvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "controvertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "controvertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "controvertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "controvertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "controvertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "controvertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "controvierte" ; + {- VPB (Imper C.Sg C.P3) => -} "controvierta" ; + {- VPB (Imper C.Pl C.P1) => -} "controvirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "controvertid" ; + {- VPB (Imper C.Pl C.P3) => -} "controviertan" ; + {- VPB (Pass C.Sg Masc) => -} "controvertido" ; + {- VPB (Pass C.Sg Fem) => -} "controvertida" ; + {- VPB (Pass C.Pl Masc) => -} "controvertidos" ; + {- VPB (Pass C.Pl Fem) => -} "controvertidas" + ] + } ; + +lin convertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "convertir" ; + {- VI Ger => -} "convirtiendo" ; + {- VI Part => -} "convertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "convierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "conviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "convierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "convertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "convierte" ; + {- VPB (Imper C.Sg C.P3) => -} "convierta" ; + {- VPB (Imper C.Pl C.P1) => -} "convirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "convertid" ; + {- VPB (Imper C.Pl C.P3) => -} "conviertan" ; + {- VPB (Pass C.Sg Masc) => -} "convertido" ; + {- VPB (Pass C.Sg Fem) => -} "convertida" ; + {- VPB (Pass C.Pl Masc) => -} "convertidos" ; + {- VPB (Pass C.Pl Fem) => -} "convertidas" + ] + } ; + +lin deferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deferir" ; + {- VI Ger => -} "defiriendo" ; + {- VI Part => -} "deferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "defiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "defieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "defiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "defieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "defiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "defieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "defiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "defiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "defiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "defieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "defería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "defería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "defiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "defirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "defiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "defiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "defirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "defirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "defiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "defirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "defiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "defiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "defirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "defiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "defirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "defirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "deferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "deferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "deferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "defiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "defirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "defiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "defiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "defiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "defirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "defiere" ; + {- VPB (Imper C.Sg C.P3) => -} "defiera" ; + {- VPB (Imper C.Pl C.P1) => -} "defiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "deferid" ; + {- VPB (Imper C.Pl C.P3) => -} "defieran" ; + {- VPB (Pass C.Sg Masc) => -} "deferido" ; + {- VPB (Pass C.Sg Fem) => -} "deferida" ; + {- VPB (Pass C.Pl Masc) => -} "deferidos" ; + {- VPB (Pass C.Pl Fem) => -} "deferidas" + ] + } ; + +lin desadvertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desadvertir" ; + {- VI Ger => -} "desadvirtiendo" ; + {- VI Part => -} "desadvertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desadvierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desadviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desadvierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desadvertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desadvertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desadvierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desadvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desadviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desadvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desadvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desadvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desadviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desadvertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desadvertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desadvertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desadvertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desadvertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desadvertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desadvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desadvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desadvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desadvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desadvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desadvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desadvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desadvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desadvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desadvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desadvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desadvirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desadvertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desadvertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desadvirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desadvertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desadvertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desadvirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desadvertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desadvertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desadvertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desadvertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desadvertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desadvertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desadvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desadvertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desadvertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desadvertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desadvertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desadvertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desadvertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desadvierte" ; + {- VPB (Imper C.Sg C.P3) => -} "desadvierta" ; + {- VPB (Imper C.Pl C.P1) => -} "desadvirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desadvertid" ; + {- VPB (Imper C.Pl C.P3) => -} "desadviertan" ; + {- VPB (Pass C.Sg Masc) => -} "desadvertido" ; + {- VPB (Pass C.Sg Fem) => -} "desadvertida" ; + {- VPB (Pass C.Pl Masc) => -} "desadvertidos" ; + {- VPB (Pass C.Pl Fem) => -} "desadvertidas" + ] + } ; + +lin desconsentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desconsentir" ; + {- VI Ger => -} "desconsintiendo" ; + {- VI Part => -} "desconsentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desconsiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desconsientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desconsiente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desconsentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desconsentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconsienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconsienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconsientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconsienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconsintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconsintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconsientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconsentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconsentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconsentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconsentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconsentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconsentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconsintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconsintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconsintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconsintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconsintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconsintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconsintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconsintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconsintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconsintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconsintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconsintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desconsentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desconsentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desconsintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desconsentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desconsentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desconsintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desconsentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desconsentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desconsentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desconsentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desconsentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconsentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconsintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconsintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconsintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconsentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconsentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconsentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconsentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconsentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconsentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desconsiente" ; + {- VPB (Imper C.Sg C.P3) => -} "desconsienta" ; + {- VPB (Imper C.Pl C.P1) => -} "desconsintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desconsentid" ; + {- VPB (Imper C.Pl C.P3) => -} "desconsientan" ; + {- VPB (Pass C.Sg Masc) => -} "desconsentido" ; + {- VPB (Pass C.Sg Fem) => -} "desconsentida" ; + {- VPB (Pass C.Pl Masc) => -} "desconsentidos" ; + {- VPB (Pass C.Pl Fem) => -} "desconsentidas" + ] + } ; + +lin desmentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmentir" ; + {- VI Ger => -} "desmintiendo" ; + {- VI Part => -} "desmentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmiente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmiente" ; + {- VPB (Imper C.Sg C.P3) => -} "desmienta" ; + {- VPB (Imper C.Pl C.P1) => -} "desmintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmentid" ; + {- VPB (Imper C.Pl C.P3) => -} "desmientan" ; + {- VPB (Pass C.Sg Masc) => -} "desmentido" ; + {- VPB (Pass C.Sg Fem) => -} "desmentida" ; + {- VPB (Pass C.Pl Masc) => -} "desmentidos" ; + {- VPB (Pass C.Pl Fem) => -} "desmentidas" + ] + } ; + +lin diferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "diferir" ; + {- VI Ger => -} "difiriendo" ; + {- VI Part => -} "diferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "difiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "difieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "difiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "diferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "diferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "difieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "difiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "difieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "difiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "difiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "difiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "difieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "difería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "diferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "difería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "diferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "diferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "diferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "difiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "difirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "difiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "difiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "difirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "difirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "difiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "difirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "difiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "difiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "difirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "difiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "diferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "diferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "difirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "diferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "diferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "difirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "diferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "diferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "diferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "diferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "diferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "diferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "difiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "difirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "difiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "difiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "difiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "difirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "difiere" ; + {- VPB (Imper C.Sg C.P3) => -} "difiera" ; + {- VPB (Imper C.Pl C.P1) => -} "difiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "diferid" ; + {- VPB (Imper C.Pl C.P3) => -} "difieran" ; + {- VPB (Pass C.Sg Masc) => -} "diferido" ; + {- VPB (Pass C.Sg Fem) => -} "diferida" ; + {- VPB (Pass C.Pl Masc) => -} "diferidos" ; + {- VPB (Pass C.Pl Fem) => -} "diferidas" + ] + } ; + +lin digerir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "digerir" ; + {- VI Ger => -} "digiriendo" ; + {- VI Part => -} "digerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "digiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "digieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "digiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "digerimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "digerís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "digieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "digiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "digieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "digiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "digiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "digiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "digieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "digería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "digerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "digería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "digeríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "digeríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "digerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "digiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "digirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "digiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "digiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "digirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "digirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "digiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "digirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "digiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "digiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "digirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "digiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "digerí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "digeriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "digirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "digerimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "digeristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "digirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "digeriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "digerirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "digerirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "digeriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "digeriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "digerirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "digiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "digirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "digiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "digiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "digiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "digirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "digeriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "digerirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "digeriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "digeriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "digeriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "digerirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "digiere" ; + {- VPB (Imper C.Sg C.P3) => -} "digiera" ; + {- VPB (Imper C.Pl C.P1) => -} "digiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "digerid" ; + {- VPB (Imper C.Pl C.P3) => -} "digieran" ; + {- VPB (Pass C.Sg Masc) => -} "digerido" ; + {- VPB (Pass C.Sg Fem) => -} "digerida" ; + {- VPB (Pass C.Pl Masc) => -} "digeridos" ; + {- VPB (Pass C.Pl Fem) => -} "digeridas" + ] + } ; + +lin disentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "disentir" ; + {- VI Ger => -} "disintiendo" ; + {- VI Part => -} "disentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "disiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "disientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "disiente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "disentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "disentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "disentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "disentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "disintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "disentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "disentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "disintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "disentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "disentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "disentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "disentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "disentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "disiente" ; + {- VPB (Imper C.Sg C.P3) => -} "disienta" ; + {- VPB (Imper C.Pl C.P1) => -} "disintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "disentid" ; + {- VPB (Imper C.Pl C.P3) => -} "disientan" ; + {- VPB (Pass C.Sg Masc) => -} "disentido" ; + {- VPB (Pass C.Sg Fem) => -} "disentida" ; + {- VPB (Pass C.Pl Masc) => -} "disentidos" ; + {- VPB (Pass C.Pl Fem) => -} "disentidas" + ] + } ; + +lin divertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "divertir" ; + {- VI Ger => -} "divirtiendo" ; + {- VI Part => -} "divertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "divierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "diviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "divierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "divertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "divertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "divierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "divierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "divierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "divirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "divirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "divertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "divertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "divertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "divertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "divertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "divertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "divirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "divirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "divirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "divirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "divirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "divirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "divirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "divirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "divirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "divirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "divirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "divirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "divertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "divertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "divirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "divertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "divertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "divirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "divertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "divertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "divertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "divertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "divertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "divertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "divirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "divirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "divirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "divirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "divertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "divertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "divertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "divertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "divertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "divertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "divierte" ; + {- VPB (Imper C.Sg C.P3) => -} "divierta" ; + {- VPB (Imper C.Pl C.P1) => -} "divirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "divertid" ; + {- VPB (Imper C.Pl C.P3) => -} "diviertan" ; + {- VPB (Pass C.Sg Masc) => -} "divertido" ; + {- VPB (Pass C.Sg Fem) => -} "divertida" ; + {- VPB (Pass C.Pl Masc) => -} "divertidos" ; + {- VPB (Pass C.Pl Fem) => -} "divertidas" + ] + } ; + +lin dormir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "dormir" ; + {- VI Ger => -} "durmiendo" ; + {- VI Part => -} "dormido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "duermo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "duermes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "duerme" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "dormimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "dormís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "duermen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "duerma" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "duermas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "duerma" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "durmamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "durmáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "duerman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dormía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dormías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dormía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dormíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dormíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dormían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "durmiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "durmieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "durmiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "durmiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "durmierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "durmieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "durmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "durmieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "durmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "durmiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "durmieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "durmiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dormí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dormiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "durmió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dormimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dormisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "durmieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "dormiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dormirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dormirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "dormiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "dormiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dormirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "durmiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "durmieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "durmiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "durmiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "durmiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "durmieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dormiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dormirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dormiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dormiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dormiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dormirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "duerme" ; + {- VPB (Imper C.Sg C.P3) => -} "duerma" ; + {- VPB (Imper C.Pl C.P1) => -} "durmamos" ; + {- VPB (Imper C.Pl C.P2) => -} "dormid" ; + {- VPB (Imper C.Pl C.P3) => -} "duerman" ; + {- VPB (Pass C.Sg Masc) => -} "dormido" ; + {- VPB (Pass C.Sg Fem) => -} "dormida" ; + {- VPB (Pass C.Pl Masc) => -} "dormidos" ; + {- VPB (Pass C.Pl Fem) => -} "dormidas" + ] + } ; + +lin herir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "herir" ; + {- VI Ger => -} "hiriendo" ; + {- VI Part => -} "herido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "herimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "herís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "herías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "heríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "heríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "herí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "heriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "herimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "heristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "heriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "herirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "herirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "heriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "heriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "heriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "heriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "heriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "heriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hiere" ; + {- VPB (Imper C.Sg C.P3) => -} "hiera" ; + {- VPB (Imper C.Pl C.P1) => -} "hiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "herid" ; + {- VPB (Imper C.Pl C.P3) => -} "hieran" ; + {- VPB (Pass C.Sg Masc) => -} "herido" ; + {- VPB (Pass C.Sg Fem) => -} "herida" ; + {- VPB (Pass C.Pl Masc) => -} "heridos" ; + {- VPB (Pass C.Pl Fem) => -} "heridas" + ] + } ; + +lin hervir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hervir" ; + {- VI Ger => -} "hirviendo" ; + {- VI Part => -} "hervido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hiervo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hierves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hierve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hervimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hervís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hierven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hierva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiervas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hierva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiervan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hervía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hervías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hervía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hervíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hervíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hervían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hirviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "herví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "herviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hirvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hervimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hervisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hirvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "herviré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "hervirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hervirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "herviremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "herviréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hervirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herviría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hervirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herviría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herviríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herviríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hervirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hierve" ; + {- VPB (Imper C.Sg C.P3) => -} "hierva" ; + {- VPB (Imper C.Pl C.P1) => -} "hirvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "hervid" ; + {- VPB (Imper C.Pl C.P3) => -} "hiervan" ; + {- VPB (Pass C.Sg Masc) => -} "hervido" ; + {- VPB (Pass C.Sg Fem) => -} "hervida" ; + {- VPB (Pass C.Pl Masc) => -} "hervidos" ; + {- VPB (Pass C.Pl Fem) => -} "hervidas" + ] + } ; + +lin inferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inferir" ; + {- VI Ger => -} "infiriendo" ; + {- VI Part => -} "inferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "infiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "infieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "infiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "infiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "infieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "infiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "infiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "infiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "infieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "inferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "infirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "inferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "inferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "infirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "inferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "inferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "inferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "infiere" ; + {- VPB (Imper C.Sg C.P3) => -} "infiera" ; + {- VPB (Imper C.Pl C.P1) => -} "infiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "inferid" ; + {- VPB (Imper C.Pl C.P3) => -} "infieran" ; + {- VPB (Pass C.Sg Masc) => -} "inferido" ; + {- VPB (Pass C.Sg Fem) => -} "inferida" ; + {- VPB (Pass C.Pl Masc) => -} "inferidos" ; + {- VPB (Pass C.Pl Fem) => -} "inferidas" + ] + } ; + +lin ingerir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ingerir" ; + {- VI Ger => -} "ingiriendo" ; + {- VI Part => -} "ingerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ingiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ingieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ingiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ingerimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ingerís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ingieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ingiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ingieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ingiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ingiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ingiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ingieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ingería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ingerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ingería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ingeríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ingeríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ingerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ingiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ingirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ingiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ingiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ingirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ingirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ingiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ingirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ingiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ingiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ingirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ingiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ingerí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ingeriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ingirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ingerimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ingeristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ingirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ingeriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ingerirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ingerirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ingeriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ingeriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ingerirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ingirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ingiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ingiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ingirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ingeriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ingerirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ingeriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ingeriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ingeriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ingerirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ingiere" ; + {- VPB (Imper C.Sg C.P3) => -} "ingiera" ; + {- VPB (Imper C.Pl C.P1) => -} "ingiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "ingerid" ; + {- VPB (Imper C.Pl C.P3) => -} "ingieran" ; + {- VPB (Pass C.Sg Masc) => -} "ingerido" ; + {- VPB (Pass C.Sg Fem) => -} "ingerida" ; + {- VPB (Pass C.Pl Masc) => -} "ingeridos" ; + {- VPB (Pass C.Pl Fem) => -} "ingeridas" + ] + } ; + +lin injerir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "injerir" ; + {- VI Ger => -} "injiriendo" ; + {- VI Part => -} "injerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "injiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "injieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "injiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "injerimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "injerís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "injieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "injiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "injieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "injiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "injiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "injiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "injieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "injería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "injerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "injería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "injeríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "injeríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "injerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "injiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "injirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "injiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "injiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "injirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "injirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "injiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "injirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "injiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "injiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "injirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "injiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "injerí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "injeriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "injirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "injerimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "injeristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "injirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "injeriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "injerirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "injerirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "injeriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "injeriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "injerirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "injiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "injirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "injiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "injiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "injiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "injirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "injeriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "injerirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "injeriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "injeriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "injeriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "injerirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "injiere" ; + {- VPB (Imper C.Sg C.P3) => -} "injiera" ; + {- VPB (Imper C.Pl C.P1) => -} "injiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "injerid" ; + {- VPB (Imper C.Pl C.P3) => -} "injieran" ; + {- VPB (Pass C.Sg Masc) => -} "injerido" ; + {- VPB (Pass C.Sg Fem) => -} "injerida" ; + {- VPB (Pass C.Pl Masc) => -} "injeridos" ; + {- VPB (Pass C.Pl Fem) => -} "injeridas" + ] + } ; + +lin inserir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inserir" ; + {- VI Ger => -} "insiriendo" ; + {- VI Part => -} "inserido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "insiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "insieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "insiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inserimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inserís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "insieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "insiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "insieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "insiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "insiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "insiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "insieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "insería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inserías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "insería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inseríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inseríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inserían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "insiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "insirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "insiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "insiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "insirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "insirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "insiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "insirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "insiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "insiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "insirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "insiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inserí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "inseriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "insirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "inserimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "inseristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "insirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "inseriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inserirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inserirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "inseriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "inseriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inserirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "insiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "insirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "insiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "insiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "insiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "insirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inseriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inserirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inseriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inseriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inseriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inserirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "insiere" ; + {- VPB (Imper C.Sg C.P3) => -} "insiera" ; + {- VPB (Imper C.Pl C.P1) => -} "insiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "inserid" ; + {- VPB (Imper C.Pl C.P3) => -} "insieran" ; + {- VPB (Pass C.Sg Masc) => -} "inserido" ; + {- VPB (Pass C.Sg Fem) => -} "inserida" ; + {- VPB (Pass C.Pl Masc) => -} "inseridos" ; + {- VPB (Pass C.Pl Fem) => -} "inseridas" + ] + } ; + +lin interferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "interferir" ; + {- VI Ger => -} "interfiriendo" ; + {- VI Part => -} "interferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "interfiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "interfieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "interfiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "interferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "interferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "interfieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "interfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "interfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "interfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "interfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "interfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "interfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "interfería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "interferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "interfería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "interferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "interferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "interferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "interfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "interfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "interfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "interfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "interfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "interfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "interfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "interfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "interfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "interfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "interfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "interfiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "interferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "interferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "interfirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "interferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "interferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "interfirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "interferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "interferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "interferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "interferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "interferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "interferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "interfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "interfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "interfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "interfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "interferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "interferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "interferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "interferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "interferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "interferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "interfiere" ; + {- VPB (Imper C.Sg C.P3) => -} "interfiera" ; + {- VPB (Imper C.Pl C.P1) => -} "interfiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "interferid" ; + {- VPB (Imper C.Pl C.P3) => -} "interfieran" ; + {- VPB (Pass C.Sg Masc) => -} "interferido" ; + {- VPB (Pass C.Sg Fem) => -} "interferida" ; + {- VPB (Pass C.Pl Masc) => -} "interferidos" ; + {- VPB (Pass C.Pl Fem) => -} "interferidas" + ] + } ; + +lin invertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "invertir" ; + {- VI Ger => -} "invirtiendo" ; + {- VI Part => -} "invertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "invierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "invierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "invertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "invertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "invierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "invierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "invierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "invirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "invirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "invertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "invertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "invertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "invertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "invertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "invertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "invirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "invirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "invirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "invirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "invirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "invirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "invirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "invirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "invirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "invirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "invirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "invirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "invertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "invertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "invirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "invertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "invertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "invirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "invertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "invertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "invertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "invertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "invertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "invertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "invirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "invirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "invirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "invirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "invertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "invertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "invertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "invertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "invertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "invertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "invierte" ; + {- VPB (Imper C.Sg C.P3) => -} "invierta" ; + {- VPB (Imper C.Pl C.P1) => -} "invirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "invertid" ; + {- VPB (Imper C.Pl C.P3) => -} "inviertan" ; + {- VPB (Pass C.Sg Masc) => -} "invertido" ; + {- VPB (Pass C.Sg Fem) => -} "invertida" ; + {- VPB (Pass C.Pl Masc) => -} "invertidos" ; + {- VPB (Pass C.Pl Fem) => -} "invertidas" + ] + } ; + +lin malherir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "malherir" ; + {- VI Ger => -} "malhiriendo" ; + {- VI Part => -} "malherido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "malhiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "malhieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "malhiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "malherimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "malherís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "malhieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "malhiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "malhieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "malhiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "malhiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "malhiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "malhieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "malhería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "malherías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "malhería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "malheríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "malheríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "malherían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "malhiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "malhirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "malhiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "malhiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "malhirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "malhirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "malhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "malhirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "malhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "malhiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "malhirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "malhiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "malherí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "malheriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "malhirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "malherimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "malheristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "malhirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "malheriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "malherirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "malherirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "malheriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "malheriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "malherirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "malhirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "malhiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "malhiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "malhirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "malheriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "malherirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "malheriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "malheriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "malheriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "malherirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "malhiere" ; + {- VPB (Imper C.Sg C.P3) => -} "malhiera" ; + {- VPB (Imper C.Pl C.P1) => -} "malhiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "malherid" ; + {- VPB (Imper C.Pl C.P3) => -} "malhieran" ; + {- VPB (Pass C.Sg Masc) => -} "malherido" ; + {- VPB (Pass C.Sg Fem) => -} "malherida" ; + {- VPB (Pass C.Pl Masc) => -} "malheridos" ; + {- VPB (Pass C.Pl Fem) => -} "malheridas" + ] + } ; + +lin mentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mentir" ; + {- VI Ger => -} "mintiendo" ; + {- VI Part => -} "mentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "miento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "miente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "miente" ; + {- VPB (Imper C.Sg C.P3) => -} "mienta" ; + {- VPB (Imper C.Pl C.P1) => -} "mintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "mentid" ; + {- VPB (Imper C.Pl C.P3) => -} "mientan" ; + {- VPB (Pass C.Sg Masc) => -} "mentido" ; + {- VPB (Pass C.Sg Fem) => -} "mentida" ; + {- VPB (Pass C.Pl Masc) => -} "mentidos" ; + {- VPB (Pass C.Pl Fem) => -} "mentidas" + ] + } ; + +lin morir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "morir" ; + {- VI Ger => -} "moriendo" ; + {- VI Part => -} "muerto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mueres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "morimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "morís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mueras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "muramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "muráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mueran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "moría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "morías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "moría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "moríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "moríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "morían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "muriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "murieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "muriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "muriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "murierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "murieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "muriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "murieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "muriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "muriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "murieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "muriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "morí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "moriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "murió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "morimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "moristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "murieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "moriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "morirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "morirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "moriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "moriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "morirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "muriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "murieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "muriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "muriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "muriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "murieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "moriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "morirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "moriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "morirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muere" ; + {- VPB (Imper C.Sg C.P3) => -} "muera" ; + {- VPB (Imper C.Pl C.P1) => -} "muramos" ; + {- VPB (Imper C.Pl C.P2) => -} "morid" ; + {- VPB (Imper C.Pl C.P3) => -} "mueran" ; + {- VPB (Pass C.Sg Masc) => -} "muerto" ; + {- VPB (Pass C.Sg Fem) => -} "muerta" ; + {- VPB (Pass C.Pl Masc) => -} "muertos" ; + {- VPB (Pass C.Pl Fem) => -} "muertas" + ] + } ; + +lin pervertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pervertir" ; + {- VI Ger => -} "pervirtiendo" ; + {- VI Part => -} "pervertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pervierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "perviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pervierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pervertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pervertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pervierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pervierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pervierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pervirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pervirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pervertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pervertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pervertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pervertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pervertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pervertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pervirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pervirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pervirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pervirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pervirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pervirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pervirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pervirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pervirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pervirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pervirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pervirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pervertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pervertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pervirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pervertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pervertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pervirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pervertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pervertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pervertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pervertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pervertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pervertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pervirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pervirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pervirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pervertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pervertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pervertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pervertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pervertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pervertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pervierte" ; + {- VPB (Imper C.Sg C.P3) => -} "pervierta" ; + {- VPB (Imper C.Pl C.P1) => -} "pervirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "pervertid" ; + {- VPB (Imper C.Pl C.P3) => -} "perviertan" ; + {- VPB (Pass C.Sg Masc) => -} "pervertido" ; + {- VPB (Pass C.Sg Fem) => -} "pervertida" ; + {- VPB (Pass C.Pl Masc) => -} "pervertidos" ; + {- VPB (Pass C.Pl Fem) => -} "pervertidas" + ] + } ; + +lin preferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preferir" ; + {- VI Ger => -} "prefiriendo" ; + {- VI Part => -} "preferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prefiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prefieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prefiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "preferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prefieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prefiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prefieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prefiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prefiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prefiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prefieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prefería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prefería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prefiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prefirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prefiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prefiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prefirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prefirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prefiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prefirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prefiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prefiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prefirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prefiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "preferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "preferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prefirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "preferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "preferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prefirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "preferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "preferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prefirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prefiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prefiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prefirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prefiere" ; + {- VPB (Imper C.Sg C.P3) => -} "prefiera" ; + {- VPB (Imper C.Pl C.P1) => -} "prefiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "preferid" ; + {- VPB (Imper C.Pl C.P3) => -} "prefieran" ; + {- VPB (Pass C.Sg Masc) => -} "preferido" ; + {- VPB (Pass C.Sg Fem) => -} "preferida" ; + {- VPB (Pass C.Pl Masc) => -} "preferidos" ; + {- VPB (Pass C.Pl Fem) => -} "preferidas" + ] + } ; + +lin premorir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "premorir" ; + {- VI Ger => -} "premoriendo" ; + {- VI Part => -} "premuerto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "premuero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "premueres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "premuere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "premorimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "premorís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "premueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "premuera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "premueras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "premuera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "premuramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "premuráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "premueran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "premoría" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "premorías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "premoría" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "premoríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "premoríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "premorían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "premuriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "premurieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "premuriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "premuriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "premurierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "premurieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "premuriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "premurieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "premuriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "premuriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "premurieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "premuriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "premorí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "premoriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "premurió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "premorimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "premoristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "premurieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "premoriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "premorirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "premorirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "premoriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "premoriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "premorirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "premuriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "premurieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "premuriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "premuriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "premuriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "premurieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "premoriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "premorirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "premoriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "premoriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "premoriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "premorirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "premuere" ; + {- VPB (Imper C.Sg C.P3) => -} "premuera" ; + {- VPB (Imper C.Pl C.P1) => -} "premuramos" ; + {- VPB (Imper C.Pl C.P2) => -} "premorid" ; + {- VPB (Imper C.Pl C.P3) => -} "premueran" ; + {- VPB (Pass C.Sg Masc) => -} "premuerto" ; + {- VPB (Pass C.Sg Fem) => -} "premuerta" ; + {- VPB (Pass C.Pl Masc) => -} "premuertos" ; + {- VPB (Pass C.Pl Fem) => -} "premuertas" + ] + } ; + +lin presentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "presentir" ; + {- VI Ger => -} "presintiendo" ; + {- VI Part => -} "presentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "presiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "presientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "presiente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "presentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "presentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "presienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "presienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "presientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "presienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "presintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "presintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "presientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "presentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "presentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "presentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "presentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "presentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "presentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "presintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "presintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "presintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "presintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "presintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "presintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "presintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "presintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "presintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "presintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "presintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "presintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "presentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "presentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "presintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "presentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "presentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "presintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "presentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "presentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "presentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "presentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "presentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "presentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "presintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "presintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "presintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "presintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "presintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "presintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "presentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "presentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "presentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "presentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "presentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "presentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "presiente" ; + {- VPB (Imper C.Sg C.P3) => -} "presienta" ; + {- VPB (Imper C.Pl C.P1) => -} "presintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "presentid" ; + {- VPB (Imper C.Pl C.P3) => -} "presientan" ; + {- VPB (Pass C.Sg Masc) => -} "presentido" ; + {- VPB (Pass C.Sg Fem) => -} "presentida" ; + {- VPB (Pass C.Pl Masc) => -} "presentidos" ; + {- VPB (Pass C.Pl Fem) => -} "presentidas" + ] + } ; + +lin proferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proferir" ; + {- VI Ger => -} "profiriendo" ; + {- VI Part => -} "proferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "profiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "profieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "profiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "proferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "proferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "profieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "profiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "profieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "profiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "profiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "profiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "profieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "profería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "profería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "profiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "profirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "profiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "profiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "profirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "profirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "profiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "profirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "profiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "profiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "profirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "profiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "proferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "proferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "profirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "proferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "proferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "profirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "proferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "proferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "proferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "proferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "proferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "profiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "profirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "profiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "profiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "profiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "profirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "profiere" ; + {- VPB (Imper C.Sg C.P3) => -} "profiera" ; + {- VPB (Imper C.Pl C.P1) => -} "profiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "proferid" ; + {- VPB (Imper C.Pl C.P3) => -} "profieran" ; + {- VPB (Pass C.Sg Masc) => -} "proferido" ; + {- VPB (Pass C.Sg Fem) => -} "proferida" ; + {- VPB (Pass C.Pl Masc) => -} "proferidos" ; + {- VPB (Pass C.Pl Fem) => -} "proferidas" + ] + } ; + +lin reconvertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconvertir" ; + {- VI Ger => -} "reconvirtiendo" ; + {- VI Part => -} "reconvertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconvierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconvierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconvertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconvertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconvierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconvertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconvertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconvertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconvertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconvertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconvertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconvirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconvertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reconvertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reconvirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reconvertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reconvertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reconvirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconvertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconvertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconvertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconvertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconvertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconvertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconvertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconvertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconvertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconvertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconvertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconvertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconvierte" ; + {- VPB (Imper C.Sg C.P3) => -} "reconvierta" ; + {- VPB (Imper C.Pl C.P1) => -} "reconvirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconvertid" ; + {- VPB (Imper C.Pl C.P3) => -} "reconviertan" ; + {- VPB (Pass C.Sg Masc) => -} "reconvertido" ; + {- VPB (Pass C.Sg Fem) => -} "reconvertida" ; + {- VPB (Pass C.Pl Masc) => -} "reconvertidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconvertidas" + ] + } ; + +lin referir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "referir" ; + {- VI Ger => -} "refiriendo" ; + {- VI Part => -} "referido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "referimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "referís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "referías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "referíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "referíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "referían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "referí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "referiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "referimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "referisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "refirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "referiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "referirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "referirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "referiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "referiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "referirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "referiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "referirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "referiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "referiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "referiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "referirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refiere" ; + {- VPB (Imper C.Sg C.P3) => -} "refiera" ; + {- VPB (Imper C.Pl C.P1) => -} "refiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "referid" ; + {- VPB (Imper C.Pl C.P3) => -} "refieran" ; + {- VPB (Pass C.Sg Masc) => -} "referido" ; + {- VPB (Pass C.Sg Fem) => -} "referida" ; + {- VPB (Pass C.Pl Masc) => -} "referidos" ; + {- VPB (Pass C.Pl Fem) => -} "referidas" + ] + } ; + +lin reherir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reherir" ; + {- VI Ger => -} "rehiriendo" ; + {- VI Part => -} "reherido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reherimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reherís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reherías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reheríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reheríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reherían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reherí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reheriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rehirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reherimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reheristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reheriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reherirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reherirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reheriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reheriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reherirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reheriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reherirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reheriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reheriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reheriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reherirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehiere" ; + {- VPB (Imper C.Sg C.P3) => -} "rehiera" ; + {- VPB (Imper C.Pl C.P1) => -} "rehiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "reherid" ; + {- VPB (Imper C.Pl C.P3) => -} "rehieran" ; + {- VPB (Pass C.Sg Masc) => -} "reherido" ; + {- VPB (Pass C.Sg Fem) => -} "reherida" ; + {- VPB (Pass C.Pl Masc) => -} "reheridos" ; + {- VPB (Pass C.Pl Fem) => -} "reheridas" + ] + } ; + +lin rehervir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rehervir" ; + {- VI Ger => -} "rehirviendo" ; + {- VI Part => -} "rehervido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehiervo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehierves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehierve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rehervimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rehervís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehierven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehierva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehiervas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehierva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehiervan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehervía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehervías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehervía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehervíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehervíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehervían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehirviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reherví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reherviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rehirvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rehervimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rehervisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehirvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reherviré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rehervirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rehervirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reherviremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reherviréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehervirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reherviría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehervirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reherviría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reherviríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reherviríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehervirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehierve" ; + {- VPB (Imper C.Sg C.P3) => -} "rehierva" ; + {- VPB (Imper C.Pl C.P1) => -} "rehirvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rehervid" ; + {- VPB (Imper C.Pl C.P3) => -} "rehiervan" ; + {- VPB (Pass C.Sg Masc) => -} "rehervido" ; + {- VPB (Pass C.Sg Fem) => -} "rehervida" ; + {- VPB (Pass C.Pl Masc) => -} "rehervidos" ; + {- VPB (Pass C.Pl Fem) => -} "rehervidas" + ] + } ; + +lin requerir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "requerir" ; + {- VI Ger => -} "requiriendo" ; + {- VI Part => -} "requerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "requiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "requieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "requiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "requerimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "requerís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "requieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "requiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "requieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "requiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "requiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "requiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "requieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "requería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "requerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "requería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "requeríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "requeríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "requerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "requiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "requirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "requiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "requiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "requirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "requirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "requiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "requirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "requiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "requiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "requirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "requiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "requerí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "requeriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "requirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "requerimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "requeristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "requirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "requeriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "requerirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "requerirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "requeriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "requeriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "requerirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "requiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "requirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "requiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "requiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "requiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "requirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "requeriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "requerirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "requeriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "requeriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "requeriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "requerirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "requiere" ; + {- VPB (Imper C.Sg C.P3) => -} "requiera" ; + {- VPB (Imper C.Pl C.P1) => -} "requiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "requerid" ; + {- VPB (Imper C.Pl C.P3) => -} "requieran" ; + {- VPB (Pass C.Sg Masc) => -} "requerido" ; + {- VPB (Pass C.Sg Fem) => -} "requerida" ; + {- VPB (Pass C.Pl Masc) => -} "requeridos" ; + {- VPB (Pass C.Pl Fem) => -} "requeridas" + ] + } ; + +lin revertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revertir" ; + {- VI Ger => -} "revirtiendo" ; + {- VI Part => -} "revertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revierte" ; + {- VPB (Imper C.Sg C.P3) => -} "revierta" ; + {- VPB (Imper C.Pl C.P1) => -} "revirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "revertid" ; + {- VPB (Imper C.Pl C.P3) => -} "reviertan" ; + {- VPB (Pass C.Sg Masc) => -} "revertido" ; + {- VPB (Pass C.Sg Fem) => -} "revertida" ; + {- VPB (Pass C.Pl Masc) => -} "revertidos" ; + {- VPB (Pass C.Pl Fem) => -} "revertidas" + ] + } ; + +lin sentir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sentir" ; + {- VI Ger => -} "sintiendo" ; + {- VI Part => -} "sentido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "siento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sientes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "siente" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sentimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sentís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sentía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sentías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sentía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sentíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sentíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sentían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sintiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sentí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sentiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sintió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sentimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sentisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sintieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sentiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sentirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sentirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sentiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sentiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sentirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sentiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sentirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sentiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sentiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sentiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sentirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "siente" ; + {- VPB (Imper C.Sg C.P3) => -} "sienta" ; + {- VPB (Imper C.Pl C.P1) => -} "sintamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sentid" ; + {- VPB (Imper C.Pl C.P3) => -} "sientan" ; + {- VPB (Pass C.Sg Masc) => -} "sentido" ; + {- VPB (Pass C.Sg Fem) => -} "sentida" ; + {- VPB (Pass C.Pl Masc) => -} "sentidos" ; + {- VPB (Pass C.Pl Fem) => -} "sentidas" + ] + } ; + +lin subvertir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subvertir" ; + {- VI Ger => -} "subvirtiendo" ; + {- VI Part => -} "subvertido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subvierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subviertes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subvierte" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subvertimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subvertís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subvierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subvertía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subvertías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subvertía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subvertíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subvertíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subvertían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subvirtiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subvertí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subvertiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subvirtió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subvertimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subvertisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subvirtieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subvertiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subvertirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subvertirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subvertiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subvertiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subvertirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subvertiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subvertirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subvertiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subvertiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subvertiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subvertirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subvierte" ; + {- VPB (Imper C.Sg C.P3) => -} "subvierta" ; + {- VPB (Imper C.Pl C.P1) => -} "subvirtamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subvertid" ; + {- VPB (Imper C.Pl C.P3) => -} "subviertan" ; + {- VPB (Pass C.Sg Masc) => -} "subvertido" ; + {- VPB (Pass C.Sg Fem) => -} "subvertida" ; + {- VPB (Pass C.Pl Masc) => -} "subvertidos" ; + {- VPB (Pass C.Pl Fem) => -} "subvertidas" + ] + } ; + +lin sugerir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sugerir" ; + {- VI Ger => -} "sugiriendo" ; + {- VI Part => -} "sugerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sugiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sugieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sugiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sugerimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sugerís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sugieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sugiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sugieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sugiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sugiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sugiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sugieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sugería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sugerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sugería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sugeríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sugeríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sugerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sugiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sugirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sugiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sugiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sugirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sugirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sugiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sugirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sugiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sugiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sugirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sugiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sugerí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sugeriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sugirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sugerimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sugeristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sugirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sugeriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sugerirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sugerirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sugeriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sugeriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sugerirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sugirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sugiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sugiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sugirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sugeriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sugerirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sugeriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sugeriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sugeriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sugerirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sugiere" ; + {- VPB (Imper C.Sg C.P3) => -} "sugiera" ; + {- VPB (Imper C.Pl C.P1) => -} "sugiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "sugerid" ; + {- VPB (Imper C.Pl C.P3) => -} "sugieran" ; + {- VPB (Pass C.Sg Masc) => -} "sugerido" ; + {- VPB (Pass C.Sg Fem) => -} "sugerida" ; + {- VPB (Pass C.Pl Masc) => -} "sugeridos" ; + {- VPB (Pass C.Pl Fem) => -} "sugeridas" + ] + } ; + +lin transferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "transferir" ; + {- VI Ger => -} "transfiriendo" ; + {- VI Part => -} "transferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "transfiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "transfieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "transfiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "transferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "transferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transfieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transfería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transfería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transfiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "transferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "transferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "transfirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "transferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "transferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "transfirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "transferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "transferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "transferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "transferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "transferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "transfiere" ; + {- VPB (Imper C.Sg C.P3) => -} "transfiera" ; + {- VPB (Imper C.Pl C.P1) => -} "transfiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "transferid" ; + {- VPB (Imper C.Pl C.P3) => -} "transfieran" ; + {- VPB (Pass C.Sg Masc) => -} "transferido" ; + {- VPB (Pass C.Sg Fem) => -} "transferida" ; + {- VPB (Pass C.Pl Masc) => -} "transferidos" ; + {- VPB (Pass C.Pl Fem) => -} "transferidas" + ] + } ; + +lin trasferir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasferir" ; + {- VI Ger => -} "trasfiriendo" ; + {- VI Part => -} "trasferido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasfiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasfieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasfiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasferimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasferís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasfieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasfería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasferías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasfería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasferíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasferíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasferían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasfiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasferí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasferiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasfirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasferimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasferisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasfirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasferiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasferirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasferirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasferiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasferiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasferirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasferiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasferirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasferiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasferiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasferiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasferirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasfiere" ; + {- VPB (Imper C.Sg C.P3) => -} "trasfiera" ; + {- VPB (Imper C.Pl C.P1) => -} "trasfiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasferid" ; + {- VPB (Imper C.Pl C.P3) => -} "trasfieran" ; + {- VPB (Pass C.Sg Masc) => -} "trasferido" ; + {- VPB (Pass C.Sg Fem) => -} "trasferida" ; + {- VPB (Pass C.Pl Masc) => -} "trasferidos" ; + {- VPB (Pass C.Pl Fem) => -} "trasferidas" + ] + } ; + +lin zaherir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "zaherir" ; + {- VI Ger => -} "zahiriendo" ; + {- VI Part => -} "zaherido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "zahiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "zahieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "zahiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "zaherimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "zaherís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zahieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zahiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zahieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zahiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zahiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zahiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zahieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zahería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zaherías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zahería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zaheríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zaheríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zaherían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zahiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zahirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zahiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zahiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zahirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zahirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zahiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zahirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zahiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zahiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zahirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zahiriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "zaherí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "zaheriste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "zahirió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "zaherimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "zaheristeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "zahirieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "zaheriré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "zaherirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "zaherirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "zaheriremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "zaheriréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zaherirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zahirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zahiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zahiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zahirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zaheriría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zaherirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zaheriría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zaheriríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zaheriríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zaherirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "zahiere" ; + {- VPB (Imper C.Sg C.P3) => -} "zahiera" ; + {- VPB (Imper C.Pl C.P1) => -} "zahiramos" ; + {- VPB (Imper C.Pl C.P2) => -} "zaherid" ; + {- VPB (Imper C.Pl C.P3) => -} "zahieran" ; + {- VPB (Pass C.Sg Masc) => -} "zaherido" ; + {- VPB (Pass C.Sg Fem) => -} "zaherida" ; + {- VPB (Pass C.Pl Masc) => -} "zaheridos" ; + {- VPB (Pass C.Pl Fem) => -} "zaheridas" + ] + } ; + +lin colegir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "colegir" ; + {- VI Ger => -} "coligiendo" ; + {- VI Part => -} "colegido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "colijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "colige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "colegimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "colegís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "colija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "colijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "colija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "colijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "colijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "colegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "colegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "colegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "colegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "colegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "coligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "colegiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "colegirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "colegirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "colegiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "colegiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colegirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colegiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colegirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colegiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colegiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colegiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colegirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "colige" ; + {- VPB (Imper C.Sg C.P3) => -} "colija" ; + {- VPB (Imper C.Pl C.P1) => -} "colijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "colegid" ; + {- VPB (Imper C.Pl C.P3) => -} "colijan" ; + {- VPB (Pass C.Sg Masc) => -} "colegido" ; + {- VPB (Pass C.Sg Fem) => -} "colegida" ; + {- VPB (Pass C.Pl Masc) => -} "colegidos" ; + {- VPB (Pass C.Pl Fem) => -} "colegidas" + ] + } ; + +lin corregir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "corregir" ; + {- VI Ger => -} "corrigiendo" ; + {- VI Part => -} "corregido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "corrijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "corriges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "corrige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "corregimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "corregís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "corrigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "corrija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "corrijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "corrija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "corrijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "corrijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "corrijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "corregía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "corregías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "corregía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "corregíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "corregíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "corregían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "corrigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "corrigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "corrigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "corrigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "corrigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "corrigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "corrigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "corrigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "corrigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "corrigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "corrigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "corrigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "corregí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "corregiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "corrigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "corregimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "corregisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "corrigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "corregiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "corregirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "corregirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "corregiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "corregiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "corregirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "corrigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "corrigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "corrigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "corrigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "corregiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "corregirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "corregiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "corregiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "corregiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "corregirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "corrige" ; + {- VPB (Imper C.Sg C.P3) => -} "corrija" ; + {- VPB (Imper C.Pl C.P1) => -} "corrijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "corregid" ; + {- VPB (Imper C.Pl C.P3) => -} "corrijan" ; + {- VPB (Pass C.Sg Masc) => -} "corregido" ; + {- VPB (Pass C.Sg Fem) => -} "corregida" ; + {- VPB (Pass C.Pl Masc) => -} "corregidos" ; + {- VPB (Pass C.Pl Fem) => -} "corregidas" + ] + } ; + +lin elegir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "elegir" ; + {- VI Ger => -} "eligiendo" ; + {- VI Part => -} variants {"elegido" ; "electo"} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "elijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "eliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "elige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "elegimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "elegís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "eligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "elija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "elijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "elija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "elijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "elijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "elijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "elegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "elegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "elegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "elegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "elegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "elegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "eligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "eligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "eligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "eligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "eligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "eligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "eligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "eligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "eligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "eligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "eligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "eligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "elegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "elegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "eligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "elegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "elegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "eligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "elegiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "elegirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "elegirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "elegiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "elegiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "elegirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "eligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "eligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "eligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "eligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "eligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "eligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "elegiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "elegirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "elegiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "elegiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "elegiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "elegirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "elige" ; + {- VPB (Imper C.Sg C.P3) => -} "elija" ; + {- VPB (Imper C.Pl C.P1) => -} "elijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "elegid" ; + {- VPB (Imper C.Pl C.P3) => -} "elijan" ; + {- VPB (Pass C.Sg Masc) => -} variants {"elegido" ; "electo"} ; + {- VPB (Pass C.Sg Fem) => -} variants {"elegida" ; "electa"} ; + {- VPB (Pass C.Pl Masc) => -} variants {"elegidos" ; "electos"} ; + {- VPB (Pass C.Pl Fem) => -} variants {"elegidas" ; "electas"} + ] + } ; + +lin preelegir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preelegir" ; + {- VI Ger => -} "preeligiendo" ; + {- VI Part => -} "preelegido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "preelijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "preeliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "preelige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "preelegimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preelegís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preeligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preelija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preelijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preelija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preelijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preelijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preelijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preelegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preelegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preelegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preelegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preelegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preelegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preeligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preeligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preeligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preeligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preeligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preeligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preeligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preeligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preeligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preeligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "preelegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "preelegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "preeligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "preelegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "preelegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "preeligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preelegiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "preelegirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "preelegirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preelegiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preelegiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preelegirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preeligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preeligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preeligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preeligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preelegiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preelegirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preelegiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preelegiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preelegiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preelegirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preelige" ; + {- VPB (Imper C.Sg C.P3) => -} "preelija" ; + {- VPB (Imper C.Pl C.P1) => -} "preelijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "preelegid" ; + {- VPB (Imper C.Pl C.P3) => -} "preelijan" ; + {- VPB (Pass C.Sg Masc) => -} "preelegido" ; + {- VPB (Pass C.Sg Fem) => -} "preelegida" ; + {- VPB (Pass C.Pl Masc) => -} "preelegidos" ; + {- VPB (Pass C.Pl Fem) => -} "preelegidas" + ] + } ; + +lin recolegir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recolegir" ; + {- VI Ger => -} "recoligiendo" ; + {- VI Part => -} "recolegido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recolijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recoliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recolige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recolegimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recolegís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recoligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recolija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recolijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recolija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recolijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recolijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recolijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recolegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recolegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recolegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recolegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recolegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recolegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recoligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recoligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recoligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recoligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recoligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recoligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recoligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recoligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recoligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recoligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recoligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recoligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recolegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recolegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recoligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recolegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recolegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recoligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recolegiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recolegirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recolegirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recolegiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recolegiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recolegirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recoligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recoligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recoligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recoligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recolegiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recolegirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recolegiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recolegiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recolegiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recolegirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recolige" ; + {- VPB (Imper C.Sg C.P3) => -} "recolija" ; + {- VPB (Imper C.Pl C.P1) => -} "recolijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recolegid" ; + {- VPB (Imper C.Pl C.P3) => -} "recolijan" ; + {- VPB (Pass C.Sg Masc) => -} "recolegido" ; + {- VPB (Pass C.Sg Fem) => -} "recolegida" ; + {- VPB (Pass C.Pl Masc) => -} "recolegidos" ; + {- VPB (Pass C.Pl Fem) => -} "recolegidas" + ] + } ; + +lin reelegir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reelegir" ; + {- VI Ger => -} "reeligiendo" ; + {- VI Part => -} "reelegido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reelijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reeliges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reelige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reelegimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reelegís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reeligen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reelija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reelijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reelija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reelijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reelijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reelijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reelegía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reelegías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reelegía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reelegíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reelegíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reelegían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reeligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reeligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reeligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reeligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reeligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reeligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reeligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reeligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reeligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reeligiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reelegí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reelegiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reeligió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reelegimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reelegisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reeligieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reelegiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reelegirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reelegirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reelegiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reelegiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reelegirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reeligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reeligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reeligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reeligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reelegiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reelegirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reelegiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reelegiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reelegiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reelegirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reelige" ; + {- VPB (Imper C.Sg C.P3) => -} "reelija" ; + {- VPB (Imper C.Pl C.P1) => -} "reelijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reelegid" ; + {- VPB (Imper C.Pl C.P3) => -} "reelijan" ; + {- VPB (Pass C.Sg Masc) => -} "reelegido" ; + {- VPB (Pass C.Sg Fem) => -} "reelegida" ; + {- VPB (Pass C.Pl Masc) => -} "reelegidos" ; + {- VPB (Pass C.Pl Fem) => -} "reelegidas" + ] + } ; + +lin regir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "regir" ; + {- VI Ger => -} "rigiendo" ; + {- VI Part => -} "regido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rijo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "riges" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rige" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rigen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rigiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "registe" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rigió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "registeis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rigieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rige" ; + {- VPB (Imper C.Sg C.P3) => -} "rija" ; + {- VPB (Imper C.Pl C.P1) => -} "rijamos" ; + {- VPB (Imper C.Pl C.P2) => -} "regid" ; + {- VPB (Imper C.Pl C.P3) => -} "rijan" ; + {- VPB (Pass C.Sg Masc) => -} "regido" ; + {- VPB (Pass C.Sg Fem) => -} "regida" ; + {- VPB (Pass C.Pl Masc) => -} "regidos" ; + {- VPB (Pass C.Pl Fem) => -} "regidas" + ] + } ; + +lin abeldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abeldar" ; + {- VI Ger => -} "abeldando" ; + {- VI Part => -} "abeldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abieldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abieldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abielda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abeldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abeldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abieldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abielde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abieldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abielde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abeldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abeldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abielden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abeldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abeldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abeldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abeldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abeldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abeldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abeldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abeldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abeldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abeldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abeldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abeldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abeldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abeldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abeldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abeldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abeldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abeldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abeldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abeldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abeldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abeldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abeldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abeldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abeldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abeldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abeldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abeldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abeldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abeldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abeldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abeldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abeldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abeldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abeldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abeldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abeldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abeldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abeldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abeldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abielda" ; + {- VPB (Imper C.Sg C.P3) => -} "abielde" ; + {- VPB (Imper C.Pl C.P1) => -} "abeldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "abeldad" ; + {- VPB (Imper C.Pl C.P3) => -} "abielden" ; + {- VPB (Pass C.Sg Masc) => -} "abeldado" ; + {- VPB (Pass C.Sg Fem) => -} "abeldada" ; + {- VPB (Pass C.Pl Masc) => -} "abeldados" ; + {- VPB (Pass C.Pl Fem) => -} "abeldadas" + ] + } ; + +lin abuñolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abuñolar" ; + {- VI Ger => -} "abuñolando" ; + {- VI Part => -} "abuñolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abuñuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abuñuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abuñuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abuñolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abuñoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abuñuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abuñuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abuñueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abuñuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abuñolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abuñoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abuñuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abuñolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abuñolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abuñolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abuñolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abuñolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abuñolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abuñolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abuñolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abuñolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abuñoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abuñolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abuñolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abuñolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abuñolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abuñolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abuñolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abuñolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abuñolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abuñolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abuñolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abuñoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abuñolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abuñolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abuñolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abuñolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abuñolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abuñolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abuñolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abuñolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abuñolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abuñolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abuñolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abuñolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abuñoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abuñolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abuñolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abuñolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abuñolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abuñolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abuñolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abuñolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abuñolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abuñuela" ; + {- VPB (Imper C.Sg C.P3) => -} "abuñuele" ; + {- VPB (Imper C.Pl C.P1) => -} "abuñolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "abuñolad" ; + {- VPB (Imper C.Pl C.P3) => -} "abuñuelen" ; + {- VPB (Pass C.Sg Masc) => -} "abuñolado" ; + {- VPB (Pass C.Sg Fem) => -} "abuñolada" ; + {- VPB (Pass C.Pl Masc) => -} "abuñolados" ; + {- VPB (Pass C.Pl Fem) => -} "abuñoladas" + ] + } ; + +lin acertar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acertar" ; + {- VI Ger => -} "acertando" ; + {- VI Part => -} "acertado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aciertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acierta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acertamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acertáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aciertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acierten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acertaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acertabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acertaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acertábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acertaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acertasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acerté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acertaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acertó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acertamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acertasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acertaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acertaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acertarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acertará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acertaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acertaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acertarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acertaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acertarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acertaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acertaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acertaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acertarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acierta" ; + {- VPB (Imper C.Sg C.P3) => -} "acierte" ; + {- VPB (Imper C.Pl C.P1) => -} "acertemos" ; + {- VPB (Imper C.Pl C.P2) => -} "acertad" ; + {- VPB (Imper C.Pl C.P3) => -} "acierten" ; + {- VPB (Pass C.Sg Masc) => -} "acertado" ; + {- VPB (Pass C.Sg Fem) => -} "acertada" ; + {- VPB (Pass C.Pl Masc) => -} "acertados" ; + {- VPB (Pass C.Pl Fem) => -} "acertadas" + ] + } ; + +lin acollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acollar" ; + {- VI Ger => -} "acollando" ; + {- VI Part => -} "acollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acuella" ; + {- VPB (Imper C.Sg C.P3) => -} "acuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "acollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "acollad" ; + {- VPB (Imper C.Pl C.P3) => -} "acuellen" ; + {- VPB (Pass C.Sg Masc) => -} "acollado" ; + {- VPB (Pass C.Sg Fem) => -} "acollada" ; + {- VPB (Pass C.Pl Masc) => -} "acollados" ; + {- VPB (Pass C.Pl Fem) => -} "acolladas" + ] + } ; + +lin acordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acordar" ; + {- VI Ger => -} "acordando" ; + {- VI Part => -} "acordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "acuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "acordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "acordad" ; + {- VPB (Imper C.Pl C.P3) => -} "acuerden" ; + {- VPB (Pass C.Sg Masc) => -} "acordado" ; + {- VPB (Pass C.Sg Fem) => -} "acordada" ; + {- VPB (Pass C.Pl Masc) => -} "acordados" ; + {- VPB (Pass C.Pl Fem) => -} "acordadas" + ] + } ; + +lin acornar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acornar" ; + {- VI Ger => -} "acornando" ; + {- VI Part => -} "acornado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acuerno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acuernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acuerna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acornamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acornáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acuerne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acuerne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acornemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acornéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acornaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acornabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acornaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acornábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acornabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acornaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acornara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acornaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acornara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acornáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acornarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acornaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acornase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acornases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acornase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acornásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acornaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acornasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acorné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acornaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acornó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acornamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acornasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acornaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acornaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acornarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acornará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acornaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acornaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acornarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acornare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acornares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acornare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acornáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acornareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acornaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acornaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acornarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acornaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acornaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acornaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acornarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acuerna" ; + {- VPB (Imper C.Sg C.P3) => -} "acuerne" ; + {- VPB (Imper C.Pl C.P1) => -} "acornemos" ; + {- VPB (Imper C.Pl C.P2) => -} "acornad" ; + {- VPB (Imper C.Pl C.P3) => -} "acuernen" ; + {- VPB (Pass C.Sg Masc) => -} "acornado" ; + {- VPB (Pass C.Sg Fem) => -} "acornada" ; + {- VPB (Pass C.Pl Masc) => -} "acornados" ; + {- VPB (Pass C.Pl Fem) => -} "acornadas" + ] + } ; + +lin acostar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acostar" ; + {- VI Ger => -} "acostando" ; + {- VI Part => -} "acostado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acostamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acostáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acostaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acostabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acostaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acostábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acostaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acostasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acosté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acostaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acostó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acostamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acostasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acostaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acostaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acostarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acostará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acostaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acostaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acostarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acostaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acostarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acostaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acostaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acostaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acostarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "acueste" ; + {- VPB (Imper C.Pl C.P1) => -} "acostemos" ; + {- VPB (Imper C.Pl C.P2) => -} "acostad" ; + {- VPB (Imper C.Pl C.P3) => -} "acuesten" ; + {- VPB (Pass C.Sg Masc) => -} "acostado" ; + {- VPB (Pass C.Sg Fem) => -} "acostada" ; + {- VPB (Pass C.Pl Masc) => -} "acostados" ; + {- VPB (Pass C.Pl Fem) => -} "acostadas" + ] + } ; + +lin acrecentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acrecentar" ; + {- VI Ger => -} "acrecentando" ; + {- VI Part => -} "acrecentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acreciento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acrecientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acrecienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acrecentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acrecentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acrecientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acreciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acrecientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acreciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acrecentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acrecentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acrecienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acrecentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acrecentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acrecentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acrecentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acrecentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acrecentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acrecentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acrecentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acrecentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acrecentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acrecentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acrecentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acrecentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acrecentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acrecentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acrecentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acrecentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acrecentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acrecenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acrecentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acrecentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acrecentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acrecentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acrecentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acrecentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acrecentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acrecentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acrecentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acrecentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acrecentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acrecentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acrecentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acrecentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acrecentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acrecentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acrecentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acrecentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acrecentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acrecentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acrecentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acrecienta" ; + {- VPB (Imper C.Sg C.P3) => -} "acreciente" ; + {- VPB (Imper C.Pl C.P1) => -} "acrecentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "acrecentad" ; + {- VPB (Imper C.Pl C.P3) => -} "acrecienten" ; + {- VPB (Pass C.Sg Masc) => -} "acrecentado" ; + {- VPB (Pass C.Sg Fem) => -} "acrecentada" ; + {- VPB (Pass C.Pl Masc) => -} "acrecentados" ; + {- VPB (Pass C.Pl Fem) => -} "acrecentadas" + ] + } ; + +lin adestrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "adestrar" ; + {- VI Ger => -} "adestrando" ; + {- VI Part => -} "adestrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "adiestro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "adiestras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "adiestra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "adestramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "adestráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adiestran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adiestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adiestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adiestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adestremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adestréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adiestren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adestraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adestrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adestraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adestrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adestrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adestraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adestrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adestraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adestrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adestráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adestrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adestraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adestrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adestrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adestrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adestrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adestraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adestrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "adestré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adestraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adestró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adestramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adestrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adestraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "adestraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "adestrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "adestrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "adestraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "adestraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adestrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adestrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adestrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adestrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adestráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adestrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adestraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adestraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adestrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adestraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adestraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adestraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adestrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "adiestra" ; + {- VPB (Imper C.Sg C.P3) => -} "adiestre" ; + {- VPB (Imper C.Pl C.P1) => -} "adestremos" ; + {- VPB (Imper C.Pl C.P2) => -} "adestrad" ; + {- VPB (Imper C.Pl C.P3) => -} "adiestren" ; + {- VPB (Pass C.Sg Masc) => -} "adestrado" ; + {- VPB (Pass C.Sg Fem) => -} "adestrada" ; + {- VPB (Pass C.Pl Masc) => -} "adestrados" ; + {- VPB (Pass C.Pl Fem) => -} "adestradas" + ] + } ; + +lin aferrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aferrar" ; + {- VI Ger => -} "aferrando" ; + {- VI Part => -} "aferrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "afierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "afierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "afierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aferramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aferráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aferremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aferréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aferraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aferrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aferraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aferrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aferrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aferraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aferrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aferraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aferrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aferráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aferrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aferraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aferrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aferrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aferraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aferrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aferré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aferraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aferró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aferramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aferrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aferraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aferraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aferrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aferrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aferraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aferraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aferrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aferrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aferrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aferrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aferráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aferrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aferraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aferraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aferrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aferraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aferraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aferraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aferrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "afierra" ; + {- VPB (Imper C.Sg C.P3) => -} "afierre" ; + {- VPB (Imper C.Pl C.P1) => -} "aferremos" ; + {- VPB (Imper C.Pl C.P2) => -} "aferrad" ; + {- VPB (Imper C.Pl C.P3) => -} "afierren" ; + {- VPB (Pass C.Sg Masc) => -} "aferrado" ; + {- VPB (Pass C.Sg Fem) => -} "aferrada" ; + {- VPB (Pass C.Pl Masc) => -} "aferrados" ; + {- VPB (Pass C.Pl Fem) => -} "aferradas" + ] + } ; + +lin afollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "afollar" ; + {- VI Ger => -} "afollando" ; + {- VI Part => -} "afollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "afuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "afuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "afuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "afollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "afolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "afollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "afolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "afollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "afollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "afollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "afollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "afollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "afollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "afollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "afollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "afollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "afolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "afollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "afollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "afollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "afollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "afollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "afollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "afollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "afollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "afollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "afollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "afolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "afollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "afollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "afollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "afollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "afollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "afollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "afollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "afollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "afollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "afollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "afollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "afollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "afolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "afollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "afollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "afollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "afollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "afollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "afollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "afollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "afollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "afuella" ; + {- VPB (Imper C.Sg C.P3) => -} "afuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "afollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "afollad" ; + {- VPB (Imper C.Pl C.P3) => -} "afuellen" ; + {- VPB (Pass C.Sg Masc) => -} "afollado" ; + {- VPB (Pass C.Sg Fem) => -} "afollada" ; + {- VPB (Pass C.Pl Masc) => -} "afollados" ; + {- VPB (Pass C.Pl Fem) => -} "afolladas" + ] + } ; + +lin aforar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aforar" ; + {- VI Ger => -} "aforando" ; + {- VI Part => -} "aforado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "afuero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "afueras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "afuera" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aforamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aforáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aforemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aforéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afueren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aforaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aforabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aforaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aforábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aforabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aforaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aforara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aforaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aforara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aforáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aforarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aforaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aforase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aforases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aforase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aforásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aforaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aforasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aforé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aforaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aforó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aforamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aforasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aforaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aforaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aforarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aforará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aforaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aforaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aforarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aforare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aforares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aforare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aforáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aforareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aforaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aforaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aforarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aforaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aforaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aforaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aforarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "afuera" ; + {- VPB (Imper C.Sg C.P3) => -} "afuere" ; + {- VPB (Imper C.Pl C.P1) => -} "aforemos" ; + {- VPB (Imper C.Pl C.P2) => -} "aforad" ; + {- VPB (Imper C.Pl C.P3) => -} "afueren" ; + {- VPB (Pass C.Sg Masc) => -} "aforado" ; + {- VPB (Pass C.Sg Fem) => -} "aforada" ; + {- VPB (Pass C.Pl Masc) => -} "aforados" ; + {- VPB (Pass C.Pl Fem) => -} "aforadas" + ] + } ; + +lin albeldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "albeldar" ; + {- VI Ger => -} "albeldando" ; + {- VI Part => -} "albeldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "albieldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "albieldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "albielda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "albeldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "albeldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "albieldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "albielde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "albieldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "albielde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "albeldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "albeldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "albielden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "albeldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "albeldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "albeldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "albeldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "albeldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "albeldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "albeldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "albeldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "albeldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "albeldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "albeldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "albeldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "albeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "albeldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "albeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "albeldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "albeldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "albeldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "albeldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "albeldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "albeldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "albeldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "albeldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "albeldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "albeldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "albeldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "albeldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "albeldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "albeldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "albeldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "albeldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "albeldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "albeldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "albeldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "albeldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "albeldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "albeldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "albeldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "albeldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "albeldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "albeldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "albeldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "albielda" ; + {- VPB (Imper C.Sg C.P3) => -} "albielde" ; + {- VPB (Imper C.Pl C.P1) => -} "albeldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "albeldad" ; + {- VPB (Imper C.Pl C.P3) => -} "albielden" ; + {- VPB (Pass C.Sg Masc) => -} "albeldado" ; + {- VPB (Pass C.Sg Fem) => -} "albeldada" ; + {- VPB (Pass C.Pl Masc) => -} "albeldados" ; + {- VPB (Pass C.Pl Fem) => -} "albeldadas" + ] + } ; + +lin alentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "alentar" ; + {- VI Ger => -} "alentando" ; + {- VI Part => -} "alentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aliento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "alientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "alienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "alentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "alentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "alientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "alientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "alentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "alentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "alienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "alentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "alentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "alentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "alentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "alentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "alentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "alentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "alentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "alentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "alentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "alentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "alentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "alentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "alentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "alentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "alentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "alentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "alentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "alenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "alentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "alentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "alentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "alentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "alentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "alentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "alentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "alentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "alentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "alentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "alentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "alentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "alentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "alentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "alentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "alentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "alentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "alentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "alentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "alentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "alentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "alentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "alentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "alienta" ; + {- VPB (Imper C.Sg C.P3) => -} "aliente" ; + {- VPB (Imper C.Pl C.P1) => -} "alentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "alentad" ; + {- VPB (Imper C.Pl C.P3) => -} "alienten" ; + {- VPB (Pass C.Sg Masc) => -} "alentado" ; + {- VPB (Pass C.Sg Fem) => -} "alentada" ; + {- VPB (Pass C.Pl Masc) => -} "alentados" ; + {- VPB (Pass C.Pl Fem) => -} "alentadas" + ] + } ; + +lin aliquebrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aliquebrar" ; + {- VI Ger => -} "aliquebrando" ; + {- VI Part => -} "aliquebrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aliquiebro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aliquiebras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aliquiebra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aliquebramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aliquebráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aliquiebran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aliquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aliquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aliquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aliquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aliquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aliquiebren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aliquebraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aliquebrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aliquebraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aliquebrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aliquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aliquebraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aliquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aliquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aliquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aliquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aliquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aliquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aliquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aliquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aliquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aliquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aliquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aliquebrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aliquebré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aliquebraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aliquebró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aliquebramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aliquebrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aliquebraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aliquebraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aliquebrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aliquebrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aliquebraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aliquebraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aliquebrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aliquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aliquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aliquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aliquebraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aliquebrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aliquebraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aliquebraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aliquebraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aliquebrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aliquiebra" ; + {- VPB (Imper C.Sg C.P3) => -} "aliquiebre" ; + {- VPB (Imper C.Pl C.P1) => -} "aliquebremos" ; + {- VPB (Imper C.Pl C.P2) => -} "aliquebrad" ; + {- VPB (Imper C.Pl C.P3) => -} "aliquiebren" ; + {- VPB (Pass C.Sg Masc) => -} "aliquebrado" ; + {- VPB (Pass C.Sg Fem) => -} "aliquebrada" ; + {- VPB (Pass C.Pl Masc) => -} "aliquebrados" ; + {- VPB (Pass C.Pl Fem) => -} "aliquebradas" + ] + } ; + +lin amoblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amoblar" ; + {- VI Ger => -} "amoblando" ; + {- VI Part => -} "amoblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amueblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amueblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amuebla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amoblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amobláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amueblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amueblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amoblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amoblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amoblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amoblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amoblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amoblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amoblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amobló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amoblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amoblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amoblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amoblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amoblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amoblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amoblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amoblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amoblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amoblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amoblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amoblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amoblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amoblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amuebla" ; + {- VPB (Imper C.Sg C.P3) => -} "amueble" ; + {- VPB (Imper C.Pl C.P1) => -} "amoblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "amoblad" ; + {- VPB (Imper C.Pl C.P3) => -} "amueblen" ; + {- VPB (Pass C.Sg Masc) => -} "amoblado" ; + {- VPB (Pass C.Sg Fem) => -} "amoblada" ; + {- VPB (Pass C.Pl Masc) => -} "amoblados" ; + {- VPB (Pass C.Pl Fem) => -} "amobladas" + ] + } ; + +lin amolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "amolar" ; + {- VI Ger => -} "amolando" ; + {- VI Part => -} "amolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "amuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "amuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "amuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "amolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "amoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "amolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "amolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "amoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "amolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "amolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "amolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "amolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "amolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "amolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "amolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "amolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "amuela" ; + {- VPB (Imper C.Sg C.P3) => -} "amuele" ; + {- VPB (Imper C.Pl C.P1) => -} "amolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "amolad" ; + {- VPB (Imper C.Pl C.P3) => -} "amuelen" ; + {- VPB (Pass C.Sg Masc) => -} "amolado" ; + {- VPB (Pass C.Sg Fem) => -} "amolada" ; + {- VPB (Pass C.Pl Masc) => -} "amolados" ; + {- VPB (Pass C.Pl Fem) => -} "amoladas" + ] + } ; + +lin anzolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "anzolar" ; + {- VI Ger => -} "anzolando" ; + {- VI Part => -} "anzolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "anzuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "anzuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "anzuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "anzolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "anzoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anzuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "anzuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "anzueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "anzuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "anzolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "anzoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "anzuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "anzolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anzolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "anzolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anzolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anzolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anzolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anzolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "anzolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anzolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anzoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "anzolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "anzolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anzolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "anzolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anzolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anzolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "anzolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anzolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "anzolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "anzolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "anzoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "anzolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "anzolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "anzolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "anzolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "anzolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "anzolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "anzolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "anzolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "anzolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anzolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "anzolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anzolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anzoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anzolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "anzolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "anzolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "anzolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "anzolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "anzolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "anzolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "anzolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "anzuela" ; + {- VPB (Imper C.Sg C.P3) => -} "anzuele" ; + {- VPB (Imper C.Pl C.P1) => -} "anzolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "anzolad" ; + {- VPB (Imper C.Pl C.P3) => -} "anzuelen" ; + {- VPB (Pass C.Sg Masc) => -} "anzolado" ; + {- VPB (Pass C.Sg Fem) => -} "anzolada" ; + {- VPB (Pass C.Pl Masc) => -} "anzolados" ; + {- VPB (Pass C.Pl Fem) => -} "anzoladas" + ] + } ; + +lin apacentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apacentar" ; + {- VI Ger => -} "apacentando" ; + {- VI Part => -} "apacentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apaciento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apacientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apacienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apacentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apacentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apacientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apaciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apacientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apaciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apacentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apacentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apacienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apacentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apacentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apacentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apacentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apacentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apacentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apacentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apacentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apacentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apacentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apacentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apacentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apacentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apacentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apacentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apacentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apacentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apacentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apacenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apacentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apacentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apacentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apacentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apacentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apacentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apacentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apacentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apacentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apacentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apacentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apacentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apacentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apacentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apacentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apacentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apacentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apacentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apacentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apacentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apacentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apacentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apacentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apacienta" ; + {- VPB (Imper C.Sg C.P3) => -} "apaciente" ; + {- VPB (Imper C.Pl C.P1) => -} "apacentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apacentad" ; + {- VPB (Imper C.Pl C.P3) => -} "apacienten" ; + {- VPB (Pass C.Sg Masc) => -} "apacentado" ; + {- VPB (Pass C.Sg Fem) => -} "apacentada" ; + {- VPB (Pass C.Pl Masc) => -} "apacentados" ; + {- VPB (Pass C.Pl Fem) => -} "apacentadas" + ] + } ; + +lin apercollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apercollar" ; + {- VI Ger => -} "apercollando" ; + {- VI Part => -} "apercollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apercuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apercuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apercuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apercollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apercolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apercuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apercuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apercuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apercuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apercollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apercolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apercuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apercollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apercollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apercollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apercollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apercollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apercollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apercollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apercollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apercollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apercolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apercollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apercollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apercollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apercollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apercollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apercollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apercollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apercollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apercollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apercollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apercolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apercollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apercollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apercollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apercollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apercollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apercollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apercollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apercollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apercollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apercollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apercollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apercollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apercolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apercollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apercollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apercollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apercollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apercollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apercollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apercollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apercollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apercuella" ; + {- VPB (Imper C.Sg C.P3) => -} "apercuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "apercollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apercollad" ; + {- VPB (Imper C.Pl C.P3) => -} "apercuellen" ; + {- VPB (Pass C.Sg Masc) => -} "apercollado" ; + {- VPB (Pass C.Sg Fem) => -} "apercollada" ; + {- VPB (Pass C.Pl Masc) => -} "apercollados" ; + {- VPB (Pass C.Pl Fem) => -} "apercolladas" + ] + } ; + +lin apergollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apergollar" ; + {- VI Ger => -} "apergollando" ; + {- VI Part => -} "apergollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aperguello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aperguellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aperguella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apergollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apergolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aperguellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aperguelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aperguelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aperguelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apergollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apergolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aperguellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apergollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apergollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apergollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apergollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apergollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apergollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apergollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apergollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apergollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apergolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apergollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apergollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apergollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apergollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apergollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apergollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apergollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apergollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apergollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apergollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apergolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apergollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apergollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apergollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apergollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apergollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apergollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apergollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apergollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apergollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apergollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apergollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apergollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apergolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apergollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apergollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apergollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apergollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apergollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apergollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apergollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apergollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aperguella" ; + {- VPB (Imper C.Sg C.P3) => -} "aperguelle" ; + {- VPB (Imper C.Pl C.P1) => -} "apergollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apergollad" ; + {- VPB (Imper C.Pl C.P3) => -} "aperguellen" ; + {- VPB (Pass C.Sg Masc) => -} "apergollado" ; + {- VPB (Pass C.Sg Fem) => -} "apergollada" ; + {- VPB (Pass C.Pl Masc) => -} "apergollados" ; + {- VPB (Pass C.Pl Fem) => -} "apergolladas" + ] + } ; + +lin apernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apernar" ; + {- VI Ger => -} "apernando" ; + {- VI Part => -} "apernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apiernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apiernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apiernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aperné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apierna" ; + {- VPB (Imper C.Sg C.P3) => -} "apierne" ; + {- VPB (Imper C.Pl C.P1) => -} "apernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apernad" ; + {- VPB (Imper C.Pl C.P3) => -} "apiernen" ; + {- VPB (Pass C.Sg Masc) => -} "apernado" ; + {- VPB (Pass C.Sg Fem) => -} "apernada" ; + {- VPB (Pass C.Pl Masc) => -} "apernados" ; + {- VPB (Pass C.Pl Fem) => -} "apernadas" + ] + } ; + +lin apescoliar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apescoliar" ; + {- VI Ger => -} "apescoliando" ; + {- VI Part => -} "apescoliado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apescolieo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apescolieas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apescoliea" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apescoliamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apescoliáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apescoliean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apescoliee" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apescoliees" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apescoliee" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apescoliemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apescoliéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apescolieen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apescoliaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apescoliabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apescoliaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apescoliábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apescoliabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apescoliaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apescoliara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apescoliaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apescoliara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apescoliáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apescoliarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apescoliaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apescoliase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apescoliases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apescoliase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apescoliásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apescoliaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apescoliasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apescolié" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apescoliaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apescolió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apescoliamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apescoliasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apescoliaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apescoliaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apescoliarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apescoliará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apescoliaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apescoliaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apescoliarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apescoliares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apescoliáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apescoliareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apescoliaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apescoliaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apescoliarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apescoliaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apescoliaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apescoliaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apescoliarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apescoliea" ; + {- VPB (Imper C.Sg C.P3) => -} "apescoliee" ; + {- VPB (Imper C.Pl C.P1) => -} "apescoliemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apescoliad" ; + {- VPB (Imper C.Pl C.P3) => -} "apescolieen" ; + {- VPB (Pass C.Sg Masc) => -} "apescoliado" ; + {- VPB (Pass C.Sg Fem) => -} "apescoliada" ; + {- VPB (Pass C.Pl Masc) => -} "apescoliados" ; + {- VPB (Pass C.Pl Fem) => -} "apescoliadas" + ] + } ; + +lin apostar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apostar" ; + {- VI Ger => -} "apostando" ; + {- VI Part => -} "apostado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "apuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apostamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apostáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apostaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apostabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apostaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apostábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apostaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apostasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aposté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apostaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apostó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apostamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apostasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apostaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apostaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apostarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apostará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apostaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apostaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apostarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apostaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apostarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apostaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apostaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apostaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apostarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "apuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "apueste" ; + {- VPB (Imper C.Pl C.P1) => -} "apostemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apostad" ; + {- VPB (Imper C.Pl C.P3) => -} "apuesten" ; + {- VPB (Pass C.Sg Masc) => -} "apostado" ; + {- VPB (Pass C.Sg Fem) => -} "apostada" ; + {- VPB (Pass C.Pl Masc) => -} "apostados" ; + {- VPB (Pass C.Pl Fem) => -} "apostadas" + ] + } ; + +lin apretar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "apretar" ; + {- VI Ger => -} "apretando" ; + {- VI Part => -} "apretado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aprieto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aprietas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aprieta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "apretamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "apretáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aprietan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apriete" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aprietes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apriete" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apretemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apretéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aprieten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apretaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apretabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apretaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apretábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apretabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apretaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apretara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apretaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apretara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apretáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apretarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apretaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apretase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apretases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apretase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apretásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apretaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apretasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "apreté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "apretaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "apretó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "apretamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "apretasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "apretaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "apretaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "apretarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "apretará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "apretaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "apretaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apretarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apretare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apretares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apretare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apretáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apretareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apretaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apretaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apretarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apretaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apretaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apretaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apretarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aprieta" ; + {- VPB (Imper C.Sg C.P3) => -} "apriete" ; + {- VPB (Imper C.Pl C.P1) => -} "apretemos" ; + {- VPB (Imper C.Pl C.P2) => -} "apretad" ; + {- VPB (Imper C.Pl C.P3) => -} "aprieten" ; + {- VPB (Pass C.Sg Masc) => -} "apretado" ; + {- VPB (Pass C.Sg Fem) => -} "apretada" ; + {- VPB (Pass C.Pl Masc) => -} "apretados" ; + {- VPB (Pass C.Pl Fem) => -} "apretadas" + ] + } ; + +lin aprobar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aprobar" ; + {- VI Ger => -} "aprobando" ; + {- VI Part => -} "aprobado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "apruebo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "apruebas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aprueba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aprobamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aprobáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aprueban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aprueben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aprobaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aprobabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aprobaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aprobábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aprobaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aprobasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aprobé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aprobaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aprobó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aprobamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aprobasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aprobaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aprobaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aprobarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aprobará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aprobaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aprobaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aprobarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aprobaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aprobarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aprobaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aprobaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aprobaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aprobarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aprueba" ; + {- VPB (Imper C.Sg C.P3) => -} "apruebe" ; + {- VPB (Imper C.Pl C.P1) => -} "aprobemos" ; + {- VPB (Imper C.Pl C.P2) => -} "aprobad" ; + {- VPB (Imper C.Pl C.P3) => -} "aprueben" ; + {- VPB (Pass C.Sg Masc) => -} "aprobado" ; + {- VPB (Pass C.Sg Fem) => -} "aprobada" ; + {- VPB (Pass C.Pl Masc) => -} "aprobados" ; + {- VPB (Pass C.Pl Fem) => -} "aprobadas" + ] + } ; + +lin arrendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "arrendar" ; + {- VI Ger => -} "arrendando" ; + {- VI Part => -} "arrendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arriendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arriendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arrienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arrendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arrendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arriendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arrendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arrendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arrienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arrendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arrendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arrendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arrendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arrendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arrendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arrendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arrendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arrendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arrendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arrendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arrendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arrendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arrendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "arrendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "arrendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "arrendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "arrendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "arrendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "arrendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "arrendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "arrendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "arrendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "arrendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arrendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arrendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arrendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arrendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arrendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arrendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arrendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arrendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arrendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arrendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arrendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arrendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arrendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arrienda" ; + {- VPB (Imper C.Sg C.P3) => -} "arriende" ; + {- VPB (Imper C.Pl C.P1) => -} "arrendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "arrendad" ; + {- VPB (Imper C.Pl C.P3) => -} "arrienden" ; + {- VPB (Pass C.Sg Masc) => -} "arrendado" ; + {- VPB (Pass C.Sg Fem) => -} "arrendada" ; + {- VPB (Pass C.Pl Masc) => -} "arrendados" ; + {- VPB (Pass C.Pl Fem) => -} "arrendadas" + ] + } ; + +lin asentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asentar" ; + {- VI Ger => -} "asentando" ; + {- VI Part => -} "asentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asienta" ; + {- VPB (Imper C.Sg C.P3) => -} "asiente" ; + {- VPB (Imper C.Pl C.P1) => -} "asentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "asentad" ; + {- VPB (Imper C.Pl C.P3) => -} "asienten" ; + {- VPB (Pass C.Sg Masc) => -} "asentado" ; + {- VPB (Pass C.Sg Fem) => -} "asentada" ; + {- VPB (Pass C.Pl Masc) => -} "asentados" ; + {- VPB (Pass C.Pl Fem) => -} "asentadas" + ] + } ; + +lin aserrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aserrar" ; + {- VI Ger => -} "aserrando" ; + {- VI Part => -} "aserrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aserramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aserráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aserremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aserréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aserraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aserrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aserraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aserrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aserrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aserraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aserrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aserraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aserrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aserráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aserrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aserraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aserrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aserrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aserrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aserrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aserraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aserrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aserré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aserraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aserró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aserramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aserrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aserraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aserraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aserrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aserrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aserraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aserraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aserrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aserrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aserrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aserrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aserráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aserrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aserraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aserraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aserrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aserraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aserraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aserraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aserrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asierra" ; + {- VPB (Imper C.Sg C.P3) => -} "asierre" ; + {- VPB (Imper C.Pl C.P1) => -} "aserremos" ; + {- VPB (Imper C.Pl C.P2) => -} "aserrad" ; + {- VPB (Imper C.Pl C.P3) => -} "asierren" ; + {- VPB (Pass C.Sg Masc) => -} "aserrado" ; + {- VPB (Pass C.Sg Fem) => -} "aserrada" ; + {- VPB (Pass C.Pl Masc) => -} "aserrados" ; + {- VPB (Pass C.Pl Fem) => -} "aserradas" + ] + } ; + +lin asestar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asestar" ; + {- VI Ger => -} "asestando" ; + {- VI Part => -} "asestado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asiesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asiestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asiesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asestamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asestáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asiesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asestaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asestabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asestaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asestábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asestasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asesté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asestaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asestó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asestamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asestasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asestaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asestaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asestarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asestará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asestaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asestaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asestarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asestaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asestarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asestaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asestaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asestaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asestarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asiesta" ; + {- VPB (Imper C.Sg C.P3) => -} "asieste" ; + {- VPB (Imper C.Pl C.P1) => -} "asestemos" ; + {- VPB (Imper C.Pl C.P2) => -} "asestad" ; + {- VPB (Imper C.Pl C.P3) => -} "asiesten" ; + {- VPB (Pass C.Sg Masc) => -} "asestado" ; + {- VPB (Pass C.Sg Fem) => -} "asestada" ; + {- VPB (Pass C.Pl Masc) => -} "asestados" ; + {- VPB (Pass C.Pl Fem) => -} "asestadas" + ] + } ; + +lin asestar2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asestar" ; + {- VI Ger => -} "asestando" ; + {- VI Part => -} "asestado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asiesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asiestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asiesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asestamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asestáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asiesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asestaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asestabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asestaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asestábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asestasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asesté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asestaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asestó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asestamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asestasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asestaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asestaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asestarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asestará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asestaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asestaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asestarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asestaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asestarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asestaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asestaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asestaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asestarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asiesta" ; + {- VPB (Imper C.Sg C.P3) => -} "asieste" ; + {- VPB (Imper C.Pl C.P1) => -} "asestemos" ; + {- VPB (Imper C.Pl C.P2) => -} "asestad" ; + {- VPB (Imper C.Pl C.P3) => -} "asiesten" ; + {- VPB (Pass C.Sg Masc) => -} "asestado" ; + {- VPB (Pass C.Sg Fem) => -} "asestada" ; + {- VPB (Pass C.Pl Masc) => -} "asestados" ; + {- VPB (Pass C.Pl Fem) => -} "asestadas" + ] + } ; + +lin asolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asolar" ; + {- VI Ger => -} "asolando" ; + {- VI Part => -} "asolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asuela" ; + {- VPB (Imper C.Sg C.P3) => -} "asuele" ; + {- VPB (Imper C.Pl C.P1) => -} "asolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "asolad" ; + {- VPB (Imper C.Pl C.P3) => -} "asuelen" ; + {- VPB (Pass C.Sg Masc) => -} "asolado" ; + {- VPB (Pass C.Sg Fem) => -} "asolada" ; + {- VPB (Pass C.Pl Masc) => -} "asolados" ; + {- VPB (Pass C.Pl Fem) => -} "asoladas" + ] + } ; + +lin asoldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asoldar" ; + {- VI Ger => -} "asoldando" ; + {- VI Part => -} "asoldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asueldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asueldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asuelda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asoldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asoldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asueldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asuelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asuelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asoldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asoldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asuelden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asoldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asoldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asoldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asoldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asoldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asoldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asoldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asoldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asoldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asoldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asoldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asoldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asoldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asoldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asoldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asoldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asoldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asoldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asoldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asoldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asoldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asoldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asoldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asoldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asoldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asoldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asoldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asoldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asoldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asoldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asoldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asoldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asoldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asoldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asoldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asoldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asoldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asoldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asoldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asoldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asuelda" ; + {- VPB (Imper C.Sg C.P3) => -} "asuelde" ; + {- VPB (Imper C.Pl C.P1) => -} "asoldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "asoldad" ; + {- VPB (Imper C.Pl C.P3) => -} "asuelden" ; + {- VPB (Pass C.Sg Masc) => -} "asoldado" ; + {- VPB (Pass C.Sg Fem) => -} "asoldada" ; + {- VPB (Pass C.Pl Masc) => -} "asoldados" ; + {- VPB (Pass C.Pl Fem) => -} "asoldadas" + ] + } ; + +lin asonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "asonar" ; + {- VI Ger => -} "asonando" ; + {- VI Part => -} "asonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "asueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "asuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "asuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "asonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "asonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "asoné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "asonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "asonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "asonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "asonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "asonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "asonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "asonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "asonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "asonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "asonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "asuena" ; + {- VPB (Imper C.Sg C.P3) => -} "asuene" ; + {- VPB (Imper C.Pl C.P1) => -} "asonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "asonad" ; + {- VPB (Imper C.Pl C.P3) => -} "asuenen" ; + {- VPB (Pass C.Sg Masc) => -} "asonado" ; + {- VPB (Pass C.Sg Fem) => -} "asonada" ; + {- VPB (Pass C.Pl Masc) => -} "asonados" ; + {- VPB (Pass C.Pl Fem) => -} "asonadas" + ] + } ; + +lin aspaventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aspaventar" ; + {- VI Ger => -} "aspaventando" ; + {- VI Part => -} "aspaventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aspaviento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aspavientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aspavienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aspaventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aspaventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aspavientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aspaviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aspavientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aspaviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aspaventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aspaventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aspavienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aspaventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aspaventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aspaventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aspaventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aspaventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aspaventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aspaventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aspaventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aspaventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aspaventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aspaventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aspaventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspaventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspaventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspaventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspaventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aspaventé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aspaventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aspaventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aspaventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aspaventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aspaventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aspaventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aspaventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aspaventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aspaventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aspaventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aspaventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aspaventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aspaventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aspaventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aspaventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aspaventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aspaventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aspaventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aspaventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aspaventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aspaventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aspavienta" ; + {- VPB (Imper C.Sg C.P3) => -} "aspaviente" ; + {- VPB (Imper C.Pl C.P1) => -} "aspaventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "aspaventad" ; + {- VPB (Imper C.Pl C.P3) => -} "aspavienten" ; + {- VPB (Pass C.Sg Masc) => -} "aspaventado" ; + {- VPB (Pass C.Sg Fem) => -} "aspaventada" ; + {- VPB (Pass C.Pl Masc) => -} "aspaventados" ; + {- VPB (Pass C.Pl Fem) => -} "aspaventadas" + ] + } ; + +lin aterrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aterrar" ; + {- VI Ger => -} "aterrando" ; + {- VI Part => -} "aterrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aterramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aterráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aterraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aterrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aterraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aterrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aterraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aterrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aterré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aterraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aterró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aterramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aterrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aterraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aterraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aterrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aterrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aterraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aterraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aterrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aterraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aterrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aterraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aterraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aterraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aterrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atierra" ; + {- VPB (Imper C.Sg C.P3) => -} "atierre" ; + {- VPB (Imper C.Pl C.P1) => -} "aterremos" ; + {- VPB (Imper C.Pl C.P2) => -} "aterrad" ; + {- VPB (Imper C.Pl C.P3) => -} "atierren" ; + {- VPB (Pass C.Sg Masc) => -} "aterrado" ; + {- VPB (Pass C.Sg Fem) => -} "aterrada" ; + {- VPB (Pass C.Pl Masc) => -} "aterrados" ; + {- VPB (Pass C.Pl Fem) => -} "aterradas" + ] + } ; + +lin atestar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atestar" ; + {- VI Ger => -} "atestando" ; + {- VI Part => -} "atestado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atiesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atiestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atiesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atestamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atestáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atiestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atiesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atestaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atestabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atestaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atestábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atestaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atestasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atesté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atestaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atestó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atestamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atestasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atestaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atestaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atestarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atestará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atestaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atestaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atestarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atestaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atestarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atestaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atestaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atestaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atestarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atiesta" ; + {- VPB (Imper C.Sg C.P3) => -} "atieste" ; + {- VPB (Imper C.Pl C.P1) => -} "atestemos" ; + {- VPB (Imper C.Pl C.P2) => -} "atestad" ; + {- VPB (Imper C.Pl C.P3) => -} "atiesten" ; + {- VPB (Pass C.Sg Masc) => -} "atestado" ; + {- VPB (Pass C.Sg Fem) => -} "atestada" ; + {- VPB (Pass C.Pl Masc) => -} "atestados" ; + {- VPB (Pass C.Pl Fem) => -} "atestadas" + ] + } ; + +lin atorar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atorar" ; + {- VI Ger => -} "atorando" ; + {- VI Part => -} "atorado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atuero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atueras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atuera" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atoramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atoráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atoremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atoréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atueren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atoraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atorabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atoraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atorábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atorabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atoraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atorara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atoraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atorara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atoráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atorarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atoraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atorase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atorases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atorase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atorásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atoraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atorasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atoré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atoraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atoró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atoramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atorasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atoraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atoraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atorarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atorará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atoraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atoraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atorarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atorare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atorares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atorare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atoráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atorareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atoraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atoraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atorarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atoraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atoraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atoraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atorarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atuera" ; + {- VPB (Imper C.Sg C.P3) => -} "atuere" ; + {- VPB (Imper C.Pl C.P1) => -} "atoremos" ; + {- VPB (Imper C.Pl C.P2) => -} "atorad" ; + {- VPB (Imper C.Pl C.P3) => -} "atueren" ; + {- VPB (Pass C.Sg Masc) => -} "atorado" ; + {- VPB (Pass C.Sg Fem) => -} "atorada" ; + {- VPB (Pass C.Pl Masc) => -} "atorados" ; + {- VPB (Pass C.Pl Fem) => -} "atoradas" + ] + } ; + +lin atravesar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atravesar" ; + {- VI Ger => -} "atravesando" ; + {- VI Part => -} "atravesado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atravieso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atraviesas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atraviesa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atravesamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atravesáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atraviesan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atraviese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atravieses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atraviese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atravesemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atraveséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atraviesen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atravesaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atravesabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atravesaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atravesábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atravesabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atravesaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atravesara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atravesaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atravesara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atravesáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atravesarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atravesaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atravesase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atravesases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atravesase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atravesásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atravesaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atravesasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atravesé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atravesaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atravesó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atravesamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atravesasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atravesaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atravesaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atravesarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atravesará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atravesaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atravesaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atravesarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atravesare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atravesares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atravesare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atravesáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atravesareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atravesaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atravesaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atravesarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atravesaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atravesaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atravesaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atravesarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atraviesa" ; + {- VPB (Imper C.Sg C.P3) => -} "atraviese" ; + {- VPB (Imper C.Pl C.P1) => -} "atravesemos" ; + {- VPB (Imper C.Pl C.P2) => -} "atravesad" ; + {- VPB (Imper C.Pl C.P3) => -} "atraviesen" ; + {- VPB (Pass C.Sg Masc) => -} "atravesado" ; + {- VPB (Pass C.Sg Fem) => -} "atravesada" ; + {- VPB (Pass C.Pl Masc) => -} "atravesados" ; + {- VPB (Pass C.Pl Fem) => -} "atravesadas" + ] + } ; + +lin atronar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atronar" ; + {- VI Ger => -} "atronando" ; + {- VI Part => -} "atronado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atrueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atruenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atruena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atronamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atronáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atruenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atruene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atruenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atruene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atronemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atronéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atruenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atronaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atronabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atronaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atronábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atronabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atronaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atronara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atronaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atronara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atronáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atronarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atronaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atronase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atronases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atronase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atronásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atronaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atronasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atroné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atronaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atronó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atronamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atronasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atronaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atronaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atronarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atronará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atronaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atronaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atronarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atronare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atronares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atronare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atronáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atronareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atronaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atronaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atronarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atronaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atronaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atronaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atronarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atruena" ; + {- VPB (Imper C.Sg C.P3) => -} "atruene" ; + {- VPB (Imper C.Pl C.P1) => -} "atronemos" ; + {- VPB (Imper C.Pl C.P2) => -} "atronad" ; + {- VPB (Imper C.Pl C.P3) => -} "atruenen" ; + {- VPB (Pass C.Sg Masc) => -} "atronado" ; + {- VPB (Pass C.Sg Fem) => -} "atronada" ; + {- VPB (Pass C.Pl Masc) => -} "atronados" ; + {- VPB (Pass C.Pl Fem) => -} "atronadas" + ] + } ; + +lin aventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aventar" ; + {- VI Ger => -} "aventando" ; + {- VI Part => -} "aventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aviento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "avientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "avienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aventé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "aventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "aventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "aventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "aventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "avienta" ; + {- VPB (Imper C.Sg C.P3) => -} "aviente" ; + {- VPB (Imper C.Pl C.P1) => -} "aventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "aventad" ; + {- VPB (Imper C.Pl C.P3) => -} "avienten" ; + {- VPB (Pass C.Sg Masc) => -} "aventado" ; + {- VPB (Pass C.Sg Fem) => -} "aventada" ; + {- VPB (Pass C.Pl Masc) => -} "aventados" ; + {- VPB (Pass C.Pl Fem) => -} "aventadas" + ] + } ; + +lin azolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "azolar" ; + {- VI Ger => -} "azolando" ; + {- VI Part => -} "azolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "azuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "azuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "azuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "azolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "azoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "azuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "azuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "azueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "azuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "azolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "azoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "azuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "azolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "azolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "azolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "azolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "azolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "azolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "azolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "azolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "azolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "azoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "azolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "azolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "azolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "azolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "azolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "azolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "azolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "azolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "azolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "azolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "azoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "azolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "azolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "azolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "azolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "azolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "azolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "azolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "azolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "azolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "azolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "azolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "azolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "azoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "azolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "azolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "azolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "azolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "azolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "azolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "azolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "azolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "azuela" ; + {- VPB (Imper C.Sg C.P3) => -} "azuele" ; + {- VPB (Imper C.Pl C.P1) => -} "azolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "azolad" ; + {- VPB (Imper C.Pl C.P3) => -} "azuelen" ; + {- VPB (Pass C.Sg Masc) => -} "azolado" ; + {- VPB (Pass C.Sg Fem) => -} "azolada" ; + {- VPB (Pass C.Pl Masc) => -} "azolados" ; + {- VPB (Pass C.Pl Fem) => -} "azoladas" + ] + } ; + +lin beldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "beldar" ; + {- VI Ger => -} "beldando" ; + {- VI Part => -} "beldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "bieldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "bieldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "bielda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "beldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "beldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bieldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bielde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bieldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bielde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "beldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "beldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bielden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "beldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "beldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "beldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "beldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "beldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "beldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "beldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "beldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "beldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "beldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "beldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "beldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "beldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "beldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "beldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "beldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "beldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "beldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "beldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "beldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "beldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "beldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "beldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "beldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "beldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "beldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "beldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "beldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "beldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "beldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "beldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "beldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "beldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "beldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "beldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "beldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "beldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "beldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "beldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "beldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "beldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "beldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "bielda" ; + {- VPB (Imper C.Sg C.P3) => -} "bielde" ; + {- VPB (Imper C.Pl C.P1) => -} "beldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "beldad" ; + {- VPB (Imper C.Pl C.P3) => -} "bielden" ; + {- VPB (Pass C.Sg Masc) => -} "beldado" ; + {- VPB (Pass C.Sg Fem) => -} "beldada" ; + {- VPB (Pass C.Pl Masc) => -} "beldados" ; + {- VPB (Pass C.Pl Fem) => -} "beldadas" + ] + } ; + +lin calentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "calentar" ; + {- VI Ger => -} "calentando" ; + {- VI Part => -} "calentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "caliento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "calientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "calienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "calentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "calentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "calientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "caliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "calientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "caliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "calentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "calentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "calienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "calentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "calentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "calentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "calentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "calentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "calentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "calentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "calentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "calentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "calentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "calentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "calentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "calentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "calentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "calentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "calentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "calentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "calentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "calenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "calentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "calentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "calentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "calentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "calentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "calentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "calentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "calentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "calentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "calentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "calentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "calentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "calentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "calentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "calentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "calentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "calentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "calentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "calentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "calentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "calentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "calentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "calentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "calienta" ; + {- VPB (Imper C.Sg C.P3) => -} "caliente" ; + {- VPB (Imper C.Pl C.P1) => -} "calentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "calentad" ; + {- VPB (Imper C.Pl C.P3) => -} "calienten" ; + {- VPB (Pass C.Sg Masc) => -} "calentado" ; + {- VPB (Pass C.Sg Fem) => -} "calentada" ; + {- VPB (Pass C.Pl Masc) => -} "calentados" ; + {- VPB (Pass C.Pl Fem) => -} "calentadas" + ] + } ; + +lin cerrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cerrar" ; + {- VI Ger => -} "cerrando" ; + {- VI Part => -} "cerrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cerramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cerráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cerraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cerrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cerraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cerrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cerraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cerré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cerraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cerró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cerramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cerrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cerraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cerraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cerrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cerrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cerraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cerraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cerrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cerraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cerrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cerraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cerraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cerraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cerrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cierra" ; + {- VPB (Imper C.Sg C.P3) => -} "cierre" ; + {- VPB (Imper C.Pl C.P1) => -} "cerremos" ; + {- VPB (Imper C.Pl C.P2) => -} "cerrad" ; + {- VPB (Imper C.Pl C.P3) => -} "cierren" ; + {- VPB (Pass C.Sg Masc) => -} "cerrado" ; + {- VPB (Pass C.Sg Fem) => -} "cerrada" ; + {- VPB (Pass C.Pl Masc) => -} "cerrados" ; + {- VPB (Pass C.Pl Fem) => -} "cerradas" + ] + } ; + +lin cimentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cimentar" ; + {- VI Ger => -} "cimentando" ; + {- VI Part => -} "cimentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cimiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cimientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cimienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cimentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cimentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cimientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cimienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cimentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cimentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cimentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cimentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cimentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cimentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cimenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cimentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cimentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cimentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cimentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cimentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cimentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cimentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cimentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cimentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cimentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cimentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cimentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cimentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cimentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cimentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cimentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cimentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cimienta" ; + {- VPB (Imper C.Sg C.P3) => -} "cimiente" ; + {- VPB (Imper C.Pl C.P1) => -} "cimentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "cimentad" ; + {- VPB (Imper C.Pl C.P3) => -} "cimienten" ; + {- VPB (Pass C.Sg Masc) => -} "cimentado" ; + {- VPB (Pass C.Sg Fem) => -} "cimentada" ; + {- VPB (Pass C.Pl Masc) => -} "cimentados" ; + {- VPB (Pass C.Pl Fem) => -} "cimentadas" + ] + } ; + +lin circunvolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "circunvolar" ; + {- VI Ger => -} "circunvolando" ; + {- VI Part => -} "circunvolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "circunvuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "circunvuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "circunvuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "circunvolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "circunvoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circunvuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circunvuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circunvueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circunvuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circunvolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circunvoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circunvuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circunvolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circunvolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circunvolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circunvolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circunvolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circunvolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circunvolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circunvolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circunvolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circunvoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circunvolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circunvolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunvolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunvolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunvolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunvolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunvolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunvolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "circunvolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "circunvolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "circunvoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "circunvolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "circunvolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "circunvolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "circunvolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "circunvolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "circunvolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "circunvolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "circunvolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circunvolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circunvolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circunvoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circunvolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circunvolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circunvolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circunvolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circunvolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circunvolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circunvolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circunvolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "circunvuela" ; + {- VPB (Imper C.Sg C.P3) => -} "circunvuele" ; + {- VPB (Imper C.Pl C.P1) => -} "circunvolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "circunvolad" ; + {- VPB (Imper C.Pl C.P3) => -} "circunvuelen" ; + {- VPB (Pass C.Sg Masc) => -} "circunvolado" ; + {- VPB (Pass C.Sg Fem) => -} "circunvolada" ; + {- VPB (Pass C.Pl Masc) => -} "circunvolados" ; + {- VPB (Pass C.Pl Fem) => -} "circunvoladas" + ] + } ; + +lin colar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "colar" ; + {- VI Ger => -} "colando" ; + {- VI Part => -} "colado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "colamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "coláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "colábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "colara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "colara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "colase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "colase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "colásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "colasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "colé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "colaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "colamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "colasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "colaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "colaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "colarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "colará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "colaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "colaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "colare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "colare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "colareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cuela" ; + {- VPB (Imper C.Sg C.P3) => -} "cuele" ; + {- VPB (Imper C.Pl C.P1) => -} "colemos" ; + {- VPB (Imper C.Pl C.P2) => -} "colad" ; + {- VPB (Imper C.Pl C.P3) => -} "cuelen" ; + {- VPB (Pass C.Sg Masc) => -} "colado" ; + {- VPB (Pass C.Sg Fem) => -} "colada" ; + {- VPB (Pass C.Pl Masc) => -} "colados" ; + {- VPB (Pass C.Pl Fem) => -} "coladas" + ] + } ; + +lin comprobar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "comprobar" ; + {- VI Ger => -} "comprobando" ; + {- VI Part => -} "comprobado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "compruebo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "compruebas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "comprueba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "comprobamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "comprobáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comprueban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comprueben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "comprobaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "comprobabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "comprobaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "comprobábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comprobaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "comprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "comprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "comprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "comprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "comprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "comprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "comprobasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "comprobé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "comprobaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "comprobó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "comprobamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "comprobasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "comprobaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "comprobaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "comprobarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "comprobará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "comprobaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "comprobaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comprobarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "comprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "comprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "comprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "comprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comprobaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comprobarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comprobaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "comprobaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comprobaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comprobarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "comprueba" ; + {- VPB (Imper C.Sg C.P3) => -} "compruebe" ; + {- VPB (Imper C.Pl C.P1) => -} "comprobemos" ; + {- VPB (Imper C.Pl C.P2) => -} "comprobad" ; + {- VPB (Imper C.Pl C.P3) => -} "comprueben" ; + {- VPB (Pass C.Sg Masc) => -} "comprobado" ; + {- VPB (Pass C.Sg Fem) => -} "comprobada" ; + {- VPB (Pass C.Pl Masc) => -} "comprobados" ; + {- VPB (Pass C.Pl Fem) => -} "comprobadas" + ] + } ; + +lin concertar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "concertar" ; + {- VI Ger => -} "concertando" ; + {- VI Part => -} "concertado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "concierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "conciertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "concierta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "concertamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "concertáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conciertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "concierten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concertaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concertabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concertaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concertábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concertaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concertasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "concerté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "concertaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "concertó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "concertamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "concertasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "concertaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "concertaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "concertarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "concertará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "concertaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "concertaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concertarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concertaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concertarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concertaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concertaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concertaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concertarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "concierta" ; + {- VPB (Imper C.Sg C.P3) => -} "concierte" ; + {- VPB (Imper C.Pl C.P1) => -} "concertemos" ; + {- VPB (Imper C.Pl C.P2) => -} "concertad" ; + {- VPB (Imper C.Pl C.P3) => -} "concierten" ; + {- VPB (Pass C.Sg Masc) => -} "concertado" ; + {- VPB (Pass C.Sg Fem) => -} "concertada" ; + {- VPB (Pass C.Pl Masc) => -} "concertados" ; + {- VPB (Pass C.Pl Fem) => -} "concertadas" + ] + } ; + +lin concordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "concordar" ; + {- VI Ger => -} "concordando" ; + {- VI Part => -} "concordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "concuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "concuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "concuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "concordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "concordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "concuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "concuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "concuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "concordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "concordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "concordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "concordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "concordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "concordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "concordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "concordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "concordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "concordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "concordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "concuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "concuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "concordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "concordad" ; + {- VPB (Imper C.Pl C.P3) => -} "concuerden" ; + {- VPB (Pass C.Sg Masc) => -} "concordado" ; + {- VPB (Pass C.Sg Fem) => -} "concordada" ; + {- VPB (Pass C.Pl Masc) => -} "concordados" ; + {- VPB (Pass C.Pl Fem) => -} "concordadas" + ] + } ; + +lin confesar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "confesar" ; + {- VI Ger => -} "confesando" ; + {- VI Part => -} "confesado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "confieso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "confiesas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "confiesa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "confesamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "confesáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "confiesan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "confiese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "confieses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "confiese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "confesemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "confeséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "confiesen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "confesaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "confesabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "confesaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "confesábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "confesabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "confesaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "confesara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "confesaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "confesara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "confesáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "confesarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "confesaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "confesase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "confesases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "confesase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "confesásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "confesaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "confesasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "confesé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "confesaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "confesó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "confesamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "confesasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "confesaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "confesaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "confesarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "confesará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "confesaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "confesaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "confesarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "confesare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "confesares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "confesare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "confesáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "confesareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "confesaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "confesaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "confesarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "confesaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "confesaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "confesaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "confesarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "confiesa" ; + {- VPB (Imper C.Sg C.P3) => -} "confiese" ; + {- VPB (Imper C.Pl C.P1) => -} "confesemos" ; + {- VPB (Imper C.Pl C.P2) => -} "confesad" ; + {- VPB (Imper C.Pl C.P3) => -} "confiesen" ; + {- VPB (Pass C.Sg Masc) => -} "confesado" ; + {- VPB (Pass C.Sg Fem) => -} "confesada" ; + {- VPB (Pass C.Pl Masc) => -} "confesados" ; + {- VPB (Pass C.Pl Fem) => -} "confesadas" + ] + } ; + +lin consolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "consolar" ; + {- VI Ger => -} "consolando" ; + {- VI Part => -} "consolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "consuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "consuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "consuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "consolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "consoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "consolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "consolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "consolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "consolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "consolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "consolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "consolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "consolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "consoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "consolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "consolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "consolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "consolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "consolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "consolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "consolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "consolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "consolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "consolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "consolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "consolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "consolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "consolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "consolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "consuela" ; + {- VPB (Imper C.Sg C.P3) => -} "consuele" ; + {- VPB (Imper C.Pl C.P1) => -} "consolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "consolad" ; + {- VPB (Imper C.Pl C.P3) => -} "consuelen" ; + {- VPB (Pass C.Sg Masc) => -} "consolado" ; + {- VPB (Pass C.Sg Fem) => -} "consolada" ; + {- VPB (Pass C.Pl Masc) => -} "consolados" ; + {- VPB (Pass C.Pl Fem) => -} "consoladas" + ] + } ; + +lin consonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "consonar" ; + {- VI Ger => -} "consonando" ; + {- VI Part => -} "consonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "consueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "consuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "consuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "consonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "consonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "consonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "consonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "consonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "consonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "consonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "consonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "consoné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "consonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "consonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "consonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "consonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "consonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "consonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "consonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "consonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "consonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "consonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "consonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "consonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "consonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "consonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "consonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "consonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "consonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "consuena" ; + {- VPB (Imper C.Sg C.P3) => -} "consuene" ; + {- VPB (Imper C.Pl C.P1) => -} "consonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "consonad" ; + {- VPB (Imper C.Pl C.P3) => -} "consuenen" ; + {- VPB (Pass C.Sg Masc) => -} "consonado" ; + {- VPB (Pass C.Sg Fem) => -} "consonada" ; + {- VPB (Pass C.Pl Masc) => -} "consonados" ; + {- VPB (Pass C.Pl Fem) => -} "consonadas" + ] + } ; + +lin contar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contar" ; + {- VI Ger => -} "contando" ; + {- VI Part => -} "contado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cuento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cuentas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cuenta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuentan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuenten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "conté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cuenta" ; + {- VPB (Imper C.Sg C.P3) => -} "cuente" ; + {- VPB (Imper C.Pl C.P1) => -} "contemos" ; + {- VPB (Imper C.Pl C.P2) => -} "contad" ; + {- VPB (Imper C.Pl C.P3) => -} "cuenten" ; + {- VPB (Pass C.Sg Masc) => -} "contado" ; + {- VPB (Pass C.Sg Fem) => -} "contada" ; + {- VPB (Pass C.Pl Masc) => -} "contados" ; + {- VPB (Pass C.Pl Fem) => -} "contadas" + ] + } ; + +lin contramanifestar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contramanifestar" ; + {- VI Ger => -} "contramanifestando" ; + {- VI Part => -} "contramanifestado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contramanifiesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contramanifiestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contramanifiesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contramanifestamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contramanifestáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contramanifiestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contramanifieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contramanifiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contramanifieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contramanifestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contramanifestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contramanifiesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contramanifestaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contramanifestabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contramanifestaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contramanifestábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contramanifestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contramanifestaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contramanifestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contramanifestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contramanifestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contramanifestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contramanifestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contramanifestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contramanifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contramanifestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contramanifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contramanifestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contramanifestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contramanifestasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contramanifesté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contramanifestaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contramanifestó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contramanifestamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contramanifestasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contramanifestaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contramanifestaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contramanifestarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contramanifestará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contramanifestaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contramanifestaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contramanifestarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contramanifestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contramanifestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contramanifestaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contramanifestarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contramanifestaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contramanifestaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contramanifestaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contramanifestarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contramanifiesta" ; + {- VPB (Imper C.Sg C.P3) => -} "contramanifieste" ; + {- VPB (Imper C.Pl C.P1) => -} "contramanifestemos" ; + {- VPB (Imper C.Pl C.P2) => -} "contramanifestad" ; + {- VPB (Imper C.Pl C.P3) => -} "contramanifiesten" ; + {- VPB (Pass C.Sg Masc) => -} "contramanifestado" ; + {- VPB (Pass C.Sg Fem) => -} "contramanifestada" ; + {- VPB (Pass C.Pl Masc) => -} "contramanifestados" ; + {- VPB (Pass C.Pl Fem) => -} "contramanifestadas" + ] + } ; + +lin costar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "costar" ; + {- VI Ger => -} "costando" ; + {- VI Part => -} "costado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "costamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "costáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "costemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "costéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "costaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "costabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "costaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "costábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "costabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "costaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "costara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "costaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "costara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "costáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "costarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "costaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "costase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "costases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "costase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "costásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "costaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "costasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "costé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "costaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "costó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "costamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "costasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "costaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "costaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "costarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "costará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "costaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "costaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "costarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "costare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "costares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "costare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "costáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "costareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "costaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "costaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "costarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "costaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "costaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "costaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "costarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "cueste" ; + {- VPB (Imper C.Pl C.P1) => -} "costemos" ; + {- VPB (Imper C.Pl C.P2) => -} "costad" ; + {- VPB (Imper C.Pl C.P3) => -} "cuesten" ; + {- VPB (Pass C.Sg Masc) => -} "costado" ; + {- VPB (Pass C.Sg Fem) => -} "costada" ; + {- VPB (Pass C.Pl Masc) => -} "costados" ; + {- VPB (Pass C.Pl Fem) => -} "costadas" + ] + } ; + +lin decentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "decentar" ; + {- VI Ger => -} "decentando" ; + {- VI Part => -} "decentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deciento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "decientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "decienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "decentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "decentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "decientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "decientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "decentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "decentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "decienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "decentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "decentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "decentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "decentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "decentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "decentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "decentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "decentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "decentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "decentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "decentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "decentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "decentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "decentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "decenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "decentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "decentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "decentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "decentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "decentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "decentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "decentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "decentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "decentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "decentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "decentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "decentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "decentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "decentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "decentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "decentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "decentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "decentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "decentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "decentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "decentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "decentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "decentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "decienta" ; + {- VPB (Imper C.Sg C.P3) => -} "deciente" ; + {- VPB (Imper C.Pl C.P1) => -} "decentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "decentad" ; + {- VPB (Imper C.Pl C.P3) => -} "decienten" ; + {- VPB (Pass C.Sg Masc) => -} "decentado" ; + {- VPB (Pass C.Sg Fem) => -} "decentada" ; + {- VPB (Pass C.Pl Masc) => -} "decentados" ; + {- VPB (Pass C.Pl Fem) => -} "decentadas" + ] + } ; + +lin degollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "degollar" ; + {- VI Ger => -} "degollando" ; + {- VI Part => -} "degollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deguello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deguellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deguella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "degollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "degolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deguellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deguelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deguelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deguelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "degollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "degolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deguellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "degollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "degollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "degollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "degollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "degollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "degollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "degollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "degollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "degollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "degolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "degollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "degollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "degollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "degollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "degollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "degollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "degollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "degollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "degollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "degollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "degolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "degollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "degollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "degollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "degollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "degollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "degollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "degollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "degollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "degollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "degollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "degollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "degollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "degolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "degollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "degollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "degollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "degollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "degollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "degollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "degollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "degollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deguella" ; + {- VPB (Imper C.Sg C.P3) => -} "deguelle" ; + {- VPB (Imper C.Pl C.P1) => -} "degollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "degollad" ; + {- VPB (Imper C.Pl C.P3) => -} "deguellen" ; + {- VPB (Pass C.Sg Masc) => -} "degollado" ; + {- VPB (Pass C.Sg Fem) => -} "degollada" ; + {- VPB (Pass C.Pl Masc) => -} "degollados" ; + {- VPB (Pass C.Pl Fem) => -} "degolladas" + ] + } ; + +lin demostrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "demostrar" ; + {- VI Ger => -} "demostrando" ; + {- VI Part => -} "demostrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "demuestro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "demuestras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "demuestra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "demostramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "demostráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "demuestran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "demuestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "demuestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "demuestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "demostremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "demostréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "demuestren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "demostraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "demostrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "demostraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "demostrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "demostrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "demostraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "demostrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "demostraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "demostrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "demostráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "demostrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "demostraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "demostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "demostrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "demostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "demostrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "demostraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "demostrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "demostré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "demostraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "demostró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "demostramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "demostrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "demostraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "demostraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "demostrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "demostrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "demostraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "demostraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "demostrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "demostrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "demostrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "demostrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "demostráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "demostrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "demostraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "demostraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "demostrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "demostraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "demostraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "demostraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "demostrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "demuestra" ; + {- VPB (Imper C.Sg C.P3) => -} "demuestre" ; + {- VPB (Imper C.Pl C.P1) => -} "demostremos" ; + {- VPB (Imper C.Pl C.P2) => -} "demostrad" ; + {- VPB (Imper C.Pl C.P3) => -} "demuestren" ; + {- VPB (Pass C.Sg Masc) => -} "demostrado" ; + {- VPB (Pass C.Sg Fem) => -} "demostrada" ; + {- VPB (Pass C.Pl Masc) => -} "demostrados" ; + {- VPB (Pass C.Pl Fem) => -} "demostradas" + ] + } ; + +lin denostar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "denostar" ; + {- VI Ger => -} "denostando" ; + {- VI Part => -} "denostado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "denuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "denuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "denuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "denostamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "denostáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "denuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "denueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "denuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "denueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "denostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "denostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "denuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "denostaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "denostabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "denostaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "denostábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "denostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "denostaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "denostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "denostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "denostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "denostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "denostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "denostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "denostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "denostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "denostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "denostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "denostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "denostasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "denosté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "denostaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "denostó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "denostamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "denostasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "denostaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "denostaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "denostarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "denostará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "denostaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "denostaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "denostarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "denostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "denostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "denostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "denostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "denostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "denostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "denostaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "denostarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "denostaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "denostaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "denostaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "denostarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "denuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "denueste" ; + {- VPB (Imper C.Pl C.P1) => -} "denostemos" ; + {- VPB (Imper C.Pl C.P2) => -} "denostad" ; + {- VPB (Imper C.Pl C.P3) => -} "denuesten" ; + {- VPB (Pass C.Sg Masc) => -} "denostado" ; + {- VPB (Pass C.Sg Fem) => -} "denostada" ; + {- VPB (Pass C.Pl Masc) => -} "denostados" ; + {- VPB (Pass C.Pl Fem) => -} "denostadas" + ] + } ; + +lin dentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "dentar" ; + {- VI Ger => -} "dentando" ; + {- VI Part => -} "dentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "diento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "dientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "dienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "dentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "dentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "dienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "denté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "dentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "dentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "dentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "dienta" ; + {- VPB (Imper C.Sg C.P3) => -} "diente" ; + {- VPB (Imper C.Pl C.P1) => -} "dentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "dentad" ; + {- VPB (Imper C.Pl C.P3) => -} "dienten" ; + {- VPB (Pass C.Sg Masc) => -} "dentado" ; + {- VPB (Pass C.Sg Fem) => -} "dentada" ; + {- VPB (Pass C.Pl Masc) => -} "dentados" ; + {- VPB (Pass C.Pl Fem) => -} "dentadas" + ] + } ; + +lin desacertar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desacertar" ; + {- VI Ger => -} "desacertando" ; + {- VI Part => -} "desacertado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desacierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desaciertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desacierta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desacertamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desacertáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaciertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desacierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desaciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desacierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desacertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desacertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desacierten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desacertaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desacertabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desacertaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desacertábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desacertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desacertaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desacertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desacertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desacertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desacertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desacertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desacertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacertasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desacerté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desacertaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desacertó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desacertamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desacertasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desacertaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desacertaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desacertarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desacertará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desacertaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desacertaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desacertarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desacertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desacertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desacertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desacertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desacertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desacertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desacertaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desacertarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desacertaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desacertaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desacertaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desacertarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desacierta" ; + {- VPB (Imper C.Sg C.P3) => -} "desacierte" ; + {- VPB (Imper C.Pl C.P1) => -} "desacertemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desacertad" ; + {- VPB (Imper C.Pl C.P3) => -} "desacierten" ; + {- VPB (Pass C.Sg Masc) => -} "desacertado" ; + {- VPB (Pass C.Sg Fem) => -} "desacertada" ; + {- VPB (Pass C.Pl Masc) => -} "desacertados" ; + {- VPB (Pass C.Pl Fem) => -} "desacertadas" + ] + } ; + +lin desacollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desacollar" ; + {- VI Ger => -} "desacollando" ; + {- VI Part => -} "desacollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desacuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desacuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desacuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desacollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desacolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desacuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desacuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desacuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desacuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desacollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desacolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desacuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desacollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desacollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desacollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desacollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desacollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desacollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desacollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desacollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desacollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desacolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desacollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desacollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desacollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desacollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desacolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desacollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desacollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desacollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desacollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desacollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desacollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desacollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desacollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desacollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desacollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desacollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desacollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desacolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desacollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desacollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desacollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desacollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desacollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desacollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desacollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desacollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desacuella" ; + {- VPB (Imper C.Sg C.P3) => -} "desacuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "desacollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desacollad" ; + {- VPB (Imper C.Pl C.P3) => -} "desacuellen" ; + {- VPB (Pass C.Sg Masc) => -} "desacollado" ; + {- VPB (Pass C.Sg Fem) => -} "desacollada" ; + {- VPB (Pass C.Pl Masc) => -} "desacollados" ; + {- VPB (Pass C.Pl Fem) => -} "desacolladas" + ] + } ; + +lin desacordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desacordar" ; + {- VI Ger => -} "desacordando" ; + {- VI Part => -} "desacordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desacuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desacuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desacuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desacordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desacordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desacuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desacuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desacuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desacuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desacordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desacordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desacuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desacordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desacordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desacordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desacordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desacordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desacordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desacordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desacordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desacordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desacordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desacordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desacordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desacordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desacordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desacordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desacordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desacordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desacordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desacordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desacordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desacordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desacordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desacordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desacordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desacordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desacordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desacordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desacordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desacordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desacordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desacordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desacordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desacordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desacordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desacordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desacordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desacuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "desacuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "desacordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desacordad" ; + {- VPB (Imper C.Pl C.P3) => -} "desacuerden" ; + {- VPB (Pass C.Sg Masc) => -} "desacordado" ; + {- VPB (Pass C.Sg Fem) => -} "desacordada" ; + {- VPB (Pass C.Pl Masc) => -} "desacordados" ; + {- VPB (Pass C.Pl Fem) => -} "desacordadas" + ] + } ; + +lin desaferrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desaferrar" ; + {- VI Ger => -} "desaferrando" ; + {- VI Part => -} "desaferrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desafierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desafierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desafierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desaferramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desaferráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desafierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desafierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desafierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desafierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaferremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaferréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desafierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desaferraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desaferrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desaferraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaferrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaferrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaferraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaferrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaferraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaferrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaferráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaferrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaferraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaferrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaferrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaferraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaferrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desaferré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desaferraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desaferró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desaferramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desaferrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desaferraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desaferraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desaferrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desaferrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desaferraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desaferraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaferrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaferrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaferráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaferrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaferraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaferraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaferrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaferraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaferraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaferraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaferrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desafierra" ; + {- VPB (Imper C.Sg C.P3) => -} "desafierre" ; + {- VPB (Imper C.Pl C.P1) => -} "desaferremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desaferrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desafierren" ; + {- VPB (Pass C.Sg Masc) => -} "desaferrado" ; + {- VPB (Pass C.Sg Fem) => -} "desaferrada" ; + {- VPB (Pass C.Pl Masc) => -} "desaferrados" ; + {- VPB (Pass C.Pl Fem) => -} "desaferradas" + ] + } ; + +lin desaforar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desaforar" ; + {- VI Ger => -} "desaforando" ; + {- VI Part => -} "desaforado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desafuero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desafueras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desafuera" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desaforamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desaforáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desafueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desafuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desafueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desafuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaforemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaforéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desafueren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desaforaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desaforabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desaforaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaforábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaforabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaforaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaforara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaforaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaforara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaforáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaforarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaforaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaforase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaforases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaforase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaforásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaforaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaforasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desaforé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desaforaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desaforó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desaforamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desaforasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desaforaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desaforaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desaforarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desaforará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desaforaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desaforaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaforarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaforare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaforares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaforare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaforáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaforareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaforaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaforaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaforarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaforaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaforaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaforaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaforarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desafuera" ; + {- VPB (Imper C.Sg C.P3) => -} "desafuere" ; + {- VPB (Imper C.Pl C.P1) => -} "desaforemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desaforad" ; + {- VPB (Imper C.Pl C.P3) => -} "desafueren" ; + {- VPB (Pass C.Sg Masc) => -} "desaforado" ; + {- VPB (Pass C.Sg Fem) => -} "desaforada" ; + {- VPB (Pass C.Pl Masc) => -} "desaforados" ; + {- VPB (Pass C.Pl Fem) => -} "desaforadas" + ] + } ; + +lin desalentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desalentar" ; + {- VI Ger => -} "desalentando" ; + {- VI Part => -} "desalentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desaliento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desalientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desalienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desalentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desalentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desalientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desaliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desalientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desaliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desalentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desalentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desalienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desalentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desalentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desalentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desalentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desalentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desalentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desalentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desalentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desalentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desalentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desalentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desalentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desalentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desalentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desalentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desalentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desalenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desalentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desalentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desalentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desalentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desalentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desalentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desalentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desalentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desalentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desalentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desalentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desalentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desalentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desalentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desalentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desalentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desalentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desalentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desalentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desalentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desalentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desalentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desalentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desalienta" ; + {- VPB (Imper C.Sg C.P3) => -} "desaliente" ; + {- VPB (Imper C.Pl C.P1) => -} "desalentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desalentad" ; + {- VPB (Imper C.Pl C.P3) => -} "desalienten" ; + {- VPB (Pass C.Sg Masc) => -} "desalentado" ; + {- VPB (Pass C.Sg Fem) => -} "desalentada" ; + {- VPB (Pass C.Pl Masc) => -} "desalentados" ; + {- VPB (Pass C.Pl Fem) => -} "desalentadas" + ] + } ; + +lin desamoblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desamoblar" ; + {- VI Ger => -} "desamoblando" ; + {- VI Part => -} "desamoblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desamueblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desamueblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desamuebla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desamoblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desamobláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desamueblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desamueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desamuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desamueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desamoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desamobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desamueblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desamoblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desamoblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desamoblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desamoblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desamoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desamoblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desamoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desamoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desamoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desamobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desamoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desamoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desamoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desamoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desamoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desamoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desamoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desamoblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desamoblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desamoblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desamobló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desamoblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desamoblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desamoblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desamoblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desamoblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desamoblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desamoblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desamoblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desamoblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desamoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desamobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desamoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desamoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desamoblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desamoblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desamoblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desamoblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desamoblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desamoblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desamuebla" ; + {- VPB (Imper C.Sg C.P3) => -} "desamueble" ; + {- VPB (Imper C.Pl C.P1) => -} "desamoblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desamoblad" ; + {- VPB (Imper C.Pl C.P3) => -} "desamueblen" ; + {- VPB (Pass C.Sg Masc) => -} "desamoblado" ; + {- VPB (Pass C.Sg Fem) => -} "desamoblada" ; + {- VPB (Pass C.Pl Masc) => -} "desamoblados" ; + {- VPB (Pass C.Pl Fem) => -} "desamobladas" + ] + } ; + +lin desapretar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desapretar" ; + {- VI Ger => -} "desapretando" ; + {- VI Part => -} "desapretado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desaprieto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desaprietas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desaprieta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desapretamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desapretáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaprietan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desapriete" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desaprietes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desapriete" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desapretemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desapretéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desaprieten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desapretaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desapretabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desapretaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desapretábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desapretabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desapretaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desapretara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desapretaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desapretara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desapretáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desapretarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desapretaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desapretases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desapretásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desapretaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desapretasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desapreté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desapretaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desapretó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desapretamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desapretasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desapretaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desapretaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desapretarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desapretará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desapretaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desapretaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desapretarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desapretare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desapretares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desapretare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desapretáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desapretareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desapretaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desapretaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desapretarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desapretaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desapretaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desapretaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desapretarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desaprieta" ; + {- VPB (Imper C.Sg C.P3) => -} "desapriete" ; + {- VPB (Imper C.Pl C.P1) => -} "desapretemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desapretad" ; + {- VPB (Imper C.Pl C.P3) => -} "desaprieten" ; + {- VPB (Pass C.Sg Masc) => -} "desapretado" ; + {- VPB (Pass C.Sg Fem) => -} "desapretada" ; + {- VPB (Pass C.Pl Masc) => -} "desapretados" ; + {- VPB (Pass C.Pl Fem) => -} "desapretadas" + ] + } ; + +lin desaprobar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desaprobar" ; + {- VI Ger => -} "desaprobando" ; + {- VI Part => -} "desaprobado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desapruebo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desapruebas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desaprueba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desaprobamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desaprobáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaprueban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desapruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desapruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desapruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desaprueben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desaprobaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desaprobabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desaprobaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaprobábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaprobaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaprobasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desaprobé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desaprobaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desaprobó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desaprobamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desaprobasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desaprobaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desaprobaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desaprobarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desaprobará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desaprobaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desaprobaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaprobarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaprobaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaprobarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaprobaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaprobaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaprobaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaprobarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desaprueba" ; + {- VPB (Imper C.Sg C.P3) => -} "desapruebe" ; + {- VPB (Imper C.Pl C.P1) => -} "desaprobemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desaprobad" ; + {- VPB (Imper C.Pl C.P3) => -} "desaprueben" ; + {- VPB (Pass C.Sg Masc) => -} "desaprobado" ; + {- VPB (Pass C.Sg Fem) => -} "desaprobada" ; + {- VPB (Pass C.Pl Masc) => -} "desaprobados" ; + {- VPB (Pass C.Pl Fem) => -} "desaprobadas" + ] + } ; + +lin desarrendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desarrendar" ; + {- VI Ger => -} "desarrendando" ; + {- VI Part => -} "desarrendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desarriendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desarriendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desarrienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desarrendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desarrendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desarriendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desarriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desarriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desarriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desarrendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desarrendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desarrienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desarrendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desarrendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desarrendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desarrendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desarrendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desarrendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desarrendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desarrendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desarrendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desarrendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desarrendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desarrendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desarrendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desarrendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desarrendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desarrendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desarrendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desarrendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desarrendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desarrendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desarrendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desarrendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desarrendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desarrendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desarrendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desarrendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desarrendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desarrendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desarrendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desarrendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desarrendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desarrendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desarrendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desarrendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desarrendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desarrendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desarrendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desarrendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desarrienda" ; + {- VPB (Imper C.Sg C.P3) => -} "desarriende" ; + {- VPB (Imper C.Pl C.P1) => -} "desarrendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desarrendad" ; + {- VPB (Imper C.Pl C.P3) => -} "desarrienden" ; + {- VPB (Pass C.Sg Masc) => -} "desarrendado" ; + {- VPB (Pass C.Sg Fem) => -} "desarrendada" ; + {- VPB (Pass C.Pl Masc) => -} "desarrendados" ; + {- VPB (Pass C.Pl Fem) => -} "desarrendadas" + ] + } ; + +lin desasentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desasentar" ; + {- VI Ger => -} "desasentando" ; + {- VI Part => -} "desasentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desasiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desasientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desasienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desasentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desasentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desasientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desasiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desasientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desasiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desasentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desasentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desasienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desasentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desasentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desasentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desasentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desasentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desasentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desasentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desasentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desasentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desasentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desasentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desasentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desasenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desasentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desasentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desasentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desasentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desasentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desasentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desasentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desasentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desasentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desasentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desasentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desasentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desasentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desasentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desasentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desasentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desasentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desasentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desasentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desasentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desasentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desasentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desasentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desasienta" ; + {- VPB (Imper C.Sg C.P3) => -} "desasiente" ; + {- VPB (Imper C.Pl C.P1) => -} "desasentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desasentad" ; + {- VPB (Imper C.Pl C.P3) => -} "desasienten" ; + {- VPB (Pass C.Sg Masc) => -} "desasentado" ; + {- VPB (Pass C.Sg Fem) => -} "desasentada" ; + {- VPB (Pass C.Pl Masc) => -} "desasentados" ; + {- VPB (Pass C.Pl Fem) => -} "desasentadas" + ] + } ; + +lin desatentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desatentar" ; + {- VI Ger => -} "desatentando" ; + {- VI Part => -} "desatentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desatiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desatientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desatienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desatentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desatentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desatientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desatiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desatientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desatiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desatentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desatentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desatienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desatentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desatentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desatentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desatentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desatentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desatentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desatentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desatentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desatentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desatentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desatentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desatentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desatentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desatentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desatentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desatentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desatentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desatentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desatenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desatentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desatentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desatentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desatentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desatentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desatentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desatentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desatentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desatentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desatentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desatentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desatentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desatentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desatentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desatentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desatentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desatentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desatentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desatentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desatentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desatentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desatentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desatentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desatienta" ; + {- VPB (Imper C.Sg C.P3) => -} "desatiente" ; + {- VPB (Imper C.Pl C.P1) => -} "desatentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desatentad" ; + {- VPB (Imper C.Pl C.P3) => -} "desatienten" ; + {- VPB (Pass C.Sg Masc) => -} "desatentado" ; + {- VPB (Pass C.Sg Fem) => -} "desatentada" ; + {- VPB (Pass C.Pl Masc) => -} "desatentados" ; + {- VPB (Pass C.Pl Fem) => -} "desatentadas" + ] + } ; + +lin desaterrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desaterrar" ; + {- VI Ger => -} "desaterrando" ; + {- VI Part => -} "desaterrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desatierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desatierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desatierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desaterramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desaterráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desatierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desatierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desatierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desatierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desatierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desaterraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desaterrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desaterraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaterrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaterraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaterrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desaterré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desaterraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desaterró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desaterramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desaterrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desaterraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desaterraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desaterrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desaterrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desaterraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desaterraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaterrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaterraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaterrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaterraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaterraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaterraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaterrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desatierra" ; + {- VPB (Imper C.Sg C.P3) => -} "desatierre" ; + {- VPB (Imper C.Pl C.P1) => -} "desaterremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desaterrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desatierren" ; + {- VPB (Pass C.Sg Masc) => -} "desaterrado" ; + {- VPB (Pass C.Sg Fem) => -} "desaterrada" ; + {- VPB (Pass C.Pl Masc) => -} "desaterrados" ; + {- VPB (Pass C.Pl Fem) => -} "desaterradas" + ] + } ; + +lin descerrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descerrar" ; + {- VI Ger => -} "descerrando" ; + {- VI Part => -} "descerrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descerramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descerráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descerraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descerrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descerraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descerrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descerraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descerrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descerré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descerraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descerró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descerramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descerrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descerraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descerraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descerrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descerrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descerraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descerraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descerrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descerraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descerrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descerraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descerraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descerraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descerrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descierra" ; + {- VPB (Imper C.Sg C.P3) => -} "descierre" ; + {- VPB (Imper C.Pl C.P1) => -} "descerremos" ; + {- VPB (Imper C.Pl C.P2) => -} "descerrad" ; + {- VPB (Imper C.Pl C.P3) => -} "descierren" ; + {- VPB (Pass C.Sg Masc) => -} "descerrado" ; + {- VPB (Pass C.Sg Fem) => -} "descerrada" ; + {- VPB (Pass C.Pl Masc) => -} "descerrados" ; + {- VPB (Pass C.Pl Fem) => -} "descerradas" + ] + } ; + +lin descimentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descimentar" ; + {- VI Ger => -} "descimentando" ; + {- VI Part => -} "descimentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descimiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descimientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descimienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descimentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descimentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descimientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descimienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descimentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descimentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descimentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descimentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descimentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descimentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descimenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descimentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descimentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descimentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descimentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descimentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descimentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descimentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descimentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descimentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descimentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descimentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descimentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descimentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descimentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descimentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descimentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descimentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descimienta" ; + {- VPB (Imper C.Sg C.P3) => -} "descimiente" ; + {- VPB (Imper C.Pl C.P1) => -} "descimentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "descimentad" ; + {- VPB (Imper C.Pl C.P3) => -} "descimienten" ; + {- VPB (Pass C.Sg Masc) => -} "descimentado" ; + {- VPB (Pass C.Sg Fem) => -} "descimentada" ; + {- VPB (Pass C.Pl Masc) => -} "descimentados" ; + {- VPB (Pass C.Pl Fem) => -} "descimentadas" + ] + } ; + +lin descollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descollar" ; + {- VI Ger => -} "descollando" ; + {- VI Part => -} "descollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descuella" ; + {- VPB (Imper C.Sg C.P3) => -} "descuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "descollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "descollad" ; + {- VPB (Imper C.Pl C.P3) => -} "descuellen" ; + {- VPB (Pass C.Sg Masc) => -} "descollado" ; + {- VPB (Pass C.Sg Fem) => -} "descollada" ; + {- VPB (Pass C.Pl Masc) => -} "descollados" ; + {- VPB (Pass C.Pl Fem) => -} "descolladas" + ] + } ; + +lin desconcertar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desconcertar" ; + {- VI Ger => -} "desconcertando" ; + {- VI Part => -} "desconcertado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desconcierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desconciertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desconcierta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desconcertamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desconcertáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconciertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconcierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconcierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconcertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconcertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconcierten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconcertaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconcertabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconcertaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconcertábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconcertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconcertaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconcertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconcertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconcertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconcertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconcertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconcertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconcertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconcertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconcertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconcertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconcertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconcertasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desconcerté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desconcertaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desconcertó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desconcertamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desconcertasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desconcertaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desconcertaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desconcertarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desconcertará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desconcertaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desconcertaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconcertarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconcertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconcertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconcertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconcertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconcertaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconcertarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconcertaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconcertaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconcertaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconcertarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desconcierta" ; + {- VPB (Imper C.Sg C.P3) => -} "desconcierte" ; + {- VPB (Imper C.Pl C.P1) => -} "desconcertemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desconcertad" ; + {- VPB (Imper C.Pl C.P3) => -} "desconcierten" ; + {- VPB (Pass C.Sg Masc) => -} "desconcertado" ; + {- VPB (Pass C.Sg Fem) => -} "desconcertada" ; + {- VPB (Pass C.Pl Masc) => -} "desconcertados" ; + {- VPB (Pass C.Pl Fem) => -} "desconcertadas" + ] + } ; + +lin desconsolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desconsolar" ; + {- VI Ger => -} "desconsolando" ; + {- VI Part => -} "desconsolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desconsuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desconsuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desconsuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desconsolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desconsoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconsuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconsuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconsueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconsuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconsolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconsoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconsuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconsolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconsolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconsolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconsolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconsolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconsolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconsolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconsolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconsolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconsoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconsolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconsolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconsolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconsolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconsolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconsolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desconsolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desconsolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desconsoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desconsolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desconsolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desconsolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desconsolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desconsolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desconsolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desconsolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desconsolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconsolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconsolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconsoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconsolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconsolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconsolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconsolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconsolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconsolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconsolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconsolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desconsuela" ; + {- VPB (Imper C.Sg C.P3) => -} "desconsuele" ; + {- VPB (Imper C.Pl C.P1) => -} "desconsolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desconsolad" ; + {- VPB (Imper C.Pl C.P3) => -} "desconsuelen" ; + {- VPB (Pass C.Sg Masc) => -} "desconsolado" ; + {- VPB (Pass C.Sg Fem) => -} "desconsolada" ; + {- VPB (Pass C.Pl Masc) => -} "desconsolados" ; + {- VPB (Pass C.Pl Fem) => -} "desconsoladas" + ] + } ; + +lin descontar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descontar" ; + {- VI Ger => -} "descontando" ; + {- VI Part => -} "descontado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descuento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descuentas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descuenta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descontamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descontáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuentan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuenten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descontaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descontabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descontaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descontábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descontaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descontasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desconté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descontaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descontó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descontamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descontasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descontaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descontaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descontarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descontará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descontaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descontaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descontarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descontaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descontarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descontaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descontaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descontaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descontarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descuenta" ; + {- VPB (Imper C.Sg C.P3) => -} "descuente" ; + {- VPB (Imper C.Pl C.P1) => -} "descontemos" ; + {- VPB (Imper C.Pl C.P2) => -} "descontad" ; + {- VPB (Imper C.Pl C.P3) => -} "descuenten" ; + {- VPB (Pass C.Sg Masc) => -} "descontado" ; + {- VPB (Pass C.Sg Fem) => -} "descontada" ; + {- VPB (Pass C.Pl Masc) => -} "descontados" ; + {- VPB (Pass C.Pl Fem) => -} "descontadas" + ] + } ; + +lin descordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descordar" ; + {- VI Ger => -} "descordando" ; + {- VI Part => -} "descordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "descuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "descordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "descordad" ; + {- VPB (Imper C.Pl C.P3) => -} "descuerden" ; + {- VPB (Pass C.Sg Masc) => -} "descordado" ; + {- VPB (Pass C.Sg Fem) => -} "descordada" ; + {- VPB (Pass C.Pl Masc) => -} "descordados" ; + {- VPB (Pass C.Pl Fem) => -} "descordadas" + ] + } ; + +lin descornar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descornar" ; + {- VI Ger => -} "descornando" ; + {- VI Part => -} "descornado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descuerno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descuernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descuerna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descornamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descornáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuerne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuerne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descornemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descornéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descornaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descornabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descornaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descornábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descornabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descornaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descornara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descornaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descornara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descornáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descornarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descornaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descornase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descornases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descornase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descornásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descornaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descornasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descorné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descornaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descornó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descornamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descornasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descornaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descornaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descornarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descornará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descornaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descornaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descornarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descornare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descornares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descornare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descornáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descornareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descornaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descornaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descornarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descornaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descornaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descornaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descornarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descuerna" ; + {- VPB (Imper C.Sg C.P3) => -} "descuerne" ; + {- VPB (Imper C.Pl C.P1) => -} "descornemos" ; + {- VPB (Imper C.Pl C.P2) => -} "descornad" ; + {- VPB (Imper C.Pl C.P3) => -} "descuernen" ; + {- VPB (Pass C.Sg Masc) => -} "descornado" ; + {- VPB (Pass C.Sg Fem) => -} "descornada" ; + {- VPB (Pass C.Pl Masc) => -} "descornados" ; + {- VPB (Pass C.Pl Fem) => -} "descornadas" + ] + } ; + +lin desdentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desdentar" ; + {- VI Ger => -} "desdentando" ; + {- VI Part => -} "desdentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desdiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desdientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desdienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desdentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desdentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desdientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desdiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desdientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desdiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desdentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desdentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desdienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desdentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desdentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desdentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desdentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desdentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desdentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desdentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desdentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desdentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desdentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desdentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desdentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desdentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desdentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desdentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desdentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desdentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desdentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desdenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desdentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desdentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desdentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desdentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desdentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desdentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desdentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desdentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desdentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desdentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desdentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desdentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desdentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desdentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desdentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desdentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desdentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desdentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desdentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desdentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desdentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desdentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desdentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desdienta" ; + {- VPB (Imper C.Sg C.P3) => -} "desdiente" ; + {- VPB (Imper C.Pl C.P1) => -} "desdentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desdentad" ; + {- VPB (Imper C.Pl C.P3) => -} "desdienten" ; + {- VPB (Pass C.Sg Masc) => -} "desdentado" ; + {- VPB (Pass C.Sg Fem) => -} "desdentada" ; + {- VPB (Pass C.Pl Masc) => -} "desdentados" ; + {- VPB (Pass C.Pl Fem) => -} "desdentadas" + ] + } ; + +lin desempedrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desempedrar" ; + {- VI Ger => -} "desempedrando" ; + {- VI Part => -} "desempedrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desempiedro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desempiedras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desempiedra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desempedramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desempedráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desempiedran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desempiedre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desempiedres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desempiedre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desempedremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desempedréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desempiedren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desempedraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desempedrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desempedraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desempedrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desempedrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desempedraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desempedrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desempedraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desempedrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desempedráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desempedrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desempedraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desempedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desempedrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desempedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desempedrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desempedraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desempedrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desempedré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desempedraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desempedró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desempedramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desempedrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desempedraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desempedraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desempedrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desempedrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desempedraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desempedraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desempedrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desempedrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desempedráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desempedrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desempedraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desempedraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desempedrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desempedraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desempedraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desempedraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desempedrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desempiedra" ; + {- VPB (Imper C.Sg C.P3) => -} "desempiedre" ; + {- VPB (Imper C.Pl C.P1) => -} "desempedremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desempedrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desempiedren" ; + {- VPB (Pass C.Sg Masc) => -} "desempedrado" ; + {- VPB (Pass C.Sg Fem) => -} "desempedrada" ; + {- VPB (Pass C.Pl Masc) => -} "desempedrados" ; + {- VPB (Pass C.Pl Fem) => -} "desempedradas" + ] + } ; + +lin desencerrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desencerrar" ; + {- VI Ger => -} "desencerrando" ; + {- VI Part => -} "desencerrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desencierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desencierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desencierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desencerramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desencerráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencerraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencerrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencerraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencerrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencerraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencerrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desencerré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desencerraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desencerró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desencerramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desencerrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desencerraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desencerraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desencerrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desencerrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desencerraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desencerraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencerrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencerraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencerrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencerraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencerraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencerraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencerrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desencierra" ; + {- VPB (Imper C.Sg C.P3) => -} "desencierre" ; + {- VPB (Imper C.Pl C.P1) => -} "desencerremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desencerrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desencierren" ; + {- VPB (Pass C.Sg Masc) => -} "desencerrado" ; + {- VPB (Pass C.Sg Fem) => -} "desencerrada" ; + {- VPB (Pass C.Pl Masc) => -} "desencerrados" ; + {- VPB (Pass C.Pl Fem) => -} "desencerradas" + ] + } ; + +lin desencordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desencordar" ; + {- VI Ger => -} "desencordando" ; + {- VI Part => -} "desencordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desencuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desencuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desencuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desencordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desencordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desencordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desencordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desencordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desencordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desencordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desencordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desencordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desencordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desencordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desencordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desencordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desencuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "desencuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "desencordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desencordad" ; + {- VPB (Imper C.Pl C.P3) => -} "desencuerden" ; + {- VPB (Pass C.Sg Masc) => -} "desencordado" ; + {- VPB (Pass C.Sg Fem) => -} "desencordada" ; + {- VPB (Pass C.Pl Masc) => -} "desencordados" ; + {- VPB (Pass C.Pl Fem) => -} "desencordadas" + ] + } ; + +lin desencovar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desencovar" ; + {- VI Ger => -} "desencovando" ; + {- VI Part => -} "desencovado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desencuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desencuevas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desencueva" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desencovamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desencováis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencueve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencueves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencueve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencovemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencovéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencueven" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencovaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencovabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencovaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencovábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencovabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencovaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencovara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencovaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencovara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencováramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencovarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencovaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencovase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencovases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencovase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencovásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencovaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencovasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desencové" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desencovaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desencovó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desencovamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desencovasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desencovaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desencovaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desencovarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desencovará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desencovaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desencovaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencovarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencovare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencovares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencovare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencováremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencovareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencovaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencovaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencovarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencovaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencovaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencovaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencovarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desencueva" ; + {- VPB (Imper C.Sg C.P3) => -} "desencueve" ; + {- VPB (Imper C.Pl C.P1) => -} "desencovemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desencovad" ; + {- VPB (Imper C.Pl C.P3) => -} "desencueven" ; + {- VPB (Pass C.Sg Masc) => -} "desencovado" ; + {- VPB (Pass C.Sg Fem) => -} "desencovada" ; + {- VPB (Pass C.Pl Masc) => -} "desencovados" ; + {- VPB (Pass C.Pl Fem) => -} "desencovadas" + ] + } ; + +lin desengrosar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desengrosar" ; + {- VI Ger => -} "desengrosando" ; + {- VI Part => -} "desengrosado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desengrueso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desengruesas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desengruesa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desengrosamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desengrosáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desengruesan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desengruese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desengrueses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desengruese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desengrosemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desengroséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desengruesen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desengrosaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desengrosabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desengrosaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desengrosábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desengrosabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desengrosaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desengrosara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desengrosaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desengrosara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desengrosáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desengrosarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desengrosaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desengrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desengrosases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desengrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desengrosásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desengrosaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desengrosasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desengrosé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desengrosaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desengrosó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desengrosamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desengrosasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desengrosaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desengrosaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desengrosarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desengrosará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desengrosaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desengrosaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desengrosarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desengrosares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desengrosáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desengrosareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desengrosaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desengrosaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desengrosarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desengrosaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desengrosaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desengrosaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desengrosarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desengruesa" ; + {- VPB (Imper C.Sg C.P3) => -} "desengruese" ; + {- VPB (Imper C.Pl C.P1) => -} "desengrosemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desengrosad" ; + {- VPB (Imper C.Pl C.P3) => -} "desengruesen" ; + {- VPB (Pass C.Sg Masc) => -} "desengrosado" ; + {- VPB (Pass C.Sg Fem) => -} "desengrosada" ; + {- VPB (Pass C.Pl Masc) => -} "desengrosados" ; + {- VPB (Pass C.Pl Fem) => -} "desengrosadas" + ] + } ; + +lin desenterrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desenterrar" ; + {- VI Ger => -} "desenterrando" ; + {- VI Part => -} "desenterrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desentierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desentierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desentierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desenterramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desenterráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenterraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenterrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenterraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenterrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenterraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenterrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desenterré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desenterraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desenterró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desenterramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desenterrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desenterraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desenterraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desenterrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desenterrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desenterraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desenterraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenterrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenterraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenterrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenterraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenterraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenterraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenterrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desentierra" ; + {- VPB (Imper C.Sg C.P3) => -} "desentierre" ; + {- VPB (Imper C.Pl C.P1) => -} "desenterremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desenterrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desentierren" ; + {- VPB (Pass C.Sg Masc) => -} "desenterrado" ; + {- VPB (Pass C.Sg Fem) => -} "desenterrada" ; + {- VPB (Pass C.Pl Masc) => -} "desenterrados" ; + {- VPB (Pass C.Pl Fem) => -} "desenterradas" + ] + } ; + +lin desgobernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desgobernar" ; + {- VI Ger => -} "desgobernando" ; + {- VI Part => -} "desgobernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desgobierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desgobiernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desgobierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desgobernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desgobernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desgobiernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desgobierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desgobiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desgobierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desgobernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desgobernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desgobiernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desgobernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desgobernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desgobernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desgobernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desgobernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desgobernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desgobernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desgobernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desgobernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desgobernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desgobernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desgobernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desgobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desgobernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desgobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desgobernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desgobernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desgobernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desgoberné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desgobernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desgobernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desgobernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desgobernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desgobernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desgobernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desgobernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desgobernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desgobernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desgobernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desgobernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desgobernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desgobernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desgobernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desgobernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desgobernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desgobernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desgobernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desgobernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desgobernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desgobernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desgobierna" ; + {- VPB (Imper C.Sg C.P3) => -} "desgobierne" ; + {- VPB (Imper C.Pl C.P1) => -} "desgobernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desgobernad" ; + {- VPB (Imper C.Pl C.P3) => -} "desgobiernen" ; + {- VPB (Pass C.Sg Masc) => -} "desgobernado" ; + {- VPB (Pass C.Sg Fem) => -} "desgobernada" ; + {- VPB (Pass C.Pl Masc) => -} "desgobernados" ; + {- VPB (Pass C.Pl Fem) => -} "desgobernadas" + ] + } ; + +lin deshelar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deshelar" ; + {- VI Ger => -} "deshelando" ; + {- VI Part => -} "deshelado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deshielo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deshielas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deshiela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deshelamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desheláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshielan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deshelemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desheléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshielen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deshelaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deshelabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deshelaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deshelábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deshelabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deshelaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deshelara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deshelaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deshelara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desheláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deshelarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deshelaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshelase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshelases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshelase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshelásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshelaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshelasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deshelé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deshelaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desheló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deshelamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deshelasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "deshelaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "deshelaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deshelarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deshelará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "deshelaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "deshelaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deshelarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deshelare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deshelares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deshelare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desheláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deshelareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deshelaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deshelaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deshelarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deshelaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deshelaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deshelaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deshelarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deshiela" ; + {- VPB (Imper C.Sg C.P3) => -} "deshiele" ; + {- VPB (Imper C.Pl C.P1) => -} "deshelemos" ; + {- VPB (Imper C.Pl C.P2) => -} "deshelad" ; + {- VPB (Imper C.Pl C.P3) => -} "deshielen" ; + {- VPB (Pass C.Sg Masc) => -} "deshelado" ; + {- VPB (Pass C.Sg Fem) => -} "deshelada" ; + {- VPB (Pass C.Pl Masc) => -} "deshelados" ; + {- VPB (Pass C.Pl Fem) => -} "desheladas" + ] + } ; + +lin desherbar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desherbar" ; + {- VI Ger => -} "desherbando" ; + {- VI Part => -} "desherbado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deshierbo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deshierbas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deshierba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desherbamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desherbáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshierban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshierbe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshierbes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshierbe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desherbemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desherbéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshierben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desherbaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desherbabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desherbaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desherbábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desherbabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desherbaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desherbara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desherbaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desherbara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desherbáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desherbarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desherbaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desherbase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desherbases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desherbase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desherbásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desherbaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desherbasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desherbé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desherbaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desherbó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desherbamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desherbasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desherbaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desherbaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desherbarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desherbará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desherbaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desherbaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desherbarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desherbare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desherbares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desherbare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desherbáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desherbareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desherbaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desherbaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desherbarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desherbaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desherbaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desherbaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desherbarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deshierba" ; + {- VPB (Imper C.Sg C.P3) => -} "deshierbe" ; + {- VPB (Imper C.Pl C.P1) => -} "desherbemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desherbad" ; + {- VPB (Imper C.Pl C.P3) => -} "deshierben" ; + {- VPB (Pass C.Sg Masc) => -} "desherbado" ; + {- VPB (Pass C.Sg Fem) => -} "desherbada" ; + {- VPB (Pass C.Pl Masc) => -} "desherbados" ; + {- VPB (Pass C.Pl Fem) => -} "desherbadas" + ] + } ; + +lin desherrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desherrar" ; + {- VI Ger => -} "desherrando" ; + {- VI Part => -} "desherrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deshierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deshierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deshierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desherramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desherráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desherremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desherréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desherraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desherrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desherraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desherrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desherrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desherraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desherrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desherraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desherrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desherráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desherrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desherraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desherrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desherrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desherraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desherrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desherré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desherraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desherró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desherramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desherrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desherraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desherraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desherrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desherrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desherraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desherraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desherrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desherrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desherrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desherrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desherráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desherrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desherraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desherraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desherrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desherraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desherraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desherraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desherrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deshierra" ; + {- VPB (Imper C.Sg C.P3) => -} "deshierre" ; + {- VPB (Imper C.Pl C.P1) => -} "desherremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desherrad" ; + {- VPB (Imper C.Pl C.P3) => -} "deshierren" ; + {- VPB (Pass C.Sg Masc) => -} "desherrado" ; + {- VPB (Pass C.Sg Fem) => -} "desherrada" ; + {- VPB (Pass C.Pl Masc) => -} "desherrados" ; + {- VPB (Pass C.Pl Fem) => -} "desherradas" + ] + } ; + +lin desinvernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desinvernar" ; + {- VI Ger => -} "desinvernando" ; + {- VI Part => -} "desinvernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desinvierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desinviernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desinvierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desinvernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desinvernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desinviernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desinvierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desinviernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desinvierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desinvernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desinvernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desinviernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desinvernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desinvernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desinvernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desinvernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desinvernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desinvernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desinvernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desinvernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desinvernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desinvernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desinvernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desinvernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desinvernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desinvernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desinvernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desinvernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desinvernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desinvernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desinverné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desinvernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desinvernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desinvernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desinvernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desinvernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desinvernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desinvernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desinvernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desinvernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desinvernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desinvernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desinvernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desinvernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desinvernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desinvernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desinvernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desinvernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desinvernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desinvernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desinvernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desinvernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desinvierna" ; + {- VPB (Imper C.Sg C.P3) => -} "desinvierne" ; + {- VPB (Imper C.Pl C.P1) => -} "desinvernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desinvernad" ; + {- VPB (Imper C.Pl C.P3) => -} "desinviernen" ; + {- VPB (Pass C.Sg Masc) => -} "desinvernado" ; + {- VPB (Pass C.Sg Fem) => -} "desinvernada" ; + {- VPB (Pass C.Pl Masc) => -} "desinvernados" ; + {- VPB (Pass C.Pl Fem) => -} "desinvernadas" + ] + } ; + +lin deslendrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deslendrar" ; + {- VI Ger => -} "deslendrando" ; + {- VI Part => -} "deslendrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desliendro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desliendras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desliendra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deslendramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deslendráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desliendran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desliendre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desliendres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desliendre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deslendremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deslendréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desliendren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deslendraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deslendrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deslendraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deslendrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deslendrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deslendraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deslendrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deslendraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deslendrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deslendráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deslendrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deslendraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deslendrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslendrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deslendrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deslendrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslendraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deslendrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deslendré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deslendraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "deslendró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deslendramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deslendrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "deslendraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "deslendraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deslendrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deslendrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "deslendraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "deslendraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deslendrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deslendrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deslendráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deslendrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deslendraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deslendraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deslendrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deslendraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deslendraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deslendraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deslendrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desliendra" ; + {- VPB (Imper C.Sg C.P3) => -} "desliendre" ; + {- VPB (Imper C.Pl C.P1) => -} "deslendremos" ; + {- VPB (Imper C.Pl C.P2) => -} "deslendrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desliendren" ; + {- VPB (Pass C.Sg Masc) => -} "deslendrado" ; + {- VPB (Pass C.Sg Fem) => -} "deslendrada" ; + {- VPB (Pass C.Pl Masc) => -} "deslendrados" ; + {- VPB (Pass C.Pl Fem) => -} "deslendradas" + ] + } ; + +lin desmajolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmajolar" ; + {- VI Ger => -} "desmajolando" ; + {- VI Part => -} "desmajolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmajuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmajuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmajuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmajolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmajoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmajuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmajuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmajueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmajuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmajolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmajoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmajuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmajolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmajolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmajolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmajolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmajolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmajolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmajolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmajolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmajolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmajoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmajolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmajolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmajolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmajolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmajolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmajolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmajolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmajolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmajoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmajolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmajolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmajolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmajolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmajolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmajolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmajolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmajolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmajolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmajolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmajoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmajolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmajolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmajolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmajolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmajolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmajolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmajolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmajolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmajuela" ; + {- VPB (Imper C.Sg C.P3) => -} "desmajuele" ; + {- VPB (Imper C.Pl C.P1) => -} "desmajolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmajolad" ; + {- VPB (Imper C.Pl C.P3) => -} "desmajuelen" ; + {- VPB (Pass C.Sg Masc) => -} "desmajolado" ; + {- VPB (Pass C.Sg Fem) => -} "desmajolada" ; + {- VPB (Pass C.Pl Masc) => -} "desmajolados" ; + {- VPB (Pass C.Pl Fem) => -} "desmajoladas" + ] + } ; + +lin desmelar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmelar" ; + {- VI Ger => -} "desmelando" ; + {- VI Part => -} "desmelado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmielo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmielas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmiela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmelamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmeláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmielan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmelemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmeléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmielen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmelaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmelabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmelaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmelábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmelabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmelaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmelara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmelaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmelara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmeláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmelarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmelaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmelases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmelásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmelaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmelasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmelé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmelaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmeló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmelamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmelasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmelaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmelaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmelarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmelará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmelaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmelaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmelarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmelare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmelares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmelare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmeláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmelareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmelaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmelaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmelarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmelaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmelaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmelaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmelarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmiela" ; + {- VPB (Imper C.Sg C.P3) => -} "desmiele" ; + {- VPB (Imper C.Pl C.P1) => -} "desmelemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmelad" ; + {- VPB (Imper C.Pl C.P3) => -} "desmielen" ; + {- VPB (Pass C.Sg Masc) => -} "desmelado" ; + {- VPB (Pass C.Sg Fem) => -} "desmelada" ; + {- VPB (Pass C.Pl Masc) => -} "desmelados" ; + {- VPB (Pass C.Pl Fem) => -} "desmeladas" + ] + } ; + +lin desmembrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmembrar" ; + {- VI Ger => -} "desmembrando" ; + {- VI Part => -} "desmembrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmiembro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmiembras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmiembra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmembramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmembráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmiembran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmiembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmiembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmiembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmiembren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmembraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmembrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmembraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmembrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmembraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmembrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmembré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmembraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmembró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmembramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmembrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmembraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmembraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmembrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmembrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmembraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmembraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmembrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmembraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmembrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmembraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmembraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmembraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmembrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmiembra" ; + {- VPB (Imper C.Sg C.P3) => -} "desmiembre" ; + {- VPB (Imper C.Pl C.P1) => -} "desmembremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmembrad" ; + {- VPB (Imper C.Pl C.P3) => -} "desmiembren" ; + {- VPB (Pass C.Sg Masc) => -} "desmembrado" ; + {- VPB (Pass C.Sg Fem) => -} "desmembrada" ; + {- VPB (Pass C.Pl Masc) => -} "desmembrados" ; + {- VPB (Pass C.Pl Fem) => -} "desmembradas" + ] + } ; + +lin desolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desolar" ; + {- VI Ger => -} "desolando" ; + {- VI Part => -} "desolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desuela" ; + {- VPB (Imper C.Sg C.P3) => -} "desuele" ; + {- VPB (Imper C.Pl C.P1) => -} "desolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desolad" ; + {- VPB (Imper C.Pl C.P3) => -} "desuelen" ; + {- VPB (Pass C.Sg Masc) => -} "desolado" ; + {- VPB (Pass C.Sg Fem) => -} "desolada" ; + {- VPB (Pass C.Pl Masc) => -} "desolados" ; + {- VPB (Pass C.Pl Fem) => -} "desoladas" + ] + } ; + +lin desoldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desoldar" ; + {- VI Ger => -} "desoldando" ; + {- VI Part => -} "desoldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desueldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desueldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desuelda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desoldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desoldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desueldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desuelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desuelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desoldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desuelden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desoldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desoldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desoldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desoldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desoldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desoldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desoldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desoldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desoldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desoldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desoldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desoldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desoldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desoldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desoldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desoldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desoldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desoldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desoldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desoldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desoldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desoldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desoldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desoldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desoldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desoldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desoldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desoldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desoldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desoldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desoldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desoldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desoldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desoldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desoldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desoldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desoldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desoldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desoldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desoldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desuelda" ; + {- VPB (Imper C.Sg C.P3) => -} "desuelde" ; + {- VPB (Imper C.Pl C.P1) => -} "desoldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desoldad" ; + {- VPB (Imper C.Pl C.P3) => -} "desuelden" ; + {- VPB (Pass C.Sg Masc) => -} "desoldado" ; + {- VPB (Pass C.Sg Fem) => -} "desoldada" ; + {- VPB (Pass C.Pl Masc) => -} "desoldados" ; + {- VPB (Pass C.Pl Fem) => -} "desoldadas" + ] + } ; + +lin desollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desollar" ; + {- VI Ger => -} "desollando" ; + {- VI Part => -} "desollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desuella" ; + {- VPB (Imper C.Sg C.P3) => -} "desuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "desollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desollad" ; + {- VPB (Imper C.Pl C.P3) => -} "desuellen" ; + {- VPB (Pass C.Sg Masc) => -} "desollado" ; + {- VPB (Pass C.Sg Fem) => -} "desollada" ; + {- VPB (Pass C.Pl Masc) => -} "desollados" ; + {- VPB (Pass C.Pl Fem) => -} "desolladas" + ] + } ; + +lin despedrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "despedrar" ; + {- VI Ger => -} "despedrando" ; + {- VI Part => -} "despedrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despiedro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despiedras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despiedra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "despedramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "despedráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiedran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despiedre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despiedres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despiedre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despedremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despedréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despiedren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despedraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despedrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despedraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despedrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despedrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despedraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despedrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despedraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despedrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despedráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despedrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despedraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despedrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despedrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despedraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despedrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "despedré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despedraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despedró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "despedramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "despedrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "despedraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despedraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "despedrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "despedrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despedraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despedraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despedrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despedrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despedrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despedrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despedráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despedrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despedraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despedraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despedrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despedraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despedraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despedraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despedrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despiedra" ; + {- VPB (Imper C.Sg C.P3) => -} "despiedre" ; + {- VPB (Imper C.Pl C.P1) => -} "despedremos" ; + {- VPB (Imper C.Pl C.P2) => -} "despedrad" ; + {- VPB (Imper C.Pl C.P3) => -} "despiedren" ; + {- VPB (Pass C.Sg Masc) => -} "despedrado" ; + {- VPB (Pass C.Sg Fem) => -} "despedrada" ; + {- VPB (Pass C.Pl Masc) => -} "despedrados" ; + {- VPB (Pass C.Pl Fem) => -} "despedradas" + ] + } ; + +lin despernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "despernar" ; + {- VI Ger => -} "despernando" ; + {- VI Part => -} "despernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despiernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "despernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "despernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despiernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desperné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "despernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "despernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "despernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "despernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "despernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despierna" ; + {- VPB (Imper C.Sg C.P3) => -} "despierne" ; + {- VPB (Imper C.Pl C.P1) => -} "despernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "despernad" ; + {- VPB (Imper C.Pl C.P3) => -} "despiernen" ; + {- VPB (Pass C.Sg Masc) => -} "despernado" ; + {- VPB (Pass C.Sg Fem) => -} "despernada" ; + {- VPB (Pass C.Pl Masc) => -} "despernados" ; + {- VPB (Pass C.Pl Fem) => -} "despernadas" + ] + } ; + +lin despertar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "despertar" ; + {- VI Ger => -} "despertando" ; + {- VI Part => -} "despertado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despiertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despierta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "despertamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "despertáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despiertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despierten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despertaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despertabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despertaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despertábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despertaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despertasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desperté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despertaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despertó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "despertamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "despertasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "despertaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despertaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "despertarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "despertará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despertaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despertaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despertarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despertaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despertarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despertaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despertaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despertaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despertarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despierta" ; + {- VPB (Imper C.Sg C.P3) => -} "despierte" ; + {- VPB (Imper C.Pl C.P1) => -} "despertemos" ; + {- VPB (Imper C.Pl C.P2) => -} "despertad" ; + {- VPB (Imper C.Pl C.P3) => -} "despierten" ; + {- VPB (Pass C.Sg Masc) => -} "despertado" ; + {- VPB (Pass C.Sg Fem) => -} "despertada" ; + {- VPB (Pass C.Pl Masc) => -} "despertados" ; + {- VPB (Pass C.Pl Fem) => -} "despertadas" + ] + } ; + +lin despoblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "despoblar" ; + {- VI Ger => -} "despoblando" ; + {- VI Part => -} "despoblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despueblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despueblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despuebla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "despoblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "despobláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despueblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despueblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despoblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despoblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despoblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despoblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despoblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despoblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "despoblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despoblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despobló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "despoblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "despoblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "despoblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despoblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "despoblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "despoblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despoblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despoblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despoblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despoblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despoblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despoblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despoblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despoblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despoblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despuebla" ; + {- VPB (Imper C.Sg C.P3) => -} "despueble" ; + {- VPB (Imper C.Pl C.P1) => -} "despoblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "despoblad" ; + {- VPB (Imper C.Pl C.P3) => -} "despueblen" ; + {- VPB (Pass C.Sg Masc) => -} "despoblado" ; + {- VPB (Pass C.Sg Fem) => -} "despoblada" ; + {- VPB (Pass C.Pl Masc) => -} "despoblados" ; + {- VPB (Pass C.Pl Fem) => -} "despobladas" + ] + } ; + +lin destentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "destentar" ; + {- VI Ger => -} "destentando" ; + {- VI Part => -} "destentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "destientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "destentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "destentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "destenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "destentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "destentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "destentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "destentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "destentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "destentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "destentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "destentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "destentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "destentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destienta" ; + {- VPB (Imper C.Sg C.P3) => -} "destiente" ; + {- VPB (Imper C.Pl C.P1) => -} "destentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "destentad" ; + {- VPB (Imper C.Pl C.P3) => -} "destienten" ; + {- VPB (Pass C.Sg Masc) => -} "destentado" ; + {- VPB (Pass C.Sg Fem) => -} "destentada" ; + {- VPB (Pass C.Pl Masc) => -} "destentados" ; + {- VPB (Pass C.Pl Fem) => -} "destentadas" + ] + } ; + +lin desterrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desterrar" ; + {- VI Ger => -} "desterrando" ; + {- VI Part => -} "desterrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "destierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desterramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desterráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desterraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desterrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desterraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desterrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desterraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desterrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desterré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desterraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desterró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desterramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desterrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desterraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desterraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desterrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desterrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desterraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desterraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desterrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desterraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desterrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desterraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desterraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desterraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desterrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destierra" ; + {- VPB (Imper C.Sg C.P3) => -} "destierre" ; + {- VPB (Imper C.Pl C.P1) => -} "desterremos" ; + {- VPB (Imper C.Pl C.P2) => -} "desterrad" ; + {- VPB (Imper C.Pl C.P3) => -} "destierren" ; + {- VPB (Pass C.Sg Masc) => -} "desterrado" ; + {- VPB (Pass C.Sg Fem) => -} "desterrada" ; + {- VPB (Pass C.Pl Masc) => -} "desterrados" ; + {- VPB (Pass C.Pl Fem) => -} "desterradas" + ] + } ; + +lin desventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desventar" ; + {- VI Ger => -} "desventando" ; + {- VI Part => -} "desventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desviento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desvientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desvienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desventé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desvienta" ; + {- VPB (Imper C.Sg C.P3) => -} "desviente" ; + {- VPB (Imper C.Pl C.P1) => -} "desventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desventad" ; + {- VPB (Imper C.Pl C.P3) => -} "desvienten" ; + {- VPB (Pass C.Sg Masc) => -} "desventado" ; + {- VPB (Pass C.Sg Fem) => -} "desventada" ; + {- VPB (Pass C.Pl Masc) => -} "desventados" ; + {- VPB (Pass C.Pl Fem) => -} "desventadas" + ] + } ; + +lin dezmar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "dezmar" ; + {- VI Ger => -} "dezmando" ; + {- VI Part => -} "dezmado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "diezmo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "diezmas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "diezma" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "dezmamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "dezmáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "diezman" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diezme" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diezmes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diezme" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dezmemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dezméis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diezmen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dezmaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dezmabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dezmaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dezmábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dezmabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dezmaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dezmara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dezmaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dezmara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dezmáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dezmarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dezmaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dezmase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dezmases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dezmase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dezmásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dezmaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dezmasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dezmé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dezmaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dezmó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dezmamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dezmasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dezmaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "dezmaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dezmarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dezmará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "dezmaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "dezmaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dezmarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dezmare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dezmares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dezmare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dezmáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dezmareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dezmaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dezmaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dezmarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dezmaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dezmaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dezmaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dezmarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "diezma" ; + {- VPB (Imper C.Sg C.P3) => -} "diezme" ; + {- VPB (Imper C.Pl C.P1) => -} "dezmemos" ; + {- VPB (Imper C.Pl C.P2) => -} "dezmad" ; + {- VPB (Imper C.Pl C.P3) => -} "diezmen" ; + {- VPB (Pass C.Sg Masc) => -} "dezmado" ; + {- VPB (Pass C.Sg Fem) => -} "dezmada" ; + {- VPB (Pass C.Pl Masc) => -} "dezmados" ; + {- VPB (Pass C.Pl Fem) => -} "dezmadas" + ] + } ; + +lin discontar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "discontar" ; + {- VI Ger => -} "discontando" ; + {- VI Part => -} "discontado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "discuento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "discuentas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "discuenta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "discontamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "discontáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "discuentan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "discuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "discuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "discuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "discontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "discontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "discuenten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "discontaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "discontabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "discontaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "discontábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "discontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "discontaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "discontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "discontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "discontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "discontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "discontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "discontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "discontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "discontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "discontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "discontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "discontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "discontasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "disconté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "discontaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "discontó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "discontamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "discontasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "discontaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "discontaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "discontarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "discontará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "discontaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "discontaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "discontarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "discontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "discontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "discontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "discontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "discontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "discontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "discontaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "discontarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "discontaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "discontaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "discontaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "discontarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "discuenta" ; + {- VPB (Imper C.Sg C.P3) => -} "discuente" ; + {- VPB (Imper C.Pl C.P1) => -} "discontemos" ; + {- VPB (Imper C.Pl C.P2) => -} "discontad" ; + {- VPB (Imper C.Pl C.P3) => -} "discuenten" ; + {- VPB (Pass C.Sg Masc) => -} "discontado" ; + {- VPB (Pass C.Sg Fem) => -} "discontada" ; + {- VPB (Pass C.Pl Masc) => -} "discontados" ; + {- VPB (Pass C.Pl Fem) => -} "discontadas" + ] + } ; + +lin discordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "discordar" ; + {- VI Ger => -} "discordando" ; + {- VI Part => -} "discordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "discuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "discuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "discuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "discordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "discordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "discuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "discuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "discuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "discuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "discordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "discordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "discuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "discordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "discordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "discordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "discordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "discordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "discordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "discordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "discordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "discordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "discordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "discordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "discordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "discordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "discordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "discordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "discordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "discordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "discordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "discordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "discordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "discordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "discordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "discordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "discordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "discordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "discordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "discordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "discordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "discordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "discordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "discordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "discordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "discordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "discordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "discordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "discordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "discordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "discordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "discordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "discordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "discordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "discordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "discuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "discuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "discordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "discordad" ; + {- VPB (Imper C.Pl C.P3) => -} "discuerden" ; + {- VPB (Pass C.Sg Masc) => -} "discordado" ; + {- VPB (Pass C.Sg Fem) => -} "discordada" ; + {- VPB (Pass C.Pl Masc) => -} "discordados" ; + {- VPB (Pass C.Pl Fem) => -} "discordadas" + ] + } ; + +lin disonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "disonar" ; + {- VI Ger => -} "disonando" ; + {- VI Part => -} "disonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "disueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "disuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "disuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "disonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "disonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "disoné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "disonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "disonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "disonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "disonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "disonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "disonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "disonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "disonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "disonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "disonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "disuena" ; + {- VPB (Imper C.Sg C.P3) => -} "disuene" ; + {- VPB (Imper C.Pl C.P1) => -} "disonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "disonad" ; + {- VPB (Imper C.Pl C.P3) => -} "disuenen" ; + {- VPB (Pass C.Sg Masc) => -} "disonado" ; + {- VPB (Pass C.Sg Fem) => -} "disonada" ; + {- VPB (Pass C.Pl Masc) => -} "disonados" ; + {- VPB (Pass C.Pl Fem) => -} "disonadas" + ] + } ; + +lin dolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "dolar" ; + {- VI Ger => -} "dolando" ; + {- VI Part => -} "dolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "duelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "duelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "duela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "dolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "doláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "duelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "duele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "duele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "doléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "duelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "doláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "dolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "doló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "dolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "dolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "dolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "dolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "dolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "doláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "duela" ; + {- VPB (Imper C.Sg C.P3) => -} "duele" ; + {- VPB (Imper C.Pl C.P1) => -} "dolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "dolad" ; + {- VPB (Imper C.Pl C.P3) => -} "duelen" ; + {- VPB (Pass C.Sg Masc) => -} "dolado" ; + {- VPB (Pass C.Sg Fem) => -} "dolada" ; + {- VPB (Pass C.Pl Masc) => -} "dolados" ; + {- VPB (Pass C.Pl Fem) => -} "doladas" + ] + } ; + +lin empajolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empajolar" ; + {- VI Ger => -} "empajolando" ; + {- VI Part => -} "empajolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empajuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empajuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empajuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empajolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empajoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empajuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empajuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empajueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empajuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empajolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empajoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empajuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empajolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empajolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empajolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empajolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empajolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empajolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empajolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empajolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empajolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empajoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empajolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empajolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empajolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empajolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empajolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empajolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empajolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empajolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empajoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empajolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empajolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empajolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empajolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empajolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empajolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empajolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empajolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empajolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empajolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empajolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empajolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empajoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empajolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empajolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empajolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empajolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empajolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empajolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empajolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empajolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empajuela" ; + {- VPB (Imper C.Sg C.P3) => -} "empajuele" ; + {- VPB (Imper C.Pl C.P1) => -} "empajolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "empajolad" ; + {- VPB (Imper C.Pl C.P3) => -} "empajuelen" ; + {- VPB (Pass C.Sg Masc) => -} "empajolado" ; + {- VPB (Pass C.Sg Fem) => -} "empajolada" ; + {- VPB (Pass C.Pl Masc) => -} "empajolados" ; + {- VPB (Pass C.Pl Fem) => -} "empajoladas" + ] + } ; + +lin emparentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "emparentar" ; + {- VI Ger => -} "emparentando" ; + {- VI Part => -} "emparentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empariento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "emparientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "emparienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "emparentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "emparentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emparientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empariente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emparientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empariente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emparentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emparentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emparienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emparentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emparentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emparentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emparentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emparentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emparentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emparentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emparentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emparentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emparentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emparentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emparentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emparentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emparentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emparentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emparentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emparentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emparentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "emparenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "emparentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "emparentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "emparentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "emparentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "emparentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "emparentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "emparentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "emparentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "emparentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "emparentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emparentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emparentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emparentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emparentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emparentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emparentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emparentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emparentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emparentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emparentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emparentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emparentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emparentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "emparienta" ; + {- VPB (Imper C.Sg C.P3) => -} "empariente" ; + {- VPB (Imper C.Pl C.P1) => -} "emparentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "emparentad" ; + {- VPB (Imper C.Pl C.P3) => -} "emparienten" ; + {- VPB (Pass C.Sg Masc) => -} "emparentado" ; + {- VPB (Pass C.Sg Fem) => -} "emparentada" ; + {- VPB (Pass C.Pl Masc) => -} "emparentados" ; + {- VPB (Pass C.Pl Fem) => -} "emparentadas" + ] + } ; + +lin empedrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "empedrar" ; + {- VI Ger => -} "empedrando" ; + {- VI Part => -} "empedrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "empiedro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "empiedras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "empiedra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "empedramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "empedráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empiedran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empiedre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empiedres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empiedre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empedremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empedréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empiedren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empedraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empedrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empedraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empedrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empedrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empedraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empedrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empedraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empedrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empedráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empedrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empedraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empedrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empedrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empedraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empedrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "empedré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "empedraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "empedró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "empedramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "empedrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "empedraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "empedraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "empedrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "empedrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "empedraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "empedraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empedrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empedrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empedrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empedrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empedráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empedrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empedraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empedraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empedrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empedraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empedraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empedraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empedrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "empiedra" ; + {- VPB (Imper C.Sg C.P3) => -} "empiedre" ; + {- VPB (Imper C.Pl C.P1) => -} "empedremos" ; + {- VPB (Imper C.Pl C.P2) => -} "empedrad" ; + {- VPB (Imper C.Pl C.P3) => -} "empiedren" ; + {- VPB (Pass C.Sg Masc) => -} "empedrado" ; + {- VPB (Pass C.Sg Fem) => -} "empedrada" ; + {- VPB (Pass C.Pl Masc) => -} "empedrados" ; + {- VPB (Pass C.Pl Fem) => -} "empedradas" + ] + } ; + +lin encentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encentar" ; + {- VI Ger => -} "encentando" ; + {- VI Part => -} "encentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enciento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encienta" ; + {- VPB (Imper C.Sg C.P3) => -} "enciente" ; + {- VPB (Imper C.Pl C.P1) => -} "encentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "encentad" ; + {- VPB (Imper C.Pl C.P3) => -} "encienten" ; + {- VPB (Pass C.Sg Masc) => -} "encentado" ; + {- VPB (Pass C.Sg Fem) => -} "encentada" ; + {- VPB (Pass C.Pl Masc) => -} "encentados" ; + {- VPB (Pass C.Pl Fem) => -} "encentadas" + ] + } ; + +lin encerrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encerrar" ; + {- VI Ger => -} "encerrando" ; + {- VI Part => -} "encerrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encerramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encerráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encerraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encerrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encerraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encerrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encerraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encerrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encerré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encerraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encerró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encerramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encerrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encerraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encerraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encerrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encerrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encerraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encerraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encerrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encerraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encerrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encerraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encerraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encerraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encerrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encierra" ; + {- VPB (Imper C.Sg C.P3) => -} "encierre" ; + {- VPB (Imper C.Pl C.P1) => -} "encerremos" ; + {- VPB (Imper C.Pl C.P2) => -} "encerrad" ; + {- VPB (Imper C.Pl C.P3) => -} "encierren" ; + {- VPB (Pass C.Sg Masc) => -} "encerrado" ; + {- VPB (Pass C.Sg Fem) => -} "encerrada" ; + {- VPB (Pass C.Pl Masc) => -} "encerrados" ; + {- VPB (Pass C.Pl Fem) => -} "encerradas" + ] + } ; + +lin encomendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encomendar" ; + {- VI Ger => -} "encomendando" ; + {- VI Part => -} "encomendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encomiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encomiendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encomienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encomendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encomendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encomiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encomiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encomiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encomiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encomendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encomendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encomienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encomendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encomendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encomendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encomendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encomendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encomendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encomendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encomendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encomendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encomendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encomendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encomendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encomendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encomendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encomendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encomendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encomendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encomendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encomendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encomendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encomendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encomendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encomendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encomendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encomendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encomendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encomendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encomendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encomendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encomendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encomendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encomendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encomendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encomendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encomendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encomendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encomendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encomendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encomendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encomendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encomienda" ; + {- VPB (Imper C.Sg C.P3) => -} "encomiende" ; + {- VPB (Imper C.Pl C.P1) => -} "encomendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "encomendad" ; + {- VPB (Imper C.Pl C.P3) => -} "encomienden" ; + {- VPB (Pass C.Sg Masc) => -} "encomendado" ; + {- VPB (Pass C.Sg Fem) => -} "encomendada" ; + {- VPB (Pass C.Pl Masc) => -} "encomendados" ; + {- VPB (Pass C.Pl Fem) => -} "encomendadas" + ] + } ; + +lin encontrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encontrar" ; + {- VI Ger => -} "encontrando" ; + {- VI Part => -} "encontrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encuentro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encuentras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encuentra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encontramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encontráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encuentran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encuentren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encontraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encontrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encontraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encontrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encontraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encontrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encontré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encontraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encontró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encontramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encontrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encontraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encontraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encontrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encontrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encontraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encontraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encontrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encontraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encontrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encontraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encontraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encontraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encontrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encuentra" ; + {- VPB (Imper C.Sg C.P3) => -} "encuentre" ; + {- VPB (Imper C.Pl C.P1) => -} "encontremos" ; + {- VPB (Imper C.Pl C.P2) => -} "encontrad" ; + {- VPB (Imper C.Pl C.P3) => -} "encuentren" ; + {- VPB (Pass C.Sg Masc) => -} "encontrado" ; + {- VPB (Pass C.Sg Fem) => -} "encontrada" ; + {- VPB (Pass C.Pl Masc) => -} "encontrados" ; + {- VPB (Pass C.Pl Fem) => -} "encontradas" + ] + } ; + +lin encorar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encorar" ; + {- VI Ger => -} "encorando" ; + {- VI Part => -} "encorado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encuero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encueras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encuera" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encoramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encoráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encoremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encoréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encueren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encoraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encorabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encoraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encorábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encorabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encoraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encorara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encoraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encorara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encoráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encorarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encoraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encorase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encorases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encorase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encorásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encoraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encorasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encoré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encoraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encoró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encoramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encorasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encoraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encoraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encorarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encorará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encoraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encoraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encorarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encorare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encorares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encorare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encoráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encorareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encoraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encoraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encorarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encoraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encoraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encoraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encorarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encuera" ; + {- VPB (Imper C.Sg C.P3) => -} "encuere" ; + {- VPB (Imper C.Pl C.P1) => -} "encoremos" ; + {- VPB (Imper C.Pl C.P2) => -} "encorad" ; + {- VPB (Imper C.Pl C.P3) => -} "encueren" ; + {- VPB (Pass C.Sg Masc) => -} "encorado" ; + {- VPB (Pass C.Sg Fem) => -} "encorada" ; + {- VPB (Pass C.Pl Masc) => -} "encorados" ; + {- VPB (Pass C.Pl Fem) => -} "encoradas" + ] + } ; + +lin encordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encordar" ; + {- VI Ger => -} "encordando" ; + {- VI Part => -} "encordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "encuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "encordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "encordad" ; + {- VPB (Imper C.Pl C.P3) => -} "encuerden" ; + {- VPB (Pass C.Sg Masc) => -} "encordado" ; + {- VPB (Pass C.Sg Fem) => -} "encordada" ; + {- VPB (Pass C.Pl Masc) => -} "encordados" ; + {- VPB (Pass C.Pl Fem) => -} "encordadas" + ] + } ; + +lin encovar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encovar" ; + {- VI Ger => -} "encovando" ; + {- VI Part => -} "encovado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encuevas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encueva" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encovamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encováis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encueve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encueves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encueve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encovemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encovéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encueven" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encovaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encovabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encovaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encovábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encovabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encovaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encovara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encovaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encovara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encováramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encovarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encovaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encovase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encovases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encovase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encovásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encovaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encovasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encové" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encovaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encovó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encovamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encovasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encovaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encovaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encovarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encovará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encovaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encovaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encovarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encovare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encovares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encovare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encováremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encovareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encovaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encovaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encovarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encovaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encovaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encovaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encovarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encueva" ; + {- VPB (Imper C.Sg C.P3) => -} "encueve" ; + {- VPB (Imper C.Pl C.P1) => -} "encovemos" ; + {- VPB (Imper C.Pl C.P2) => -} "encovad" ; + {- VPB (Imper C.Pl C.P3) => -} "encueven" ; + {- VPB (Pass C.Sg Masc) => -} "encovado" ; + {- VPB (Pass C.Sg Fem) => -} "encovada" ; + {- VPB (Pass C.Pl Masc) => -} "encovados" ; + {- VPB (Pass C.Pl Fem) => -} "encovadas" + ] + } ; + +lin encubertar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "encubertar" ; + {- VI Ger => -} "encubertando" ; + {- VI Part => -} "encubertado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "encubierto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "encubiertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "encubierta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "encubertamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "encubertáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encubiertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encubierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encubiertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encubierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encubertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encubertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encubierten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encubertaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encubertabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encubertaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encubertábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encubertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encubertaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encubertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encubertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encubertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encubertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encubertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encubertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encubertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encubertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encubertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encubertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encubertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encubertasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "encuberté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "encubertaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "encubertó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "encubertamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "encubertasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "encubertaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "encubertaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "encubertarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "encubertará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "encubertaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "encubertaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encubertarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encubertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encubertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encubertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encubertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encubertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encubertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encubertaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encubertarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encubertaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encubertaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encubertaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encubertarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "encubierta" ; + {- VPB (Imper C.Sg C.P3) => -} "encubierte" ; + {- VPB (Imper C.Pl C.P1) => -} "encubertemos" ; + {- VPB (Imper C.Pl C.P2) => -} "encubertad" ; + {- VPB (Imper C.Pl C.P3) => -} "encubierten" ; + {- VPB (Pass C.Sg Masc) => -} "encubertado" ; + {- VPB (Pass C.Sg Fem) => -} "encubertada" ; + {- VPB (Pass C.Pl Masc) => -} "encubertados" ; + {- VPB (Pass C.Pl Fem) => -} "encubertadas" + ] + } ; + +lin endentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "endentar" ; + {- VI Ger => -} "endentando" ; + {- VI Part => -} "endentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "endiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "endientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "endienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "endentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "endentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "endientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "endiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "endientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "endiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "endentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "endentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "endienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "endentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "endentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "endentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "endentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "endentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "endentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "endentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "endentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "endentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "endentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "endentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "endentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "endentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "endentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "endentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "endentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "endentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "endentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "endenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "endentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "endentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "endentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "endentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "endentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "endentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "endentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "endentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "endentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "endentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "endentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "endentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "endentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "endentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "endentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "endentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "endentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "endentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "endentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "endentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "endentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "endentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "endentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "endienta" ; + {- VPB (Imper C.Sg C.P3) => -} "endiente" ; + {- VPB (Imper C.Pl C.P1) => -} "endentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "endentad" ; + {- VPB (Imper C.Pl C.P3) => -} "endienten" ; + {- VPB (Pass C.Sg Masc) => -} "endentado" ; + {- VPB (Pass C.Sg Fem) => -} "endentada" ; + {- VPB (Pass C.Pl Masc) => -} "endentados" ; + {- VPB (Pass C.Pl Fem) => -} "endentadas" + ] + } ; + +lin engorar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engorar" ; + {- VI Ger => -} "engorando" ; + {- VI Part => -} "engorado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enguero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engueras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enguera" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engoramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engoráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enguere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enguere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engoremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engoréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engueren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engoraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engorabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engoraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engorábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engorabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engoraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engorara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engoraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engorara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engoráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engorarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engoraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engorase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engorases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engorase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engorásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engoraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engorasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engoré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engoraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engoró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engoramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engorasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engoraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engoraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engorarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engorará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engoraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engoraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engorarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engorare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engorares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engorare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engoráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engorareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engoraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engoraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engorarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engoraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engoraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engoraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engorarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enguera" ; + {- VPB (Imper C.Sg C.P3) => -} "enguere" ; + {- VPB (Imper C.Pl C.P1) => -} "engoremos" ; + {- VPB (Imper C.Pl C.P2) => -} "engorad" ; + {- VPB (Imper C.Pl C.P3) => -} "engueren" ; + {- VPB (Pass C.Sg Masc) => -} "engorado" ; + {- VPB (Pass C.Sg Fem) => -} "engorada" ; + {- VPB (Pass C.Pl Masc) => -} "engorados" ; + {- VPB (Pass C.Pl Fem) => -} "engoradas" + ] + } ; + +lin engrosar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engrosar" ; + {- VI Ger => -} "engrosando" ; + {- VI Part => -} "engrosado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engrueso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engruesas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engruesa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engrosamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engrosáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engruesan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engruese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrueses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engruese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engrosemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engroséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engruesen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engrosaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engrosabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engrosaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engrosábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engrosabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrosaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engrosara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrosaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engrosara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engrosáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrosarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrosaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrosases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrosásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrosaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrosasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engrosé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engrosaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engrosó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engrosamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engrosasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engrosaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engrosaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engrosarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engrosará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engrosaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engrosaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engrosarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engrosare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrosares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engrosare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engrosáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engrosareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrosaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engrosaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engrosarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engrosaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engrosaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engrosaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engrosarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engruesa" ; + {- VPB (Imper C.Sg C.P3) => -} "engruese" ; + {- VPB (Imper C.Pl C.P1) => -} "engrosemos" ; + {- VPB (Imper C.Pl C.P2) => -} "engrosad" ; + {- VPB (Imper C.Pl C.P3) => -} "engruesen" ; + {- VPB (Pass C.Sg Masc) => -} "engrosado" ; + {- VPB (Pass C.Sg Fem) => -} "engrosada" ; + {- VPB (Pass C.Pl Masc) => -} "engrosados" ; + {- VPB (Pass C.Pl Fem) => -} "engrosadas" + ] + } ; + +lin enhestar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enhestar" ; + {- VI Ger => -} "enhestando" ; + {- VI Part => -} "enhestado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enhiesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enhiestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enhiesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enhestamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enhestáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enhiestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enhieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enhiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enhieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enhestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enhestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enhiesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enhestaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enhestabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enhestaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enhestábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enhestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enhestaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enhestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enhestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enhestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enhestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enhestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enhestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enhestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enhestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enhestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enhestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enhestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enhestasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enhesté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enhestaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enhestó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enhestamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enhestasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enhestaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enhestaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enhestarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enhestará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enhestaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enhestaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enhestarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enhestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enhestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enhestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enhestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enhestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enhestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enhestaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enhestarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enhestaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enhestaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enhestaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enhestarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enhiesta" ; + {- VPB (Imper C.Sg C.P3) => -} "enhieste" ; + {- VPB (Imper C.Pl C.P1) => -} "enhestemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enhestad" ; + {- VPB (Imper C.Pl C.P3) => -} "enhiesten" ; + {- VPB (Pass C.Sg Masc) => -} "enhestado" ; + {- VPB (Pass C.Sg Fem) => -} "enhestada" ; + {- VPB (Pass C.Pl Masc) => -} "enhestados" ; + {- VPB (Pass C.Pl Fem) => -} "enhestadas" + ] + } ; + +lin enmelar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmelar" ; + {- VI Ger => -} "enmelando" ; + {- VI Part => -} "enmelado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmielo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmielas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmiela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmelamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmeláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmielan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmelemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmeléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmielen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmelaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmelabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmelaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmelábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmelabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmelaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmelara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmelaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmelara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmeláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmelarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmelaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmelases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmelásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmelaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmelasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmelé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmelaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmeló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmelamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmelasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmelaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmelaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmelarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmelará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmelaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmelaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmelarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmelare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmelares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmelare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmeláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmelareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmelaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmelaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmelarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmelaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmelaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmelaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmelarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmiela" ; + {- VPB (Imper C.Sg C.P3) => -} "enmiele" ; + {- VPB (Imper C.Pl C.P1) => -} "enmelemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmelad" ; + {- VPB (Imper C.Pl C.P3) => -} "enmielen" ; + {- VPB (Pass C.Sg Masc) => -} "enmelado" ; + {- VPB (Pass C.Sg Fem) => -} "enmelada" ; + {- VPB (Pass C.Pl Masc) => -} "enmelados" ; + {- VPB (Pass C.Pl Fem) => -} "enmeladas" + ] + } ; + +lin enmendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enmendar" ; + {- VI Ger => -} "enmendando" ; + {- VI Part => -} "enmendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enmiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enmiendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enmienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enmendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enmendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enmendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enmendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enmendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enmendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enmendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enmendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enmendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enmendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enmendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enmendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enmendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enmienda" ; + {- VPB (Imper C.Sg C.P3) => -} "enmiende" ; + {- VPB (Imper C.Pl C.P1) => -} "enmendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enmendad" ; + {- VPB (Imper C.Pl C.P3) => -} "enmienden" ; + {- VPB (Pass C.Sg Masc) => -} "enmendado" ; + {- VPB (Pass C.Sg Fem) => -} "enmendada" ; + {- VPB (Pass C.Pl Masc) => -} "enmendados" ; + {- VPB (Pass C.Pl Fem) => -} "enmendadas" + ] + } ; + +lin enrodar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enrodar" ; + {- VI Ger => -} "enrodando" ; + {- VI Part => -} "enrodado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enruedo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enruedas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enrueda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enrodamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enrodáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enruedan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enruede" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enruedes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enruede" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrodemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrodéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrueden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrodaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrodabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrodaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrodábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrodabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrodaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrodara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrodaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrodara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrodáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrodarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrodaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrodase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrodases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrodase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrodásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrodaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrodasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enrodé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enrodaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enrodó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enrodamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enrodasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enrodaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enrodaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enrodarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enrodará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enrodaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enrodaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrodarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrodare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrodares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrodare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrodáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrodareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrodaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrodaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrodarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrodaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrodaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrodaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrodarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enrueda" ; + {- VPB (Imper C.Sg C.P3) => -} "enruede" ; + {- VPB (Imper C.Pl C.P1) => -} "enrodemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enrodad" ; + {- VPB (Imper C.Pl C.P3) => -} "enrueden" ; + {- VPB (Pass C.Sg Masc) => -} "enrodado" ; + {- VPB (Pass C.Sg Fem) => -} "enrodada" ; + {- VPB (Pass C.Pl Masc) => -} "enrodados" ; + {- VPB (Pass C.Pl Fem) => -} "enrodadas" + ] + } ; + +lin ensangrentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensangrentar" ; + {- VI Ger => -} "ensangrentando" ; + {- VI Part => -} "ensangrentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensangriento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensangrientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensangrienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensangrentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensangrentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensangrientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensangriente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensangrientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensangriente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensangrentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensangrentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensangrienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensangrentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensangrentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensangrentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensangrentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensangrentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensangrentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensangrentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensangrentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensangrentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensangrentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensangrentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensangrentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensangrentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensangrentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensangrentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensangrentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensangrentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensangrentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensangrenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensangrentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensangrentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensangrentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensangrentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensangrentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensangrentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensangrentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensangrentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensangrentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensangrentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensangrentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensangrentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensangrentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensangrentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensangrentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensangrentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensangrentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensangrentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensangrentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensangrienta" ; + {- VPB (Imper C.Sg C.P3) => -} "ensangriente" ; + {- VPB (Imper C.Pl C.P1) => -} "ensangrentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensangrentad" ; + {- VPB (Imper C.Pl C.P3) => -} "ensangrienten" ; + {- VPB (Pass C.Sg Masc) => -} "ensangrentado" ; + {- VPB (Pass C.Sg Fem) => -} "ensangrentada" ; + {- VPB (Pass C.Pl Masc) => -} "ensangrentados" ; + {- VPB (Pass C.Pl Fem) => -} "ensangrentadas" + ] + } ; + +lin ensarmentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensarmentar" ; + {- VI Ger => -} "ensarmentando" ; + {- VI Part => -} "ensarmentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensarmiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensarmientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensarmienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensarmentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensarmentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensarmientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensarmiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensarmientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensarmiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensarmentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensarmentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensarmienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensarmentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensarmentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensarmentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensarmentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensarmentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensarmentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensarmentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensarmentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensarmentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensarmentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensarmentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensarmentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensarmentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensarmentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensarmentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensarmentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensarmenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensarmentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensarmentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensarmentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensarmentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensarmentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensarmentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensarmentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensarmentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensarmentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensarmentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensarmentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensarmentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensarmentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensarmentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensarmentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensarmentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensarmentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensarmentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensarmentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensarmienta" ; + {- VPB (Imper C.Sg C.P3) => -} "ensarmiente" ; + {- VPB (Imper C.Pl C.P1) => -} "ensarmentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensarmentad" ; + {- VPB (Imper C.Pl C.P3) => -} "ensarmienten" ; + {- VPB (Pass C.Sg Masc) => -} "ensarmentado" ; + {- VPB (Pass C.Sg Fem) => -} "ensarmentada" ; + {- VPB (Pass C.Pl Masc) => -} "ensarmentados" ; + {- VPB (Pass C.Pl Fem) => -} "ensarmentadas" + ] + } ; + +lin ensoñar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ensoñar" ; + {- VI Ger => -} "ensoñando" ; + {- VI Part => -} "ensoñado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensueño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensueñas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensueña" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensoñamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensoñáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensueñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensueñe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensueñes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensueñe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensoñemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensoñéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensueñen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensoñaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensoñabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensoñaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensoñábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensoñabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensoñaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensoñara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensoñaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensoñara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensoñáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensoñarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensoñaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensoñases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensoñásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensoñaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensoñasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ensoñé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensoñaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ensoñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensoñamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensoñasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensoñaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensoñaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensoñarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensoñará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensoñaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensoñaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensoñarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensoñare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensoñares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensoñare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensoñáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensoñareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensoñaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensoñaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensoñarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensoñaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensoñaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensoñaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensoñarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensueña" ; + {- VPB (Imper C.Sg C.P3) => -} "ensueñe" ; + {- VPB (Imper C.Pl C.P1) => -} "ensoñemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensoñad" ; + {- VPB (Imper C.Pl C.P3) => -} "ensueñen" ; + {- VPB (Pass C.Sg Masc) => -} "ensoñado" ; + {- VPB (Pass C.Sg Fem) => -} "ensoñada" ; + {- VPB (Pass C.Pl Masc) => -} "ensoñados" ; + {- VPB (Pass C.Pl Fem) => -} "ensoñadas" + ] + } ; + +lin enterrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "enterrar" ; + {- VI Ger => -} "enterrando" ; + {- VI Part => -} "enterrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enterramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enterráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enterraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enterrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enterraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enterrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enterraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enterrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enterré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "enterraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enterró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "enterramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "enterrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "enterraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "enterraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "enterrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "enterrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "enterraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "enterraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enterrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enterraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enterrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enterraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enterraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enterraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enterrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entierra" ; + {- VPB (Imper C.Sg C.P3) => -} "entierre" ; + {- VPB (Imper C.Pl C.P1) => -} "enterremos" ; + {- VPB (Imper C.Pl C.P2) => -} "enterrad" ; + {- VPB (Imper C.Pl C.P3) => -} "entierren" ; + {- VPB (Pass C.Sg Masc) => -} "enterrado" ; + {- VPB (Pass C.Sg Fem) => -} "enterrada" ; + {- VPB (Pass C.Pl Masc) => -} "enterrados" ; + {- VPB (Pass C.Pl Fem) => -} "enterradas" + ] + } ; + +lin entesar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entesar" ; + {- VI Ger => -} "entesando" ; + {- VI Part => -} "entesado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entieso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entiesas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entiesa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entesamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entesáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entiesan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entiese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entieses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entiese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entesemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enteséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entiesen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entesaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entesabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entesaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entesábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entesabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entesaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entesara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entesaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entesara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entesáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entesarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entesaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entesase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entesases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entesase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entesásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entesaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entesasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entesé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entesaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entesó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entesamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entesasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entesaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entesaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entesarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entesará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entesaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entesaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entesarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entesare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entesares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entesare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entesáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entesareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entesaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entesaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entesarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entesaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entesaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entesaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entesarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entiesa" ; + {- VPB (Imper C.Sg C.P3) => -} "entiese" ; + {- VPB (Imper C.Pl C.P1) => -} "entesemos" ; + {- VPB (Imper C.Pl C.P2) => -} "entesad" ; + {- VPB (Imper C.Pl C.P3) => -} "entiesen" ; + {- VPB (Pass C.Sg Masc) => -} "entesado" ; + {- VPB (Pass C.Sg Fem) => -} "entesada" ; + {- VPB (Pass C.Pl Masc) => -} "entesados" ; + {- VPB (Pass C.Pl Fem) => -} "entesadas" + ] + } ; + +lin entortar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entortar" ; + {- VI Ger => -} "entortando" ; + {- VI Part => -} "entortado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entuerto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entuertas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entuerta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entortamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entortáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entuertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entuerte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entuertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entuerte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entortemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entortéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entuerten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entortaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entortabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entortaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entortábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entortabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entortaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entortara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entortaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entortara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entortáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entortarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entortaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entortase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entortases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entortase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entortásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entortaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entortasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entorté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entortaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entortó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entortamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entortasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entortaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entortaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entortarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entortará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entortaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entortaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entortarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entortare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entortares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entortare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entortáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entortareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entortaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entortaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entortarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entortaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entortaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entortaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entortarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entuerta" ; + {- VPB (Imper C.Sg C.P3) => -} "entuerte" ; + {- VPB (Imper C.Pl C.P1) => -} "entortemos" ; + {- VPB (Imper C.Pl C.P2) => -} "entortad" ; + {- VPB (Imper C.Pl C.P3) => -} "entuerten" ; + {- VPB (Pass C.Sg Masc) => -} "entortado" ; + {- VPB (Pass C.Sg Fem) => -} "entortada" ; + {- VPB (Pass C.Pl Masc) => -} "entortados" ; + {- VPB (Pass C.Pl Fem) => -} "entortadas" + ] + } ; + +lin entrecerrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entrecerrar" ; + {- VI Ger => -} "entrecerrando" ; + {- VI Part => -} "entrecerrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entrecierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entrecierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entrecierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entrecerramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entrecerráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrecierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrecierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrecierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrecierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrecerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrecerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrecierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrecerraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrecerrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrecerraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrecerrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrecerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrecerraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrecerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrecerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrecerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrecerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrecerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrecerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecerrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entrecerré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entrecerraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrecerró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entrecerramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entrecerrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entrecerraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entrecerraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entrecerrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entrecerrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entrecerraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entrecerraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrecerrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrecerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrecerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrecerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrecerraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrecerrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrecerraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrecerraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrecerraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrecerrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entrecierra" ; + {- VPB (Imper C.Sg C.P3) => -} "entrecierre" ; + {- VPB (Imper C.Pl C.P1) => -} "entrecerremos" ; + {- VPB (Imper C.Pl C.P2) => -} "entrecerrad" ; + {- VPB (Imper C.Pl C.P3) => -} "entrecierren" ; + {- VPB (Pass C.Sg Masc) => -} "entrecerrado" ; + {- VPB (Pass C.Sg Fem) => -} "entrecerrada" ; + {- VPB (Pass C.Pl Masc) => -} "entrecerrados" ; + {- VPB (Pass C.Pl Fem) => -} "entrecerradas" + ] + } ; + +lin entrepernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entrepernar" ; + {- VI Ger => -} "entrepernando" ; + {- VI Part => -} "entrepernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entrepierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entrepiernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entrepierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entrepernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entrepernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrepiernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrepierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrepiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrepierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrepernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrepernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrepiernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrepernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrepernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrepernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrepernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrepernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrepernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrepernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrepernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrepernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrepernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrepernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrepernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrepernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrepernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrepernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrepernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrepernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrepernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entreperné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entrepernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrepernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entrepernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entrepernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entrepernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entrepernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entrepernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entrepernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entrepernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entrepernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrepernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrepernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrepernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrepernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrepernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrepernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrepernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrepernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrepernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrepernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrepernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entrepierna" ; + {- VPB (Imper C.Sg C.P3) => -} "entrepierne" ; + {- VPB (Imper C.Pl C.P1) => -} "entrepernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "entrepernad" ; + {- VPB (Imper C.Pl C.P3) => -} "entrepiernen" ; + {- VPB (Pass C.Sg Masc) => -} "entrepernado" ; + {- VPB (Pass C.Sg Fem) => -} "entrepernada" ; + {- VPB (Pass C.Pl Masc) => -} "entrepernados" ; + {- VPB (Pass C.Pl Fem) => -} "entrepernadas" + ] + } ; + +lin escarmentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escarmentar" ; + {- VI Ger => -} "escarmentando" ; + {- VI Part => -} "escarmentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escarmiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escarmientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escarmienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escarmentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escarmentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escarmientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escarmiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escarmientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escarmiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escarmentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escarmentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escarmienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escarmentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escarmentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escarmentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escarmentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escarmentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escarmentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escarmentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escarmentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escarmentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escarmentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escarmentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escarmentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escarmentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escarmentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escarmentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escarmentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escarmenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escarmentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escarmentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escarmentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escarmentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escarmentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escarmentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escarmentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escarmentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escarmentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escarmentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escarmentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escarmentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escarmentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escarmentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escarmentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escarmentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escarmentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escarmentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escarmentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escarmentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escarmentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escarmienta" ; + {- VPB (Imper C.Sg C.P3) => -} "escarmiente" ; + {- VPB (Imper C.Pl C.P1) => -} "escarmentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "escarmentad" ; + {- VPB (Imper C.Pl C.P3) => -} "escarmienten" ; + {- VPB (Pass C.Sg Masc) => -} "escarmentado" ; + {- VPB (Pass C.Sg Fem) => -} "escarmentada" ; + {- VPB (Pass C.Pl Masc) => -} "escarmentados" ; + {- VPB (Pass C.Pl Fem) => -} "escarmentadas" + ] + } ; + +lin escolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "escolar" ; + {- VI Ger => -} "escolando" ; + {- VI Part => -} "escolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "escuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "escuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "escuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "escolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "escoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "escolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "escolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "escoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "escolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "escolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "escolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "escolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "escolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "escolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "escolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "escolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "escuela" ; + {- VPB (Imper C.Sg C.P3) => -} "escuele" ; + {- VPB (Imper C.Pl C.P1) => -} "escolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "escolad" ; + {- VPB (Imper C.Pl C.P3) => -} "escuelen" ; + {- VPB (Pass C.Sg Masc) => -} "escolado" ; + {- VPB (Pass C.Sg Fem) => -} "escolada" ; + {- VPB (Pass C.Pl Masc) => -} "escolados" ; + {- VPB (Pass C.Pl Fem) => -} "escoladas" + ] + } ; + +lin ferrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ferrar" ; + {- VI Ger => -} "ferrando" ; + {- VI Part => -} "ferrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ferramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ferráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ferremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ferréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ferraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ferrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ferraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ferrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ferrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ferraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ferrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ferraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ferrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ferráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ferrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ferraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ferrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ferrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ferraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ferrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ferré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ferraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ferró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ferramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ferrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ferraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ferraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ferrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ferrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ferraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ferraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ferrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ferrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ferrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ferrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ferráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ferrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ferraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ferraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ferrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ferraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ferraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ferraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ferrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fierra" ; + {- VPB (Imper C.Sg C.P3) => -} "fierre" ; + {- VPB (Imper C.Pl C.P1) => -} "ferremos" ; + {- VPB (Imper C.Pl C.P2) => -} "ferrad" ; + {- VPB (Imper C.Pl C.P3) => -} "fierren" ; + {- VPB (Pass C.Sg Masc) => -} "ferrado" ; + {- VPB (Pass C.Sg Fem) => -} "ferrada" ; + {- VPB (Pass C.Pl Masc) => -} "ferrados" ; + {- VPB (Pass C.Pl Fem) => -} "ferradas" + ] + } ; + +lin follar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "follar" ; + {- VI Ger => -} "follando" ; + {- VI Part => -} "follado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "follamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "folláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "follemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "folléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "follaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "follabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "follaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "follábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "follabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "follaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "follara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "follaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "follara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "folláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "follarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "follaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "follase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "follases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "follase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "follásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "follaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "follasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "follé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "follaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "folló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "follamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "follasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "follaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "follaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "follarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "follará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "follaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "follaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "follarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "follare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "follares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "follare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "folláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "follareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "follaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "follaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "follarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "follaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "follaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "follaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "follarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fuella" ; + {- VPB (Imper C.Sg C.P3) => -} "fuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "follemos" ; + {- VPB (Imper C.Pl C.P2) => -} "follad" ; + {- VPB (Imper C.Pl C.P3) => -} "fuellen" ; + {- VPB (Pass C.Sg Masc) => -} "follado" ; + {- VPB (Pass C.Sg Fem) => -} "follada" ; + {- VPB (Pass C.Pl Masc) => -} "follados" ; + {- VPB (Pass C.Pl Fem) => -} "folladas" + ] + } ; + +lin gobernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "gobernar" ; + {- VI Ger => -} "gobernando" ; + {- VI Part => -} "gobernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gobierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "gobiernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "gobierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gobernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gobernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gobiernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gobierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gobiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gobierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gobernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gobernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gobiernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gobernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gobernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gobernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gobernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gobernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gobernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gobernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gobernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gobernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gobernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gobernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gobernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gobernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gobernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gobernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gobernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "goberné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gobernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gobernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gobernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gobernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "gobernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gobernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gobernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gobernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gobernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gobernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gobernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gobernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gobernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gobernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gobernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gobernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gobernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gobernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gobernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gobernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gobernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gobernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gobernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "gobierna" ; + {- VPB (Imper C.Sg C.P3) => -} "gobierne" ; + {- VPB (Imper C.Pl C.P1) => -} "gobernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "gobernad" ; + {- VPB (Imper C.Pl C.P3) => -} "gobiernen" ; + {- VPB (Pass C.Sg Masc) => -} "gobernado" ; + {- VPB (Pass C.Sg Fem) => -} "gobernada" ; + {- VPB (Pass C.Pl Masc) => -} "gobernados" ; + {- VPB (Pass C.Pl Fem) => -} "gobernadas" + ] + } ; + +lin grandisonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "grandisonar" ; + {- VI Ger => -} "grandisonando" ; + {- VI Part => -} "grandisonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "grandisueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "grandisuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "grandisuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "grandisonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "grandisonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "grandisuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "grandisuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "grandisuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "grandisuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "grandisonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "grandisonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "grandisuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "grandisonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "grandisonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "grandisonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "grandisonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "grandisonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "grandisonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "grandisonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "grandisonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "grandisonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "grandisonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "grandisonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "grandisonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "grandisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "grandisonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "grandisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "grandisonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "grandisonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "grandisonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "grandisoné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "grandisonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "grandisonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "grandisonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "grandisonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "grandisonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "grandisonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "grandisonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "grandisonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "grandisonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "grandisonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "grandisonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "grandisonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "grandisonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "grandisonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "grandisonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "grandisonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "grandisonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "grandisonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "grandisonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "grandisonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "grandisonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "grandisuena" ; + {- VPB (Imper C.Sg C.P3) => -} "grandisuene" ; + {- VPB (Imper C.Pl C.P1) => -} "grandisonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "grandisonad" ; + {- VPB (Imper C.Pl C.P3) => -} "grandisuenen" ; + {- VPB (Pass C.Sg Masc) => -} "grandisonado" ; + {- VPB (Pass C.Sg Fem) => -} "grandisonada" ; + {- VPB (Pass C.Pl Masc) => -} "grandisonados" ; + {- VPB (Pass C.Pl Fem) => -} "grandisonadas" + ] + } ; + +lin hacendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hacendar" ; + {- VI Ger => -} "hacendando" ; + {- VI Part => -} "hacendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "haciendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "haciendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hacienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hacendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hacendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "haciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "haciende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "haciendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "haciende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hacendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hacendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hacienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hacendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hacendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hacendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hacendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hacendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hacendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hacendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hacendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hacendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hacendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hacendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hacendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hacendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hacendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hacendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hacendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hacendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hacendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hacendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hacendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hacendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hacendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hacendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hacendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "hacendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "hacendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hacendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "hacendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "hacendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hacendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hacendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hacendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hacendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hacendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hacendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hacendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hacendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hacendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hacendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hacendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hacendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hacendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hacienda" ; + {- VPB (Imper C.Sg C.P3) => -} "haciende" ; + {- VPB (Imper C.Pl C.P1) => -} "hacendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "hacendad" ; + {- VPB (Imper C.Pl C.P3) => -} "hacienden" ; + {- VPB (Pass C.Sg Masc) => -} "hacendado" ; + {- VPB (Pass C.Sg Fem) => -} "hacendada" ; + {- VPB (Pass C.Pl Masc) => -} "hacendados" ; + {- VPB (Pass C.Pl Fem) => -} "hacendadas" + ] + } ; + +lin helar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "helar" ; + {- VI Ger => -} "helando" ; + {- VI Part => -} "helado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hielo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hielas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hiela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "helamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "heláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hielan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "helemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "heléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hielen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "helaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "helabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "helaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "helábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "helabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "helaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "helara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "helaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "helara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "heláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "helarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "helaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "helase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "helases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "helase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "helásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "helaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "helasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "helé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "helaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "heló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "helamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "helasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "helaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "helaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "helarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "helará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "helaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "helaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "helarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "helare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "helares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "helare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "heláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "helareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "helaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "helaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "helarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "helaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "helaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "helaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "helarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hiela" ; + {- VPB (Imper C.Sg C.P3) => -} "hiele" ; + {- VPB (Imper C.Pl C.P1) => -} "helemos" ; + {- VPB (Imper C.Pl C.P2) => -} "helad" ; + {- VPB (Imper C.Pl C.P3) => -} "hielen" ; + {- VPB (Pass C.Sg Masc) => -} "helado" ; + {- VPB (Pass C.Sg Fem) => -} "helada" ; + {- VPB (Pass C.Pl Masc) => -} "helados" ; + {- VPB (Pass C.Pl Fem) => -} "heladas" + ] + } ; + +lin herbar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "herbar" ; + {- VI Ger => -} "herbando" ; + {- VI Part => -} "herbado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hierbo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hierbas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hierba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "herbamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "herbáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hierban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hierbe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hierbes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hierbe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herbemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herbéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hierben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "herbaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "herbabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "herbaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "herbábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herbabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herbaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herbara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herbaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herbara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herbáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herbarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herbaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herbase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herbases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herbase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herbásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herbaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herbasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "herbé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "herbaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "herbó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "herbamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "herbasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "herbaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "herbaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "herbarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "herbará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "herbaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "herbaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herbarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herbare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herbares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herbare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herbáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herbareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herbaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herbaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herbarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herbaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herbaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herbaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herbarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hierba" ; + {- VPB (Imper C.Sg C.P3) => -} "hierbe" ; + {- VPB (Imper C.Pl C.P1) => -} "herbemos" ; + {- VPB (Imper C.Pl C.P2) => -} "herbad" ; + {- VPB (Imper C.Pl C.P3) => -} "hierben" ; + {- VPB (Pass C.Sg Masc) => -} "herbado" ; + {- VPB (Pass C.Sg Fem) => -} "herbada" ; + {- VPB (Pass C.Pl Masc) => -} "herbados" ; + {- VPB (Pass C.Pl Fem) => -} "herbadas" + ] + } ; + +lin herrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "herrar" ; + {- VI Ger => -} "herrando" ; + {- VI Part => -} "herrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "herramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "herráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "herraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "herrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "herraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "herrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "herré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "herraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "herró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "herramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "herrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "herraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "herraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "herrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "herrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "herraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "herraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hierra" ; + {- VPB (Imper C.Sg C.P3) => -} "hierre" ; + {- VPB (Imper C.Pl C.P1) => -} "herremos" ; + {- VPB (Imper C.Pl C.P2) => -} "herrad" ; + {- VPB (Imper C.Pl C.P3) => -} "hierren" ; + {- VPB (Pass C.Sg Masc) => -} "herrado" ; + {- VPB (Pass C.Sg Fem) => -} "herrada" ; + {- VPB (Pass C.Pl Masc) => -} "herrados" ; + {- VPB (Pass C.Pl Fem) => -} "herradas" + ] + } ; + +lin herventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "herventar" ; + {- VI Ger => -} "herventando" ; + {- VI Part => -} "herventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "herviento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hervientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hervienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "herventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "herventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hervientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "herviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hervientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "herviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hervienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "herventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "herventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "herventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "herventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "herventé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "herventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "herventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "herventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "herventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "herventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "herventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "herventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "herventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "herventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "herventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hervienta" ; + {- VPB (Imper C.Sg C.P3) => -} "herviente" ; + {- VPB (Imper C.Pl C.P1) => -} "herventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "herventad" ; + {- VPB (Imper C.Pl C.P3) => -} "hervienten" ; + {- VPB (Pass C.Sg Masc) => -} "herventado" ; + {- VPB (Pass C.Sg Fem) => -} "herventada" ; + {- VPB (Pass C.Pl Masc) => -} "herventados" ; + {- VPB (Pass C.Pl Fem) => -} "herventadas" + ] + } ; + +lin holiar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "holiar" ; + {- VI Ger => -} "holiando" ; + {- VI Part => -} "holiado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "holieo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "holieas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "holiea" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "holiamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "holiáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "holiean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "holiee" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "holiees" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "holiee" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "holiemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "holiéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "holieen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "holiaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "holiabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "holiaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "holiábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "holiabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "holiaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "holiara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "holiaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "holiara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "holiáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "holiarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "holiaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "holiase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "holiases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "holiase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "holiásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "holiaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "holiasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "holié" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "holiaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "holió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "holiamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "holiasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "holiaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "holiaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "holiarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "holiará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "holiaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "holiaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "holiarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "holiare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "holiares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "holiare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "holiáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "holiareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "holiaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "holiaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "holiarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "holiaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "holiaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "holiaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "holiarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "holiea" ; + {- VPB (Imper C.Sg C.P3) => -} "holiee" ; + {- VPB (Imper C.Pl C.P1) => -} "holiemos" ; + {- VPB (Imper C.Pl C.P2) => -} "holiad" ; + {- VPB (Imper C.Pl C.P3) => -} "holieen" ; + {- VPB (Pass C.Sg Masc) => -} "holiado" ; + {- VPB (Pass C.Sg Fem) => -} "holiada" ; + {- VPB (Pass C.Pl Masc) => -} "holiados" ; + {- VPB (Pass C.Pl Fem) => -} "holiadas" + ] + } ; + +lin improbar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "improbar" ; + {- VI Ger => -} "improbando" ; + {- VI Part => -} "improbado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "impruebo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "impruebas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "imprueba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "improbamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "improbáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imprueban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "impruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "impruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "impruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "improbemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "improbéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "imprueben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "improbaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "improbabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "improbaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "improbábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "improbabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "improbaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "improbara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "improbaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "improbara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "improbáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "improbarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "improbaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "improbase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "improbases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "improbase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "improbásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "improbaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "improbasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "improbé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "improbaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "improbó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "improbamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "improbasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "improbaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "improbaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "improbarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "improbará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "improbaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "improbaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "improbarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "improbare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "improbares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "improbare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "improbáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "improbareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "improbaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "improbaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "improbarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "improbaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "improbaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "improbaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "improbarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "imprueba" ; + {- VPB (Imper C.Sg C.P3) => -} "impruebe" ; + {- VPB (Imper C.Pl C.P1) => -} "improbemos" ; + {- VPB (Imper C.Pl C.P2) => -} "improbad" ; + {- VPB (Imper C.Pl C.P3) => -} "imprueben" ; + {- VPB (Pass C.Sg Masc) => -} "improbado" ; + {- VPB (Pass C.Sg Fem) => -} "improbada" ; + {- VPB (Pass C.Pl Masc) => -} "improbados" ; + {- VPB (Pass C.Pl Fem) => -} "improbadas" + ] + } ; + +lin incensar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "incensar" ; + {- VI Ger => -} "incensando" ; + {- VI Part => -} "incensado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "incienso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inciensas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inciensa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "incensamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "incensáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inciensan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inciense" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "incienses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inciense" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "incensemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "incenséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inciensen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "incensaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "incensabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "incensaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "incensábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "incensabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "incensaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "incensara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "incensaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "incensara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "incensáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "incensarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "incensaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "incensase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "incensases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "incensase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "incensásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "incensaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "incensasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "incensé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "incensaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "incensó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "incensamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "incensasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "incensaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "incensaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "incensarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "incensará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "incensaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "incensaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "incensarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "incensare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "incensares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "incensare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "incensáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "incensareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "incensaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "incensaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "incensarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "incensaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "incensaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "incensaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "incensarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inciensa" ; + {- VPB (Imper C.Sg C.P3) => -} "inciense" ; + {- VPB (Imper C.Pl C.P1) => -} "incensemos" ; + {- VPB (Imper C.Pl C.P2) => -} "incensad" ; + {- VPB (Imper C.Pl C.P3) => -} "inciensen" ; + {- VPB (Pass C.Sg Masc) => -} "incensado" ; + {- VPB (Pass C.Sg Fem) => -} "incensada" ; + {- VPB (Pass C.Pl Masc) => -} "incensados" ; + {- VPB (Pass C.Pl Fem) => -} "incensadas" + ] + } ; + +lin infernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "infernar" ; + {- VI Ger => -} "infernando" ; + {- VI Part => -} "infernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "infierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "infiernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "infierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "infernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "infernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infiernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "infierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "infiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "infierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "infernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "infernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "infiernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "infernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "infernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "infernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "infernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inferné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "infernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "infernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "infernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "infernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "infernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "infernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "infernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "infernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "infernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "infernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "infernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "infernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "infernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "infernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "infernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "infernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "infernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "infierna" ; + {- VPB (Imper C.Sg C.P3) => -} "infierne" ; + {- VPB (Imper C.Pl C.P1) => -} "infernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "infernad" ; + {- VPB (Imper C.Pl C.P3) => -} "infiernen" ; + {- VPB (Pass C.Sg Masc) => -} "infernado" ; + {- VPB (Pass C.Sg Fem) => -} "infernada" ; + {- VPB (Pass C.Pl Masc) => -} "infernados" ; + {- VPB (Pass C.Pl Fem) => -} "infernadas" + ] + } ; + +lin invernar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "invernar" ; + {- VI Ger => -} "invernando" ; + {- VI Part => -} "invernado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "invierno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inviernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "invierna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "invernamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "invernáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inviernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "invierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inviernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "invierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "invernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "invernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inviernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "invernaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "invernabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "invernaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "invernábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "invernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "invernaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "invernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "invernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "invernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "invernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "invernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "invernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "invernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "invernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "invernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "invernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "invernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "invernasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inverné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "invernaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "invernó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "invernamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "invernasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "invernaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "invernaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "invernarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "invernará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "invernaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "invernaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "invernarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "invernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "invernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "invernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "invernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "invernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "invernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "invernaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "invernarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "invernaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "invernaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "invernaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "invernarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "invierna" ; + {- VPB (Imper C.Sg C.P3) => -} "invierne" ; + {- VPB (Imper C.Pl C.P1) => -} "invernemos" ; + {- VPB (Imper C.Pl C.P2) => -} "invernad" ; + {- VPB (Imper C.Pl C.P3) => -} "inviernen" ; + {- VPB (Pass C.Sg Masc) => -} "invernado" ; + {- VPB (Pass C.Sg Fem) => -} "invernada" ; + {- VPB (Pass C.Pl Masc) => -} "invernados" ; + {- VPB (Pass C.Pl Fem) => -} "invernadas" + ] + } ; + +lin jamerdar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "jamerdar" ; + {- VI Ger => -} "jamerdando" ; + {- VI Part => -} "jamerdado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "jamierdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "jamierdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "jamierda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "jamerdamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "jamerdáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "jamierdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "jamierde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "jamierdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "jamierde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "jamerdemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "jamerdéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "jamierden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "jamerdaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "jamerdabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "jamerdaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "jamerdábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "jamerdabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "jamerdaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "jamerdara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "jamerdaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "jamerdara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "jamerdáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "jamerdarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "jamerdaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "jamerdase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "jamerdases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "jamerdase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "jamerdásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "jamerdaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "jamerdasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "jamerdé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "jamerdaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "jamerdó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "jamerdamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "jamerdasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "jamerdaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "jamerdaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "jamerdarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "jamerdará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "jamerdaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "jamerdaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "jamerdarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "jamerdares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "jamerdáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "jamerdareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "jamerdaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "jamerdaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "jamerdarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "jamerdaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "jamerdaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "jamerdaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "jamerdarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "jamierda" ; + {- VPB (Imper C.Sg C.P3) => -} "jamierde" ; + {- VPB (Imper C.Pl C.P1) => -} "jamerdemos" ; + {- VPB (Imper C.Pl C.P2) => -} "jamerdad" ; + {- VPB (Imper C.Pl C.P3) => -} "jamierden" ; + {- VPB (Pass C.Sg Masc) => -} "jamerdado" ; + {- VPB (Pass C.Sg Fem) => -} "jamerdada" ; + {- VPB (Pass C.Pl Masc) => -} "jamerdados" ; + {- VPB (Pass C.Pl Fem) => -} "jamerdadas" + ] + } ; + +lin mancornar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mancornar" ; + {- VI Ger => -} "mancornando" ; + {- VI Part => -} "mancornado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mancuerno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mancuernas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mancuerna" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mancornamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mancornáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mancuernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mancuerne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mancuernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mancuerne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mancornemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mancornéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mancuernen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mancornaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mancornabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mancornaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mancornábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mancornabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mancornaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mancornara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mancornaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mancornara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mancornáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mancornarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mancornaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mancornase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mancornases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mancornase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mancornásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mancornaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mancornasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mancorné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mancornaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mancornó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mancornamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mancornasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mancornaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mancornaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mancornarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mancornará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mancornaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mancornaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mancornarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mancornare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mancornares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mancornare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mancornáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mancornareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mancornaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mancornaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mancornarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mancornaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mancornaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mancornaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mancornarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mancuerna" ; + {- VPB (Imper C.Sg C.P3) => -} "mancuerne" ; + {- VPB (Imper C.Pl C.P1) => -} "mancornemos" ; + {- VPB (Imper C.Pl C.P2) => -} "mancornad" ; + {- VPB (Imper C.Pl C.P3) => -} "mancuernen" ; + {- VPB (Pass C.Sg Masc) => -} "mancornado" ; + {- VPB (Pass C.Sg Fem) => -} "mancornada" ; + {- VPB (Pass C.Pl Masc) => -} "mancornados" ; + {- VPB (Pass C.Pl Fem) => -} "mancornadas" + ] + } ; + +lin manifestar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "manifestar" ; + {- VI Ger => -} "manifestando" ; + {- VI Part => -} "manifestado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "manifiesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "manifiestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "manifiesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "manifestamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "manifestáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "manifiestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "manifieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "manifiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "manifieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "manifestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "manifestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "manifiesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "manifestaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manifestabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "manifestaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manifestábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manifestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manifestaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "manifestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manifestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "manifestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "manifestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manifestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manifestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "manifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manifestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "manifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "manifestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manifestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "manifestasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "manifesté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "manifestaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "manifestó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "manifestamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "manifestasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "manifestaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "manifestaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "manifestarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "manifestará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "manifestaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "manifestaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manifestarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "manifestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manifestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "manifestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "manifestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "manifestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manifestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manifestaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manifestarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manifestaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "manifestaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manifestaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manifestarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "manifiesta" ; + {- VPB (Imper C.Sg C.P3) => -} "manifieste" ; + {- VPB (Imper C.Pl C.P1) => -} "manifestemos" ; + {- VPB (Imper C.Pl C.P2) => -} "manifestad" ; + {- VPB (Imper C.Pl C.P3) => -} "manifiesten" ; + {- VPB (Pass C.Sg Masc) => -} "manifestado" ; + {- VPB (Pass C.Sg Fem) => -} "manifestada" ; + {- VPB (Pass C.Pl Masc) => -} "manifestados" ; + {- VPB (Pass C.Pl Fem) => -} "manifestadas" + ] + } ; + +lin melar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "melar" ; + {- VI Ger => -} "melando" ; + {- VI Part => -} "melado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mielo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mielas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "miela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "melamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "meláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mielan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "miele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "miele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "melemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "meléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mielen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "melaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "melabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "melaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "melábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "melabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "melaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "melara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "melaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "melara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "meláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "melarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "melaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "melase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "melases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "melase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "melásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "melaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "melasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "melé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "melaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "meló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "melamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "melasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "melaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "melaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "melarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "melará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "melaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "melaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "melarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "melare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "melares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "melare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "meláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "melareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "melaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "melaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "melarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "melaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "melaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "melaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "melarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "miela" ; + {- VPB (Imper C.Sg C.P3) => -} "miele" ; + {- VPB (Imper C.Pl C.P1) => -} "melemos" ; + {- VPB (Imper C.Pl C.P2) => -} "melad" ; + {- VPB (Imper C.Pl C.P3) => -} "mielen" ; + {- VPB (Pass C.Sg Masc) => -} "melado" ; + {- VPB (Pass C.Sg Fem) => -} "melada" ; + {- VPB (Pass C.Pl Masc) => -} "melados" ; + {- VPB (Pass C.Pl Fem) => -} "meladas" + ] + } ; + +lin mentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mentar" ; + {- VI Ger => -} "mentando" ; + {- VI Part => -} "mentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "miento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "miente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "miente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "menté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mienta" ; + {- VPB (Imper C.Sg C.P3) => -} "miente" ; + {- VPB (Imper C.Pl C.P1) => -} "mentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "mentad" ; + {- VPB (Imper C.Pl C.P3) => -} "mienten" ; + {- VPB (Pass C.Sg Masc) => -} "mentado" ; + {- VPB (Pass C.Sg Fem) => -} "mentada" ; + {- VPB (Pass C.Pl Masc) => -} "mentados" ; + {- VPB (Pass C.Pl Fem) => -} "mentadas" + ] + } ; + +lin merendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "merendar" ; + {- VI Ger => -} "merendando" ; + {- VI Part => -} "merendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "meriendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "meriendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "merienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "merendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "merendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "meriendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "meriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "meriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "meriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "merendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "merendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "merienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "merendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "merendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "merendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "merendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "merendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "merendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "merendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "merendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "merendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "merendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "merendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "merendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "merendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "merendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "merendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "merendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "merendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "merendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "merendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "merendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "merendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "merendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "merendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "merendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "merendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "merendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "merendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "merendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "merendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "merendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "merendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "merendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "merendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "merendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "merendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "merendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "merendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "merendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "merendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "merendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "merendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "merendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "merienda" ; + {- VPB (Imper C.Sg C.P3) => -} "meriende" ; + {- VPB (Imper C.Pl C.P1) => -} "merendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "merendad" ; + {- VPB (Imper C.Pl C.P3) => -} "merienden" ; + {- VPB (Pass C.Sg Masc) => -} "merendado" ; + {- VPB (Pass C.Sg Fem) => -} "merendada" ; + {- VPB (Pass C.Pl Masc) => -} "merendados" ; + {- VPB (Pass C.Pl Fem) => -} "merendadas" + ] + } ; + +lin moblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "moblar" ; + {- VI Ger => -} "moblando" ; + {- VI Part => -} "moblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mueblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mueblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muebla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "moblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mobláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mueblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "moblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mueblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "moblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "moblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "moblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "moblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "moblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "moblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "moblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "moblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "moblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "moblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "moblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "moblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "moblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mobló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "moblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "moblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "moblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "moblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "moblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "moblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "moblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "moblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "moblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "moblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "moblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "moblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "moblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muebla" ; + {- VPB (Imper C.Sg C.P3) => -} "mueble" ; + {- VPB (Imper C.Pl C.P1) => -} "moblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "moblad" ; + {- VPB (Imper C.Pl C.P3) => -} "mueblen" ; + {- VPB (Pass C.Sg Masc) => -} "moblado" ; + {- VPB (Pass C.Sg Fem) => -} "moblada" ; + {- VPB (Pass C.Pl Masc) => -} "moblados" ; + {- VPB (Pass C.Pl Fem) => -} "mobladas" + ] + } ; + +lin mostrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mostrar" ; + {- VI Ger => -} "mostrando" ; + {- VI Part => -} "mostrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muestro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "muestras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "muestra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mostramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mostráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muestran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mostremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mostréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muestren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mostraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mostrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mostraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mostrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mostrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mostraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mostrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mostraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mostrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mostráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mostrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mostraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mostrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mostrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mostraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mostrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mostré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mostraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mostró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mostramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mostrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mostraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mostraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mostrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mostrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mostraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mostraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mostrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mostrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mostrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mostrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mostráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mostrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mostraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mostraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mostrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mostraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mostraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mostraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mostrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "muestra" ; + {- VPB (Imper C.Sg C.P3) => -} "muestre" ; + {- VPB (Imper C.Pl C.P1) => -} "mostremos" ; + {- VPB (Imper C.Pl C.P2) => -} "mostrad" ; + {- VPB (Imper C.Pl C.P3) => -} "muestren" ; + {- VPB (Pass C.Sg Masc) => -} "mostrado" ; + {- VPB (Pass C.Sg Fem) => -} "mostrada" ; + {- VPB (Pass C.Pl Masc) => -} "mostrados" ; + {- VPB (Pass C.Pl Fem) => -} "mostradas" + ] + } ; + +lin nevar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "nevar" ; + {- VI Ger => -} "nevando" ; + {- VI Part => -} "nevado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "nievo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "nievas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "nieva" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "nevamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "neváis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "nievan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "nieve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "nieves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "nieve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "nevemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "nevéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "nieven" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "nevaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "nevabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "nevaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "nevábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "nevabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "nevaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "nevara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "nevaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "nevara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "neváramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "nevarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "nevaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "nevase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "nevases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "nevase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "nevásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "nevaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "nevasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "nevé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "nevaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "nevó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "nevamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "nevasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "nevaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "nevaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "nevarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "nevará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "nevaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "nevaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "nevarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "nevare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "nevares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "nevare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "neváremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "nevareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "nevaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "nevaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "nevarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "nevaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "nevaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "nevaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "nevarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "nieva" ; + {- VPB (Imper C.Sg C.P3) => -} "nieve" ; + {- VPB (Imper C.Pl C.P1) => -} "nevemos" ; + {- VPB (Imper C.Pl C.P2) => -} "nevad" ; + {- VPB (Imper C.Pl C.P3) => -} "nieven" ; + {- VPB (Pass C.Sg Masc) => -} "nevado" ; + {- VPB (Pass C.Sg Fem) => -} "nevada" ; + {- VPB (Pass C.Pl Masc) => -} "nevados" ; + {- VPB (Pass C.Pl Fem) => -} "nevadas" + ] + } ; + +lin patiquebrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "patiquebrar" ; + {- VI Ger => -} "patiquebrando" ; + {- VI Part => -} "patiquebrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "patiquiebro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "patiquiebras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "patiquiebra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "patiquebramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "patiquebráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "patiquiebran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "patiquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "patiquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "patiquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "patiquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "patiquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "patiquiebren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "patiquebraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "patiquebrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "patiquebraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "patiquebrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "patiquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "patiquebraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "patiquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "patiquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "patiquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "patiquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "patiquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "patiquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "patiquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "patiquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "patiquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "patiquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "patiquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "patiquebrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "patiquebré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "patiquebraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "patiquebró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "patiquebramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "patiquebrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "patiquebraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "patiquebraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "patiquebrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "patiquebrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "patiquebraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "patiquebraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "patiquebrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "patiquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "patiquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "patiquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "patiquebraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "patiquebrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "patiquebraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "patiquebraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "patiquebraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "patiquebrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "patiquiebra" ; + {- VPB (Imper C.Sg C.P3) => -} "patiquiebre" ; + {- VPB (Imper C.Pl C.P1) => -} "patiquebremos" ; + {- VPB (Imper C.Pl C.P2) => -} "patiquebrad" ; + {- VPB (Imper C.Pl C.P3) => -} "patiquiebren" ; + {- VPB (Pass C.Sg Masc) => -} "patiquebrado" ; + {- VPB (Pass C.Sg Fem) => -} "patiquebrada" ; + {- VPB (Pass C.Pl Masc) => -} "patiquebrados" ; + {- VPB (Pass C.Pl Fem) => -} "patiquebradas" + ] + } ; + +lin pensar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pensar" ; + {- VI Ger => -} "pensando" ; + {- VI Part => -} "pensado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pienso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "piensas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "piensa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pensamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pensáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "piensan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "piense" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pienses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "piense" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pensemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "penséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "piensen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pensaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pensabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pensaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pensábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pensabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pensaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pensara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pensaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pensara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pensáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pensarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pensaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pensase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pensases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pensase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pensásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pensaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pensasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pensé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pensaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pensó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pensamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pensasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pensaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pensaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pensarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pensará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pensaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pensaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pensarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pensare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pensares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pensare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pensáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pensareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pensaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pensaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pensarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pensaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pensaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pensaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pensarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "piensa" ; + {- VPB (Imper C.Sg C.P3) => -} "piense" ; + {- VPB (Imper C.Pl C.P1) => -} "pensemos" ; + {- VPB (Imper C.Pl C.P2) => -} "pensad" ; + {- VPB (Imper C.Pl C.P3) => -} "piensen" ; + {- VPB (Pass C.Sg Masc) => -} "pensado" ; + {- VPB (Pass C.Sg Fem) => -} "pensada" ; + {- VPB (Pass C.Pl Masc) => -} "pensados" ; + {- VPB (Pass C.Pl Fem) => -} "pensadas" + ] + } ; + +lin percollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "percollar" ; + {- VI Ger => -} "percollando" ; + {- VI Part => -} "percollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "percuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "percuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "percuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "percollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "percolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "percuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "percuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "percuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "percuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "percollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "percolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "percuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "percollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "percollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "percollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "percollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "percollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "percollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "percollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "percollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "percollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "percolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "percollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "percollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "percollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "percollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "percollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "percollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "percollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "percollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "percollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "percollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "percolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "percollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "percollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "percollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "percollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "percollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "percollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "percollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "percollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "percollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "percollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "percollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "percollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "percolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "percollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "percollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "percollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "percollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "percollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "percollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "percollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "percollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "percuella" ; + {- VPB (Imper C.Sg C.P3) => -} "percuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "percollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "percollad" ; + {- VPB (Imper C.Pl C.P3) => -} "percuellen" ; + {- VPB (Pass C.Sg Masc) => -} "percollado" ; + {- VPB (Pass C.Sg Fem) => -} "percollada" ; + {- VPB (Pass C.Pl Masc) => -} "percollados" ; + {- VPB (Pass C.Pl Fem) => -} "percolladas" + ] + } ; + +lin perniquebrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "perniquebrar" ; + {- VI Ger => -} "perniquebrando" ; + {- VI Part => -} "perniquebrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "perniquiebro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "perniquiebras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "perniquiebra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "perniquebramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "perniquebráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "perniquiebran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "perniquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perniquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "perniquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perniquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perniquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perniquiebren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perniquebraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perniquebrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perniquebraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perniquebrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perniquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perniquebraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perniquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perniquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perniquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perniquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perniquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perniquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perniquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perniquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perniquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perniquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perniquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perniquebrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "perniquebré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "perniquebraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "perniquebró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "perniquebramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "perniquebrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "perniquebraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "perniquebraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "perniquebrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "perniquebrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "perniquebraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "perniquebraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perniquebrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perniquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perniquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perniquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perniquebraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perniquebrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perniquebraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perniquebraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perniquebraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perniquebrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "perniquiebra" ; + {- VPB (Imper C.Sg C.P3) => -} "perniquiebre" ; + {- VPB (Imper C.Pl C.P1) => -} "perniquebremos" ; + {- VPB (Imper C.Pl C.P2) => -} "perniquebrad" ; + {- VPB (Imper C.Pl C.P3) => -} "perniquiebren" ; + {- VPB (Pass C.Sg Masc) => -} "perniquebrado" ; + {- VPB (Pass C.Sg Fem) => -} "perniquebrada" ; + {- VPB (Pass C.Pl Masc) => -} "perniquebrados" ; + {- VPB (Pass C.Pl Fem) => -} "perniquebradas" + ] + } ; + +lin poblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "poblar" ; + {- VI Ger => -} "poblando" ; + {- VI Part => -} "poblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pueblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pueblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "puebla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "poblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pobláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pueblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "puebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "poblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pueblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "poblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "poblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "poblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "poblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "poblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "poblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "poblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "poblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "poblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "poblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "poblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "poblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "poblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "poblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "poblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "poblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "poblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "poblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "poblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pobló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "poblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "poblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "poblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "poblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "poblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "poblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "poblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "poblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "poblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "poblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "poblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "poblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "poblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "poblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "poblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "poblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "poblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "poblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "poblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "poblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "puebla" ; + {- VPB (Imper C.Sg C.P3) => -} "pueble" ; + {- VPB (Imper C.Pl C.P1) => -} "poblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "poblad" ; + {- VPB (Imper C.Pl C.P3) => -} "pueblen" ; + {- VPB (Pass C.Sg Masc) => -} "poblado" ; + {- VPB (Pass C.Sg Fem) => -} "poblada" ; + {- VPB (Pass C.Pl Masc) => -} "poblados" ; + {- VPB (Pass C.Pl Fem) => -} "pobladas" + ] + } ; + +lin premostrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "premostrar" ; + {- VI Ger => -} "premostrando" ; + {- VI Part => -} "premostrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "premuestro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "premuestras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "premuestra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "premostramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "premostráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "premuestran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "premuestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "premuestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "premuestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "premostremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "premostréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "premuestren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "premostraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "premostrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "premostraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "premostrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "premostrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "premostraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "premostrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "premostraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "premostrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "premostráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "premostrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "premostraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "premostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "premostrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "premostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "premostrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "premostraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "premostrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "premostré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "premostraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "premostró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "premostramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "premostrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "premostraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "premostraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "premostrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "premostrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "premostraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "premostraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "premostrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "premostrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "premostrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "premostrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "premostráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "premostrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "premostraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "premostraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "premostrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "premostraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "premostraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "premostraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "premostrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "premuestra" ; + {- VPB (Imper C.Sg C.P3) => -} "premuestre" ; + {- VPB (Imper C.Pl C.P1) => -} "premostremos" ; + {- VPB (Imper C.Pl C.P2) => -} "premostrad" ; + {- VPB (Imper C.Pl C.P3) => -} "premuestren" ; + {- VPB (Pass C.Sg Masc) => -} "premostrado" ; + {- VPB (Pass C.Sg Fem) => -} "premostrada" ; + {- VPB (Pass C.Pl Masc) => -} "premostrados" ; + {- VPB (Pass C.Pl Fem) => -} "premostradas" + ] + } ; + +lin probar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "probar" ; + {- VI Ger => -} "probando" ; + {- VI Part => -} "probado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pruebo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pruebas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prueba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "probamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "probáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prueban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "probemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "probéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prueben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "probaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "probabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "probaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "probábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "probabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "probaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "probara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "probaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "probara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "probáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "probarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "probaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "probase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "probases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "probase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "probásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "probaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "probasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "probé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "probaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "probó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "probamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "probasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "probaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "probaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "probarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "probará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "probaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "probaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "probarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "probare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "probares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "probare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "probáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "probareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "probaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "probaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "probarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "probaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "probaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "probaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "probarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prueba" ; + {- VPB (Imper C.Sg C.P3) => -} "pruebe" ; + {- VPB (Imper C.Pl C.P1) => -} "probemos" ; + {- VPB (Imper C.Pl C.P2) => -} "probad" ; + {- VPB (Imper C.Pl C.P3) => -} "prueben" ; + {- VPB (Pass C.Sg Masc) => -} "probado" ; + {- VPB (Pass C.Sg Fem) => -} "probada" ; + {- VPB (Pass C.Pl Masc) => -} "probados" ; + {- VPB (Pass C.Pl Fem) => -} "probadas" + ] + } ; + +lin quebrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "quebrar" ; + {- VI Ger => -} "quebrando" ; + {- VI Part => -} "quebrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "quiebro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "quiebras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "quiebra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "quebramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "quebráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "quiebran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "quiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "quiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "quiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "quebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "quebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "quiebren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "quebraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "quebrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "quebraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "quebrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "quebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "quebraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "quebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "quebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "quebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "quebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "quebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "quebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "quebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "quebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "quebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "quebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "quebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "quebrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "quebré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "quebraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "quebró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "quebramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "quebrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "quebraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "quebraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "quebrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "quebrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "quebraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "quebraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "quebrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "quebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "quebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "quebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "quebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "quebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "quebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "quebraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "quebrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "quebraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "quebraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "quebraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "quebrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "quiebra" ; + {- VPB (Imper C.Sg C.P3) => -} "quiebre" ; + {- VPB (Imper C.Pl C.P1) => -} "quebremos" ; + {- VPB (Imper C.Pl C.P2) => -} "quebrad" ; + {- VPB (Imper C.Pl C.P3) => -} "quiebren" ; + {- VPB (Pass C.Sg Masc) => -} "quebrado" ; + {- VPB (Pass C.Sg Fem) => -} "quebrada" ; + {- VPB (Pass C.Pl Masc) => -} "quebrados" ; + {- VPB (Pass C.Pl Fem) => -} "quebradas" + ] + } ; + +lin reapretar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reapretar" ; + {- VI Ger => -} "reapretando" ; + {- VI Part => -} "reapretado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reaprieto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reaprietas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reaprieta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reapretamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reapretáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reaprietan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reapriete" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reaprietes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reapriete" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reapretemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reapretéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reaprieten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reapretaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reapretabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reapretaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reapretábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reapretabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reapretaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reapretara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reapretaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reapretara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reapretáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reapretarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reapretaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reapretases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reapretásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reapretaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reapretasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reapreté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reapretaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reapretó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reapretamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reapretasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reapretaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reapretaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reapretarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reapretará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reapretaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reapretaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reapretarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reapretare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reapretares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reapretare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reapretáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reapretareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reapretaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reapretaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reapretarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reapretaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reapretaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reapretaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reapretarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reaprieta" ; + {- VPB (Imper C.Sg C.P3) => -} "reapriete" ; + {- VPB (Imper C.Pl C.P1) => -} "reapretemos" ; + {- VPB (Imper C.Pl C.P2) => -} "reapretad" ; + {- VPB (Imper C.Pl C.P3) => -} "reaprieten" ; + {- VPB (Pass C.Sg Masc) => -} "reapretado" ; + {- VPB (Pass C.Sg Fem) => -} "reapretada" ; + {- VPB (Pass C.Pl Masc) => -} "reapretados" ; + {- VPB (Pass C.Pl Fem) => -} "reapretadas" + ] + } ; + +lin reaventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reaventar" ; + {- VI Ger => -} "reaventando" ; + {- VI Part => -} "reaventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reaviento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reavientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reavienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reaventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reaventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reavientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reaviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reavientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reaviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reaventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reaventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reavienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reaventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reaventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reaventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reaventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reaventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reaventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reaventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reaventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reaventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reaventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reaventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reaventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reaventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reaventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reaventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reaventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reaventé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reaventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reaventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reaventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reaventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reaventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reaventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reaventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reaventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reaventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reaventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reaventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reaventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reaventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reaventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reaventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reaventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reaventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reaventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reaventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reaventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reaventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reaventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reaventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reavienta" ; + {- VPB (Imper C.Sg C.P3) => -} "reaviente" ; + {- VPB (Imper C.Pl C.P1) => -} "reaventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "reaventad" ; + {- VPB (Imper C.Pl C.P3) => -} "reavienten" ; + {- VPB (Pass C.Sg Masc) => -} "reaventado" ; + {- VPB (Pass C.Sg Fem) => -} "reaventada" ; + {- VPB (Pass C.Pl Masc) => -} "reaventados" ; + {- VPB (Pass C.Pl Fem) => -} "reaventadas" + ] + } ; + +lin recalentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recalentar" ; + {- VI Ger => -} "recalentando" ; + {- VI Part => -} "recalentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recaliento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recalientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recalienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recalentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recalentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recalientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recaliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recalientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recaliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recalentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recalentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recalienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recalentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recalentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recalentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recalentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recalentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recalentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recalentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recalentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recalentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recalentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recalentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recalentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recalentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recalentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recalentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recalentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recalenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recalentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recalentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recalentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recalentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recalentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recalentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recalentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recalentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recalentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recalentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recalentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recalentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recalentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recalentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recalentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recalentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recalentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recalentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recalentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recalentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recalentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recalentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recalentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recalienta" ; + {- VPB (Imper C.Sg C.P3) => -} "recaliente" ; + {- VPB (Imper C.Pl C.P1) => -} "recalentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recalentad" ; + {- VPB (Imper C.Pl C.P3) => -} "recalienten" ; + {- VPB (Pass C.Sg Masc) => -} "recalentado" ; + {- VPB (Pass C.Sg Fem) => -} "recalentada" ; + {- VPB (Pass C.Pl Masc) => -} "recalentados" ; + {- VPB (Pass C.Pl Fem) => -} "recalentadas" + ] + } ; + +lin recentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recentar" ; + {- VI Ger => -} "recentando" ; + {- VI Part => -} "recentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reciento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recienta" ; + {- VPB (Imper C.Sg C.P3) => -} "reciente" ; + {- VPB (Imper C.Pl C.P1) => -} "recentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recentad" ; + {- VPB (Imper C.Pl C.P3) => -} "recienten" ; + {- VPB (Pass C.Sg Masc) => -} "recentado" ; + {- VPB (Pass C.Sg Fem) => -} "recentada" ; + {- VPB (Pass C.Pl Masc) => -} "recentados" ; + {- VPB (Pass C.Pl Fem) => -} "recentadas" + ] + } ; + +lin recolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recolar" ; + {- VI Ger => -} "recolando" ; + {- VI Part => -} "recolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recuela" ; + {- VPB (Imper C.Sg C.P3) => -} "recuele" ; + {- VPB (Imper C.Pl C.P1) => -} "recolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recolad" ; + {- VPB (Imper C.Pl C.P3) => -} "recuelen" ; + {- VPB (Pass C.Sg Masc) => -} "recolado" ; + {- VPB (Pass C.Sg Fem) => -} "recolada" ; + {- VPB (Pass C.Pl Masc) => -} "recolados" ; + {- VPB (Pass C.Pl Fem) => -} "recoladas" + ] + } ; + +lin recomendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recomendar" ; + {- VI Ger => -} "recomendando" ; + {- VI Part => -} "recomendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recomiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recomiendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recomienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recomendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recomendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recomiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recomiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recomiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recomiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recomendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recomendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recomienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recomendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recomendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recomendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recomendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recomendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recomendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recomendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recomendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recomendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recomendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recomendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recomendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recomendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recomendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recomendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recomendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recomendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recomendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recomendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recomendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recomendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recomendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recomendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recomendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recomendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recomendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recomendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recomendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recomendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recomendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recomendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recomendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recomendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recomendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recomendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recomendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recomendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recomendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recomendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recomendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recomienda" ; + {- VPB (Imper C.Sg C.P3) => -} "recomiende" ; + {- VPB (Imper C.Pl C.P1) => -} "recomendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recomendad" ; + {- VPB (Imper C.Pl C.P3) => -} "recomienden" ; + {- VPB (Pass C.Sg Masc) => -} "recomendado" ; + {- VPB (Pass C.Sg Fem) => -} "recomendada" ; + {- VPB (Pass C.Pl Masc) => -} "recomendados" ; + {- VPB (Pass C.Pl Fem) => -} "recomendadas" + ] + } ; + +lin recontar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recontar" ; + {- VI Ger => -} "recontando" ; + {- VI Part => -} "recontado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recuento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recuentas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recuenta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recontamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recontáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuentan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuenten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recontaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recontabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recontaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recontábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recontaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recontasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recontaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recontó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recontamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recontasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recontaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recontaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recontarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recontará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recontaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recontaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recontarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recontaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recontarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recontaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recontaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recontaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recontarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recuenta" ; + {- VPB (Imper C.Sg C.P3) => -} "recuente" ; + {- VPB (Imper C.Pl C.P1) => -} "recontemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recontad" ; + {- VPB (Imper C.Pl C.P3) => -} "recuenten" ; + {- VPB (Pass C.Sg Masc) => -} "recontado" ; + {- VPB (Pass C.Sg Fem) => -} "recontada" ; + {- VPB (Pass C.Pl Masc) => -} "recontados" ; + {- VPB (Pass C.Pl Fem) => -} "recontadas" + ] + } ; + +lin recordar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recordar" ; + {- VI Ger => -} "recordando" ; + {- VI Part => -} "recordado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recuerdo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recuerdas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recuerda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recordamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recordáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuerden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recordaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recordabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recordaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recordábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recordaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recordasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recordé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recordaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recordó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recordamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recordasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recordaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recordaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recordarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recordará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recordaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recordaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recordarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recordaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recordarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recordaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recordaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recordaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recordarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recuerda" ; + {- VPB (Imper C.Sg C.P3) => -} "recuerde" ; + {- VPB (Imper C.Pl C.P1) => -} "recordemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recordad" ; + {- VPB (Imper C.Pl C.P3) => -} "recuerden" ; + {- VPB (Pass C.Sg Masc) => -} "recordado" ; + {- VPB (Pass C.Sg Fem) => -} "recordada" ; + {- VPB (Pass C.Pl Masc) => -} "recordados" ; + {- VPB (Pass C.Pl Fem) => -} "recordadas" + ] + } ; + +lin recostar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recostar" ; + {- VI Ger => -} "recostando" ; + {- VI Part => -} "recostado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recostamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recostáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recostaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recostabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recostaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recostábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recostaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recostasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recosté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recostaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recostó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recostamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recostasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recostaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recostaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recostarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recostará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recostaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recostaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recostarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recostaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recostarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recostaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recostaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recostaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recostarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "recueste" ; + {- VPB (Imper C.Pl C.P1) => -} "recostemos" ; + {- VPB (Imper C.Pl C.P2) => -} "recostad" ; + {- VPB (Imper C.Pl C.P3) => -} "recuesten" ; + {- VPB (Pass C.Sg Masc) => -} "recostado" ; + {- VPB (Pass C.Sg Fem) => -} "recostada" ; + {- VPB (Pass C.Pl Masc) => -} "recostados" ; + {- VPB (Pass C.Pl Fem) => -} "recostadas" + ] + } ; + +lin redescontar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "redescontar" ; + {- VI Ger => -} "redescontando" ; + {- VI Part => -} "redescontado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "redescuento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "redescuentas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "redescuenta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "redescontamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "redescontáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redescuentan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "redescuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redescuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "redescuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redescontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redescontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redescuenten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redescontaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redescontabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redescontaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redescontábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redescontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redescontaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redescontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redescontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redescontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redescontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redescontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redescontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redescontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redescontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redescontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redescontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redescontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redescontasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "redesconté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "redescontaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "redescontó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "redescontamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "redescontasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "redescontaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "redescontaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "redescontarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "redescontará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "redescontaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "redescontaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redescontarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redescontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redescontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redescontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redescontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redescontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redescontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redescontaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redescontarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redescontaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "redescontaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redescontaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redescontarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "redescuenta" ; + {- VPB (Imper C.Sg C.P3) => -} "redescuente" ; + {- VPB (Imper C.Pl C.P1) => -} "redescontemos" ; + {- VPB (Imper C.Pl C.P2) => -} "redescontad" ; + {- VPB (Imper C.Pl C.P3) => -} "redescuenten" ; + {- VPB (Pass C.Sg Masc) => -} "redescontado" ; + {- VPB (Pass C.Sg Fem) => -} "redescontada" ; + {- VPB (Pass C.Pl Masc) => -} "redescontados" ; + {- VPB (Pass C.Pl Fem) => -} "redescontadas" + ] + } ; + +lin reencontrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reencontrar" ; + {- VI Ger => -} "reencontrando" ; + {- VI Part => -} "reencontrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reencuentro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reencuentras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reencuentra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reencontramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reencontráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reencuentran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reencuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reencuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reencuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reencontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reencontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reencuentren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reencontraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reencontrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reencontraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reencontrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reencontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reencontraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reencontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reencontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reencontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reencontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reencontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reencontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reencontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reencontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reencontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reencontrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reencontré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reencontraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reencontró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reencontramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reencontrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reencontraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reencontraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reencontrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reencontrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reencontraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reencontraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reencontrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reencontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reencontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reencontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reencontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reencontraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reencontrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reencontraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reencontraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reencontraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reencontrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reencuentra" ; + {- VPB (Imper C.Sg C.P3) => -} "reencuentre" ; + {- VPB (Imper C.Pl C.P1) => -} "reencontremos" ; + {- VPB (Imper C.Pl C.P2) => -} "reencontrad" ; + {- VPB (Imper C.Pl C.P3) => -} "reencuentren" ; + {- VPB (Pass C.Sg Masc) => -} "reencontrado" ; + {- VPB (Pass C.Sg Fem) => -} "reencontrada" ; + {- VPB (Pass C.Pl Masc) => -} "reencontrados" ; + {- VPB (Pass C.Pl Fem) => -} "reencontradas" + ] + } ; + +lin regimentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "regimentar" ; + {- VI Ger => -} "regimentando" ; + {- VI Part => -} "regimentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "regimiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "regimientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "regimienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regimentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regimentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regimientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "regimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "regimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "regimienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regimentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regimentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regimentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regimentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regimentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regimentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regimenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regimentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "regimentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regimentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regimentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regimentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regimentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regimentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regimentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regimentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regimentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regimentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regimentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regimentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regimentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regimentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regimentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regimentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "regimienta" ; + {- VPB (Imper C.Sg C.P3) => -} "regimiente" ; + {- VPB (Imper C.Pl C.P1) => -} "regimentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "regimentad" ; + {- VPB (Imper C.Pl C.P3) => -} "regimienten" ; + {- VPB (Pass C.Sg Masc) => -} "regimentado" ; + {- VPB (Pass C.Sg Fem) => -} "regimentada" ; + {- VPB (Pass C.Pl Masc) => -} "regimentados" ; + {- VPB (Pass C.Pl Fem) => -} "regimentadas" + ] + } ; + +lin regoldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "regoldar" ; + {- VI Ger => -} "regoldando" ; + {- VI Part => -} "regoldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "regueldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "regueldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reguelda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regoldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regoldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regueldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reguelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reguelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regoldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regoldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reguelden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regoldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regoldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regoldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regoldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regoldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regoldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regoldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regoldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regoldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regoldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regoldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regoldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regoldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regoldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regoldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regoldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regoldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regoldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "regoldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regoldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regoldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regoldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regoldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regoldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regoldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regoldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regoldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regoldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regoldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regoldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regoldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regoldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regoldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regoldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regoldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regoldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regoldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regoldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regoldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regoldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reguelda" ; + {- VPB (Imper C.Sg C.P3) => -} "reguelde" ; + {- VPB (Imper C.Pl C.P1) => -} "regoldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "regoldad" ; + {- VPB (Imper C.Pl C.P3) => -} "reguelden" ; + {- VPB (Pass C.Sg Masc) => -} "regoldado" ; + {- VPB (Pass C.Sg Fem) => -} "regoldada" ; + {- VPB (Pass C.Pl Masc) => -} "regoldados" ; + {- VPB (Pass C.Pl Fem) => -} "regoldadas" + ] + } ; + +lin reherrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reherrar" ; + {- VI Ger => -} "reherrando" ; + {- VI Part => -} "reherrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reherramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reherráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reherremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reherréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reherraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reherrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reherraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reherrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reherrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reherraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reherrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reherraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reherrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reherráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reherrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reherraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reherrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reherrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reherraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reherrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reherré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reherraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reherró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reherramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reherrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reherraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reherraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reherrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reherrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reherraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reherraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reherrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reherrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reherrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reherrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reherráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reherrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reherraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reherraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reherrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reherraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reherraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reherraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reherrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehierra" ; + {- VPB (Imper C.Sg C.P3) => -} "rehierre" ; + {- VPB (Imper C.Pl C.P1) => -} "reherremos" ; + {- VPB (Imper C.Pl C.P2) => -} "reherrad" ; + {- VPB (Imper C.Pl C.P3) => -} "rehierren" ; + {- VPB (Pass C.Sg Masc) => -} "reherrado" ; + {- VPB (Pass C.Sg Fem) => -} "reherrada" ; + {- VPB (Pass C.Pl Masc) => -} "reherrados" ; + {- VPB (Pass C.Pl Fem) => -} "reherradas" + ] + } ; + +lin rehollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rehollar" ; + {- VI Ger => -} "rehollando" ; + {- VI Part => -} "rehollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rehollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reholláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reholléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reholláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rehollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rehollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reholló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rehollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rehollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rehollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rehollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rehollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rehollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rehollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reholláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehuella" ; + {- VPB (Imper C.Sg C.P3) => -} "rehuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "rehollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "rehollad" ; + {- VPB (Imper C.Pl C.P3) => -} "rehuellen" ; + {- VPB (Pass C.Sg Masc) => -} "rehollado" ; + {- VPB (Pass C.Sg Fem) => -} "rehollada" ; + {- VPB (Pass C.Pl Masc) => -} "rehollados" ; + {- VPB (Pass C.Pl Fem) => -} "reholladas" + ] + } ; + +lin remembrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remembrar" ; + {- VI Ger => -} "remembrando" ; + {- VI Part => -} "remembrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remiembro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remiembras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remiembra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remembramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remembráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remiembran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remiembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remiembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remiembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remiembren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remembraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remembrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remembraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remembrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remembraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remembrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remembré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remembraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remembró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remembramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remembrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remembraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remembraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remembrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remembrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remembraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remembraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remembrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remembraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remembrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remembraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remembraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remembraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remembrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remiembra" ; + {- VPB (Imper C.Sg C.P3) => -} "remiembre" ; + {- VPB (Imper C.Pl C.P1) => -} "remembremos" ; + {- VPB (Imper C.Pl C.P2) => -} "remembrad" ; + {- VPB (Imper C.Pl C.P3) => -} "remiembren" ; + {- VPB (Pass C.Sg Masc) => -} "remembrado" ; + {- VPB (Pass C.Sg Fem) => -} "remembrada" ; + {- VPB (Pass C.Pl Masc) => -} "remembrados" ; + {- VPB (Pass C.Pl Fem) => -} "remembradas" + ] + } ; + +lin remendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remendar" ; + {- VI Ger => -} "remendando" ; + {- VI Part => -} "remendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remiendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remiendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remienda" ; + {- VPB (Imper C.Sg C.P3) => -} "remiende" ; + {- VPB (Imper C.Pl C.P1) => -} "remendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "remendad" ; + {- VPB (Imper C.Pl C.P3) => -} "remienden" ; + {- VPB (Pass C.Sg Masc) => -} "remendado" ; + {- VPB (Pass C.Sg Fem) => -} "remendada" ; + {- VPB (Pass C.Pl Masc) => -} "remendados" ; + {- VPB (Pass C.Pl Fem) => -} "remendadas" + ] + } ; + +lin remolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remolar" ; + {- VI Ger => -} "remolando" ; + {- VI Part => -} "remolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remuela" ; + {- VPB (Imper C.Sg C.P3) => -} "remuele" ; + {- VPB (Imper C.Pl C.P1) => -} "remolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "remolad" ; + {- VPB (Imper C.Pl C.P3) => -} "remuelen" ; + {- VPB (Pass C.Sg Masc) => -} "remolado" ; + {- VPB (Pass C.Sg Fem) => -} "remolada" ; + {- VPB (Pass C.Pl Masc) => -} "remolados" ; + {- VPB (Pass C.Pl Fem) => -} "remoladas" + ] + } ; + +lin rencontrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rencontrar" ; + {- VI Ger => -} "rencontrando" ; + {- VI Part => -} "rencontrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rencuentro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rencuentras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rencuentra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rencontramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rencontráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rencuentran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rencuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rencuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rencuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rencontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rencontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rencuentren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rencontraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rencontrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rencontraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rencontrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rencontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rencontraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rencontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rencontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rencontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rencontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rencontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rencontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rencontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rencontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rencontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rencontrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rencontré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rencontraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rencontró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rencontramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rencontrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rencontraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rencontraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rencontrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rencontrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rencontraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rencontraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rencontrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rencontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rencontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rencontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rencontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rencontraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rencontrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rencontraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rencontraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rencontraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rencontrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rencuentra" ; + {- VPB (Imper C.Sg C.P3) => -} "rencuentre" ; + {- VPB (Imper C.Pl C.P1) => -} "rencontremos" ; + {- VPB (Imper C.Pl C.P2) => -} "rencontrad" ; + {- VPB (Imper C.Pl C.P3) => -} "rencuentren" ; + {- VPB (Pass C.Sg Masc) => -} "rencontrado" ; + {- VPB (Pass C.Sg Fem) => -} "rencontrada" ; + {- VPB (Pass C.Pl Masc) => -} "rencontrados" ; + {- VPB (Pass C.Pl Fem) => -} "rencontradas" + ] + } ; + +lin renovar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "renovar" ; + {- VI Ger => -} "renovando" ; + {- VI Part => -} "renovado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "renuevo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "renuevas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "renueva" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "renovamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "renováis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "renuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "renueve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "renueves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "renueve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "renovemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "renovéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "renueven" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "renovaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "renovabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "renovaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "renovábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "renovabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "renovaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "renovara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "renovaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "renovara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "renováramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "renovarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "renovaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "renovase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "renovases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "renovase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "renovásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "renovaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "renovasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "renové" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "renovaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "renovó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "renovamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "renovasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "renovaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "renovaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "renovarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "renovará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "renovaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "renovaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "renovarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "renovare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "renovares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "renovare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "renováremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "renovareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "renovaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "renovaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "renovarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "renovaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "renovaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "renovaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "renovarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "renueva" ; + {- VPB (Imper C.Sg C.P3) => -} "renueve" ; + {- VPB (Imper C.Pl C.P1) => -} "renovemos" ; + {- VPB (Imper C.Pl C.P2) => -} "renovad" ; + {- VPB (Imper C.Pl C.P3) => -} "renueven" ; + {- VPB (Pass C.Sg Masc) => -} "renovado" ; + {- VPB (Pass C.Sg Fem) => -} "renovada" ; + {- VPB (Pass C.Pl Masc) => -} "renovados" ; + {- VPB (Pass C.Pl Fem) => -} "renovadas" + ] + } ; + +lin repensar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "repensar" ; + {- VI Ger => -} "repensando" ; + {- VI Part => -} "repensado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repienso" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repiensas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "repiensa" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "repensamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "repensáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repiensan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repiense" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repienses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repiense" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repensemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repenséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repiensen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repensaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "repensabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repensaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "repensábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repensabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repensaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repensara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repensaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repensara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repensáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repensarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repensaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repensase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repensases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repensase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repensásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repensaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repensasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "repensé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "repensaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "repensó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "repensamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "repensasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "repensaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "repensaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "repensarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "repensará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "repensaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "repensaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repensarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repensare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repensares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repensare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repensáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repensareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repensaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repensaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repensarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repensaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repensaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repensaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repensarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "repiensa" ; + {- VPB (Imper C.Sg C.P3) => -} "repiense" ; + {- VPB (Imper C.Pl C.P1) => -} "repensemos" ; + {- VPB (Imper C.Pl C.P2) => -} "repensad" ; + {- VPB (Imper C.Pl C.P3) => -} "repiensen" ; + {- VPB (Pass C.Sg Masc) => -} "repensado" ; + {- VPB (Pass C.Sg Fem) => -} "repensada" ; + {- VPB (Pass C.Pl Masc) => -} "repensados" ; + {- VPB (Pass C.Pl Fem) => -} "repensadas" + ] + } ; + +lin repoblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "repoblar" ; + {- VI Ger => -} "repoblando" ; + {- VI Part => -} "repoblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repueblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repueblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "repuebla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "repoblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "repobláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repueblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repueblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repoblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "repoblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repoblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "repoblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repoblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repoblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "repoblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "repoblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "repobló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "repoblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "repoblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "repoblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "repoblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "repoblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "repoblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "repoblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "repoblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repoblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repoblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repoblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repoblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repoblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repoblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repoblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "repuebla" ; + {- VPB (Imper C.Sg C.P3) => -} "repueble" ; + {- VPB (Imper C.Pl C.P1) => -} "repoblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "repoblad" ; + {- VPB (Imper C.Pl C.P3) => -} "repueblen" ; + {- VPB (Pass C.Sg Masc) => -} "repoblado" ; + {- VPB (Pass C.Sg Fem) => -} "repoblada" ; + {- VPB (Pass C.Pl Masc) => -} "repoblados" ; + {- VPB (Pass C.Pl Fem) => -} "repobladas" + ] + } ; + +lin reprobar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reprobar" ; + {- VI Ger => -} "reprobando" ; + {- VI Part => -} "reprobado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repruebo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repruebas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reprueba" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reprobamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reprobáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reprueban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reprueben" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reprobaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reprobabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reprobaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reprobábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reprobaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reprobasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reprobé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reprobaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reprobó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reprobamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reprobasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reprobaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reprobaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reprobarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reprobará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reprobaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reprobaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reprobarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reprobaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reprobarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reprobaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reprobaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reprobaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reprobarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reprueba" ; + {- VPB (Imper C.Sg C.P3) => -} "repruebe" ; + {- VPB (Imper C.Pl C.P1) => -} "reprobemos" ; + {- VPB (Imper C.Pl C.P2) => -} "reprobad" ; + {- VPB (Imper C.Pl C.P3) => -} "reprueben" ; + {- VPB (Pass C.Sg Masc) => -} "reprobado" ; + {- VPB (Pass C.Sg Fem) => -} "reprobada" ; + {- VPB (Pass C.Pl Masc) => -} "reprobados" ; + {- VPB (Pass C.Pl Fem) => -} "reprobadas" + ] + } ; + +lin requebrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "requebrar" ; + {- VI Ger => -} "requebrando" ; + {- VI Part => -} "requebrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "requiebro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "requiebras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "requiebra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "requebramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "requebráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "requiebran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "requiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "requiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "requiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "requebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "requebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "requiebren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "requebraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "requebrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "requebraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "requebrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "requebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "requebraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "requebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "requebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "requebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "requebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "requebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "requebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "requebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "requebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "requebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "requebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "requebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "requebrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "requebré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "requebraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "requebró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "requebramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "requebrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "requebraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "requebraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "requebrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "requebrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "requebraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "requebraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "requebrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "requebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "requebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "requebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "requebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "requebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "requebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "requebraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "requebrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "requebraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "requebraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "requebraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "requebrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "requiebra" ; + {- VPB (Imper C.Sg C.P3) => -} "requiebre" ; + {- VPB (Imper C.Pl C.P1) => -} "requebremos" ; + {- VPB (Imper C.Pl C.P2) => -} "requebrad" ; + {- VPB (Imper C.Pl C.P3) => -} "requiebren" ; + {- VPB (Pass C.Sg Masc) => -} "requebrado" ; + {- VPB (Pass C.Sg Fem) => -} "requebrada" ; + {- VPB (Pass C.Pl Masc) => -} "requebrados" ; + {- VPB (Pass C.Pl Fem) => -} "requebradas" + ] + } ; + +lin rescontrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rescontrar" ; + {- VI Ger => -} "rescontrando" ; + {- VI Part => -} "rescontrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rescuentro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rescuentras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rescuentra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rescontramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rescontráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rescuentran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rescuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rescuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rescuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rescontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rescontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rescuentren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rescontraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rescontrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rescontraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rescontrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rescontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rescontraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rescontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rescontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rescontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rescontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rescontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rescontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rescontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rescontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rescontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rescontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rescontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rescontrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rescontré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rescontraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rescontró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rescontramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rescontrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rescontraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rescontraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rescontrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rescontrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rescontraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rescontraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rescontrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rescontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rescontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rescontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rescontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rescontraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rescontrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rescontraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rescontraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rescontraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rescontrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rescuentra" ; + {- VPB (Imper C.Sg C.P3) => -} "rescuentre" ; + {- VPB (Imper C.Pl C.P1) => -} "rescontremos" ; + {- VPB (Imper C.Pl C.P2) => -} "rescontrad" ; + {- VPB (Imper C.Pl C.P3) => -} "rescuentren" ; + {- VPB (Pass C.Sg Masc) => -} "rescontrado" ; + {- VPB (Pass C.Sg Fem) => -} "rescontrada" ; + {- VPB (Pass C.Pl Masc) => -} "rescontrados" ; + {- VPB (Pass C.Pl Fem) => -} "rescontradas" + ] + } ; + +lin resolgar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resolgar" ; + {- VI Ger => -} "resolgando" ; + {- VI Part => -} "resolgado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resuelgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resuelgas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resuelga" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resolgamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resolgáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuelgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuelge" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuelges" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuelge" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resolgemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resolgéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuelgen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resolgaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resolgabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resolgaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resolgábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resolgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resolgaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resolgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resolgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resolgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resolgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resolgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resolgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resolgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resolgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resolgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resolgasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resolgé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resolgaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resolgó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resolgamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resolgasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resolgaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resolgaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resolgarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resolgará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resolgaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resolgaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resolgarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resolgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resolgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resolgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resolgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resolgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resolgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resolgaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resolgarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resolgaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resolgaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resolgaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resolgarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resuelga" ; + {- VPB (Imper C.Sg C.P3) => -} "resuelge" ; + {- VPB (Imper C.Pl C.P1) => -} "resolgemos" ; + {- VPB (Imper C.Pl C.P2) => -} "resolgad" ; + {- VPB (Imper C.Pl C.P3) => -} "resuelgen" ; + {- VPB (Pass C.Sg Masc) => -} "resolgado" ; + {- VPB (Pass C.Sg Fem) => -} "resolgada" ; + {- VPB (Pass C.Pl Masc) => -} "resolgados" ; + {- VPB (Pass C.Pl Fem) => -} "resolgadas" + ] + } ; + +lin resollar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resollar" ; + {- VI Ger => -} "resollando" ; + {- VI Part => -} "resollado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resuello" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resuellas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resuella" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resollamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resolláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuellen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resollaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resollabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resollaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resollábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resollaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resollasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resollé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resollaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resolló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resollamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resollasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resollaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resollaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resollarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resollará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resollaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resollaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resollarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resollaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resollarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resollaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resollaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resollaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resollarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resuella" ; + {- VPB (Imper C.Sg C.P3) => -} "resuelle" ; + {- VPB (Imper C.Pl C.P1) => -} "resollemos" ; + {- VPB (Imper C.Pl C.P2) => -} "resollad" ; + {- VPB (Imper C.Pl C.P3) => -} "resuellen" ; + {- VPB (Pass C.Sg Masc) => -} "resollado" ; + {- VPB (Pass C.Sg Fem) => -} "resollada" ; + {- VPB (Pass C.Pl Masc) => -} "resollados" ; + {- VPB (Pass C.Pl Fem) => -} "resolladas" + ] + } ; + +lin resonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resonar" ; + {- VI Ger => -} "resonando" ; + {- VI Part => -} "resonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resoné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resuena" ; + {- VPB (Imper C.Sg C.P3) => -} "resuene" ; + {- VPB (Imper C.Pl C.P1) => -} "resonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "resonad" ; + {- VPB (Imper C.Pl C.P3) => -} "resuenen" ; + {- VPB (Pass C.Sg Masc) => -} "resonado" ; + {- VPB (Pass C.Sg Fem) => -} "resonada" ; + {- VPB (Pass C.Pl Masc) => -} "resonados" ; + {- VPB (Pass C.Pl Fem) => -} "resonadas" + ] + } ; + +lin resquebrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resquebrar" ; + {- VI Ger => -} "resquebrando" ; + {- VI Part => -} "resquebrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resquiebro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resquiebras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resquiebra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resquebramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resquebráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resquiebran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resquiebren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resquebraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resquebrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resquebraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resquebrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resquebraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resquebrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resquebré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resquebraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resquebró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resquebramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resquebrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resquebraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resquebraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resquebrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resquebrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resquebraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resquebraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resquebrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resquebraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resquebrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resquebraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resquebraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resquebraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resquebrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resquiebra" ; + {- VPB (Imper C.Sg C.P3) => -} "resquiebre" ; + {- VPB (Imper C.Pl C.P1) => -} "resquebremos" ; + {- VPB (Imper C.Pl C.P2) => -} "resquebrad" ; + {- VPB (Imper C.Pl C.P3) => -} "resquiebren" ; + {- VPB (Pass C.Sg Masc) => -} "resquebrado" ; + {- VPB (Pass C.Sg Fem) => -} "resquebrada" ; + {- VPB (Pass C.Pl Masc) => -} "resquebrados" ; + {- VPB (Pass C.Pl Fem) => -} "resquebradas" + ] + } ; + +lin retemblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retemblar" ; + {- VI Ger => -} "retemblando" ; + {- VI Part => -} "retemblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retiemblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retiemblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retiembla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retemblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retembláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retiemblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiemble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retiembles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiemble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retemblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retembléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retiemblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retemblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retemblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retemblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retemblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retemblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retemblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retemblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retemblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retemblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retembláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retemblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retemblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retemblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retemblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retemblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retemblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retemblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retemblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retemblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retemblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retembló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retemblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retemblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retemblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retemblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retemblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retemblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retemblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retemblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retemblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retemblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retemblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retemblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retembláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retemblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retemblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retemblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retemblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retemblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retemblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retemblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retemblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retiembla" ; + {- VPB (Imper C.Sg C.P3) => -} "retiemble" ; + {- VPB (Imper C.Pl C.P1) => -} "retemblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "retemblad" ; + {- VPB (Imper C.Pl C.P3) => -} "retiemblen" ; + {- VPB (Pass C.Sg Masc) => -} "retemblado" ; + {- VPB (Pass C.Sg Fem) => -} "retemblada" ; + {- VPB (Pass C.Pl Masc) => -} "retemblados" ; + {- VPB (Pass C.Pl Fem) => -} "retembladas" + ] + } ; + +lin retentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retentar" ; + {- VI Ger => -} "retentando" ; + {- VI Part => -} "retentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retienta" ; + {- VPB (Imper C.Sg C.P3) => -} "retiente" ; + {- VPB (Imper C.Pl C.P1) => -} "retentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "retentad" ; + {- VPB (Imper C.Pl C.P3) => -} "retienten" ; + {- VPB (Pass C.Sg Masc) => -} "retentado" ; + {- VPB (Pass C.Sg Fem) => -} "retentada" ; + {- VPB (Pass C.Pl Masc) => -} "retentados" ; + {- VPB (Pass C.Pl Fem) => -} "retentadas" + ] + } ; + +lin retostar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retostar" ; + {- VI Ger => -} "retostando" ; + {- VI Part => -} "retostado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retostamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retostáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retostaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retostabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retostaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retostábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retostaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retostasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retosté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retostaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retostó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retostamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retostasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retostaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retostaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retostarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retostará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retostaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retostaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retostarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retostaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retostarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retostaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retostaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retostaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retostarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "retueste" ; + {- VPB (Imper C.Pl C.P1) => -} "retostemos" ; + {- VPB (Imper C.Pl C.P2) => -} "retostad" ; + {- VPB (Imper C.Pl C.P3) => -} "retuesten" ; + {- VPB (Pass C.Sg Masc) => -} "retostado" ; + {- VPB (Pass C.Sg Fem) => -} "retostada" ; + {- VPB (Pass C.Pl Masc) => -} "retostados" ; + {- VPB (Pass C.Pl Fem) => -} "retostadas" + ] + } ; + +lin retronar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retronar" ; + {- VI Ger => -} "retronando" ; + {- VI Part => -} "retronado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retrueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retruenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retruena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retronamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retronáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retruenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retruene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retruenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retruene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retronemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retronéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retruenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retronaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retronabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retronaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retronábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retronabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retronaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retronara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retronaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retronara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retronáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retronarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retronaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retronase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retronases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retronase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retronásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retronaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retronasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retroné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retronaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retronó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retronamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retronasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retronaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retronaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retronarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retronará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retronaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retronaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retronarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retronare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retronares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retronare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retronáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retronareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retronaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retronaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retronarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retronaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retronaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retronaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retronarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retruena" ; + {- VPB (Imper C.Sg C.P3) => -} "retruene" ; + {- VPB (Imper C.Pl C.P1) => -} "retronemos" ; + {- VPB (Imper C.Pl C.P2) => -} "retronad" ; + {- VPB (Imper C.Pl C.P3) => -} "retruenen" ; + {- VPB (Pass C.Sg Masc) => -} "retronado" ; + {- VPB (Pass C.Sg Fem) => -} "retronada" ; + {- VPB (Pass C.Pl Masc) => -} "retronados" ; + {- VPB (Pass C.Pl Fem) => -} "retronadas" + ] + } ; + +lin reventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reventar" ; + {- VI Ger => -} "reventando" ; + {- VI Part => -} "reventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reviento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reventé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revienta" ; + {- VPB (Imper C.Sg C.P3) => -} "reviente" ; + {- VPB (Imper C.Pl C.P1) => -} "reventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "reventad" ; + {- VPB (Imper C.Pl C.P3) => -} "revienten" ; + {- VPB (Pass C.Sg Masc) => -} "reventado" ; + {- VPB (Pass C.Sg Fem) => -} "reventada" ; + {- VPB (Pass C.Pl Masc) => -} "reventados" ; + {- VPB (Pass C.Pl Fem) => -} "reventadas" + ] + } ; + +lin revolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revolar" ; + {- VI Ger => -} "revolando" ; + {- VI Part => -} "revolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "revuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "revuela" ; + {- VPB (Imper C.Sg C.P3) => -} "revuele" ; + {- VPB (Imper C.Pl C.P1) => -} "revolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "revolad" ; + {- VPB (Imper C.Pl C.P3) => -} "revuelen" ; + {- VPB (Pass C.Sg Masc) => -} "revolado" ; + {- VPB (Pass C.Sg Fem) => -} "revolada" ; + {- VPB (Pass C.Pl Masc) => -} "revolados" ; + {- VPB (Pass C.Pl Fem) => -} "revoladas" + ] + } ; + +lin rodar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rodar" ; + {- VI Ger => -} "rodando" ; + {- VI Part => -} "rodado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ruedo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ruedas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rueda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rodamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rodáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ruedan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ruede" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ruedes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ruede" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rodemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rodéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rueden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rodaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rodabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rodaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rodábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rodabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rodaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rodara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rodaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rodara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rodáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rodarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rodaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rodase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rodases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rodase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rodásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rodaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rodasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rodé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rodaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rodó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rodamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rodasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rodaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rodaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rodarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rodará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rodaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rodaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rodarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rodare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rodares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rodare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rodáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rodareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rodaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rodaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rodarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rodaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rodaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rodaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rodarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rueda" ; + {- VPB (Imper C.Sg C.P3) => -} "ruede" ; + {- VPB (Imper C.Pl C.P1) => -} "rodemos" ; + {- VPB (Imper C.Pl C.P2) => -} "rodad" ; + {- VPB (Imper C.Pl C.P3) => -} "rueden" ; + {- VPB (Pass C.Sg Masc) => -} "rodado" ; + {- VPB (Pass C.Sg Fem) => -} "rodada" ; + {- VPB (Pass C.Pl Masc) => -} "rodados" ; + {- VPB (Pass C.Pl Fem) => -} "rodadas" + ] + } ; + +lin rusentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rusentar" ; + {- VI Ger => -} "rusentando" ; + {- VI Part => -} "rusentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rusiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rusientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rusienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rusentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rusentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rusientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rusiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rusientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rusiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rusentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rusentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rusienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rusentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rusentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rusentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rusentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rusentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rusentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rusentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rusentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rusentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rusentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rusentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rusentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rusentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rusentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rusentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rusentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rusentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rusentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rusenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rusentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rusentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rusentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rusentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rusentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rusentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rusentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rusentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rusentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rusentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rusentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rusentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rusentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rusentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rusentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rusentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rusentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rusentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rusentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rusentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rusentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rusentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rusentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rusienta" ; + {- VPB (Imper C.Sg C.P3) => -} "rusiente" ; + {- VPB (Imper C.Pl C.P1) => -} "rusentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "rusentad" ; + {- VPB (Imper C.Pl C.P3) => -} "rusienten" ; + {- VPB (Pass C.Sg Masc) => -} "rusentado" ; + {- VPB (Pass C.Sg Fem) => -} "rusentada" ; + {- VPB (Pass C.Pl Masc) => -} "rusentados" ; + {- VPB (Pass C.Pl Fem) => -} "rusentadas" + ] + } ; + +lin salpimentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "salpimentar" ; + {- VI Ger => -} "salpimentando" ; + {- VI Part => -} "salpimentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "salpimiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "salpimientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "salpimienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "salpimentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "salpimentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "salpimientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "salpimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "salpimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "salpimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "salpimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "salpimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "salpimienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "salpimentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "salpimentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "salpimentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "salpimentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "salpimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "salpimentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "salpimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "salpimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "salpimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "salpimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "salpimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "salpimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "salpimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "salpimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "salpimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "salpimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "salpimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "salpimentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "salpimenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "salpimentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "salpimentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "salpimentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "salpimentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "salpimentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "salpimentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "salpimentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "salpimentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "salpimentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "salpimentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "salpimentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "salpimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "salpimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "salpimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "salpimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "salpimentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "salpimentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "salpimentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "salpimentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "salpimentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "salpimentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "salpimienta" ; + {- VPB (Imper C.Sg C.P3) => -} "salpimiente" ; + {- VPB (Imper C.Pl C.P1) => -} "salpimentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "salpimentad" ; + {- VPB (Imper C.Pl C.P3) => -} "salpimienten" ; + {- VPB (Pass C.Sg Masc) => -} "salpimentado" ; + {- VPB (Pass C.Sg Fem) => -} "salpimentada" ; + {- VPB (Pass C.Pl Masc) => -} "salpimentados" ; + {- VPB (Pass C.Pl Fem) => -} "salpimentadas" + ] + } ; + +lin sarmentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sarmentar" ; + {- VI Ger => -} "sarmentando" ; + {- VI Part => -} "sarmentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sarmiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sarmientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sarmienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sarmentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sarmentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sarmientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sarmiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sarmientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sarmiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sarmentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sarmentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sarmienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sarmentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sarmentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sarmentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sarmentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sarmentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sarmentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sarmentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sarmentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sarmentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sarmentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sarmentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sarmentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sarmentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sarmentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sarmentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sarmentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sarmenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sarmentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sarmentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sarmentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sarmentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sarmentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sarmentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sarmentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sarmentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sarmentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sarmentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sarmentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sarmentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sarmentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sarmentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sarmentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sarmentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sarmentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sarmentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sarmentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sarmentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sarmentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sarmienta" ; + {- VPB (Imper C.Sg C.P3) => -} "sarmiente" ; + {- VPB (Imper C.Pl C.P1) => -} "sarmentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sarmentad" ; + {- VPB (Imper C.Pl C.P3) => -} "sarmienten" ; + {- VPB (Pass C.Sg Masc) => -} "sarmentado" ; + {- VPB (Pass C.Sg Fem) => -} "sarmentada" ; + {- VPB (Pass C.Pl Masc) => -} "sarmentados" ; + {- VPB (Pass C.Pl Fem) => -} "sarmentadas" + ] + } ; + +lin sembrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sembrar" ; + {- VI Ger => -} "sembrando" ; + {- VI Part => -} "sembrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "siembro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "siembras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "siembra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sembramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sembráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "siembran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "siembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "siembren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sembraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sembrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sembraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sembrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sembraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sembrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sembré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sembraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sembró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sembramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sembrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sembraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sembraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sembrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sembrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sembraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sembraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sembrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sembraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sembrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sembraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sembraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sembraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sembrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "siembra" ; + {- VPB (Imper C.Sg C.P3) => -} "siembre" ; + {- VPB (Imper C.Pl C.P1) => -} "sembremos" ; + {- VPB (Imper C.Pl C.P2) => -} "sembrad" ; + {- VPB (Imper C.Pl C.P3) => -} "siembren" ; + {- VPB (Pass C.Sg Masc) => -} "sembrado" ; + {- VPB (Pass C.Sg Fem) => -} "sembrada" ; + {- VPB (Pass C.Pl Masc) => -} "sembrados" ; + {- VPB (Pass C.Pl Fem) => -} "sembradas" + ] + } ; + +lin sementar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sementar" ; + {- VI Ger => -} "sementando" ; + {- VI Part => -} "sementado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "semiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "semientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "semienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sementamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sementáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "semientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "semiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "semientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "semiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sementemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sementéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "semienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sementaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sementabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sementaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sementábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sementabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sementaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sementara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sementaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sementara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sementáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sementarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sementaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sementase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sementases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sementase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sementásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sementaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sementasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sementé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sementaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sementó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sementamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sementasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sementaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sementaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sementarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sementará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sementaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sementaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sementarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sementare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sementares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sementare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sementáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sementareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sementaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sementaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sementarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sementaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sementaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sementaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sementarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "semienta" ; + {- VPB (Imper C.Sg C.P3) => -} "semiente" ; + {- VPB (Imper C.Pl C.P1) => -} "sementemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sementad" ; + {- VPB (Imper C.Pl C.P3) => -} "semienten" ; + {- VPB (Pass C.Sg Masc) => -} "sementado" ; + {- VPB (Pass C.Sg Fem) => -} "sementada" ; + {- VPB (Pass C.Pl Masc) => -} "sementados" ; + {- VPB (Pass C.Pl Fem) => -} "sementadas" + ] + } ; + +lin sentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sentar" ; + {- VI Ger => -} "sentando" ; + {- VI Part => -} "sentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "siento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "senté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sienta" ; + {- VPB (Imper C.Sg C.P3) => -} "siente" ; + {- VPB (Imper C.Pl C.P1) => -} "sentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sentad" ; + {- VPB (Imper C.Pl C.P3) => -} "sienten" ; + {- VPB (Pass C.Sg Masc) => -} "sentado" ; + {- VPB (Pass C.Sg Fem) => -} "sentada" ; + {- VPB (Pass C.Pl Masc) => -} "sentados" ; + {- VPB (Pass C.Pl Fem) => -} "sentadas" + ] + } ; + +lin serrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "serrar" ; + {- VI Ger => -} "serrando" ; + {- VI Part => -} "serrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "serramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "serráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "serremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "serréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "serraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "serrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "serraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "serrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "serrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "serraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "serrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "serraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "serrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "serráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "serrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "serraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "serrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "serrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "serrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "serrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "serraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "serrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "serré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "serraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "serró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "serramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "serrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "serraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "serraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "serrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "serrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "serraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "serraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "serrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "serrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "serrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "serrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "serráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "serrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "serraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "serraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "serrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "serraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "serraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "serraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "serrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sierra" ; + {- VPB (Imper C.Sg C.P3) => -} "sierre" ; + {- VPB (Imper C.Pl C.P1) => -} "serremos" ; + {- VPB (Imper C.Pl C.P2) => -} "serrad" ; + {- VPB (Imper C.Pl C.P3) => -} "sierren" ; + {- VPB (Pass C.Sg Masc) => -} "serrado" ; + {- VPB (Pass C.Sg Fem) => -} "serrada" ; + {- VPB (Pass C.Pl Masc) => -} "serrados" ; + {- VPB (Pass C.Pl Fem) => -} "serradas" + ] + } ; + +lin sobrecalentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrecalentar" ; + {- VI Ger => -} "sobrecalentando" ; + {- VI Part => -} "sobrecalentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrecaliento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrecalientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrecalienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecalentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecalentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecalientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecaliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecalientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecaliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecalentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecalentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecalienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecalentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecalentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecalentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecalentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecalentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecalentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecalentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecalentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecalentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecalentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecalentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecalentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecalentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecalentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecalentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecalentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrecalenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrecalentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrecalentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrecalentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrecalentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrecalentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrecalentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrecalentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrecalentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecalentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecalentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecalentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecalentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecalentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecalentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecalentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecalentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecalentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecalentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrecalienta" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrecaliente" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrecalentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrecalentad" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrecalienten" ; + {- VPB (Pass C.Sg Masc) => -} "sobrecalentado" ; + {- VPB (Pass C.Sg Fem) => -} "sobrecalentada" ; + {- VPB (Pass C.Pl Masc) => -} "sobrecalentados" ; + {- VPB (Pass C.Pl Fem) => -} "sobrecalentadas" + ] + } ; + +lin sobresembrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobresembrar" ; + {- VI Ger => -} "sobresembrando" ; + {- VI Part => -} "sobresembrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobresiembro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobresiembras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobresiembra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobresembramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobresembráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobresiembran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresiembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobresiembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresiembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobresembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobresembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresiembren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobresembraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobresembrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobresembraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobresembrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobresembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresembraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobresembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobresembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobresembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobresembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobresembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobresembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresembrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobresembré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobresembraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobresembró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobresembramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobresembrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobresembraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobresembraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobresembrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobresembrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobresembraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobresembraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobresembrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobresembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobresembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobresembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobresembraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobresembrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobresembraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobresembraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobresembraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobresembrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobresiembra" ; + {- VPB (Imper C.Sg C.P3) => -} "sobresiembre" ; + {- VPB (Imper C.Pl C.P1) => -} "sobresembremos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobresembrad" ; + {- VPB (Imper C.Pl C.P3) => -} "sobresiembren" ; + {- VPB (Pass C.Sg Masc) => -} "sobresembrado" ; + {- VPB (Pass C.Sg Fem) => -} "sobresembrada" ; + {- VPB (Pass C.Pl Masc) => -} "sobresembrados" ; + {- VPB (Pass C.Pl Fem) => -} "sobresembradas" + ] + } ; + +lin sobresolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobresolar" ; + {- VI Ger => -} "sobresolando" ; + {- VI Part => -} "sobresolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobresuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobresuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobresuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobresolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobresoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobresuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobresueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobresolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobresoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobresolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobresolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobresolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobresolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobresolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobresolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobresolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobresolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobresoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobresolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobresolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobresolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobresolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobresoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobresolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobresolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobresolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobresolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobresolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobresolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobresolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobresolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobresolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobresolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobresoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobresolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobresolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobresolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobresolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobresolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobresolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobresolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobresolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobresuela" ; + {- VPB (Imper C.Sg C.P3) => -} "sobresuele" ; + {- VPB (Imper C.Pl C.P1) => -} "sobresolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobresolad" ; + {- VPB (Imper C.Pl C.P3) => -} "sobresuelen" ; + {- VPB (Pass C.Sg Masc) => -} "sobresolado" ; + {- VPB (Pass C.Sg Fem) => -} "sobresolada" ; + {- VPB (Pass C.Pl Masc) => -} "sobresolados" ; + {- VPB (Pass C.Pl Fem) => -} "sobresoladas" + ] + } ; + +lin sobrevolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrevolar" ; + {- VI Ger => -} "sobrevolando" ; + {- VI Part => -} "sobrevolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrevuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrevuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobrevuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrevolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrevolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrevoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrevolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrevolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrevolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrevolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrevolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrevolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrevolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrevolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrevolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrevolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobrevuela" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrevuele" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrevolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrevolad" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrevuelen" ; + {- VPB (Pass C.Sg Masc) => -} "sobrevolado" ; + {- VPB (Pass C.Sg Fem) => -} "sobrevolada" ; + {- VPB (Pass C.Pl Masc) => -} "sobrevolados" ; + {- VPB (Pass C.Pl Fem) => -} "sobrevoladas" + ] + } ; + +lin socolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "socolar" ; + {- VI Ger => -} "socolando" ; + {- VI Part => -} "socolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "socuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "socuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "socuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "socolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "socoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "socuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "socuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "socueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "socuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "socolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "socoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "socuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "socolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "socolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "socolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "socolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "socolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "socolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "socolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "socolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "socolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "socoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "socolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "socolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "socolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "socolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "socolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "socolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "socolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "socolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "socolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "socolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "socoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "socolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "socolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "socolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "socolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "socolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "socolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "socolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "socolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "socolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "socolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "socolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "socolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "socoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "socolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "socolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "socolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "socolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "socolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "socolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "socolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "socolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "socuela" ; + {- VPB (Imper C.Sg C.P3) => -} "socuele" ; + {- VPB (Imper C.Pl C.P1) => -} "socolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "socolad" ; + {- VPB (Imper C.Pl C.P3) => -} "socuelen" ; + {- VPB (Pass C.Sg Masc) => -} "socolado" ; + {- VPB (Pass C.Sg Fem) => -} "socolada" ; + {- VPB (Pass C.Pl Masc) => -} "socolados" ; + {- VPB (Pass C.Pl Fem) => -} "socoladas" + ] + } ; + +lin solar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "solar" ; + {- VI Ger => -} "solando" ; + {- VI Part => -} "solado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "suelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "suelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "solamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "soláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "solemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "solaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "solabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "solaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "solábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "solabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "solaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "solara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "solaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "solara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "solarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "solaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "solase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "solases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "solase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "solásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "solaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "solasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "solé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "solaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "soló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "solamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "solasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "solaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "solaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "solarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "solará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "solaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "solaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "solarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "solare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "solares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "solare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "solareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "solaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "solaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "solarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "solaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "solaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "solaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "solarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "suela" ; + {- VPB (Imper C.Sg C.P3) => -} "suele" ; + {- VPB (Imper C.Pl C.P1) => -} "solemos" ; + {- VPB (Imper C.Pl C.P2) => -} "solad" ; + {- VPB (Imper C.Pl C.P3) => -} "suelen" ; + {- VPB (Pass C.Sg Masc) => -} "solado" ; + {- VPB (Pass C.Sg Fem) => -} "solada" ; + {- VPB (Pass C.Pl Masc) => -} "solados" ; + {- VPB (Pass C.Pl Fem) => -} "soladas" + ] + } ; + +lin soldar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "soldar" ; + {- VI Ger => -} "soldando" ; + {- VI Part => -} "soldado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sueldo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sueldas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suelda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "soldamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "soldáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sueldan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "soldaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "soldabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "soldaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "soldábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soldaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soldasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "soldé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "soldaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "soldó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "soldamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "soldasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "soldaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "soldaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "soldarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "soldará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "soldaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "soldaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soldarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soldaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soldarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soldaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soldaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soldaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soldarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "suelda" ; + {- VPB (Imper C.Sg C.P3) => -} "suelde" ; + {- VPB (Imper C.Pl C.P1) => -} "soldemos" ; + {- VPB (Imper C.Pl C.P2) => -} "soldad" ; + {- VPB (Imper C.Pl C.P3) => -} "suelden" ; + {- VPB (Pass C.Sg Masc) => -} "soldado" ; + {- VPB (Pass C.Sg Fem) => -} "soldada" ; + {- VPB (Pass C.Pl Masc) => -} "soldados" ; + {- VPB (Pass C.Pl Fem) => -} "soldadas" + ] + } ; + +lin soltar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "soltar" ; + {- VI Ger => -} "soltando" ; + {- VI Part => -} "soltado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "suelto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sueltas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suelta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "soltamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "soltáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sueltan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suelte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueltes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suelte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soltemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soltéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "soltaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "soltabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "soltaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "soltábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soltabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soltaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soltara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soltaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soltara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soltáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soltarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soltaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soltase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soltases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soltase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soltásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soltaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soltasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "solté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "soltaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "soltó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "soltamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "soltasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "soltaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "soltaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "soltarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "soltará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "soltaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "soltaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soltarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soltare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soltares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soltare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soltáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soltareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soltaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soltaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soltarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soltaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soltaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soltaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soltarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "suelta" ; + {- VPB (Imper C.Sg C.P3) => -} "suelte" ; + {- VPB (Imper C.Pl C.P1) => -} "soltemos" ; + {- VPB (Imper C.Pl C.P2) => -} "soltad" ; + {- VPB (Imper C.Pl C.P3) => -} "suelten" ; + {- VPB (Pass C.Sg Masc) => -} "soltado" ; + {- VPB (Pass C.Sg Fem) => -} "soltada" ; + {- VPB (Pass C.Pl Masc) => -} "soltados" ; + {- VPB (Pass C.Pl Fem) => -} "soltadas" + ] + } ; + +lin sonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sonar" ; + {- VI Ger => -} "sonando" ; + {- VI Part => -} "sonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "suenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "suenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "soné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "suena" ; + {- VPB (Imper C.Sg C.P3) => -} "suene" ; + {- VPB (Imper C.Pl C.P1) => -} "sonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "sonad" ; + {- VPB (Imper C.Pl C.P3) => -} "suenen" ; + {- VPB (Pass C.Sg Masc) => -} "sonado" ; + {- VPB (Pass C.Sg Fem) => -} "sonada" ; + {- VPB (Pass C.Pl Masc) => -} "sonados" ; + {- VPB (Pass C.Pl Fem) => -} "sonadas" + ] + } ; + +lin soñar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "soñar" ; + {- VI Ger => -} "soñando" ; + {- VI Part => -} "soñado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sueño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sueñas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sueña" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "soñamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "soñáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sueñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sueñe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueñes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sueñe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soñemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soñéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sueñen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "soñaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "soñabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "soñaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "soñábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soñabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soñaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soñara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soñaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soñara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soñáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soñarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soñaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soñase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soñases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soñase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soñásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soñaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soñasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "soñé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "soñaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "soñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "soñamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "soñasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "soñaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "soñaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "soñarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "soñará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "soñaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "soñaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soñarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soñare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soñares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soñare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soñáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soñareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soñaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soñaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soñarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soñaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soñaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soñaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soñarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sueña" ; + {- VPB (Imper C.Sg C.P3) => -} "sueñe" ; + {- VPB (Imper C.Pl C.P1) => -} "soñemos" ; + {- VPB (Imper C.Pl C.P2) => -} "soñad" ; + {- VPB (Imper C.Pl C.P3) => -} "sueñen" ; + {- VPB (Pass C.Sg Masc) => -} "soñado" ; + {- VPB (Pass C.Sg Fem) => -} "soñada" ; + {- VPB (Pass C.Pl Masc) => -} "soñados" ; + {- VPB (Pass C.Pl Fem) => -} "soñadas" + ] + } ; + +lin soterrar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "soterrar" ; + {- VI Ger => -} "soterrando" ; + {- VI Part => -} "soterrado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sotierro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sotierras" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sotierra" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "soterramos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "soterráis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sotierran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sotierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sotierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sotierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sotierren" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "soterraba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "soterrabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "soterraba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "soterrábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soterraban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soterrasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "soterré" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "soterraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "soterró" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "soterramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "soterrasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "soterraron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "soterraré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "soterrarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "soterrará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "soterraremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "soterraréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soterrarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soterraría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soterrarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soterraría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soterraríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soterraríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soterrarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sotierra" ; + {- VPB (Imper C.Sg C.P3) => -} "sotierre" ; + {- VPB (Imper C.Pl C.P1) => -} "soterremos" ; + {- VPB (Imper C.Pl C.P2) => -} "soterrad" ; + {- VPB (Imper C.Pl C.P3) => -} "sotierren" ; + {- VPB (Pass C.Sg Masc) => -} "soterrado" ; + {- VPB (Pass C.Sg Fem) => -} "soterrada" ; + {- VPB (Pass C.Pl Masc) => -} "soterrados" ; + {- VPB (Pass C.Pl Fem) => -} "soterradas" + ] + } ; + +lin subarrendar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subarrendar" ; + {- VI Ger => -} "subarrendando" ; + {- VI Part => -} "subarrendado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subarriendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subarriendas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subarrienda" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subarrendamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subarrendáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subarriendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subarriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subarriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subarriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subarrendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subarrendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subarrienden" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subarrendaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subarrendabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subarrendaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subarrendábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subarrendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subarrendaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subarrendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subarrendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subarrendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subarrendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subarrendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subarrendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subarrendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subarrendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subarrendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subarrendasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subarrendé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subarrendaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subarrendó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subarrendamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subarrendasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subarrendaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subarrendaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subarrendarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subarrendará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subarrendaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subarrendaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subarrendarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subarrendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subarrendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subarrendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subarrendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subarrendaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subarrendarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subarrendaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subarrendaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subarrendaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subarrendarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subarrienda" ; + {- VPB (Imper C.Sg C.P3) => -} "subarriende" ; + {- VPB (Imper C.Pl C.P1) => -} "subarrendemos" ; + {- VPB (Imper C.Pl C.P2) => -} "subarrendad" ; + {- VPB (Imper C.Pl C.P3) => -} "subarrienden" ; + {- VPB (Pass C.Sg Masc) => -} "subarrendado" ; + {- VPB (Pass C.Sg Fem) => -} "subarrendada" ; + {- VPB (Pass C.Pl Masc) => -} "subarrendados" ; + {- VPB (Pass C.Pl Fem) => -} "subarrendadas" + ] + } ; + +lin subsolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subsolar" ; + {- VI Ger => -} "subsolando" ; + {- VI Part => -} "subsolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subsuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subsuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subsuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subsolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subsoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subsuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subsuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subsueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subsuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subsolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subsoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subsuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subsolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subsolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subsolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subsolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subsolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subsolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subsolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subsolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subsolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subsoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subsolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subsolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subsolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subsolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subsolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subsolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subsolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subsolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subsoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subsolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subsolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subsolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subsolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subsolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subsolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subsolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subsolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subsolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subsolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subsolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subsolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subsoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subsolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subsolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subsolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subsolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subsolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subsolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subsolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subsolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subsuela" ; + {- VPB (Imper C.Sg C.P3) => -} "subsuele" ; + {- VPB (Imper C.Pl C.P1) => -} "subsolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "subsolad" ; + {- VPB (Imper C.Pl C.P3) => -} "subsuelen" ; + {- VPB (Pass C.Sg Masc) => -} "subsolado" ; + {- VPB (Pass C.Sg Fem) => -} "subsolada" ; + {- VPB (Pass C.Pl Masc) => -} "subsolados" ; + {- VPB (Pass C.Pl Fem) => -} "subsoladas" + ] + } ; + +lin temblar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "temblar" ; + {- VI Ger => -} "temblando" ; + {- VI Part => -} "temblado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tiemblo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tiemblas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tiembla" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "temblamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tembláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tiemblan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tiemble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tiembles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tiemble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "temblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tembléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tiemblen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "temblaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "temblabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "temblaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "temblábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "temblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "temblaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "temblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "temblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "temblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tembláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "temblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "temblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "temblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "temblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "temblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "temblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "temblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "temblasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "temblé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "temblaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tembló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "temblamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "temblasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "temblaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "temblaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "temblarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "temblará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "temblaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "temblaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "temblarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "temblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "temblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "temblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tembláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "temblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "temblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "temblaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "temblarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "temblaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "temblaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "temblaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "temblarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tiembla" ; + {- VPB (Imper C.Sg C.P3) => -} "tiemble" ; + {- VPB (Imper C.Pl C.P1) => -} "temblemos" ; + {- VPB (Imper C.Pl C.P2) => -} "temblad" ; + {- VPB (Imper C.Pl C.P3) => -} "tiemblen" ; + {- VPB (Pass C.Sg Masc) => -} "temblado" ; + {- VPB (Pass C.Sg Fem) => -} "temblada" ; + {- VPB (Pass C.Pl Masc) => -} "temblados" ; + {- VPB (Pass C.Pl Fem) => -} "tembladas" + ] + } ; + +lin tentar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tentar" ; + {- VI Ger => -} "tentando" ; + {- VI Part => -} "tentado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tiento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tentamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tentáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tentaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tentabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tentaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tentábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tentaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tentasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tenté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tentaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tentó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tentamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tentasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tentaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tentaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tentarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tentará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tentaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tentaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tentarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tentaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tentarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tentaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tentaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tentaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tentarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tienta" ; + {- VPB (Imper C.Sg C.P3) => -} "tiente" ; + {- VPB (Imper C.Pl C.P1) => -} "tentemos" ; + {- VPB (Imper C.Pl C.P2) => -} "tentad" ; + {- VPB (Imper C.Pl C.P3) => -} "tienten" ; + {- VPB (Pass C.Sg Masc) => -} "tentado" ; + {- VPB (Pass C.Sg Fem) => -} "tentada" ; + {- VPB (Pass C.Pl Masc) => -} "tentados" ; + {- VPB (Pass C.Pl Fem) => -} "tentadas" + ] + } ; + +lin tonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tonar" ; + {- VI Ger => -} "tonando" ; + {- VI Part => -} "tonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "toné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tuena" ; + {- VPB (Imper C.Sg C.P3) => -} "tuene" ; + {- VPB (Imper C.Pl C.P1) => -} "tonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "tonad" ; + {- VPB (Imper C.Pl C.P3) => -} "tuenen" ; + {- VPB (Pass C.Sg Masc) => -} "tonado" ; + {- VPB (Pass C.Sg Fem) => -} "tonada" ; + {- VPB (Pass C.Pl Masc) => -} "tonados" ; + {- VPB (Pass C.Pl Fem) => -} "tonadas" + ] + } ; + +lin tostar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tostar" ; + {- VI Ger => -} "tostando" ; + {- VI Part => -} "tostado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tuesto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tuestas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tuesta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tostamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tostáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tuestan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tuesten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tostaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tostabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tostaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tostábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tostaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tostasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tosté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tostaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tostó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tostamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tostasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tostaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tostaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tostarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tostará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tostaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tostaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tostarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tostaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tostarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tostaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tostaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tostaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tostarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tuesta" ; + {- VPB (Imper C.Sg C.P3) => -} "tueste" ; + {- VPB (Imper C.Pl C.P1) => -} "tostemos" ; + {- VPB (Imper C.Pl C.P2) => -} "tostad" ; + {- VPB (Imper C.Pl C.P3) => -} "tuesten" ; + {- VPB (Pass C.Sg Masc) => -} "tostado" ; + {- VPB (Pass C.Sg Fem) => -} "tostada" ; + {- VPB (Pass C.Pl Masc) => -} "tostados" ; + {- VPB (Pass C.Pl Fem) => -} "tostadas" + ] + } ; + +lin trascolar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trascolar" ; + {- VI Ger => -} "trascolando" ; + {- VI Part => -} "trascolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trascuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trascuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trascuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trascolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trascoláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trascuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trascuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trascueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trascuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trascolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trascoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trascuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trascolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trascolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trascolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trascolábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trascolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trascolaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trascolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trascolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trascolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trascoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trascolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trascolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascolasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trascolé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trascolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trascoló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trascolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trascolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trascolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trascolaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trascolarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trascolará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trascolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trascolaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trascolarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trascolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trascolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trascolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trascoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trascolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trascolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trascolaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trascolarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trascolaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trascolaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trascolaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trascolarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trascuela" ; + {- VPB (Imper C.Sg C.P3) => -} "trascuele" ; + {- VPB (Imper C.Pl C.P1) => -} "trascolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trascolad" ; + {- VPB (Imper C.Pl C.P3) => -} "trascuelen" ; + {- VPB (Pass C.Sg Masc) => -} "trascolado" ; + {- VPB (Pass C.Sg Fem) => -} "trascolada" ; + {- VPB (Pass C.Pl Masc) => -} "trascolados" ; + {- VPB (Pass C.Pl Fem) => -} "trascoladas" + ] + } ; + +lin trasoñar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasoñar" ; + {- VI Ger => -} "trasoñando" ; + {- VI Part => -} "trasoñado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasueño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasueñas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasueña" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasoñamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasoñáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasueñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasueñe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasueñes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasueñe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasoñemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasoñéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasueñen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasoñaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasoñabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasoñaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasoñábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasoñabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasoñaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasoñara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasoñaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasoñara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasoñáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasoñarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasoñaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasoñases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasoñásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasoñaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasoñasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasoñé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasoñaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasoñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasoñamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasoñasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasoñaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasoñaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasoñarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasoñará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasoñaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasoñaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasoñarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasoñare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasoñares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasoñare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasoñáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasoñareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasoñaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasoñaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasoñarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasoñaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasoñaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasoñaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasoñarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasueña" ; + {- VPB (Imper C.Sg C.P3) => -} "trasueñe" ; + {- VPB (Imper C.Pl C.P1) => -} "trasoñemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasoñad" ; + {- VPB (Imper C.Pl C.P3) => -} "trasueñen" ; + {- VPB (Pass C.Sg Masc) => -} "trasoñado" ; + {- VPB (Pass C.Sg Fem) => -} "trasoñada" ; + {- VPB (Pass C.Pl Masc) => -} "trasoñados" ; + {- VPB (Pass C.Pl Fem) => -} "trasoñadas" + ] + } ; + +lin tronar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tronar" ; + {- VI Ger => -} "tronando" ; + {- VI Part => -} "tronado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "truenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "truena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tronamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tronáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "truenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "truene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "truenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "truene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tronemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tronéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "truenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tronaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tronabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tronaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tronábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tronabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tronaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tronara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tronaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tronara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tronáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tronarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tronaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tronase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tronases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tronase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tronásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tronaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tronasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "troné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tronaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tronó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tronamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tronasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tronaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tronaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tronarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tronará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tronaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tronaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tronarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tronare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tronares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tronare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tronáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tronareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tronaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tronaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tronarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tronaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tronaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tronaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tronarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "truena" ; + {- VPB (Imper C.Sg C.P3) => -} "truene" ; + {- VPB (Imper C.Pl C.P1) => -} "tronemos" ; + {- VPB (Imper C.Pl C.P2) => -} "tronad" ; + {- VPB (Imper C.Pl C.P3) => -} "truenen" ; + {- VPB (Pass C.Sg Masc) => -} "tronado" ; + {- VPB (Pass C.Sg Fem) => -} "tronada" ; + {- VPB (Pass C.Pl Masc) => -} "tronados" ; + {- VPB (Pass C.Pl Fem) => -} "tronadas" + ] + } ; + +lin unisonar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "unisonar" ; + {- VI Ger => -} "unisonando" ; + {- VI Part => -} "unisonado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "unisueno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "unisuenas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "unisuena" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "unisonamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "unisonáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "unisuenan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "unisuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "unisuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "unisuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "unisonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "unisonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "unisuenen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "unisonaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "unisonabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "unisonaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "unisonábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "unisonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "unisonaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "unisonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "unisonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "unisonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "unisonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "unisonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "unisonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "unisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "unisonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "unisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "unisonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "unisonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "unisonasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "unisoné" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "unisonaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "unisonó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "unisonamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "unisonasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "unisonaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "unisonaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "unisonarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "unisonará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "unisonaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "unisonaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "unisonarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "unisonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "unisonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "unisonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "unisonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "unisonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "unisonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "unisonaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "unisonarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "unisonaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "unisonaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "unisonaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "unisonarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "unisuena" ; + {- VPB (Imper C.Sg C.P3) => -} "unisuene" ; + {- VPB (Imper C.Pl C.P1) => -} "unisonemos" ; + {- VPB (Imper C.Pl C.P2) => -} "unisonad" ; + {- VPB (Imper C.Pl C.P3) => -} "unisuenen" ; + {- VPB (Pass C.Sg Masc) => -} "unisonado" ; + {- VPB (Pass C.Sg Fem) => -} "unisonada" ; + {- VPB (Pass C.Pl Masc) => -} "unisonados" ; + {- VPB (Pass C.Pl Fem) => -} "unisonadas" + ] + } ; + +lin ventar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ventar" ; + {- VI Ger => -} "ventando" ; + {- VI Part => -} "ventado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "viento" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vientas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vienta" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ventamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ventáis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "viente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "viente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vienten" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ventaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ventabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ventaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ventábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ventaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ventasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "venté" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ventaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ventó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ventamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ventasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ventaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ventaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ventarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ventará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ventaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ventaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ventarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ventaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ventarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ventaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ventaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ventaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ventarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vienta" ; + {- VPB (Imper C.Sg C.P3) => -} "viente" ; + {- VPB (Imper C.Pl C.P1) => -} "ventemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ventad" ; + {- VPB (Imper C.Pl C.P3) => -} "vienten" ; + {- VPB (Pass C.Sg Masc) => -} "ventado" ; + {- VPB (Pass C.Sg Fem) => -} "ventada" ; + {- VPB (Pass C.Pl Masc) => -} "ventados" ; + {- VPB (Pass C.Pl Fem) => -} "ventadas" + ] + } ; + +lin volar_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "volar" ; + {- VI Ger => -} "volando" ; + {- VI Part => -} "volado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "vuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "volamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "voláis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "volemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "voléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "volaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "volabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "volaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "volábamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "volabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "volaban" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "volara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "volaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "volara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "voláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "volarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "volaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "volase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "volases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "volase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "volásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "volaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "volasen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "volé" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "volaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "voló" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "volamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "volasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "volaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "volaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "volarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "volará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "volaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "volaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "volarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "volare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "volares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "volare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "voláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "volareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "volaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "volaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "volarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "volaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "volaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "volaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "volarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vuela" ; + {- VPB (Imper C.Sg C.P3) => -} "vuele" ; + {- VPB (Imper C.Pl C.P1) => -} "volemos" ; + {- VPB (Imper C.Pl C.P2) => -} "volad" ; + {- VPB (Imper C.Pl C.P3) => -} "vuelen" ; + {- VPB (Pass C.Sg Masc) => -} "volado" ; + {- VPB (Pass C.Sg Fem) => -} "volada" ; + {- VPB (Pass C.Pl Masc) => -} "volados" ; + {- VPB (Pass C.Pl Fem) => -} "voladas" + ] + } ; + +lin conseguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "conseguir" ; + {- VI Ger => -} "consiguiendo" ; + {- VI Part => -} "conseguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "consigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "consigues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "consigue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "conseguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "conseguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consiguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conseguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conseguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conseguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conseguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conseguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conseguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consiguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "conseguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "conseguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "consiguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "conseguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "conseguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "consiguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "conseguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "conseguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "conseguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "conseguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "conseguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conseguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conseguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conseguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conseguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conseguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conseguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conseguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "consigue" ; + {- VPB (Imper C.Sg C.P3) => -} "consiga" ; + {- VPB (Imper C.Pl C.P1) => -} "consigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "conseguid" ; + {- VPB (Imper C.Pl C.P3) => -} "consigan" ; + {- VPB (Pass C.Sg Masc) => -} "conseguido" ; + {- VPB (Pass C.Sg Fem) => -} "conseguida" ; + {- VPB (Pass C.Pl Masc) => -} "conseguidos" ; + {- VPB (Pass C.Pl Fem) => -} "conseguidas" + ] + } ; + +lin erguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "erguir" ; + {- VI Ger => -} "irguiendo" ; + {- VI Part => -} "erguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "yergo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "yergues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "yergue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "erguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "erguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yerguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yerga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yergas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yerga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "irgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "irgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yergan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "erguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "erguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "erguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "erguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "erguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "erguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "irguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "irguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "irguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "irguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "irguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "irguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "irguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "irguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "irguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "irguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "irguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "irguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "erguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "erguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "irguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "erguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "erguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "irguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "erguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "erguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "erguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "erguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "erguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "erguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "irguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "irguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "irguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "irguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "irguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "irguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "erguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "erguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "erguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "erguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "erguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "erguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "yergue" ; + {- VPB (Imper C.Sg C.P3) => -} "yerga" ; + {- VPB (Imper C.Pl C.P1) => -} "yergamos" ; + {- VPB (Imper C.Pl C.P2) => -} "erguid" ; + {- VPB (Imper C.Pl C.P3) => -} "yergan" ; + {- VPB (Pass C.Sg Masc) => -} "erguido" ; + {- VPB (Pass C.Sg Fem) => -} "erguida" ; + {- VPB (Pass C.Pl Masc) => -} "erguidos" ; + {- VPB (Pass C.Pl Fem) => -} "erguidas" + ] + } ; + +lin perseguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "perseguir" ; + {- VI Ger => -} "persiguiendo" ; + {- VI Part => -} "perseguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "persigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "persigues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "persigue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "perseguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "perseguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "persiguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "persiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "persigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "persiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "persigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "persigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "persigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perseguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perseguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perseguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perseguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perseguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perseguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "persiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "persiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "persiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "persiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "persiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "persiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "persiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "persiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "persiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "persiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "persiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "persiguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "perseguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "perseguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "persiguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "perseguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "perseguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "persiguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "perseguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "perseguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "perseguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "perseguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "perseguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perseguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "persiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "persiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "persiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "persiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perseguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perseguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perseguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perseguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perseguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perseguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "persigue" ; + {- VPB (Imper C.Sg C.P3) => -} "persiga" ; + {- VPB (Imper C.Pl C.P1) => -} "persigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "perseguid" ; + {- VPB (Imper C.Pl C.P3) => -} "persigan" ; + {- VPB (Pass C.Sg Masc) => -} "perseguido" ; + {- VPB (Pass C.Sg Fem) => -} "perseguida" ; + {- VPB (Pass C.Pl Masc) => -} "perseguidos" ; + {- VPB (Pass C.Pl Fem) => -} "perseguidas" + ] + } ; + +lin proseguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "proseguir" ; + {- VI Ger => -} "prosiguiendo" ; + {- VI Part => -} "proseguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prosigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prosigues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prosigue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "proseguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "proseguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prosiguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prosiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prosigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prosiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prosigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prosigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prosigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "proseguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proseguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "proseguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proseguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proseguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proseguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prosiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prosiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prosiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prosiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prosiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prosiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prosiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prosiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prosiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prosiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prosiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prosiguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "proseguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "proseguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prosiguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "proseguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "proseguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prosiguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "proseguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "proseguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "proseguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "proseguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "proseguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proseguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prosiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prosiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prosiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proseguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proseguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proseguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proseguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proseguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proseguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prosigue" ; + {- VPB (Imper C.Sg C.P3) => -} "prosiga" ; + {- VPB (Imper C.Pl C.P1) => -} "prosigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "proseguid" ; + {- VPB (Imper C.Pl C.P3) => -} "prosigan" ; + {- VPB (Pass C.Sg Masc) => -} "proseguido" ; + {- VPB (Pass C.Sg Fem) => -} "proseguida" ; + {- VPB (Pass C.Pl Masc) => -} "proseguidos" ; + {- VPB (Pass C.Pl Fem) => -} "proseguidas" + ] + } ; + +lin reseguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reseguir" ; + {- VI Ger => -} "resiguiendo" ; + {- VI Part => -} "reseguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resigues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resigue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reseguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reseguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resiguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reseguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reseguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reseguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reseguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reseguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reseguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resiguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reseguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reseguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resiguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reseguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reseguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resiguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reseguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reseguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reseguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reseguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reseguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reseguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reseguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reseguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reseguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reseguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reseguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reseguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resigue" ; + {- VPB (Imper C.Sg C.P3) => -} "resiga" ; + {- VPB (Imper C.Pl C.P1) => -} "resigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reseguid" ; + {- VPB (Imper C.Pl C.P3) => -} "resigan" ; + {- VPB (Pass C.Sg Masc) => -} "reseguido" ; + {- VPB (Pass C.Sg Fem) => -} "reseguida" ; + {- VPB (Pass C.Pl Masc) => -} "reseguidos" ; + {- VPB (Pass C.Pl Fem) => -} "reseguidas" + ] + } ; + +lin seguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "seguir" ; + {- VI Ger => -} "siguiendo" ; + {- VI Part => -} "seguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sigues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sigue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "seguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "seguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "siguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "seguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "seguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "seguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "seguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "seguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "seguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "siguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "siguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "siguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "siguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "siguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "siguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "siguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "siguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "siguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "siguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "siguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "siguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "seguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "seguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "siguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "seguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "seguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "siguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "seguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "seguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "seguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "seguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "seguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "seguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "siguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "siguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "siguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "siguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "siguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "siguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "seguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "seguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "seguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "seguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "seguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "seguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sigue" ; + {- VPB (Imper C.Sg C.P3) => -} "siga" ; + {- VPB (Imper C.Pl C.P1) => -} "sigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "seguid" ; + {- VPB (Imper C.Pl C.P3) => -} "sigan" ; + {- VPB (Pass C.Sg Masc) => -} "seguido" ; + {- VPB (Pass C.Sg Fem) => -} "seguida" ; + {- VPB (Pass C.Pl Masc) => -} "seguidos" ; + {- VPB (Pass C.Pl Fem) => -} "seguidas" + ] + } ; + +lin subseguir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subseguir" ; + {- VI Ger => -} "subsiguiendo" ; + {- VI Part => -} "subseguido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subsigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subsigues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subsigue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subseguimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subseguís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subsiguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subsiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subsigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subsiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subsigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subsigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subsigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subseguía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subseguías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subseguía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subseguíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subseguíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subseguían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subsiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subsiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subsiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subsiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subsiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subsiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subsiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subsiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subsiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subsiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subsiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subsiguiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subseguí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subseguiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subsiguió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subseguimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subseguisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subsiguieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subseguiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subseguirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subseguirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subseguiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subseguiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subseguirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subsiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subsiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subsiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subseguiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subseguirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subseguiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subseguiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subseguiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subseguirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subsigue" ; + {- VPB (Imper C.Sg C.P3) => -} "subsiga" ; + {- VPB (Imper C.Pl C.P1) => -} "subsigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subseguid" ; + {- VPB (Imper C.Pl C.P3) => -} "subsigan" ; + {- VPB (Pass C.Sg Masc) => -} "subseguido" ; + {- VPB (Pass C.Sg Fem) => -} "subseguida" ; + {- VPB (Pass C.Pl Masc) => -} "subseguidos" ; + {- VPB (Pass C.Pl Fem) => -} "subseguidas" + ] + } ; + +lin contrahacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contrahacer" ; + {- VI Ger => -} "contrahaciendo" ; + {- VI Part => -} "contrahecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contrahago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contrahaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contrahace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contrahacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contrahacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contrahacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contrahaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contrahagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contrahaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contrahagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contrahagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contrahagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contrahacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contrahacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contrahacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contrahacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contrahacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contrahacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contrahiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contrahicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contrahiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contrahiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contrahicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contrahicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrahiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrahicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrahiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrahiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrahicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrahiciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contrahice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contrahiciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contrahizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contrahicimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contrahicisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contrahicieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contraharé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contraharás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contrahará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contraharemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contraharéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contraharán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contrahicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contrahiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contrahicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contraharía" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contraharías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contraharía" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contraharíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contraharíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contraharían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contrahaz" ; + {- VPB (Imper C.Sg C.P3) => -} "contrahaga" ; + {- VPB (Imper C.Pl C.P1) => -} "contrahagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contrahaced" ; + {- VPB (Imper C.Pl C.P3) => -} "contrahagan" ; + {- VPB (Pass C.Sg Masc) => -} "contrahecho" ; + {- VPB (Pass C.Sg Fem) => -} "contrahecha" ; + {- VPB (Pass C.Pl Masc) => -} "contrahechos" ; + {- VPB (Pass C.Pl Fem) => -} "contrahechas" + ] + } ; + +lin deshacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deshacer" ; + {- VI Ger => -} "deshaciendo" ; + {- VI Part => -} "deshecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deshago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deshaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deshace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deshacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deshacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deshagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deshagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deshacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deshacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deshacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deshacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deshacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deshacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deshiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deshicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deshiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deshiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deshicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deshicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshiciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deshice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deshiciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "deshizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deshicimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deshicisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "deshicieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desharé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desharás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deshará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desharemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desharéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desharán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deshicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deshiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deshiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deshicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desharía" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desharías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desharía" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desharíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desharíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desharían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deshaz" ; + {- VPB (Imper C.Sg C.P3) => -} "deshaga" ; + {- VPB (Imper C.Pl C.P1) => -} "deshagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deshaced" ; + {- VPB (Imper C.Pl C.P3) => -} "deshagan" ; + {- VPB (Pass C.Sg Masc) => -} "deshecho" ; + {- VPB (Pass C.Sg Fem) => -} "deshecha" ; + {- VPB (Pass C.Pl Masc) => -} "deshechos" ; + {- VPB (Pass C.Pl Fem) => -} "deshechas" + ] + } ; + +lin hacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "hacer" ; + {- VI Ger => -} "haciendo" ; + {- VI Part => -} "hecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "haces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "haga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "haga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "hice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "hiciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "hicimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "hicisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hicieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "haré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "harás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "hará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "haremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "haréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "harán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "haría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "harías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "haría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "haríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "haríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "harían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "haz" ; + {- VPB (Imper C.Sg C.P3) => -} "haga" ; + {- VPB (Imper C.Pl C.P1) => -} "hagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "haced" ; + {- VPB (Imper C.Pl C.P3) => -} "hagan" ; + {- VPB (Pass C.Sg Masc) => -} "hecho" ; + {- VPB (Pass C.Sg Fem) => -} "hecha" ; + {- VPB (Pass C.Pl Masc) => -} "hechos" ; + {- VPB (Pass C.Pl Fem) => -} "hechas" + ] + } ; + +lin licuefacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "licuefacer" ; + {- VI Ger => -} "licuefaciendo" ; + {- VI Part => -} "licuefecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "licuefago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "licuefaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "licueface" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "licuefacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "licuefacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "licuefacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "licuefaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "licuefagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "licuefaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "licuefagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "licuefagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "licuefagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "licuefacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "licuefacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "licuefacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "licuefacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "licuefacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "licuefacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "licueficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "licueficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "licueficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "licueficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "licueficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "licueficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "licueficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "licueficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "licueficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "licueficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "licueficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "licueficiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "licuefice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "licueficiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "licuefizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "licueficimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "licueficisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "licueficieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "licuefaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "licuefarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "licuefará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "licuefaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "licuefaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "licuefarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "licueficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "licueficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "licueficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "licueficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "licuefaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "licuefarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "licuefaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "licuefaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "licuefaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "licuefarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "licuefaz" ; + {- VPB (Imper C.Sg C.P3) => -} "licuefaga" ; + {- VPB (Imper C.Pl C.P1) => -} "licuefagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "licuefaced" ; + {- VPB (Imper C.Pl C.P3) => -} "licuefagan" ; + {- VPB (Pass C.Sg Masc) => -} "licuefecho" ; + {- VPB (Pass C.Sg Fem) => -} "licuefecha" ; + {- VPB (Pass C.Pl Masc) => -} "licuefechos" ; + {- VPB (Pass C.Pl Fem) => -} "licuefechas" + ] + } ; + +lin rarefacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rarefacer" ; + {- VI Ger => -} "rarefaciendo" ; + {- VI Part => -} "rarefecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rarefago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rarefaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rareface" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rarefacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rarefacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rarefacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rarefaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rarefagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rarefaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rarefagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rarefagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rarefagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rarefacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rarefacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rarefacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rarefacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rarefacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rarefacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rareficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rareficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rareficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rareficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rareficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rareficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rareficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rareficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rareficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rareficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rareficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rareficiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rarefice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rareficiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rarefizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rareficimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rareficisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rareficieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rarefaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rarefarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rarefará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rarefaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rarefaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rarefarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rareficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rareficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rareficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rareficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rarefaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rarefarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rarefaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rarefaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rarefaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rarefarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rarefaz" ; + {- VPB (Imper C.Sg C.P3) => -} "rarefaga" ; + {- VPB (Imper C.Pl C.P1) => -} "rarefagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rarefaced" ; + {- VPB (Imper C.Pl C.P3) => -} "rarefagan" ; + {- VPB (Pass C.Sg Masc) => -} "rarefecho" ; + {- VPB (Pass C.Sg Fem) => -} "rarefecha" ; + {- VPB (Pass C.Pl Masc) => -} "rarefechos" ; + {- VPB (Pass C.Pl Fem) => -} "rarefechas" + ] + } ; + +lin rehacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rehacer" ; + {- VI Ger => -} "rehaciendo" ; + {- VI Part => -} "rehecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rehacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rehacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehiciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rehice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rehiciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rehizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rehicimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rehicisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehicieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reharé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reharás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rehará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reharemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reharéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reharán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reharía" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reharías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reharía" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reharíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reharíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reharían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehaz" ; + {- VPB (Imper C.Sg C.P3) => -} "rehaga" ; + {- VPB (Imper C.Pl C.P1) => -} "rehagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rehaced" ; + {- VPB (Imper C.Pl C.P3) => -} "rehagan" ; + {- VPB (Pass C.Sg Masc) => -} "rehecho" ; + {- VPB (Pass C.Sg Fem) => -} "rehecha" ; + {- VPB (Pass C.Pl Masc) => -} "rehechos" ; + {- VPB (Pass C.Pl Fem) => -} "rehechas" + ] + } ; + +lin satisfacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "satisfacer" ; + {- VI Ger => -} "satisfaciendo" ; + {- VI Part => -} "satisfecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "satisfago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "satisfaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "satisface" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "satisfacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "satisfacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "satisfacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "satisfaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "satisfagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "satisfaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "satisfagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "satisfagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "satisfagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "satisfacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "satisfacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "satisfacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "satisfacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "satisfacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "satisfacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "satisficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "satisficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "satisficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "satisficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "satisficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "satisficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "satisficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "satisficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "satisficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "satisficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "satisficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "satisficiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "satisfice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "satisficiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "satisfizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "satisficimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "satisficisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "satisficieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "satisfaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "satisfarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "satisfará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "satisfaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "satisfaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "satisfarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "satisficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "satisficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "satisficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "satisficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "satisfaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "satisfarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "satisfaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "satisfaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "satisfaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "satisfarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {"satisfaz" ; "satisface"} ; + {- VPB (Imper C.Sg C.P3) => -} "satisfaga" ; + {- VPB (Imper C.Pl C.P1) => -} "satisfagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "satisfaced" ; + {- VPB (Imper C.Pl C.P3) => -} "satisfagan" ; + {- VPB (Pass C.Sg Masc) => -} "satisfecho" ; + {- VPB (Pass C.Sg Fem) => -} "satisfecha" ; + {- VPB (Pass C.Pl Masc) => -} "satisfechos" ; + {- VPB (Pass C.Pl Fem) => -} "satisfechas" + ] + } ; + +lin tumefacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "tumefacer" ; + {- VI Ger => -} "tumefaciendo" ; + {- VI Part => -} "tumefecho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tumefago" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tumefaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tumeface" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "tumefacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tumefacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tumefacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tumefaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tumefagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tumefaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tumefagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tumefagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tumefagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tumefacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tumefacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tumefacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tumefacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tumefacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tumefacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tumeficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tumeficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tumeficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tumeficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tumeficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tumeficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tumeficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tumeficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tumeficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tumeficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tumeficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tumeficiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tumefice" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tumeficiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tumefizo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tumeficimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tumeficisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tumeficieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "tumefaré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "tumefarás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "tumefará" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "tumefaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "tumefaréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tumefarán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tumeficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tumeficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tumeficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tumefaría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tumefarías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tumefaría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tumefaríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tumefaríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tumefarían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tumefaz" ; + {- VPB (Imper C.Sg C.P3) => -} "tumefaga" ; + {- VPB (Imper C.Pl C.P1) => -} "tumefagamos" ; + {- VPB (Imper C.Pl C.P2) => -} "tumefaced" ; + {- VPB (Imper C.Pl C.P3) => -} "tumefagan" ; + {- VPB (Pass C.Sg Masc) => -} "tumefecho" ; + {- VPB (Pass C.Sg Fem) => -} "tumefecha" ; + {- VPB (Pass C.Pl Masc) => -} "tumefechos" ; + {- VPB (Pass C.Pl Fem) => -} "tumefechas" + ] + } ; + +lin afluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "afluir" ; + {- VI Ger => -} "afluyendo" ; + {- VI Part => -} "afluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "afluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "afluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "afluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "afluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "afluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "afluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "afluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "afluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "afluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "afluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "afluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "afluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "afluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "afluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "afluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "afluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "afluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "afluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "afluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "afluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "afluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "afluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "afluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "afluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "afluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "afluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "afluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "afluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "afluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "afluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "afluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "afluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "afluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "afluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "afluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "afluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "afluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "afluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "afluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "afluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "afluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "afluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "afluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "afluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "afluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "afluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "afluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "afluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "afluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "afluye" ; + {- VPB (Imper C.Sg C.P3) => -} "afluya" ; + {- VPB (Imper C.Pl C.P1) => -} "afluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "afluid" ; + {- VPB (Imper C.Pl C.P3) => -} "afluyan" ; + {- VPB (Pass C.Sg Masc) => -} "afluido" ; + {- VPB (Pass C.Sg Fem) => -} "afluida" ; + {- VPB (Pass C.Pl Masc) => -} "afluidos" ; + {- VPB (Pass C.Pl Fem) => -} "afluidas" + ] + } ; + +lin argüir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "argüir" ; + {- VI Ger => -} "argüyendo" ; + {- VI Part => -} "argüido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "argüyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "argüyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "argüye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "argüimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "argüís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "argüyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "argüya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "argüyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "argüya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "argüyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "argüyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "argüyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "argüía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "argüías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "argüía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "argüíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "argüíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "argüían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "argüyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "argüyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "argüyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "argüyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "argüyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "argüyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "argüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "argüyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "argüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "argüyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "argüyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "argüyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "argüí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "argüiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "argüyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "argüimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "argüisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "argüyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "argüiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "argüirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "argüirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "argüiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "argüiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "argüirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "argüyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "argüyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "argüyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "argüyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "argüyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "argüyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "argüiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "argüirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "argüiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "argüiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "argüiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "argüirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "argüye" ; + {- VPB (Imper C.Sg C.P3) => -} "argüya" ; + {- VPB (Imper C.Pl C.P1) => -} "argüyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "argüid" ; + {- VPB (Imper C.Pl C.P3) => -} "argüyan" ; + {- VPB (Pass C.Sg Masc) => -} "argüido" ; + {- VPB (Pass C.Sg Fem) => -} "argüida" ; + {- VPB (Pass C.Pl Masc) => -} "argüidos" ; + {- VPB (Pass C.Pl Fem) => -} "argüidas" + ] + } ; + +lin atribuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "atribuir" ; + {- VI Ger => -} "atribuyendo" ; + {- VI Part => -} "atribuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "atribuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "atribuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "atribuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "atribuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "atribuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atribuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atribuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atribuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atribuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atribuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atribuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atribuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atribuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atribuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atribuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atribuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atribuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atribuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "atribuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "atribuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "atribuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "atribuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "atribuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "atribuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atribuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atribuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atribuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atribuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atribuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atribuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atribuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "atribuye" ; + {- VPB (Imper C.Sg C.P3) => -} "atribuya" ; + {- VPB (Imper C.Pl C.P1) => -} "atribuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "atribuid" ; + {- VPB (Imper C.Pl C.P3) => -} "atribuyan" ; + {- VPB (Pass C.Sg Masc) => -} "atribuido" ; + {- VPB (Pass C.Sg Fem) => -} "atribuida" ; + {- VPB (Pass C.Pl Masc) => -} "atribuidos" ; + {- VPB (Pass C.Pl Fem) => -} "atribuidas" + ] + } ; + +lin circuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "circuir" ; + {- VI Ger => -} "circuyendo" ; + {- VI Part => -} "circuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "circuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "circuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "circuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "circuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "circuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "circuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "circuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "circuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "circuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "circuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "circuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "circuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "circuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "circuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "circuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "circuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "circuye" ; + {- VPB (Imper C.Sg C.P3) => -} "circuya" ; + {- VPB (Imper C.Pl C.P1) => -} "circuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "circuid" ; + {- VPB (Imper C.Pl C.P3) => -} "circuyan" ; + {- VPB (Pass C.Sg Masc) => -} "circuido" ; + {- VPB (Pass C.Sg Fem) => -} "circuida" ; + {- VPB (Pass C.Pl Masc) => -} "circuidos" ; + {- VPB (Pass C.Pl Fem) => -} "circuidas" + ] + } ; + +lin concluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "concluir" ; + {- VI Ger => -} "concluyendo" ; + {- VI Part => -} "concluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "concluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "concluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "concluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "concluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "concluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "concluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "concluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "concluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "concluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "concluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "concluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "concluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "concluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "concluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "concluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "concluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "concluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "concluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "concluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "concluye" ; + {- VPB (Imper C.Sg C.P3) => -} "concluya" ; + {- VPB (Imper C.Pl C.P1) => -} "concluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "concluid" ; + {- VPB (Imper C.Pl C.P3) => -} "concluyan" ; + {- VPB (Pass C.Sg Masc) => -} "concluido" ; + {- VPB (Pass C.Sg Fem) => -} "concluida" ; + {- VPB (Pass C.Pl Masc) => -} "concluidos" ; + {- VPB (Pass C.Pl Fem) => -} "concluidas" + ] + } ; + +lin confluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "confluir" ; + {- VI Ger => -} "confluyendo" ; + {- VI Part => -} "confluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "confluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "confluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "confluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "confluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "confluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "confluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "confluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "confluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "confluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "confluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "confluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "confluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "confluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "confluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "confluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "confluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "confluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "confluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "confluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "confluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "confluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "confluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "confluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "confluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "confluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "confluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "confluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "confluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "confluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "confluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "confluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "confluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "confluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "confluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "confluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "confluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "confluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "confluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "confluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "confluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "confluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "confluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "confluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "confluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "confluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "confluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "confluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "confluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "confluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "confluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "confluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "confluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "confluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "confluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "confluye" ; + {- VPB (Imper C.Sg C.P3) => -} "confluya" ; + {- VPB (Imper C.Pl C.P1) => -} "confluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "confluid" ; + {- VPB (Imper C.Pl C.P3) => -} "confluyan" ; + {- VPB (Pass C.Sg Masc) => -} "confluido" ; + {- VPB (Pass C.Sg Fem) => -} "confluida" ; + {- VPB (Pass C.Pl Masc) => -} "confluidos" ; + {- VPB (Pass C.Pl Fem) => -} "confluidas" + ] + } ; + +lin constituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "constituir" ; + {- VI Ger => -} "constituyendo" ; + {- VI Part => -} "constituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "constituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "constituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "constituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "constituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "constituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "constituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "constituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "constituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "constituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "constituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "constituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "constituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "constituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "constituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "constituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "constituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "constituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "constituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "constituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "constituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "constituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "constituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "constituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "constituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "constituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "constituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "constituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "constituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "constituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "constituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "constituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "constituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "constituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "constituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "constituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "constituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "constituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "constituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "constituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "constituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "constituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "constituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "constituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "constituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "constituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "constituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "constituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "constituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "constituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "constituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "constituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "constituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "constituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "constituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "constituye" ; + {- VPB (Imper C.Sg C.P3) => -} "constituya" ; + {- VPB (Imper C.Pl C.P1) => -} "constituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "constituid" ; + {- VPB (Imper C.Pl C.P3) => -} "constituyan" ; + {- VPB (Pass C.Sg Masc) => -} "constituido" ; + {- VPB (Pass C.Sg Fem) => -} "constituida" ; + {- VPB (Pass C.Pl Masc) => -} "constituidos" ; + {- VPB (Pass C.Pl Fem) => -} "constituidas" + ] + } ; + +lin construir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "construir" ; + {- VI Ger => -} "construyendo" ; + {- VI Part => -} "construido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "construyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "construyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "construye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "construimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "construís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "construyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "construya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "construyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "construya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "construyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "construyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "construyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "construía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "construías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "construía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "construíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "construíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "construían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "construyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "construyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "construyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "construyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "construyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "construyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "construyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "construyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "construyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "construyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "construyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "construyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "construí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "construiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "construyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "construimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "construisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "construyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "construiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "construirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "construirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "construiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "construiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "construirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "construyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "construyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "construyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "construyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "construyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "construyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "construiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "construirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "construiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "construiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "construiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "construirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "construye" ; + {- VPB (Imper C.Sg C.P3) => -} "construya" ; + {- VPB (Imper C.Pl C.P1) => -} "construyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "construid" ; + {- VPB (Imper C.Pl C.P3) => -} "construyan" ; + {- VPB (Pass C.Sg Masc) => -} "construido" ; + {- VPB (Pass C.Sg Fem) => -} "construida" ; + {- VPB (Pass C.Pl Masc) => -} "construidos" ; + {- VPB (Pass C.Pl Fem) => -} "construidas" + ] + } ; + +lin contribuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contribuir" ; + {- VI Ger => -} "contribuyendo" ; + {- VI Part => -} "contribuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contribuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contribuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contribuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contribuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contribuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contribuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contribuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contribuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contribuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contribuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contribuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contribuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contribuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contribuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contribuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contribuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contribuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contribuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contribuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contribuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contribuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contribuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contribuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contribuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contribuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contribuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contribuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contribuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contribuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contribuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contribuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contribuye" ; + {- VPB (Imper C.Sg C.P3) => -} "contribuya" ; + {- VPB (Imper C.Pl C.P1) => -} "contribuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contribuid" ; + {- VPB (Imper C.Pl C.P3) => -} "contribuyan" ; + {- VPB (Pass C.Sg Masc) => -} "contribuido" ; + {- VPB (Pass C.Sg Fem) => -} "contribuida" ; + {- VPB (Pass C.Pl Masc) => -} "contribuidos" ; + {- VPB (Pass C.Pl Fem) => -} "contribuidas" + ] + } ; + +lin derruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "derruir" ; + {- VI Ger => -} "derruyendo" ; + {- VI Part => -} "derruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "derruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "derruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "derruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "derruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "derruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "derruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "derruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "derruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "derruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "derruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "derruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "derruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "derruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "derruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "derruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "derruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "derruye" ; + {- VPB (Imper C.Sg C.P3) => -} "derruya" ; + {- VPB (Imper C.Pl C.P1) => -} "derruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "derruid" ; + {- VPB (Imper C.Pl C.P3) => -} "derruyan" ; + {- VPB (Pass C.Sg Masc) => -} "derruido" ; + {- VPB (Pass C.Sg Fem) => -} "derruida" ; + {- VPB (Pass C.Pl Masc) => -} "derruidos" ; + {- VPB (Pass C.Pl Fem) => -} "derruidas" + ] + } ; + +lin desobstruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desobstruir" ; + {- VI Ger => -} "desobstruyendo" ; + {- VI Part => -} "desobstruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desobstruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desobstruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desobstruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desobstruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desobstruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desobstruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desobstruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desobstruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desobstruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desobstruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desobstruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desobstruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desobstruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desobstruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desobstruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desobstruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desobstruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desobstruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desobstruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desobstruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desobstruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desobstruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desobstruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desobstruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desobstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desobstruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desobstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desobstruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desobstruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desobstruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desobstruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desobstruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desobstruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desobstruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desobstruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desobstruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desobstruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desobstruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desobstruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desobstruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desobstruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desobstruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desobstruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desobstruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desobstruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desobstruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desobstruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desobstruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desobstruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desobstruye" ; + {- VPB (Imper C.Sg C.P3) => -} "desobstruya" ; + {- VPB (Imper C.Pl C.P1) => -} "desobstruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desobstruid" ; + {- VPB (Imper C.Pl C.P3) => -} "desobstruyan" ; + {- VPB (Pass C.Sg Masc) => -} "desobstruido" ; + {- VPB (Pass C.Sg Fem) => -} "desobstruida" ; + {- VPB (Pass C.Pl Masc) => -} "desobstruidos" ; + {- VPB (Pass C.Pl Fem) => -} "desobstruidas" + ] + } ; + +lin destituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "destituir" ; + {- VI Ger => -} "destituyendo" ; + {- VI Part => -} "destituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "destituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "destituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "destituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "destituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "destituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "destituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "destituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "destituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "destituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "destituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "destituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "destituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "destituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "destituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destituye" ; + {- VPB (Imper C.Sg C.P3) => -} "destituya" ; + {- VPB (Imper C.Pl C.P1) => -} "destituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "destituid" ; + {- VPB (Imper C.Pl C.P3) => -} "destituyan" ; + {- VPB (Pass C.Sg Masc) => -} "destituido" ; + {- VPB (Pass C.Sg Fem) => -} "destituida" ; + {- VPB (Pass C.Pl Masc) => -} "destituidos" ; + {- VPB (Pass C.Pl Fem) => -} "destituidas" + ] + } ; + +lin destruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "destruir" ; + {- VI Ger => -} "destruyendo" ; + {- VI Part => -} "destruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "destruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "destruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "destruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "destruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "destruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "destruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "destruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "destruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "destruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "destruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "destruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "destruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "destruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "destruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destruye" ; + {- VPB (Imper C.Sg C.P3) => -} "destruya" ; + {- VPB (Imper C.Pl C.P1) => -} "destruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "destruid" ; + {- VPB (Imper C.Pl C.P3) => -} "destruyan" ; + {- VPB (Pass C.Sg Masc) => -} "destruido" ; + {- VPB (Pass C.Sg Fem) => -} "destruida" ; + {- VPB (Pass C.Pl Masc) => -} "destruidos" ; + {- VPB (Pass C.Pl Fem) => -} "destruidas" + ] + } ; + +lin difluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "difluir" ; + {- VI Ger => -} "difluyendo" ; + {- VI Part => -} "difluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "difluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "difluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "difluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "difluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "difluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "difluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "difluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "difluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "difluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "difluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "difluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "difluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "difluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "difluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "difluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "difluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "difluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "difluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "difluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "difluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "difluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "difluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "difluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "difluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "difluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "difluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "difluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "difluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "difluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "difluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "difluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "difluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "difluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "difluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "difluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "difluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "difluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "difluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "difluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "difluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "difluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "difluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "difluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "difluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "difluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "difluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "difluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "difluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "difluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "difluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "difluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "difluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "difluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "difluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "difluye" ; + {- VPB (Imper C.Sg C.P3) => -} "difluya" ; + {- VPB (Imper C.Pl C.P1) => -} "difluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "difluid" ; + {- VPB (Imper C.Pl C.P3) => -} "difluyan" ; + {- VPB (Pass C.Sg Masc) => -} "difluido" ; + {- VPB (Pass C.Sg Fem) => -} "difluida" ; + {- VPB (Pass C.Pl Masc) => -} "difluidos" ; + {- VPB (Pass C.Pl Fem) => -} "difluidas" + ] + } ; + +lin diluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "diluir" ; + {- VI Ger => -} "diluyendo" ; + {- VI Part => -} "diluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "diluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "diluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "diluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "diluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "diluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "diluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "diluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "diluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "diluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "diluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "diluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "diluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "diluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "diluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "diluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "diluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "diluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "diluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "diluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "diluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "diluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "diluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "diluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "diluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "diluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "diluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "diluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "diluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "diluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "diluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "diluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "diluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "diluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "diluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "diluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "diluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "diluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "diluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "diluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "diluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "diluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "diluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "diluye" ; + {- VPB (Imper C.Sg C.P3) => -} "diluya" ; + {- VPB (Imper C.Pl C.P1) => -} "diluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "diluid" ; + {- VPB (Imper C.Pl C.P3) => -} "diluyan" ; + {- VPB (Pass C.Sg Masc) => -} "diluido" ; + {- VPB (Pass C.Sg Fem) => -} "diluida" ; + {- VPB (Pass C.Pl Masc) => -} "diluidos" ; + {- VPB (Pass C.Pl Fem) => -} "diluidas" + ] + } ; + +lin diminuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "diminuir" ; + {- VI Ger => -} "diminuyendo" ; + {- VI Part => -} "diminuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "diminuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "diminuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "diminuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "diminuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "diminuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "diminuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diminuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diminuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diminuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "diminuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "diminuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diminuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diminuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "diminuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diminuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "diminuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "diminuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "diminuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "diminuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "diminuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "diminuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "diminuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "diminuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "diminuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "diminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "diminuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "diminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "diminuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "diminuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "diminuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "diminuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "diminuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "diminuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "diminuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "diminuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "diminuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "diminuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "diminuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "diminuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "diminuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "diminuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "diminuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "diminuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "diminuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "diminuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "diminuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diminuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diminuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diminuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diminuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diminuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diminuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "diminuye" ; + {- VPB (Imper C.Sg C.P3) => -} "diminuya" ; + {- VPB (Imper C.Pl C.P1) => -} "diminuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "diminuid" ; + {- VPB (Imper C.Pl C.P3) => -} "diminuyan" ; + {- VPB (Pass C.Sg Masc) => -} "diminuido" ; + {- VPB (Pass C.Sg Fem) => -} "diminuida" ; + {- VPB (Pass C.Pl Masc) => -} "diminuidos" ; + {- VPB (Pass C.Pl Fem) => -} "diminuidas" + ] + } ; + +lin disminuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "disminuir" ; + {- VI Ger => -} "disminuyendo" ; + {- VI Part => -} "disminuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "disminuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "disminuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "disminuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "disminuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "disminuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disminuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disminuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disminuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disminuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disminuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disminuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disminuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disminuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disminuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disminuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disminuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disminuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disminuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disminuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disminuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disminuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disminuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disminuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disminuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disminuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disminuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disminuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disminuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "disminuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "disminuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "disminuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "disminuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "disminuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "disminuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "disminuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "disminuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "disminuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "disminuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "disminuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disminuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disminuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disminuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disminuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disminuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disminuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disminuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disminuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disminuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disminuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disminuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "disminuye" ; + {- VPB (Imper C.Sg C.P3) => -} "disminuya" ; + {- VPB (Imper C.Pl C.P1) => -} "disminuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "disminuid" ; + {- VPB (Imper C.Pl C.P3) => -} "disminuyan" ; + {- VPB (Pass C.Sg Masc) => -} "disminuido" ; + {- VPB (Pass C.Sg Fem) => -} "disminuida" ; + {- VPB (Pass C.Pl Masc) => -} "disminuidos" ; + {- VPB (Pass C.Pl Fem) => -} "disminuidas" + ] + } ; + +lin distribuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "distribuir" ; + {- VI Ger => -} "distribuyendo" ; + {- VI Part => -} "distribuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "distribuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "distribuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "distribuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "distribuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "distribuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distribuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distribuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distribuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distribuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distribuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distribuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distribuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distribuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "distribuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "distribuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "distribuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "distribuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "distribuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "distribuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "distribuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "distribuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "distribuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "distribuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "distribuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distribuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distribuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distribuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distribuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distribuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distribuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distribuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "distribuye" ; + {- VPB (Imper C.Sg C.P3) => -} "distribuya" ; + {- VPB (Imper C.Pl C.P1) => -} "distribuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "distribuid" ; + {- VPB (Imper C.Pl C.P3) => -} "distribuyan" ; + {- VPB (Pass C.Sg Masc) => -} "distribuido" ; + {- VPB (Pass C.Sg Fem) => -} "distribuida" ; + {- VPB (Pass C.Pl Masc) => -} "distribuidos" ; + {- VPB (Pass C.Pl Fem) => -} "distribuidas" + ] + } ; + +lin efluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "efluir" ; + {- VI Ger => -} "efluyendo" ; + {- VI Part => -} "efluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "efluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "efluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "efluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "efluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "efluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "efluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "efluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "efluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "efluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "efluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "efluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "efluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "efluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "efluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "efluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "efluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "efluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "efluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "efluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "efluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "efluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "efluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "efluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "efluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "efluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "efluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "efluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "efluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "efluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "efluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "efluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "efluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "efluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "efluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "efluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "efluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "efluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "efluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "efluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "efluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "efluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "efluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "efluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "efluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "efluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "efluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "efluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "efluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "efluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "efluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "efluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "efluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "efluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "efluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "efluye" ; + {- VPB (Imper C.Sg C.P3) => -} "efluya" ; + {- VPB (Imper C.Pl C.P1) => -} "efluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "efluid" ; + {- VPB (Imper C.Pl C.P3) => -} "efluyan" ; + {- VPB (Pass C.Sg Masc) => -} "efluido" ; + {- VPB (Pass C.Sg Fem) => -} "efluida" ; + {- VPB (Pass C.Pl Masc) => -} "efluidos" ; + {- VPB (Pass C.Pl Fem) => -} "efluidas" + ] + } ; + +lin esmuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "esmuir" ; + {- VI Ger => -} "esmuyendo" ; + {- VI Part => -} "esmuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "esmuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "esmuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "esmuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "esmuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "esmuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esmuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esmuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esmuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esmuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esmuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esmuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esmuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esmuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esmuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esmuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esmuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esmuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esmuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esmuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esmuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esmuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esmuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esmuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esmuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esmuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esmuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esmuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esmuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esmuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esmuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "esmuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "esmuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "esmuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "esmuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "esmuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "esmuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "esmuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "esmuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "esmuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "esmuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "esmuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esmuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esmuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esmuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esmuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esmuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esmuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esmuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esmuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esmuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esmuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esmuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "esmuye" ; + {- VPB (Imper C.Sg C.P3) => -} "esmuya" ; + {- VPB (Imper C.Pl C.P1) => -} "esmuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "esmuid" ; + {- VPB (Imper C.Pl C.P3) => -} "esmuyan" ; + {- VPB (Pass C.Sg Masc) => -} "esmuido" ; + {- VPB (Pass C.Sg Fem) => -} "esmuida" ; + {- VPB (Pass C.Pl Masc) => -} "esmuidos" ; + {- VPB (Pass C.Pl Fem) => -} "esmuidas" + ] + } ; + +lin estatuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "estatuir" ; + {- VI Ger => -} "estatuyendo" ; + {- VI Part => -} "estatuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estatuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estatuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "estatuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estatuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estatuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estatuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estatuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estatuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estatuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estatuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estatuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estatuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estatuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estatuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estatuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estatuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estatuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estatuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estatuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estatuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estatuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estatuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estatuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estatuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estatuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estatuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estatuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estatuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estatuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estatuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estatuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estatuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estatuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estatuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estatuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estatuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estatuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estatuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estatuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estatuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estatuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estatuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estatuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estatuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estatuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estatuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estatuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estatuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estatuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estatuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estatuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estatuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "estatuye" ; + {- VPB (Imper C.Sg C.P3) => -} "estatuya" ; + {- VPB (Imper C.Pl C.P1) => -} "estatuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "estatuid" ; + {- VPB (Imper C.Pl C.P3) => -} "estatuyan" ; + {- VPB (Pass C.Sg Masc) => -} "estatuido" ; + {- VPB (Pass C.Sg Fem) => -} "estatuida" ; + {- VPB (Pass C.Pl Masc) => -} "estatuidos" ; + {- VPB (Pass C.Pl Fem) => -} "estatuidas" + ] + } ; + +lin excluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "excluir" ; + {- VI Ger => -} "excluyendo" ; + {- VI Part => -} "excluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "excluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "excluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "excluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "excluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "excluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "excluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "excluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "excluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "excluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "excluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "excluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "excluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "excluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "excluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "excluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "excluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "excluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "excluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "excluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "excluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "excluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "excluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "excluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "excluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "excluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "excluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "excluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "excluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "excluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "excluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "excluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "excluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "excluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "excluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "excluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "excluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "excluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "excluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "excluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "excluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "excluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "excluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "excluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "excluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "excluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "excluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "excluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "excluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "excluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "excluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "excluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "excluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "excluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "excluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "excluye" ; + {- VPB (Imper C.Sg C.P3) => -} "excluya" ; + {- VPB (Imper C.Pl C.P1) => -} "excluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "excluid" ; + {- VPB (Imper C.Pl C.P3) => -} "excluyan" ; + {- VPB (Pass C.Sg Masc) => -} "excluido" ; + {- VPB (Pass C.Sg Fem) => -} "excluida" ; + {- VPB (Pass C.Pl Masc) => -} "excluidos" ; + {- VPB (Pass C.Pl Fem) => -} "excluidas" + ] + } ; + +lin fluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fluir" ; + {- VI Ger => -} "fluyendo" ; + {- VI Part => -} "fluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fluye" ; + {- VPB (Imper C.Sg C.P3) => -} "fluya" ; + {- VPB (Imper C.Pl C.P1) => -} "fluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fluid" ; + {- VPB (Imper C.Pl C.P3) => -} "fluyan" ; + {- VPB (Pass C.Sg Masc) => -} "fluido" ; + {- VPB (Pass C.Sg Fem) => -} "fluida" ; + {- VPB (Pass C.Pl Masc) => -} "fluidos" ; + {- VPB (Pass C.Pl Fem) => -} "fluidas" + ] + } ; + +lin fruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fruir" ; + {- VI Ger => -} "fruyendo" ; + {- VI Part => -} "fruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "fruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "fruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "fruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "fruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fruye" ; + {- VPB (Imper C.Sg C.P3) => -} "fruya" ; + {- VPB (Imper C.Pl C.P1) => -} "fruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fruid" ; + {- VPB (Imper C.Pl C.P3) => -} "fruyan" ; + {- VPB (Pass C.Sg Masc) => -} "fruido" ; + {- VPB (Pass C.Sg Fem) => -} "fruida" ; + {- VPB (Pass C.Pl Masc) => -} "fruidos" ; + {- VPB (Pass C.Pl Fem) => -} "fruidas" + ] + } ; + +lin gruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "gruir" ; + {- VI Ger => -} "gruyendo" ; + {- VI Part => -} "gruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "gruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "gruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "gruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "gruye" ; + {- VPB (Imper C.Sg C.P3) => -} "gruya" ; + {- VPB (Imper C.Pl C.P1) => -} "gruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gruid" ; + {- VPB (Imper C.Pl C.P3) => -} "gruyan" ; + {- VPB (Pass C.Sg Masc) => -} "gruido" ; + {- VPB (Pass C.Sg Fem) => -} "gruida" ; + {- VPB (Pass C.Pl Masc) => -} "gruidos" ; + {- VPB (Pass C.Pl Fem) => -} "gruidas" + ] + } ; + +lin huir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "huir" ; + {- VI Ger => -} "huyendo" ; + {- VI Part => -} "huido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "huyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "huyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "huye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "huimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "huís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "huyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "huya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "huyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "huya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "huyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "huyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "huyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "huía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "huías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "huía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "huíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "huíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "huían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "huyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "huyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "huyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "huyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "huyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "huyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "huyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "huyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "huyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "huyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "huyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "huyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "huí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "huiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "huyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "huimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "huisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "huyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "huiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "huirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "huirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "huiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "huiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "huirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "huyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "huyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "huyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "huyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "huyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "huyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "huiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "huirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "huiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "huiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "huiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "huirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "huye" ; + {- VPB (Imper C.Sg C.P3) => -} "huya" ; + {- VPB (Imper C.Pl C.P1) => -} "huyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "huid" ; + {- VPB (Imper C.Pl C.P3) => -} "huyan" ; + {- VPB (Pass C.Sg Masc) => -} "huido" ; + {- VPB (Pass C.Sg Fem) => -} "huida" ; + {- VPB (Pass C.Pl Masc) => -} "huidos" ; + {- VPB (Pass C.Pl Fem) => -} "huidas" + ] + } ; + +lin imbuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "imbuir" ; + {- VI Ger => -} "imbuyendo" ; + {- VI Part => -} "imbuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "imbuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "imbuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "imbuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "imbuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "imbuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imbuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "imbuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "imbuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "imbuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "imbuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "imbuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "imbuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "imbuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "imbuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "imbuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "imbuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "imbuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "imbuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "imbuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "imbuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "imbuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "imbuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "imbuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "imbuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "imbuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "imbuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "imbuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "imbuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "imbuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "imbuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "imbuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "imbuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "imbuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "imbuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "imbuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "imbuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "imbuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "imbuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "imbuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "imbuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "imbuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "imbuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "imbuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "imbuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "imbuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "imbuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "imbuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "imbuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "imbuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "imbuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "imbuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "imbuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "imbuye" ; + {- VPB (Imper C.Sg C.P3) => -} "imbuya" ; + {- VPB (Imper C.Pl C.P1) => -} "imbuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "imbuid" ; + {- VPB (Imper C.Pl C.P3) => -} "imbuyan" ; + {- VPB (Pass C.Sg Masc) => -} "imbuido" ; + {- VPB (Pass C.Sg Fem) => -} "imbuida" ; + {- VPB (Pass C.Pl Masc) => -} "imbuidos" ; + {- VPB (Pass C.Pl Fem) => -} "imbuidas" + ] + } ; + +lin incluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "incluir" ; + {- VI Ger => -} "incluyendo" ; + {- VI Part => -} "incluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "incluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "incluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "incluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "incluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "incluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "incluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "incluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "incluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "incluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "incluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "incluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "incluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "incluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "incluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "incluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "incluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "incluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "incluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "incluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "incluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "incluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "incluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "incluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "incluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "incluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "incluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "incluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "incluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "incluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "incluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "incluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "incluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "incluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "incluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "incluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "incluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "incluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "incluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "incluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "incluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "incluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "incluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "incluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "incluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "incluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "incluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "incluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "incluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "incluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "incluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "incluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "incluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "incluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "incluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "incluye" ; + {- VPB (Imper C.Sg C.P3) => -} "incluya" ; + {- VPB (Imper C.Pl C.P1) => -} "incluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "incluid" ; + {- VPB (Imper C.Pl C.P3) => -} "incluyan" ; + {- VPB (Pass C.Sg Masc) => -} "incluido" ; + {- VPB (Pass C.Sg Fem) => -} "incluida" ; + {- VPB (Pass C.Pl Masc) => -} "incluidos" ; + {- VPB (Pass C.Pl Fem) => -} "incluidas" + ] + } ; + +lin influir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "influir" ; + {- VI Ger => -} "influyendo" ; + {- VI Part => -} "influido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "influyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "influyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "influye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "influimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "influís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "influyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "influya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "influyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "influya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "influyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "influyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "influyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "influía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "influías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "influía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "influíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "influíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "influían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "influyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "influyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "influyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "influyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "influyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "influyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "influyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "influyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "influyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "influyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "influyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "influyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "influí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "influiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "influyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "influimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "influisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "influyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "influiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "influirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "influirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "influiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "influiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "influirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "influyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "influyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "influyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "influyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "influyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "influyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "influiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "influirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "influiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "influiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "influiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "influirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "influye" ; + {- VPB (Imper C.Sg C.P3) => -} "influya" ; + {- VPB (Imper C.Pl C.P1) => -} "influyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "influid" ; + {- VPB (Imper C.Pl C.P3) => -} "influyan" ; + {- VPB (Pass C.Sg Masc) => -} "influido" ; + {- VPB (Pass C.Sg Fem) => -} "influida" ; + {- VPB (Pass C.Pl Masc) => -} "influidos" ; + {- VPB (Pass C.Pl Fem) => -} "influidas" + ] + } ; + +lin inmiscuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inmiscuir" ; + {- VI Ger => -} "inmiscuyendo" ; + {- VI Part => -} "inmiscuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "inmiscuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "inmiscuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inmiscuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inmiscuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inmiscuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inmiscuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inmiscuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inmiscuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inmiscuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inmiscuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inmiscuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inmiscuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inmiscuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inmiscuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inmiscuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inmiscuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inmiscuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inmiscuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inmiscuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inmiscuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inmiscuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inmiscuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inmiscuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inmiscuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inmiscuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inmiscuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inmiscuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inmiscuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inmiscuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inmiscuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "inmiscuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "inmiscuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "inmiscuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "inmiscuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "inmiscuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "inmiscuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "inmiscuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inmiscuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inmiscuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "inmiscuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "inmiscuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inmiscuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inmiscuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inmiscuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inmiscuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inmiscuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inmiscuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inmiscuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inmiscuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inmiscuye" ; + {- VPB (Imper C.Sg C.P3) => -} "inmiscuya" ; + {- VPB (Imper C.Pl C.P1) => -} "inmiscuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "inmiscuid" ; + {- VPB (Imper C.Pl C.P3) => -} "inmiscuyan" ; + {- VPB (Pass C.Sg Masc) => -} "inmiscuido" ; + {- VPB (Pass C.Sg Fem) => -} "inmiscuida" ; + {- VPB (Pass C.Pl Masc) => -} "inmiscuidos" ; + {- VPB (Pass C.Pl Fem) => -} "inmiscuidas" + ] + } ; + +lin instituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "instituir" ; + {- VI Ger => -} "instituyendo" ; + {- VI Part => -} "instituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "instituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "instituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "instituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "instituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "instituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "instituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "instituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "instituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "instituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "instituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "instituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "instituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "instituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "instituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "instituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "instituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "instituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "instituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "instituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "instituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "instituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "instituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "instituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "instituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "instituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "instituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "instituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "instituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "instituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "instituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "instituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "instituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "instituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "instituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "instituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "instituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "instituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "instituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "instituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "instituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "instituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "instituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "instituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "instituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "instituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "instituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "instituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "instituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "instituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "instituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "instituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "instituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "instituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "instituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "instituye" ; + {- VPB (Imper C.Sg C.P3) => -} "instituya" ; + {- VPB (Imper C.Pl C.P1) => -} "instituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "instituid" ; + {- VPB (Imper C.Pl C.P3) => -} "instituyan" ; + {- VPB (Pass C.Sg Masc) => -} "instituido" ; + {- VPB (Pass C.Sg Fem) => -} "instituida" ; + {- VPB (Pass C.Pl Masc) => -} "instituidos" ; + {- VPB (Pass C.Pl Fem) => -} "instituidas" + ] + } ; + +lin instruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "instruir" ; + {- VI Ger => -} "instruyendo" ; + {- VI Part => -} "instruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "instruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "instruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "instruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "instruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "instruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "instruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "instruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "instruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "instruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "instruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "instruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "instruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "instruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "instruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "instruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "instruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "instruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "instruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "instruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "instruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "instruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "instruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "instruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "instruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "instruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "instruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "instruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "instruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "instruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "instruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "instruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "instruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "instruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "instruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "instruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "instruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "instruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "instruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "instruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "instruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "instruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "instruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "instruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "instruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "instruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "instruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "instruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "instruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "instruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "instruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "instruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "instruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "instruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "instruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "instruye" ; + {- VPB (Imper C.Sg C.P3) => -} "instruya" ; + {- VPB (Imper C.Pl C.P1) => -} "instruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "instruid" ; + {- VPB (Imper C.Pl C.P3) => -} "instruyan" ; + {- VPB (Pass C.Sg Masc) => -} "instruido" ; + {- VPB (Pass C.Sg Fem) => -} "instruida" ; + {- VPB (Pass C.Pl Masc) => -} "instruidos" ; + {- VPB (Pass C.Pl Fem) => -} "instruidas" + ] + } ; + +lin intuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "intuir" ; + {- VI Ger => -} "intuyendo" ; + {- VI Part => -} "intuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "intuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "intuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "intuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "intuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "intuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "intuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "intuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "intuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "intuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "intuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "intuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "intuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "intuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "intuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "intuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "intuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "intuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "intuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "intuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "intuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "intuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "intuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "intuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "intuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "intuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "intuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "intuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "intuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "intuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "intuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "intuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "intuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "intuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "intuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "intuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "intuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "intuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "intuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "intuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "intuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "intuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "intuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "intuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "intuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "intuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "intuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "intuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "intuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "intuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "intuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "intuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "intuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "intuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "intuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "intuye" ; + {- VPB (Imper C.Sg C.P3) => -} "intuya" ; + {- VPB (Imper C.Pl C.P1) => -} "intuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "intuid" ; + {- VPB (Imper C.Pl C.P3) => -} "intuyan" ; + {- VPB (Pass C.Sg Masc) => -} "intuido" ; + {- VPB (Pass C.Sg Fem) => -} "intuida" ; + {- VPB (Pass C.Pl Masc) => -} "intuidos" ; + {- VPB (Pass C.Pl Fem) => -} "intuidas" + ] + } ; + +lin irruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "irruir" ; + {- VI Ger => -} "irruyendo" ; + {- VI Part => -} "irruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "irruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "irruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "irruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "irruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "irruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "irruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "irruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "irruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "irruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "irruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "irruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "irruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "irruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "irruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "irruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "irruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "irruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "irruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "irruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "irruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "irruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "irruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "irruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "irruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "irruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "irruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "irruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "irruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "irruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "irruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "irruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "irruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "irruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "irruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "irruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "irruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "irruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "irruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "irruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "irruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "irruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "irruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "irruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "irruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "irruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "irruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "irruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "irruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "irruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "irruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "irruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "irruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "irruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "irruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "irruye" ; + {- VPB (Imper C.Sg C.P3) => -} "irruya" ; + {- VPB (Imper C.Pl C.P1) => -} "irruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "irruid" ; + {- VPB (Imper C.Pl C.P3) => -} "irruyan" ; + {- VPB (Pass C.Sg Masc) => -} "irruido" ; + {- VPB (Pass C.Sg Fem) => -} "irruida" ; + {- VPB (Pass C.Pl Masc) => -} "irruidos" ; + {- VPB (Pass C.Pl Fem) => -} "irruidas" + ] + } ; + +lin luir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "luir" ; + {- VI Ger => -} "luyendo" ; + {- VI Part => -} "luido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "luyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "luyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "luye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "luimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "luís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "luyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "luya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "luyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "luya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "luyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "luyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "luyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "luía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "luías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "luía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "luíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "luíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "luían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "luyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "luyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "luyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "luyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "luyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "luyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "luyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "luyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "luyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "luyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "luyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "luyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "luí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "luiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "luyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "luimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "luisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "luyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "luiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "luirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "luirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "luiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "luiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "luirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "luyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "luyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "luyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "luyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "luyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "luyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "luiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "luirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "luiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "luiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "luiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "luirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "luye" ; + {- VPB (Imper C.Sg C.P3) => -} "luya" ; + {- VPB (Imper C.Pl C.P1) => -} "luyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "luid" ; + {- VPB (Imper C.Pl C.P3) => -} "luyan" ; + {- VPB (Pass C.Sg Masc) => -} "luido" ; + {- VPB (Pass C.Sg Fem) => -} "luida" ; + {- VPB (Pass C.Pl Masc) => -} "luidos" ; + {- VPB (Pass C.Pl Fem) => -} "luidas" + ] + } ; + +lin obstruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "obstruir" ; + {- VI Ger => -} "obstruyendo" ; + {- VI Part => -} "obstruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "obstruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "obstruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "obstruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "obstruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "obstruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obstruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obstruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obstruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obstruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obstruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obstruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obstruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obstruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obstruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obstruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obstruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obstruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obstruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obstruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obstruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obstruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obstruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obstruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obstruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obstruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obstruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obstruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obstruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "obstruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "obstruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "obstruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "obstruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "obstruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "obstruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "obstruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "obstruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "obstruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "obstruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "obstruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obstruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obstruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obstruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obstruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obstruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obstruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obstruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obstruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obstruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obstruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obstruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "obstruye" ; + {- VPB (Imper C.Sg C.P3) => -} "obstruya" ; + {- VPB (Imper C.Pl C.P1) => -} "obstruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "obstruid" ; + {- VPB (Imper C.Pl C.P3) => -} "obstruyan" ; + {- VPB (Pass C.Sg Masc) => -} "obstruido" ; + {- VPB (Pass C.Sg Fem) => -} "obstruida" ; + {- VPB (Pass C.Pl Masc) => -} "obstruidos" ; + {- VPB (Pass C.Pl Fem) => -} "obstruidas" + ] + } ; + +lin ocluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ocluir" ; + {- VI Ger => -} "ocluyendo" ; + {- VI Part => -} "ocluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ocluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ocluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ocluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ocluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ocluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ocluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ocluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ocluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ocluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ocluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ocluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ocluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ocluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ocluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ocluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ocluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ocluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ocluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ocluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ocluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ocluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ocluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ocluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ocluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ocluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ocluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ocluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ocluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ocluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ocluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ocluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ocluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ocluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ocluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ocluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ocluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ocluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ocluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ocluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ocluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ocluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ocluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ocluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ocluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ocluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ocluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ocluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ocluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ocluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ocluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ocluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ocluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ocluye" ; + {- VPB (Imper C.Sg C.P3) => -} "ocluya" ; + {- VPB (Imper C.Pl C.P1) => -} "ocluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ocluid" ; + {- VPB (Imper C.Pl C.P3) => -} "ocluyan" ; + {- VPB (Pass C.Sg Masc) => -} "ocluido" ; + {- VPB (Pass C.Sg Fem) => -} "ocluida" ; + {- VPB (Pass C.Pl Masc) => -} "ocluidos" ; + {- VPB (Pass C.Pl Fem) => -} "ocluidas" + ] + } ; + +lin prostituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prostituir" ; + {- VI Ger => -} "prostituyendo" ; + {- VI Part => -} "prostituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prostituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prostituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prostituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prostituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prostituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prostituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prostituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prostituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prostituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prostituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prostituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prostituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prostituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prostituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prostituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prostituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prostituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prostituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prostituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prostituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prostituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prostituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prostituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prostituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prostituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prostituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prostituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prostituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prostituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prostituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prostituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prostituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prostituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prostituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prostituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prostituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prostituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prostituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prostituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prostituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prostituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prostituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prostituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prostituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prostituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prostituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prostituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prostituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prostituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prostituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prostituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prostituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prostituye" ; + {- VPB (Imper C.Sg C.P3) => -} "prostituya" ; + {- VPB (Imper C.Pl C.P1) => -} "prostituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prostituid" ; + {- VPB (Imper C.Pl C.P3) => -} "prostituyan" ; + {- VPB (Pass C.Sg Masc) => -} "prostituido" ; + {- VPB (Pass C.Sg Fem) => -} "prostituida" ; + {- VPB (Pass C.Pl Masc) => -} "prostituidos" ; + {- VPB (Pass C.Pl Fem) => -} "prostituidas" + ] + } ; + +lin reargüir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reargüir" ; + {- VI Ger => -} "reargüyendo" ; + {- VI Part => -} "reargüido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reargüyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reargüyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reargüye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reargüimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reargüís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reargüyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reargüya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reargüyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reargüya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reargüyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reargüyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reargüyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reargüía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reargüías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reargüía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reargüíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reargüíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reargüían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reargüyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reargüyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reargüyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reargüyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reargüyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reargüyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reargüyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reargüyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reargüyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reargüyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reargüí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reargüiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reargüyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reargüimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reargüisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reargüyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reargüiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reargüirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reargüirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reargüiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reargüiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reargüirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reargüyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reargüyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reargüyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reargüyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reargüyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reargüyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reargüiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reargüirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reargüiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reargüiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reargüiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reargüirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reargüye" ; + {- VPB (Imper C.Sg C.P3) => -} "reargüya" ; + {- VPB (Imper C.Pl C.P1) => -} "reargüyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reargüid" ; + {- VPB (Imper C.Pl C.P3) => -} "reargüyan" ; + {- VPB (Pass C.Sg Masc) => -} "reargüido" ; + {- VPB (Pass C.Sg Fem) => -} "reargüida" ; + {- VPB (Pass C.Pl Masc) => -} "reargüidos" ; + {- VPB (Pass C.Pl Fem) => -} "reargüidas" + ] + } ; + +lin recluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "recluir" ; + {- VI Ger => -} "recluyendo" ; + {- VI Part => -} "recluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "recluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "recluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "recluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "recluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "recluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "recluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "recluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "recluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recluye" ; + {- VPB (Imper C.Sg C.P3) => -} "recluya" ; + {- VPB (Imper C.Pl C.P1) => -} "recluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "recluid" ; + {- VPB (Imper C.Pl C.P3) => -} "recluyan" ; + {- VPB (Pass C.Sg Masc) => -} "recluido" ; + {- VPB (Pass C.Sg Fem) => -} "recluida" ; + {- VPB (Pass C.Pl Masc) => -} "recluidos" ; + {- VPB (Pass C.Pl Fem) => -} "recluidas" + ] + } ; + +lin reconstituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconstituir" ; + {- VI Ger => -} "reconstituyendo" ; + {- VI Part => -} "reconstituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconstituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconstituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconstituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconstituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconstituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconstituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconstituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconstituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconstituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconstituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconstituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconstituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconstituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconstituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconstituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconstituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconstituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconstituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconstituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconstituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconstituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconstituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconstituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconstituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconstituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconstituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconstituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconstituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconstituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconstituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconstituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reconstituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reconstituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reconstituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reconstituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reconstituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconstituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconstituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconstituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconstituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconstituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconstituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconstituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconstituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconstituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconstituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconstituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconstituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconstituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconstituye" ; + {- VPB (Imper C.Sg C.P3) => -} "reconstituya" ; + {- VPB (Imper C.Pl C.P1) => -} "reconstituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconstituid" ; + {- VPB (Imper C.Pl C.P3) => -} "reconstituyan" ; + {- VPB (Pass C.Sg Masc) => -} "reconstituido" ; + {- VPB (Pass C.Sg Fem) => -} "reconstituida" ; + {- VPB (Pass C.Pl Masc) => -} "reconstituidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconstituidas" + ] + } ; + +lin reconstruir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconstruir" ; + {- VI Ger => -} "reconstruyendo" ; + {- VI Part => -} "reconstruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconstruyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconstruyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconstruye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconstruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconstruís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconstruyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconstruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconstruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconstruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconstruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconstruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconstruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconstruía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconstruías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconstruía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconstruíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconstruíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconstruían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconstruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconstruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconstruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconstruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconstruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconstruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconstruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconstruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconstruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconstruyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconstruí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reconstruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reconstruyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reconstruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reconstruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reconstruyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconstruiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconstruirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconstruirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconstruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconstruiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconstruirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconstruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconstruiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconstruirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconstruiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconstruiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconstruiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconstruirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconstruye" ; + {- VPB (Imper C.Sg C.P3) => -} "reconstruya" ; + {- VPB (Imper C.Pl C.P1) => -} "reconstruyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconstruid" ; + {- VPB (Imper C.Pl C.P3) => -} "reconstruyan" ; + {- VPB (Pass C.Sg Masc) => -} "reconstruido" ; + {- VPB (Pass C.Sg Fem) => -} "reconstruida" ; + {- VPB (Pass C.Pl Masc) => -} "reconstruidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconstruidas" + ] + } ; + +lin redargüir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "redargüir" ; + {- VI Ger => -} "redargüyendo" ; + {- VI Part => -} "redargüido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "redargüyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "redargüyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "redargüye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "redargüimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "redargüís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redargüyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "redargüya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redargüyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "redargüya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redargüyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redargüyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redargüyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redargüía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redargüías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redargüía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redargüíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redargüíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redargüían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redargüyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redargüyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redargüyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redargüyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redargüyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redargüyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redargüyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redargüyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redargüyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redargüyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "redargüí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "redargüiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "redargüyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "redargüimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "redargüisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "redargüyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "redargüiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "redargüirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "redargüirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "redargüiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "redargüiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redargüirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redargüyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redargüyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redargüyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redargüyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redargüyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redargüyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redargüiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redargüirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redargüiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "redargüiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redargüiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redargüirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "redargüye" ; + {- VPB (Imper C.Sg C.P3) => -} "redargüya" ; + {- VPB (Imper C.Pl C.P1) => -} "redargüyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "redargüid" ; + {- VPB (Imper C.Pl C.P3) => -} "redargüyan" ; + {- VPB (Pass C.Sg Masc) => -} "redargüido" ; + {- VPB (Pass C.Sg Fem) => -} "redargüida" ; + {- VPB (Pass C.Pl Masc) => -} "redargüidos" ; + {- VPB (Pass C.Pl Fem) => -} "redargüidas" + ] + } ; + +lin redistribuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "redistribuir" ; + {- VI Ger => -} "redistribuyendo" ; + {- VI Part => -} "redistribuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "redistribuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "redistribuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "redistribuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "redistribuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "redistribuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redistribuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "redistribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redistribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "redistribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redistribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redistribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redistribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redistribuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redistribuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redistribuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redistribuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redistribuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redistribuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redistribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redistribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redistribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redistribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redistribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redistribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redistribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redistribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redistribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redistribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redistribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redistribuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "redistribuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "redistribuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "redistribuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "redistribuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "redistribuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "redistribuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "redistribuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "redistribuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "redistribuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "redistribuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "redistribuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redistribuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redistribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redistribuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redistribuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redistribuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "redistribuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redistribuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redistribuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "redistribuye" ; + {- VPB (Imper C.Sg C.P3) => -} "redistribuya" ; + {- VPB (Imper C.Pl C.P1) => -} "redistribuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "redistribuid" ; + {- VPB (Imper C.Pl C.P3) => -} "redistribuyan" ; + {- VPB (Pass C.Sg Masc) => -} "redistribuido" ; + {- VPB (Pass C.Sg Fem) => -} "redistribuida" ; + {- VPB (Pass C.Pl Masc) => -} "redistribuidos" ; + {- VPB (Pass C.Pl Fem) => -} "redistribuidas" + ] + } ; + +lin refluir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "refluir" ; + {- VI Ger => -} "refluyendo" ; + {- VI Part => -} "refluido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refluyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refluyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refluye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "refluimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "refluís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refluyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refluía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refluías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refluía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refluíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refluíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refluían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refluyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "refluí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refluiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refluyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "refluimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "refluisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "refluyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "refluiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "refluirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "refluirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "refluiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "refluiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refluirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refluiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refluirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refluiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refluiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refluiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refluirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refluye" ; + {- VPB (Imper C.Sg C.P3) => -} "refluya" ; + {- VPB (Imper C.Pl C.P1) => -} "refluyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "refluid" ; + {- VPB (Imper C.Pl C.P3) => -} "refluyan" ; + {- VPB (Pass C.Sg Masc) => -} "refluido" ; + {- VPB (Pass C.Sg Fem) => -} "refluida" ; + {- VPB (Pass C.Pl Masc) => -} "refluidos" ; + {- VPB (Pass C.Pl Fem) => -} "refluidas" + ] + } ; + +lin rehuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rehuir" ; + {- VI Ger => -} "rehuyendo" ; + {- VI Part => -} "rehuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rehuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rehuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rehuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rehuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rehuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rehuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rehuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rehuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rehuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rehuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rehuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rehuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehuye" ; + {- VPB (Imper C.Sg C.P3) => -} "rehuya" ; + {- VPB (Imper C.Pl C.P1) => -} "rehuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rehuid" ; + {- VPB (Imper C.Pl C.P3) => -} "rehuyan" ; + {- VPB (Pass C.Sg Masc) => -} "rehuido" ; + {- VPB (Pass C.Sg Fem) => -} "rehuida" ; + {- VPB (Pass C.Pl Masc) => -} "rehuidos" ; + {- VPB (Pass C.Pl Fem) => -} "rehuidas" + ] + } ; + +lin restituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "restituir" ; + {- VI Ger => -} "restituyendo" ; + {- VI Part => -} "restituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "restituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "restituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "restituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "restituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "restituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "restituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "restituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "restituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "restituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "restituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "restituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "restituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "restituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "restituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "restituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "restituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "restituye" ; + {- VPB (Imper C.Sg C.P3) => -} "restituya" ; + {- VPB (Imper C.Pl C.P1) => -} "restituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "restituid" ; + {- VPB (Imper C.Pl C.P3) => -} "restituyan" ; + {- VPB (Pass C.Sg Masc) => -} "restituido" ; + {- VPB (Pass C.Sg Fem) => -} "restituida" ; + {- VPB (Pass C.Pl Masc) => -} "restituidos" ; + {- VPB (Pass C.Pl Fem) => -} "restituidas" + ] + } ; + +lin retribuir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retribuir" ; + {- VI Ger => -} "retribuyendo" ; + {- VI Part => -} "retribuido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retribuyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retribuyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retribuye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retribuimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retribuís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retribuyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retribuía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retribuías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retribuía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retribuíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retribuíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retribuían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retribuyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retribuí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retribuiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retribuyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retribuimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retribuisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retribuyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retribuiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retribuirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retribuirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retribuiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retribuiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retribuirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retribuiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retribuirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retribuiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retribuiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retribuiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retribuirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retribuye" ; + {- VPB (Imper C.Sg C.P3) => -} "retribuya" ; + {- VPB (Imper C.Pl C.P1) => -} "retribuyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retribuid" ; + {- VPB (Imper C.Pl C.P3) => -} "retribuyan" ; + {- VPB (Pass C.Sg Masc) => -} "retribuido" ; + {- VPB (Pass C.Sg Fem) => -} "retribuida" ; + {- VPB (Pass C.Pl Masc) => -} "retribuidos" ; + {- VPB (Pass C.Pl Fem) => -} "retribuidas" + ] + } ; + +lin substituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "substituir" ; + {- VI Ger => -} "substituyendo" ; + {- VI Part => -} "substituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "substituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "substituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "substituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "substituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "substituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "substituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "substituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "substituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "substituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "substituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "substituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "substituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "substituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "substituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "substituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "substituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "substituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "substituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "substituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "substituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "substituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "substituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "substituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "substituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "substituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "substituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "substituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "substituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "substituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "substituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "substituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "substituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "substituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "substituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "substituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "substituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "substituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "substituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "substituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "substituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "substituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "substituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "substituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "substituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "substituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "substituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "substituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "substituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "substituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "substituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "substituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "substituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "substituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "substituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "substituye" ; + {- VPB (Imper C.Sg C.P3) => -} "substituya" ; + {- VPB (Imper C.Pl C.P1) => -} "substituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "substituid" ; + {- VPB (Imper C.Pl C.P3) => -} "substituyan" ; + {- VPB (Pass C.Sg Masc) => -} "substituido" ; + {- VPB (Pass C.Sg Fem) => -} "substituida" ; + {- VPB (Pass C.Pl Masc) => -} "substituidos" ; + {- VPB (Pass C.Pl Fem) => -} "substituidas" + ] + } ; + +lin sustituir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sustituir" ; + {- VI Ger => -} "sustituyendo" ; + {- VI Part => -} "sustituido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sustituyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sustituyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sustituye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sustituimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sustituís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sustituyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sustituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sustituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sustituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sustituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sustituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sustituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sustituía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sustituías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sustituía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sustituíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sustituíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sustituían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sustituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sustituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sustituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sustituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sustituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sustituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sustituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sustituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sustituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sustituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sustituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sustituyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sustituí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sustituiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sustituyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sustituimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sustituisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sustituyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sustituiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sustituirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sustituirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sustituiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sustituiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sustituirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sustituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sustituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sustituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sustituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sustituiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sustituirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sustituiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sustituiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sustituiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sustituirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sustituye" ; + {- VPB (Imper C.Sg C.P3) => -} "sustituya" ; + {- VPB (Imper C.Pl C.P1) => -} "sustituyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sustituid" ; + {- VPB (Imper C.Pl C.P3) => -} "sustituyan" ; + {- VPB (Pass C.Sg Masc) => -} "sustituido" ; + {- VPB (Pass C.Sg Fem) => -} "sustituida" ; + {- VPB (Pass C.Pl Masc) => -} "sustituidos" ; + {- VPB (Pass C.Pl Fem) => -} "sustituidas" + ] + } ; + +lin coercer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "coercer" ; + {- VI Ger => -} "coerciendo" ; + {- VI Part => -} "coercido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "coerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coerces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "coerce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "coercemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "coercéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coerzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coerzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coercía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coercías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coercía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coercíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coercíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coercían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coerciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coercieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coerciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coerciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coercierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coercieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coercieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coerciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coercieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coerciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "coercí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "coerciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coerció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "coercimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "coercisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "coercieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "coerceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "coercerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "coercerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "coerceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "coerceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coercerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coerciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coercieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coerciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coerciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coerciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coercieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coercería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coercerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coercería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coerceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coerceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coercerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "coerce" ; + {- VPB (Imper C.Sg C.P3) => -} "coerza" ; + {- VPB (Imper C.Pl C.P1) => -} "coerzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "coerced" ; + {- VPB (Imper C.Pl C.P3) => -} "coerzan" ; + {- VPB (Pass C.Sg Masc) => -} "coercido" ; + {- VPB (Pass C.Sg Fem) => -} "coercida" ; + {- VPB (Pass C.Pl Masc) => -} "coercidos" ; + {- VPB (Pass C.Pl Fem) => -} "coercidas" + ] + } ; + +lin convencer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "convencer" ; + {- VI Ger => -} "convenciendo" ; + {- VI Part => -} "convencido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "convenzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "convences" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "convence" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "convencemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "convencéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convenza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "convenzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convenza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convenzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convenzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "convenzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convencía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convencías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convencía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convencíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convencíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convencían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convenciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convencieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convenciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convenciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convencierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convencieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convenciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convencieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convenciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convenciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convencieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convenciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "convencí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "convenciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "convenció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "convencimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "convencisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "convencieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "convenceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "convencerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "convencerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "convenceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "convenceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convencerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convenciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convencieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convenciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convenciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convenciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convencieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convencería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convencerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convencería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convenceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convenceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convencerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "convence" ; + {- VPB (Imper C.Sg C.P3) => -} "convenza" ; + {- VPB (Imper C.Pl C.P1) => -} "convenzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "convenced" ; + {- VPB (Imper C.Pl C.P3) => -} "convenzan" ; + {- VPB (Pass C.Sg Masc) => -} "convencido" ; + {- VPB (Pass C.Sg Fem) => -} "convencida" ; + {- VPB (Pass C.Pl Masc) => -} "convencidos" ; + {- VPB (Pass C.Pl Fem) => -} "convencidas" + ] + } ; + +lin desfruncir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desfruncir" ; + {- VI Ger => -} "desfrunciendo" ; + {- VI Part => -} "desfruncido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desfrunzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desfrunces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desfrunce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desfruncimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desfruncís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfruncen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfrunza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfrunzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfrunza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfrunzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfrunzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfrunzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfruncía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfruncías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfruncía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfruncíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfruncíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfruncían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfrunciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfruncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfrunciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfrunciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfruncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfruncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfrunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfruncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfrunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfrunciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfruncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfrunciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desfruncí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desfrunciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desfrunció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desfruncimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desfruncisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desfruncieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desfrunciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desfruncirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desfruncirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desfrunciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfruncirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfruncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfrunciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfruncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfrunciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfruncirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfrunciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfrunciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfrunciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfruncirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desfrunce" ; + {- VPB (Imper C.Sg C.P3) => -} "desfrunza" ; + {- VPB (Imper C.Pl C.P1) => -} "desfrunzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desfruncid" ; + {- VPB (Imper C.Pl C.P3) => -} "desfrunzan" ; + {- VPB (Pass C.Sg Masc) => -} "desfruncido" ; + {- VPB (Pass C.Sg Fem) => -} "desfruncida" ; + {- VPB (Pass C.Pl Masc) => -} "desfruncidos" ; + {- VPB (Pass C.Pl Fem) => -} "desfruncidas" + ] + } ; + +lin desuncir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desuncir" ; + {- VI Ger => -} "desunciendo" ; + {- VI Part => -} "desuncido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desunzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desunces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desunce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desuncimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desuncís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desuncen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desunza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desunzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desunza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desunzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desunzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desunzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desuncía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desuncías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desuncía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desuncíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desuncíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desuncían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desunciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desuncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desunciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desunciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desuncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desuncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desuncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desunciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desuncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desunciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desuncí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desunciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desunció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desuncimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desuncisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desuncieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desunciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desuncirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desuncirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desunciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desunciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desuncirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desunciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desuncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desunciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desunciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desunciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desuncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desunciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desuncirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desunciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desunciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desunciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desuncirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desunce" ; + {- VPB (Imper C.Sg C.P3) => -} "desunza" ; + {- VPB (Imper C.Pl C.P1) => -} "desunzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desuncid" ; + {- VPB (Imper C.Pl C.P3) => -} "desunzan" ; + {- VPB (Pass C.Sg Masc) => -} "desuncido" ; + {- VPB (Pass C.Sg Fem) => -} "desuncida" ; + {- VPB (Pass C.Pl Masc) => -} "desuncidos" ; + {- VPB (Pass C.Pl Fem) => -} "desuncidas" + ] + } ; + +lin ejercer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ejercer" ; + {- VI Ger => -} "ejerciendo" ; + {- VI Part => -} "ejercido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ejerzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ejerces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ejerce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ejercemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ejercéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ejercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ejerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ejerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ejerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ejerzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ejerzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ejerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ejercía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ejercías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ejercía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ejercíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ejercíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ejercían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ejerciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ejercieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ejerciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ejerciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ejercierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ejercieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ejerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ejercieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ejerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ejerciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ejercieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ejerciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ejercí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ejerciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ejerció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ejercimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ejercisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ejercieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ejerceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ejercerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ejercerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ejerceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ejerceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ejercerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ejercieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ejerciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ejerciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ejercieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ejercería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ejercerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ejercería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ejerceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ejerceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ejercerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ejerce" ; + {- VPB (Imper C.Sg C.P3) => -} "ejerza" ; + {- VPB (Imper C.Pl C.P1) => -} "ejerzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ejerced" ; + {- VPB (Imper C.Pl C.P3) => -} "ejerzan" ; + {- VPB (Pass C.Sg Masc) => -} "ejercido" ; + {- VPB (Pass C.Sg Fem) => -} "ejercida" ; + {- VPB (Pass C.Pl Masc) => -} "ejercidos" ; + {- VPB (Pass C.Pl Fem) => -} "ejercidas" + ] + } ; + +lin estarcir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "estarcir" ; + {- VI Ger => -} "estarciendo" ; + {- VI Part => -} "estarcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estarzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estarces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "estarce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estarcimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estarcís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estarcen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estarza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estarzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estarza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estarzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estarzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estarzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estarcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estarcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estarcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estarcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estarcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estarcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estarciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estarcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estarciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estarciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estarcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estarcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estarcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estarciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estarcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estarciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estarcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estarciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estarció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estarcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estarcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estarcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estarciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estarcirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estarcirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estarciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estarciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estarcirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estarciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estarcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estarciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estarciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estarciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estarcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estarciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estarcirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estarciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estarciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estarciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estarcirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "estarce" ; + {- VPB (Imper C.Sg C.P3) => -} "estarza" ; + {- VPB (Imper C.Pl C.P1) => -} "estarzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "estarcid" ; + {- VPB (Imper C.Pl C.P3) => -} "estarzan" ; + {- VPB (Pass C.Sg Masc) => -} "estarcido" ; + {- VPB (Pass C.Sg Fem) => -} "estarcida" ; + {- VPB (Pass C.Pl Masc) => -} "estarcidos" ; + {- VPB (Pass C.Pl Fem) => -} "estarcidas" + ] + } ; + +lin fruncir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "fruncir" ; + {- VI Ger => -} "frunciendo" ; + {- VI Part => -} "fruncido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "frunzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "frunces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "frunce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fruncimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fruncís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fruncen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "frunza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "frunzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "frunza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "frunzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "frunzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frunzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fruncía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fruncías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fruncía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fruncíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fruncíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fruncían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "frunciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fruncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "frunciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "frunciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fruncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fruncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "frunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fruncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "frunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "frunciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fruncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "frunciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fruncí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "frunciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "frunció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fruncimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fruncisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "fruncieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "frunciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "fruncirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "fruncirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "frunciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "frunciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fruncirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "frunciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fruncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "frunciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "frunciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "frunciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fruncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "frunciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fruncirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "frunciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "frunciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "frunciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fruncirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "frunce" ; + {- VPB (Imper C.Sg C.P3) => -} "frunza" ; + {- VPB (Imper C.Pl C.P1) => -} "frunzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fruncid" ; + {- VPB (Imper C.Pl C.P3) => -} "frunzan" ; + {- VPB (Pass C.Sg Masc) => -} "fruncido" ; + {- VPB (Pass C.Sg Fem) => -} "fruncida" ; + {- VPB (Pass C.Pl Masc) => -} "fruncidos" ; + {- VPB (Pass C.Pl Fem) => -} "fruncidas" + ] + } ; + +lin mecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "mecer" ; + {- VI Ger => -} "meciendo" ; + {- VI Part => -} "mecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "meces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "mecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "meza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "meza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mezamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mezáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "meciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "meciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "meciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "meciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "meciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "meciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "meciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "meciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "meció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "mecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "mecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "meceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "mecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "mecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "meceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "meceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "meciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "meciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "meciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "meciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "meceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "meceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mece" ; + {- VPB (Imper C.Sg C.P3) => -} "meza" ; + {- VPB (Imper C.Pl C.P1) => -} "mezamos" ; + {- VPB (Imper C.Pl C.P2) => -} "meced" ; + {- VPB (Imper C.Pl C.P3) => -} "mezan" ; + {- VPB (Pass C.Sg Masc) => -} "mecido" ; + {- VPB (Pass C.Sg Fem) => -} "mecida" ; + {- VPB (Pass C.Pl Masc) => -} "mecidos" ; + {- VPB (Pass C.Pl Fem) => -} "mecidas" + ] + } ; + +lin remecer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remecer" ; + {- VI Ger => -} "remeciendo" ; + {- VI Part => -} "remecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remecéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remeza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remeza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remezamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remezáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remecí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remeceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remecerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remeceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remecería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remecerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remeceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remeceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remece" ; + {- VPB (Imper C.Sg C.P3) => -} "remeza" ; + {- VPB (Imper C.Pl C.P1) => -} "remezamos" ; + {- VPB (Imper C.Pl C.P2) => -} "remeced" ; + {- VPB (Imper C.Pl C.P3) => -} "remezan" ; + {- VPB (Pass C.Sg Masc) => -} "remecido" ; + {- VPB (Pass C.Sg Fem) => -} "remecida" ; + {- VPB (Pass C.Pl Masc) => -} "remecidos" ; + {- VPB (Pass C.Pl Fem) => -} "remecidas" + ] + } ; + +lin resarcir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resarcir" ; + {- VI Ger => -} "resarciendo" ; + {- VI Part => -} "resarcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resarzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resarces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resarce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resarcimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resarcís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resarcen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resarza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resarzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resarza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resarzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resarzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resarzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resarcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resarcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resarcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resarcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resarcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resarcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resarciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resarcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resarciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resarciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resarcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resarcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resarcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resarciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resarcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resarciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resarcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resarciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resarció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resarcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resarcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resarcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resarciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resarcirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resarcirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resarciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resarciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resarcirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resarciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resarcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resarciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resarciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resarciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resarcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resarciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resarcirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resarciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resarciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resarciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resarcirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resarce" ; + {- VPB (Imper C.Sg C.P3) => -} "resarza" ; + {- VPB (Imper C.Pl C.P1) => -} "resarzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "resarcid" ; + {- VPB (Imper C.Pl C.P3) => -} "resarzan" ; + {- VPB (Pass C.Sg Masc) => -} "resarcido" ; + {- VPB (Pass C.Sg Fem) => -} "resarcida" ; + {- VPB (Pass C.Pl Masc) => -} "resarcidos" ; + {- VPB (Pass C.Pl Fem) => -} "resarcidas" + ] + } ; + +lin rezurcir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rezurcir" ; + {- VI Ger => -} "rezurciendo" ; + {- VI Part => -} "rezurcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rezurzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rezurces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rezurce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rezurcimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rezurcís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rezurcen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rezurza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rezurzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rezurza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rezurzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rezurzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rezurzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rezurcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rezurcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rezurcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rezurcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rezurcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rezurcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rezurciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rezurcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rezurciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rezurciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rezurcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rezurcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rezurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rezurcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rezurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rezurciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rezurcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rezurciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rezurcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rezurciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rezurció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rezurcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rezurcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rezurcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rezurciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rezurcirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rezurcirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rezurciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rezurciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rezurcirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rezurcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rezurciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rezurciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rezurcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rezurciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rezurcirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rezurciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rezurciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rezurciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rezurcirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rezurce" ; + {- VPB (Imper C.Sg C.P3) => -} "rezurza" ; + {- VPB (Imper C.Pl C.P1) => -} "rezurzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rezurcid" ; + {- VPB (Imper C.Pl C.P3) => -} "rezurzan" ; + {- VPB (Pass C.Sg Masc) => -} "rezurcido" ; + {- VPB (Pass C.Sg Fem) => -} "rezurcida" ; + {- VPB (Pass C.Pl Masc) => -} "rezurcidos" ; + {- VPB (Pass C.Pl Fem) => -} "rezurcidas" + ] + } ; + +lin subyacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "subyacer" ; + {- VI Ger => -} "subyaciendo" ; + {- VI Part => -} "subyacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "subyazgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "subyaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "subyace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "subyacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "subyacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subyacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subyazga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subyazgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subyazga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subyazgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subyazgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subyazgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subyacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subyacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subyacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subyacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subyacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subyacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subyaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subyacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subyaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subyaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subyacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subyacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subyaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subyacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subyaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subyaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subyacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subyaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "subyací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "subyaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "subyació" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "subyacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "subyacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "subyacieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "subyaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "subyacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "subyacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "subyaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "subyaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subyacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subyacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subyaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subyaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subyacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subyacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subyacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subyacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subyaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subyaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subyacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "subyace" ; + {- VPB (Imper C.Sg C.P3) => -} "subyazga" ; + {- VPB (Imper C.Pl C.P1) => -} "subyazgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "subyaced" ; + {- VPB (Imper C.Pl C.P3) => -} "subyazgan" ; + {- VPB (Pass C.Sg Masc) => -} "subyacido" ; + {- VPB (Pass C.Sg Fem) => -} "subyacida" ; + {- VPB (Pass C.Pl Masc) => -} "subyacidos" ; + {- VPB (Pass C.Pl Fem) => -} "subyacidas" + ] + } ; + +lin uncir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "uncir" ; + {- VI Ger => -} "unciendo" ; + {- VI Part => -} "uncido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "unzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "unces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "unce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "uncimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "uncís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "uncen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "unza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "unzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "unza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "unzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "unzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "unzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "uncía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "uncías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "uncía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "uncíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "uncíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "uncían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "unciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "uncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "unciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "unciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "uncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "uncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "unciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "uncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "unciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "unciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "uncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "unciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "uncí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "unciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "unció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "uncimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "uncisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "uncieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "unciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "uncirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "uncirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "unciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "unciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "uncirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "unciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "uncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "unciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "unciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "unciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "uncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "unciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "uncirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "unciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "unciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "unciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "uncirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "unce" ; + {- VPB (Imper C.Sg C.P3) => -} "unza" ; + {- VPB (Imper C.Pl C.P1) => -} "unzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "uncid" ; + {- VPB (Imper C.Pl C.P3) => -} "unzan" ; + {- VPB (Pass C.Sg Masc) => -} "uncido" ; + {- VPB (Pass C.Sg Fem) => -} "uncida" ; + {- VPB (Pass C.Pl Masc) => -} "uncidos" ; + {- VPB (Pass C.Pl Fem) => -} "uncidas" + ] + } ; + +lin vencer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "vencer" ; + {- VI Ger => -} "venciendo" ; + {- VI Part => -} "vencido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "venzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vences" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vence" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "vencemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "vencéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "venza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "venzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "venza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "venzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "venzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "venzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vencía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "vencías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vencía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "vencíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "vencíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vencían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "venciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vencieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "venciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "venciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vencierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vencieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "venciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vencieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "venciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "venciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vencieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "venciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "vencí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "venciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "venció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "vencimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "vencisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "vencieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "venceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "vencerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "vencerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "venceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "venceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vencerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "venciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vencieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "venciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "venciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "venciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vencieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vencería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "vencerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vencería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "venceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "venceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "vencerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vence" ; + {- VPB (Imper C.Sg C.P3) => -} "venza" ; + {- VPB (Imper C.Pl C.P1) => -} "venzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "venced" ; + {- VPB (Imper C.Pl C.P3) => -} "venzan" ; + {- VPB (Pass C.Sg Masc) => -} "vencido" ; + {- VPB (Pass C.Sg Fem) => -} "vencida" ; + {- VPB (Pass C.Pl Masc) => -} "vencidos" ; + {- VPB (Pass C.Pl Fem) => -} "vencidas" + ] + } ; + +lin yacer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "yacer" ; + {- VI Ger => -} "yaciendo" ; + {- VI Part => -} "yacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "yazgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "yaces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "yace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "yacemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "yacéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yazga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yazgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yazga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "yazgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "yazgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yazgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "yacía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "yacías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "yacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "yacíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "yacíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "yacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "yaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "yacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "yaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "yaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "yacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "yacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "yaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "yacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "yaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "yaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "yacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "yaciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "yací" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "yaciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "yació" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "yacimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "yacisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "yacieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "yaceré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "yacerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "yacerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "yaceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "yaceréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "yacerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "yaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "yacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "yaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "yaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "yaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "yacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "yacería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "yacerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "yacería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "yaceríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "yaceríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "yacerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "yace" ; + {- VPB (Imper C.Sg C.P3) => -} "yazga" ; + {- VPB (Imper C.Pl C.P1) => -} "yazgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "yaced" ; + {- VPB (Imper C.Pl C.P3) => -} "yazgan" ; + {- VPB (Pass C.Sg Masc) => -} "yacido" ; + {- VPB (Pass C.Sg Fem) => -} "yacida" ; + {- VPB (Pass C.Pl Masc) => -} "yacidos" ; + {- VPB (Pass C.Pl Fem) => -} "yacidas" + ] + } ; + +lin zurcir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "zurcir" ; + {- VI Ger => -} "zurciendo" ; + {- VI Part => -} "zurcido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "zurzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "zurces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "zurce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "zurcimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "zurcís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zurcen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zurza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zurzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zurza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zurzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zurzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zurzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zurcía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zurcías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zurcía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zurcíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zurcíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zurcían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zurciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zurcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zurciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zurciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zurcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zurcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zurcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zurciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zurcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zurciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "zurcí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "zurciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "zurció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "zurcimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "zurcisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "zurcieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "zurciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "zurcirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "zurcirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "zurciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "zurciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zurcirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zurciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zurcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zurciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zurciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zurciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zurcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zurciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zurcirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zurciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zurciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zurciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zurcirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "zurce" ; + {- VPB (Imper C.Sg C.P3) => -} "zurza" ; + {- VPB (Imper C.Pl C.P1) => -} "zurzamos" ; + {- VPB (Imper C.Pl C.P2) => -} "zurcid" ; + {- VPB (Imper C.Pl C.P3) => -} "zurzan" ; + {- VPB (Pass C.Sg Masc) => -} "zurcido" ; + {- VPB (Pass C.Sg Fem) => -} "zurcida" ; + {- VPB (Pass C.Pl Masc) => -} "zurcidos" ; + {- VPB (Pass C.Pl Fem) => -} "zurcidas" + ] + } ; + +lin desoír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desoír" ; + {- VI Ger => -} "desoyendo" ; + {- VI Part => -} "desoído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desoigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desoyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desoye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desoímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desoís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desoyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desoiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desoigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desoiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desoigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desoigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desoía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desoías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desoía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desoíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desoíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desoían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desoyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desoyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desoyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desoyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desoyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desoyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desoyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desoyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desoyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desoyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desoí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desoíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desoyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desoímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desoísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desoyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desoiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desoirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desoirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desoiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desoiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desoirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desoyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desoyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desoyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desoyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desoyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desoyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desoiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desoirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desoiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desoiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desoiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desoirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desoye" ; + {- VPB (Imper C.Sg C.P3) => -} "desoiga" ; + {- VPB (Imper C.Pl C.P1) => -} "desoigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desoíd" ; + {- VPB (Imper C.Pl C.P3) => -} "desoigan" ; + {- VPB (Pass C.Sg Masc) => -} "desoído" ; + {- VPB (Pass C.Sg Fem) => -} "desoída" ; + {- VPB (Pass C.Pl Masc) => -} "desoídos" ; + {- VPB (Pass C.Pl Fem) => -} "desoídas" + ] + } ; + +lin entreoír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entreoír" ; + {- VI Ger => -} "entreoyendo" ; + {- VI Part => -} "entreoído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entreoigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entreoyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entreoye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entreoímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entreoís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreoyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreoiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreoigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreoiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreoigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreoigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreoigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreoía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreoías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreoía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreoíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreoíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreoían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreoyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entreoyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreoyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreoyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entreoyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entreoyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreoyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreoyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreoyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreoyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entreoí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entreoíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entreoyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entreoímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entreoísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entreoyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entreoiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entreoirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entreoirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entreoiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entreoiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreoirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entreoyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreoyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreoyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entreoyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreoiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreoirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreoiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreoiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreoiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreoirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entreoye" ; + {- VPB (Imper C.Sg C.P3) => -} "entreoiga" ; + {- VPB (Imper C.Pl C.P1) => -} "entreoigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entreoíd" ; + {- VPB (Imper C.Pl C.P3) => -} "entreoigan" ; + {- VPB (Pass C.Sg Masc) => -} "entreoído" ; + {- VPB (Pass C.Sg Fem) => -} "entreoída" ; + {- VPB (Pass C.Pl Masc) => -} "entreoídos" ; + {- VPB (Pass C.Pl Fem) => -} "entreoídas" + ] + } ; + +lin oír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "oír" ; + {- VI Ger => -} "oyendo" ; + {- VI Part => -} "oído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "oigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "oyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "oye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "oímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "oís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "oyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "oiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "oigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "oiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "oigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "oigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "oigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "oía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "oías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "oía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "oíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "oíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "oían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "oyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "oyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "oyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "oyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "oyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "oyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "oyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "oyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "oyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "oyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "oyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "oyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "oí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "oíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "oyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "oímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "oísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "oyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "oiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "oirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "oirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "oiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "oiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "oirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "oyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "oyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "oyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "oyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "oyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "oyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "oiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "oirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "oiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "oiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "oiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "oirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "oye" ; + {- VPB (Imper C.Sg C.P3) => -} "oiga" ; + {- VPB (Imper C.Pl C.P1) => -} "oigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "oíd" ; + {- VPB (Imper C.Pl C.P3) => -} "oigan" ; + {- VPB (Pass C.Sg Masc) => -} "oído" ; + {- VPB (Pass C.Sg Fem) => -} "oída" ; + {- VPB (Pass C.Pl Masc) => -} "oídos" ; + {- VPB (Pass C.Pl Fem) => -} "oídas" + ] + } ; + +lin trasoír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasoír" ; + {- VI Ger => -} "trasoyendo" ; + {- VI Part => -} "trasoído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasoigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasoyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasoye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasoímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasoís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasoyen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasoiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasoigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasoiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasoigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasoigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasoigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasoía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasoías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasoía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasoíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasoíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasoían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasoyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasoyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasoyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasoyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasoyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasoyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasoyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasoyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasoyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasoyesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasoí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasoíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasoyó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasoímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasoísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasoyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasoiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasoirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasoirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasoiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasoiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasoirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasoyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasoyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasoyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasoyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasoiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasoirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasoiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasoiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasoiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasoirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasoye" ; + {- VPB (Imper C.Sg C.P3) => -} "trasoiga" ; + {- VPB (Imper C.Pl C.P1) => -} "trasoigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasoíd" ; + {- VPB (Imper C.Pl C.P3) => -} "trasoigan" ; + {- VPB (Pass C.Sg Masc) => -} "trasoído" ; + {- VPB (Pass C.Sg Fem) => -} "trasoída" ; + {- VPB (Pass C.Pl Masc) => -} "trasoídos" ; + {- VPB (Pass C.Pl Fem) => -} "trasoídas" + ] + } ; + +lin oler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "oler" ; + {- VI Ger => -} "oliendo" ; + {- VI Part => -} "olido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "huelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "huele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "olemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "oléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "huelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "huela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "huelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "huela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "olamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "oláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "huelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "olía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "olías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "olía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "olíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "olíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "olían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "oliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "olieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "oliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "oliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "olierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "olieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "oliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "olieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "oliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "oliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "olieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "oliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "olí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "oliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "olió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "olimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "olisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "olieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "oleré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "olerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "olerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "oleremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "oleréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "olerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "oliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "olieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "oliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "oliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "oliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "olieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "olería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "olerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "olería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "oleríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "oleríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "olerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "huele" ; + {- VPB (Imper C.Sg C.P3) => -} "huela" ; + {- VPB (Imper C.Pl C.P1) => -} "olamos" ; + {- VPB (Imper C.Pl C.P2) => -} "oled" ; + {- VPB (Imper C.Pl C.P3) => -} "huelan" ; + {- VPB (Pass C.Sg Masc) => -} "olido" ; + {- VPB (Pass C.Sg Fem) => -} "olida" ; + {- VPB (Pass C.Pl Masc) => -} "olidos" ; + {- VPB (Pass C.Pl Fem) => -} "olidas" + ] + } ; + +lin acaecer2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acaecer" ; + {- VI Ger => -} "acaeciendo" ; + {- VI Part => -} "acaecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acaece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acaecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acaecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acaeció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acaecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acaecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acaecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acaecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acaecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} "acaezca" ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Pass C.Sg Masc) => -} "acaecido" ; + {- VPB (Pass C.Sg Fem) => -} "acaecida" ; + {- VPB (Pass C.Pl Masc) => -} "acaecidos" ; + {- VPB (Pass C.Pl Fem) => -} "acaecidas" + ] + } ; + +lin acontecer2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acontecer" ; + {- VI Ger => -} "aconteciendo" ; + {- VI Part => -} "acontecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acontece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acontecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acontecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aconteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acontecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aconteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aconteciesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "aconteció" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acontecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acontecerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acontecerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acontecería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acontecerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} "acontezca" ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Pass C.Sg Masc) => -} "acontecido" ; + {- VPB (Pass C.Sg Fem) => -} "acontecida" ; + {- VPB (Pass C.Pl Masc) => -} "acontecidos" ; + {- VPB (Pass C.Pl Fem) => -} "acontecidas" + ] + } ; + +lin aplacer2_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aplacer" ; + {- VI Ger => -} "aplaciendo" ; + {- VI Part => -} "aplacido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aplace" ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aplacía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aplacían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin astreñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "astreñir" ; + {- VI Ger => -} "astriñiendo" ; + {- VI Part => -} "astreñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "astriño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "astriñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "astriñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "astreñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "astreñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "astriñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "astriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "astriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "astriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "astriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "astriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "astriñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "astreñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "astreñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "astreñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "astreñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "astreñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "astreñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "astriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "astriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "astriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "astriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "astriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "astriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "astriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "astriñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "astreñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "astreñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "astriñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "astreñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "astreñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "astriñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "astreñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "astreñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "astreñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "astreñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "astreñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "astreñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "astriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "astriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "astriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "astriñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "astreñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "astreñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "astreñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "astreñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "astreñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "astreñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "astriñe" ; + {- VPB (Imper C.Sg C.P3) => -} "astriña" ; + {- VPB (Imper C.Pl C.P1) => -} "astriñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "astreñid" ; + {- VPB (Imper C.Pl C.P3) => -} "astriñan" ; + {- VPB (Pass C.Sg Masc) => -} "astreñido" ; + {- VPB (Pass C.Sg Fem) => -} "astreñida" ; + {- VPB (Pass C.Pl Masc) => -} "astreñidos" ; + {- VPB (Pass C.Pl Fem) => -} "astreñidas" + ] + } ; + +lin ceñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ceñir" ; + {- VI Ger => -} "ciñiendo" ; + {- VI Part => -} "ceñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ciño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ciñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ciñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ceñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ceñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ciña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ciña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ciñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ciñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ciñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ceñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ceñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ceñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ceñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ceñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ceñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ciñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ciñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ciñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ciñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ciñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ciñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ciñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ciñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ciñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ciñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ceñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ceñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ciñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ceñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ceñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ciñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ceñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ceñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ceñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ceñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ceñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ceñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ciñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ciñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ciñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ciñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ciñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ciñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ceñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ceñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ceñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ceñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ceñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ceñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ciñe" ; + {- VPB (Imper C.Sg C.P3) => -} "ciña" ; + {- VPB (Imper C.Pl C.P1) => -} "ciñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ceñid" ; + {- VPB (Imper C.Pl C.P3) => -} "ciñan" ; + {- VPB (Pass C.Sg Masc) => -} "ceñido" ; + {- VPB (Pass C.Sg Fem) => -} "ceñida" ; + {- VPB (Pass C.Pl Masc) => -} "ceñidos" ; + {- VPB (Pass C.Pl Fem) => -} "ceñidas" + ] + } ; + +lin competir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "competir" ; + {- VI Ger => -} "compitiendo" ; + {- VI Part => -} "competido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "compito" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "compites" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "compite" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "competimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "competís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "compiten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compita" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compitas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compita" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compitamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compitáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compitan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "competía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "competías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "competía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "competíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "competíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "competían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compitiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compitieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compitiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compitiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compitierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compitieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compitieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compitiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compitieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compitiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "competí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "competiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "compitió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "competimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "competisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "compitieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "competiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "competirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "competirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "competiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "competiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "competirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compitiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compitieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compitiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compitiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compitiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compitieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "competiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "competirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "competiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "competiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "competiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "competirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "compite" ; + {- VPB (Imper C.Sg C.P3) => -} "compita" ; + {- VPB (Imper C.Pl C.P1) => -} "compitamos" ; + {- VPB (Imper C.Pl C.P2) => -} "competid" ; + {- VPB (Imper C.Pl C.P3) => -} "compitan" ; + {- VPB (Pass C.Sg Masc) => -} "competido" ; + {- VPB (Pass C.Sg Fem) => -} "competida" ; + {- VPB (Pass C.Pl Masc) => -} "competidos" ; + {- VPB (Pass C.Pl Fem) => -} "competidas" + ] + } ; + +lin concebir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "concebir" ; + {- VI Ger => -} "concibiendo" ; + {- VI Part => -} "concebido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "concibo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "concibes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "concibe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "concebimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "concebís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conciben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conciba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "concibas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conciba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conciban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concebía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concebías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concebía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concebíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concebíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concebían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concibiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "concebí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "concebiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "concibió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "concebimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "concebisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "concibieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "concebiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "concebirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "concebirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "concebiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "concebiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concebirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concebiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concebirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concebiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concebiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concebiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concebirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "concibe" ; + {- VPB (Imper C.Sg C.P3) => -} "conciba" ; + {- VPB (Imper C.Pl C.P1) => -} "concibamos" ; + {- VPB (Imper C.Pl C.P2) => -} "concebid" ; + {- VPB (Imper C.Pl C.P3) => -} "conciban" ; + {- VPB (Pass C.Sg Masc) => -} "concebido" ; + {- VPB (Pass C.Sg Fem) => -} "concebida" ; + {- VPB (Pass C.Pl Masc) => -} "concebidos" ; + {- VPB (Pass C.Pl Fem) => -} "concebidas" + ] + } ; + +lin constreñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "constreñir" ; + {- VI Ger => -} "constriñiendo" ; + {- VI Part => -} "constreñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "constriño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "constriñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "constriñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "constreñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "constreñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "constriñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "constriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "constriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "constriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "constriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "constriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "constriñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "constreñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "constreñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "constreñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "constreñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "constreñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "constreñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "constriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "constriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "constriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "constriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "constriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "constriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "constriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "constriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "constriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "constriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "constriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "constriñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "constreñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "constreñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "constriñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "constreñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "constreñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "constriñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "constreñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "constreñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "constreñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "constreñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "constreñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "constreñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "constriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "constriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "constriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "constriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "constriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "constriñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "constreñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "constreñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "constreñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "constreñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "constreñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "constreñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "constriñe" ; + {- VPB (Imper C.Sg C.P3) => -} "constriña" ; + {- VPB (Imper C.Pl C.P1) => -} "constriñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "constreñid" ; + {- VPB (Imper C.Pl C.P3) => -} "constriñan" ; + {- VPB (Pass C.Sg Masc) => -} "constreñido" ; + {- VPB (Pass C.Sg Fem) => -} "constreñida" ; + {- VPB (Pass C.Pl Masc) => -} "constreñidos" ; + {- VPB (Pass C.Pl Fem) => -} "constreñidas" + ] + } ; + +lin derretir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "derretir" ; + {- VI Ger => -} "derritiendo" ; + {- VI Part => -} "derretido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "derrito" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "derrites" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "derrite" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "derretimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "derretís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derriten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derrita" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derritas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derrita" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derritamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derritáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derritan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derretía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derretías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derretía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derretíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derretíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derretían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derritiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derritieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derritiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derritiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derritierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derritieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derritiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derritieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derritiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derritiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derritieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derritiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "derretí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "derretiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "derritió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "derretimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "derretisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "derritieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "derretiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "derretirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "derretirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "derretiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "derretiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derretirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derritiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derritieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derritiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derritiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derritiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derritieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derretiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derretirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derretiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derretiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derretiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derretirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "derrite" ; + {- VPB (Imper C.Sg C.P3) => -} "derrita" ; + {- VPB (Imper C.Pl C.P1) => -} "derritamos" ; + {- VPB (Imper C.Pl C.P2) => -} "derretid" ; + {- VPB (Imper C.Pl C.P3) => -} "derritan" ; + {- VPB (Pass C.Sg Masc) => -} "derretido" ; + {- VPB (Pass C.Sg Fem) => -} "derretida" ; + {- VPB (Pass C.Pl Masc) => -} "derretidos" ; + {- VPB (Pass C.Pl Fem) => -} "derretidas" + ] + } ; + +lin desceñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desceñir" ; + {- VI Ger => -} "desciñiendo" ; + {- VI Part => -} "desceñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desciño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desciñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desciñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desceñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desceñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desciñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desciña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desciñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desciña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desciñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desciñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desciñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desceñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desceñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desceñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desceñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desceñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desceñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desciñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desciñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desciñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desciñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desciñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desciñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desciñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desciñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desciñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desciñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desceñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desceñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desciñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desceñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desceñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desciñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desceñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desceñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desceñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desceñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desceñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desceñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desciñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desciñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desciñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desciñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desciñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desciñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desceñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desceñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desceñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desceñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desceñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desceñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desciñe" ; + {- VPB (Imper C.Sg C.P3) => -} "desciña" ; + {- VPB (Imper C.Pl C.P1) => -} "desciñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desceñid" ; + {- VPB (Imper C.Pl C.P3) => -} "desciñan" ; + {- VPB (Pass C.Sg Masc) => -} "desceñido" ; + {- VPB (Pass C.Sg Fem) => -} "desceñida" ; + {- VPB (Pass C.Pl Masc) => -} "desceñidos" ; + {- VPB (Pass C.Pl Fem) => -} "desceñidas" + ] + } ; + +lin deservir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deservir" ; + {- VI Ger => -} "desirviendo" ; + {- VI Part => -} "deservido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desirvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desirves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desirve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deservimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deservís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desirven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desirva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desirvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desirva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desirvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deservía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deservías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deservía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deservíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deservíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deservían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desirviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deserví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "deserviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desirvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deservimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deservisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desirvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "deserviré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deservirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deservirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "deserviremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "deserviréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deservirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deserviría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deservirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deserviría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deserviríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deserviríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deservirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desirve" ; + {- VPB (Imper C.Sg C.P3) => -} "desirva" ; + {- VPB (Imper C.Pl C.P1) => -} "desirvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deservid" ; + {- VPB (Imper C.Pl C.P3) => -} "desirvan" ; + {- VPB (Pass C.Sg Masc) => -} "deservido" ; + {- VPB (Pass C.Sg Fem) => -} "deservida" ; + {- VPB (Pass C.Pl Masc) => -} "deservidos" ; + {- VPB (Pass C.Pl Fem) => -} "deservidas" + ] + } ; + +lin despedir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "despedir" ; + {- VI Ger => -} "despidiendo" ; + {- VI Part => -} "despedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "despido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "despides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "despide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "despedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "despedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "despedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "despediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "despidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "despedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "despedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "despidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "despediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "despedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "despedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "despediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "despediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "despide" ; + {- VPB (Imper C.Sg C.P3) => -} "despida" ; + {- VPB (Imper C.Pl C.P1) => -} "despidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "despedid" ; + {- VPB (Imper C.Pl C.P3) => -} "despidan" ; + {- VPB (Pass C.Sg Masc) => -} "despedido" ; + {- VPB (Pass C.Sg Fem) => -} "despedida" ; + {- VPB (Pass C.Pl Masc) => -} "despedidos" ; + {- VPB (Pass C.Pl Fem) => -} "despedidas" + ] + } ; + +lin desteñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desteñir" ; + {- VI Ger => -} "destiñiendo" ; + {- VI Part => -} "desteñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destiño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "destiñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destiñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desteñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desteñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destiñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destiñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desteñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desteñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desteñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desteñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desteñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desteñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destiñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desteñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desteñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "destiñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desteñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desteñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "destiñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desteñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desteñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desteñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desteñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desteñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desteñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destiñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desteñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desteñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desteñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desteñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desteñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desteñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destiñe" ; + {- VPB (Imper C.Sg C.P3) => -} "destiña" ; + {- VPB (Imper C.Pl C.P1) => -} "destiñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desteñid" ; + {- VPB (Imper C.Pl C.P3) => -} "destiñan" ; + {- VPB (Pass C.Sg Masc) => -} "desteñido" ; + {- VPB (Pass C.Sg Fem) => -} "desteñida" ; + {- VPB (Pass C.Pl Masc) => -} "desteñidos" ; + {- VPB (Pass C.Pl Fem) => -} "desteñidas" + ] + } ; + +lin desvestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desvestir" ; + {- VI Ger => -} "desvistiendo" ; + {- VI Part => -} "desvestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desvisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desvistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desviste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desvestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desvestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desvista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desvista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desvistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desvistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desvestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desvestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desvestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desvestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desvestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desvestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desvistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desvistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desvistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desvistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desvistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desvistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desvestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desvestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desvistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desvestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desvestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desvistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desvestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desvestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desvestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desvestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desvestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desvestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desvistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desvistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desvistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desvistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desvestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desvestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desvestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desvestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desvestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desvestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desviste" ; + {- VPB (Imper C.Sg C.P3) => -} "desvista" ; + {- VPB (Imper C.Pl C.P1) => -} "desvistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desvestid" ; + {- VPB (Imper C.Pl C.P3) => -} "desvistan" ; + {- VPB (Pass C.Sg Masc) => -} "desvestido" ; + {- VPB (Pass C.Sg Fem) => -} "desvestida" ; + {- VPB (Pass C.Pl Masc) => -} "desvestidos" ; + {- VPB (Pass C.Pl Fem) => -} "desvestidas" + ] + } ; + +lin embestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "embestir" ; + {- VI Ger => -} "embistiendo" ; + {- VI Part => -} "embestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "embisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "embistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "embiste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "embestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "embestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "embestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "embestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "embistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "embestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "embestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "embistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "embestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "embestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "embestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "embestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "embestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "embiste" ; + {- VPB (Imper C.Sg C.P3) => -} "embista" ; + {- VPB (Imper C.Pl C.P1) => -} "embistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "embestid" ; + {- VPB (Imper C.Pl C.P3) => -} "embistan" ; + {- VPB (Pass C.Sg Masc) => -} "embestido" ; + {- VPB (Pass C.Sg Fem) => -} "embestida" ; + {- VPB (Pass C.Pl Masc) => -} "embestidos" ; + {- VPB (Pass C.Pl Fem) => -} "embestidas" + ] + } ; + +lin envestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "envestir" ; + {- VI Ger => -} "envistiendo" ; + {- VI Part => -} "envestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "envisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "envistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enviste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "envestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "envestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "envestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "envestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "envistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "envestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "envestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "envistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "envestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "envestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "envestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "envestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "envestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enviste" ; + {- VPB (Imper C.Sg C.P3) => -} "envista" ; + {- VPB (Imper C.Pl C.P1) => -} "envistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "envestid" ; + {- VPB (Imper C.Pl C.P3) => -} "envistan" ; + {- VPB (Pass C.Sg Masc) => -} "envestido" ; + {- VPB (Pass C.Sg Fem) => -} "envestida" ; + {- VPB (Pass C.Pl Masc) => -} "envestidos" ; + {- VPB (Pass C.Pl Fem) => -} "envestidas" + ] + } ; + +lin estreñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "estreñir" ; + {- VI Ger => -} "estriñiendo" ; + {- VI Part => -} "estreñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estriño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estriñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "estriñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estreñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estreñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estriñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estriñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estreñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estreñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estreñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estreñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estreñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estreñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estriñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estreñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estreñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estriñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estreñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estreñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estriñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estreñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estreñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estreñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estreñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estreñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estreñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estriñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estreñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estreñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estreñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estreñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estreñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estreñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "estriñe" ; + {- VPB (Imper C.Sg C.P3) => -} "estriña" ; + {- VPB (Imper C.Pl C.P1) => -} "estriñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "estreñid" ; + {- VPB (Imper C.Pl C.P3) => -} "estriñan" ; + {- VPB (Pass C.Sg Masc) => -} "estreñido" ; + {- VPB (Pass C.Sg Fem) => -} "estreñida" ; + {- VPB (Pass C.Pl Masc) => -} "estreñidos" ; + {- VPB (Pass C.Pl Fem) => -} "estreñidas" + ] + } ; + +lin expedir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "expedir" ; + {- VI Ger => -} "expidiendo" ; + {- VI Part => -} "expedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "expido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "expides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "expide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "expedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "expedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "expiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "expida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "expidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "expida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "expidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "expidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "expidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "expedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "expedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "expedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "expedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "expedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "expedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "expidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "expidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "expidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "expidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "expidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "expidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "expidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "expidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "expidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "expidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "expidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "expidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "expedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "expediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "expidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "expedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "expedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "expidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "expediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "expedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "expedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "expediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "expediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "expedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "expidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "expidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "expidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "expidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "expidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "expidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "expediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "expedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "expediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "expediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "expediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "expedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "expide" ; + {- VPB (Imper C.Sg C.P3) => -} "expida" ; + {- VPB (Imper C.Pl C.P1) => -} "expidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "expedid" ; + {- VPB (Imper C.Pl C.P3) => -} "expidan" ; + {- VPB (Pass C.Sg Masc) => -} "expedido" ; + {- VPB (Pass C.Sg Fem) => -} "expedida" ; + {- VPB (Pass C.Pl Masc) => -} "expedidos" ; + {- VPB (Pass C.Pl Fem) => -} "expedidas" + ] + } ; + +lin gemir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "gemir" ; + {- VI Ger => -} "gimiendo" ; + {- VI Part => -} "gemido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gimo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "gimes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "gime" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gemimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gemís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gimen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gima" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gimas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gima" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gimamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gimáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "giman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gemía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gemías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gemía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gemíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gemíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gemían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gimiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gimieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gimiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gimiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gimierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gimieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gimieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gimiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gimieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gimiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gemí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gemiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gimió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gemimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gemisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "gimieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gemiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gemirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gemirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gemiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gemiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gemirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gimiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gimieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gimiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gimiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gimiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gimieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gemiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gemirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gemiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gemiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gemiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gemirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "gime" ; + {- VPB (Imper C.Sg C.P3) => -} "gima" ; + {- VPB (Imper C.Pl C.P1) => -} "gimamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gemid" ; + {- VPB (Imper C.Pl C.P3) => -} "giman" ; + {- VPB (Pass C.Sg Masc) => -} "gemido" ; + {- VPB (Pass C.Sg Fem) => -} "gemida" ; + {- VPB (Pass C.Pl Masc) => -} "gemidos" ; + {- VPB (Pass C.Pl Fem) => -} "gemidas" + ] + } ; + +lin gernir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "gernir" ; + {- VI Ger => -} "girniendo" ; + {- VI Part => -} "gernido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "girno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "girnes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "girne" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gernimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gernís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "girnen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "girna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "girnas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "girna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "girnamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "girnáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "girnan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gernía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gernías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gernía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gerníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gerníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gernían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "girniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "girnieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "girniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "girniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "girnierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "girnieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "girniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "girnieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "girniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "girniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "girnieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "girniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gerní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gerniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "girnió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gernimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gernisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "girnieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gerniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gernirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gernirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gerniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gerniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gernirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "girniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "girnieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "girniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "girniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "girniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "girnieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gerniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gernirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gerniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gerniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gerniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gernirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "girne" ; + {- VPB (Imper C.Sg C.P3) => -} "girna" ; + {- VPB (Imper C.Pl C.P1) => -} "girnamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gernid" ; + {- VPB (Imper C.Pl C.P3) => -} "girnan" ; + {- VPB (Pass C.Sg Masc) => -} "gernido" ; + {- VPB (Pass C.Sg Fem) => -} "gernida" ; + {- VPB (Pass C.Pl Masc) => -} "gernidos" ; + {- VPB (Pass C.Pl Fem) => -} "gernidas" + ] + } ; + +lin henchir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "henchir" ; + {- VI Ger => -} "hinchiendo" ; + {- VI Part => -} "henchido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hincho" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hinches" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hinche" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "henchimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "henchís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hinchen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hincha" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hinchas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hincha" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hinchamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hincháis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hinchan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "henchía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "henchías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "henchía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "henchíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "henchíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "henchían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hinchiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hinchieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hinchiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hinchiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hinchierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hinchieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hinchieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hinchiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hinchieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hinchiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "henchí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "henchiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hinchió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "henchimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "henchisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hinchieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "henchiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "henchirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "henchirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "henchiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "henchiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "henchirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hinchieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hinchiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hinchiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hinchieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "henchiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "henchirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "henchiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "henchiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "henchiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "henchirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hinche" ; + {- VPB (Imper C.Sg C.P3) => -} "hincha" ; + {- VPB (Imper C.Pl C.P1) => -} "hinchamos" ; + {- VPB (Imper C.Pl C.P2) => -} "henchid" ; + {- VPB (Imper C.Pl C.P3) => -} "hinchan" ; + {- VPB (Pass C.Sg Masc) => -} "henchido" ; + {- VPB (Pass C.Sg Fem) => -} "henchida" ; + {- VPB (Pass C.Pl Masc) => -} "henchidos" ; + {- VPB (Pass C.Pl Fem) => -} "henchidas" + ] + } ; + +lin heñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "heñir" ; + {- VI Ger => -} "hiñiendo" ; + {- VI Part => -} "heñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hiño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hiñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hiñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "heñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "heñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hiñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "heñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "heñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "heñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "heñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "heñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "heñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "heñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "heñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hiñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "heñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "heñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hiñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "heñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "heñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "heñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "heñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "heñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "heñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hiñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "heñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "heñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "heñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "heñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "heñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "heñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hiñe" ; + {- VPB (Imper C.Sg C.P3) => -} "hiña" ; + {- VPB (Imper C.Pl C.P1) => -} "hiñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "heñid" ; + {- VPB (Imper C.Pl C.P3) => -} "hiñan" ; + {- VPB (Pass C.Sg Masc) => -} "heñido" ; + {- VPB (Pass C.Sg Fem) => -} "heñida" ; + {- VPB (Pass C.Pl Masc) => -} "heñidos" ; + {- VPB (Pass C.Pl Fem) => -} "heñidas" + ] + } ; + +lin impedir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "impedir" ; + {- VI Ger => -} "impidiendo" ; + {- VI Part => -} "impedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "impido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "impides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "impide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "impedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "impedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "impiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "impida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "impidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "impida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "impidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "impidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "impidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "impedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "impedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "impedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "impedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "impedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "impedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "impidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "impidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "impidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "impidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "impidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "impidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "impidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "impidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "impidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "impidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "impidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "impidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "impedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "impediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "impidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "impedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "impedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "impidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "impediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "impedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "impedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "impediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "impediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "impedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "impidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "impidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "impidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "impidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "impidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "impidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "impediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "impedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "impediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "impediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "impediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "impedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "impide" ; + {- VPB (Imper C.Sg C.P3) => -} "impida" ; + {- VPB (Imper C.Pl C.P1) => -} "impidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "impedid" ; + {- VPB (Imper C.Pl C.P3) => -} "impidan" ; + {- VPB (Pass C.Sg Masc) => -} "impedido" ; + {- VPB (Pass C.Sg Fem) => -} "impedida" ; + {- VPB (Pass C.Pl Masc) => -} "impedidos" ; + {- VPB (Pass C.Pl Fem) => -} "impedidas" + ] + } ; + +lin investir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "investir" ; + {- VI Ger => -} "invistiendo" ; + {- VI Part => -} "investido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "invisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "invistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "inviste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "investimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "investís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "invisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "invista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "invistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "invista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "invistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "invistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "invistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "investía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "investías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "investía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "investíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "investíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "investían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "invistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "invistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "invistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "invistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "invistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "invistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "invistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "invistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "invistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "invistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "invistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "invistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "investí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "investiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "invistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "investimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "investisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "invistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "investiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "investirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "investirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "investiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "investiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "investirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "invistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "invistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "invistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "invistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "invistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "invistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "investiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "investirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "investiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "investiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "investiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "investirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "inviste" ; + {- VPB (Imper C.Sg C.P3) => -} "invista" ; + {- VPB (Imper C.Pl C.P1) => -} "invistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "investid" ; + {- VPB (Imper C.Pl C.P3) => -} "invistan" ; + {- VPB (Pass C.Sg Masc) => -} "investido" ; + {- VPB (Pass C.Sg Fem) => -} "investida" ; + {- VPB (Pass C.Pl Masc) => -} "investidos" ; + {- VPB (Pass C.Pl Fem) => -} "investidas" + ] + } ; + +lin medir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "medir" ; + {- VI Ger => -} "midiendo" ; + {- VI Part => -} "medido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "mido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "medimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "medís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "miden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "midas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "midamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "midáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "midan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "medía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "medías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "medía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "medíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "medíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "medían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "midiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "midieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "midiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "midiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "midierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "midieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "midiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "midieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "midiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "midiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "midieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "midiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "medí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "mediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "midió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "medimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "medisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "midieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "mediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "medirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "medirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "mediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "mediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "medirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "midiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "midieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "midiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "midiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "midiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "midieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "medirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "medirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mide" ; + {- VPB (Imper C.Sg C.P3) => -} "mida" ; + {- VPB (Imper C.Pl C.P1) => -} "midamos" ; + {- VPB (Imper C.Pl C.P2) => -} "medid" ; + {- VPB (Imper C.Pl C.P3) => -} "midan" ; + {- VPB (Pass C.Sg Masc) => -} "medido" ; + {- VPB (Pass C.Sg Fem) => -} "medida" ; + {- VPB (Pass C.Pl Masc) => -} "medidos" ; + {- VPB (Pass C.Pl Fem) => -} "medidas" + ] + } ; + +lin pedir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "pedir" ; + {- VI Ger => -} "pidiendo" ; + {- VI Part => -} "pedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "pido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "pides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "pide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "pedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "pedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "piden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "pediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "pedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "pedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "pediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "pediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "pide" ; + {- VPB (Imper C.Sg C.P3) => -} "pida" ; + {- VPB (Imper C.Pl C.P1) => -} "pidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "pedid" ; + {- VPB (Imper C.Pl C.P3) => -} "pidan" ; + {- VPB (Pass C.Sg Masc) => -} "pedido" ; + {- VPB (Pass C.Sg Fem) => -} "pedida" ; + {- VPB (Pass C.Pl Masc) => -} "pedidos" ; + {- VPB (Pass C.Pl Fem) => -} "pedidas" + ] + } ; + +lin preconcebir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "preconcebir" ; + {- VI Ger => -} "preconcibiendo" ; + {- VI Part => -} "preconcebido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "preconcibo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "preconcibes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "preconcibe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "preconcebimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preconcebís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preconciben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preconciba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preconcibas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preconciba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preconcibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preconcibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preconciban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preconcebía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preconcebías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preconcebía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preconcebíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preconcebíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preconcebían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preconcibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preconcibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preconcibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preconcibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preconcibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preconcibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preconcibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preconcibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preconcibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preconcibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preconcibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preconcibiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "preconcebí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "preconcebiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "preconcibió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "preconcebimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "preconcebisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "preconcibieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preconcebiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "preconcebirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "preconcebirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preconcebiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preconcebiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preconcebirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preconcibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preconcibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preconcibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preconcebiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preconcebirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preconcebiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preconcebiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preconcebiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preconcebirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preconcibe" ; + {- VPB (Imper C.Sg C.P3) => -} "preconciba" ; + {- VPB (Imper C.Pl C.P1) => -} "preconcibamos" ; + {- VPB (Imper C.Pl C.P2) => -} "preconcebid" ; + {- VPB (Imper C.Pl C.P3) => -} "preconciban" ; + {- VPB (Pass C.Sg Masc) => -} "preconcebido" ; + {- VPB (Pass C.Sg Fem) => -} "preconcebida" ; + {- VPB (Pass C.Pl Masc) => -} "preconcebidos" ; + {- VPB (Pass C.Pl Fem) => -} "preconcebidas" + ] + } ; + +lin receñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "receñir" ; + {- VI Ger => -} "reciñiendo" ; + {- VI Part => -} "receñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reciño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reciñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reciñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "receñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "receñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reciñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reciña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reciñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reciña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reciñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reciñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reciñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "receñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "receñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "receñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "receñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "receñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "receñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reciñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reciñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reciñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reciñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reciñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reciñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reciñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reciñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reciñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reciñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "receñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "receñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reciñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "receñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "receñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reciñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "receñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "receñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "receñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "receñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "receñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "receñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reciñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reciñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reciñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reciñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reciñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reciñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "receñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "receñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "receñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "receñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "receñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "receñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reciñe" ; + {- VPB (Imper C.Sg C.P3) => -} "reciña" ; + {- VPB (Imper C.Pl C.P1) => -} "reciñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "receñid" ; + {- VPB (Imper C.Pl C.P3) => -} "reciñan" ; + {- VPB (Pass C.Sg Masc) => -} "receñido" ; + {- VPB (Pass C.Sg Fem) => -} "receñida" ; + {- VPB (Pass C.Pl Masc) => -} "receñidos" ; + {- VPB (Pass C.Pl Fem) => -} "receñidas" + ] + } ; + +lin reexpedir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reexpedir" ; + {- VI Ger => -} "reexpidiendo" ; + {- VI Part => -} "reexpedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reexpido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reexpides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reexpide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reexpedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reexpedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reexpiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reexpida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reexpidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reexpida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reexpidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reexpidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reexpidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reexpedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reexpedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reexpedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reexpedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reexpedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reexpedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reexpidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reexpidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reexpidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reexpidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reexpidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reexpidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reexpidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reexpidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reexpidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reexpidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reexpidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reexpidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reexpedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reexpediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reexpidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reexpedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reexpedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reexpidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reexpediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reexpedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reexpedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reexpediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reexpediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reexpedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reexpidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reexpidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reexpidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reexpediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reexpedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reexpediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reexpediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reexpediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reexpedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reexpide" ; + {- VPB (Imper C.Sg C.P3) => -} "reexpida" ; + {- VPB (Imper C.Pl C.P1) => -} "reexpidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reexpedid" ; + {- VPB (Imper C.Pl C.P3) => -} "reexpidan" ; + {- VPB (Pass C.Sg Masc) => -} "reexpedido" ; + {- VPB (Pass C.Sg Fem) => -} "reexpedida" ; + {- VPB (Pass C.Pl Masc) => -} "reexpedidos" ; + {- VPB (Pass C.Pl Fem) => -} "reexpedidas" + ] + } ; + +lin rehenchir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rehenchir" ; + {- VI Ger => -} "rehinchiendo" ; + {- VI Part => -} "rehenchido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rehincho" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rehinches" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rehinche" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rehenchimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rehenchís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehinchen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehincha" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehinchas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehincha" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehinchamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehincháis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehinchan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehenchía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehenchías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehenchía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehenchíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehenchíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehenchían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehinchiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehinchieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehinchiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehinchiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehinchierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehinchieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehinchieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehinchiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehinchieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehinchiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rehenchí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rehenchiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rehinchió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rehenchimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rehenchisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rehinchieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rehenchiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rehenchirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rehenchirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rehenchiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rehenchiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehenchirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehinchieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehinchiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehinchieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehenchiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehenchirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehenchiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehenchiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehenchiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehenchirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rehinche" ; + {- VPB (Imper C.Sg C.P3) => -} "rehincha" ; + {- VPB (Imper C.Pl C.P1) => -} "rehinchamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rehenchid" ; + {- VPB (Imper C.Pl C.P3) => -} "rehinchan" ; + {- VPB (Pass C.Sg Masc) => -} "rehenchido" ; + {- VPB (Pass C.Sg Fem) => -} "rehenchida" ; + {- VPB (Pass C.Pl Masc) => -} "rehenchidos" ; + {- VPB (Pass C.Pl Fem) => -} "rehenchidas" + ] + } ; + +lin remedir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "remedir" ; + {- VI Ger => -} "remidiendo" ; + {- VI Part => -} "remedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "remido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "remides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "remide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "remedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "remedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "remediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "remidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "remedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "remidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "remediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "remedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "remedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "remediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "remediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "remide" ; + {- VPB (Imper C.Sg C.P3) => -} "remida" ; + {- VPB (Imper C.Pl C.P1) => -} "remidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "remedid" ; + {- VPB (Imper C.Pl C.P3) => -} "remidan" ; + {- VPB (Pass C.Sg Masc) => -} "remedido" ; + {- VPB (Pass C.Sg Fem) => -} "remedida" ; + {- VPB (Pass C.Pl Masc) => -} "remedidos" ; + {- VPB (Pass C.Pl Fem) => -} "remedidas" + ] + } ; + +lin rendir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rendir" ; + {- VI Ger => -} "rindiendo" ; + {- VI Part => -} "rendido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rindo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "rindes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rinde" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "rendimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "rendís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rinden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rinda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rindas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rinda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rindamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rindáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rindan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rindiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rindieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rindiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rindiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rindierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rindieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rindiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rindieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rindiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rindiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rindieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rindiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "rendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rindió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "rendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rindieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "rendiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "rendirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "rendirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "rendiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "rendiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rendirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rindiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rindieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rindiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rindiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rindiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rindieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rendiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rendirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rendiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rendiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rendiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rendirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rinde" ; + {- VPB (Imper C.Sg C.P3) => -} "rinda" ; + {- VPB (Imper C.Pl C.P1) => -} "rindamos" ; + {- VPB (Imper C.Pl C.P2) => -} "rendid" ; + {- VPB (Imper C.Pl C.P3) => -} "rindan" ; + {- VPB (Pass C.Sg Masc) => -} "rendido" ; + {- VPB (Pass C.Sg Fem) => -} "rendida" ; + {- VPB (Pass C.Pl Masc) => -} "rendidos" ; + {- VPB (Pass C.Pl Fem) => -} "rendidas" + ] + } ; + +lin reñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reñir" ; + {- VI Ger => -} "riñiendo" ; + {- VI Part => -} "reñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "riño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "riñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "riñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "riñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "riña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "riñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "riña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "riñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "riñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "riñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "riñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "riñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "riñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "riñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "riñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "riñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "riñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "riñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "riñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "riñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "riñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "riñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "riñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "riñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "riñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "riñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "riñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "riñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "riñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "riñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "riñe" ; + {- VPB (Imper C.Sg C.P3) => -} "riña" ; + {- VPB (Imper C.Pl C.P1) => -} "riñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reñid" ; + {- VPB (Imper C.Pl C.P3) => -} "riñan" ; + {- VPB (Pass C.Sg Masc) => -} "reñido" ; + {- VPB (Pass C.Sg Fem) => -} "reñida" ; + {- VPB (Pass C.Pl Masc) => -} "reñidos" ; + {- VPB (Pass C.Pl Fem) => -} "reñidas" + ] + } ; + +lin repetir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "repetir" ; + {- VI Ger => -} "repitiendo" ; + {- VI Part => -} "repetido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "repito" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "repites" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "repite" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "repetimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "repetís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repiten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repita" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repitas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repita" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repitamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repitáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repitan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repetía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "repetías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repetía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "repetíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repetíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repetían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repitiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repitieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repitiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repitiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repitierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repitieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repitieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repitiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repitieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repitiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "repetí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "repetiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "repitió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "repetimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "repetisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "repitieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "repetiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "repetirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "repetirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "repetiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "repetiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repetirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repitiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repitieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repitiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repitiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repitiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repitieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repetiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repetirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repetiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repetiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repetiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repetirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "repite" ; + {- VPB (Imper C.Sg C.P3) => -} "repita" ; + {- VPB (Imper C.Pl C.P1) => -} "repitamos" ; + {- VPB (Imper C.Pl C.P2) => -} "repetid" ; + {- VPB (Imper C.Pl C.P3) => -} "repitan" ; + {- VPB (Pass C.Sg Masc) => -} "repetido" ; + {- VPB (Pass C.Sg Fem) => -} "repetida" ; + {- VPB (Pass C.Pl Masc) => -} "repetidos" ; + {- VPB (Pass C.Pl Fem) => -} "repetidas" + ] + } ; + +lin reteñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reteñir" ; + {- VI Ger => -} "retiñiendo" ; + {- VI Part => -} "reteñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retiño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retiñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retiñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reteñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reteñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retiñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retiñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reteñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reteñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reteñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reteñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reteñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reteñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retiñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reteñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reteñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retiñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reteñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reteñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retiñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reteñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reteñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reteñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reteñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reteñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reteñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retiñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reteñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reteñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reteñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reteñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reteñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reteñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retiñe" ; + {- VPB (Imper C.Sg C.P3) => -} "retiña" ; + {- VPB (Imper C.Pl C.P1) => -} "retiñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reteñid" ; + {- VPB (Imper C.Pl C.P3) => -} "retiñan" ; + {- VPB (Pass C.Sg Masc) => -} "reteñido" ; + {- VPB (Pass C.Sg Fem) => -} "reteñida" ; + {- VPB (Pass C.Pl Masc) => -} "reteñidos" ; + {- VPB (Pass C.Pl Fem) => -} "reteñidas" + ] + } ; + +lin revestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "revestir" ; + {- VI Ger => -} "revistiendo" ; + {- VI Part => -} "revestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "revisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "revistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reviste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "revestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "revestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "revestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "revestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "revestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "revestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "revestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reviste" ; + {- VPB (Imper C.Sg C.P3) => -} "revista" ; + {- VPB (Imper C.Pl C.P1) => -} "revistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "revestid" ; + {- VPB (Imper C.Pl C.P3) => -} "revistan" ; + {- VPB (Pass C.Sg Masc) => -} "revestido" ; + {- VPB (Pass C.Sg Fem) => -} "revestida" ; + {- VPB (Pass C.Pl Masc) => -} "revestidos" ; + {- VPB (Pass C.Pl Fem) => -} "revestidas" + ] + } ; + +lin servir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "servir" ; + {- VI Ger => -} "sirviendo" ; + {- VI Part => -} "servido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sirvo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sirves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sirve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "servimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "servís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sirven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sirva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sirvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sirva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sirvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "servía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "servías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "servía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "servíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "servíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "servían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sirviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "serví" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "serviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sirvió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "servimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "servisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sirvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "serviré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "servirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "servirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "serviremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "serviréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "servirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "serviría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "servirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "serviría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "serviríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "serviríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "servirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sirve" ; + {- VPB (Imper C.Sg C.P3) => -} "sirva" ; + {- VPB (Imper C.Pl C.P1) => -} "sirvamos" ; + {- VPB (Imper C.Pl C.P2) => -} "servid" ; + {- VPB (Imper C.Pl C.P3) => -} "sirvan" ; + {- VPB (Pass C.Sg Masc) => -} "servido" ; + {- VPB (Pass C.Sg Fem) => -} "servida" ; + {- VPB (Pass C.Pl Masc) => -} "servidos" ; + {- VPB (Pass C.Pl Fem) => -} "servidas" + ] + } ; + +lin sobrevestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobrevestir" ; + {- VI Ger => -} "sobrevistiendo" ; + {- VI Part => -} "sobrevestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobrevisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobrevistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobreviste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrevestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobrevestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobrevistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobrevestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobrevestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobrevistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobrevestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobrevestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobrevestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrevestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrevestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrevestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrevestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobreviste" ; + {- VPB (Imper C.Sg C.P3) => -} "sobrevista" ; + {- VPB (Imper C.Pl C.P1) => -} "sobrevistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobrevestid" ; + {- VPB (Imper C.Pl C.P3) => -} "sobrevistan" ; + {- VPB (Pass C.Sg Masc) => -} "sobrevestido" ; + {- VPB (Pass C.Sg Fem) => -} "sobrevestida" ; + {- VPB (Pass C.Pl Masc) => -} "sobrevestidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobrevestidas" + ] + } ; + +lin teñir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "teñir" ; + {- VI Ger => -} "tiñiendo" ; + {- VI Part => -} "teñido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tiño" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "tiñes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tiñe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "teñimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "teñís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tiñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tiñan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "teñía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "teñías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "teñía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "teñíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "teñíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "teñían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tiñesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "teñí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "teñiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tiñó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "teñimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "teñisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tiñeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "teñiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "teñirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "teñirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "teñiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "teñiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "teñirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tiñeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "teñiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "teñirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "teñiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "teñiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "teñiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "teñirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tiñe" ; + {- VPB (Imper C.Sg C.P3) => -} "tiña" ; + {- VPB (Imper C.Pl C.P1) => -} "tiñamos" ; + {- VPB (Imper C.Pl C.P2) => -} "teñid" ; + {- VPB (Imper C.Pl C.P3) => -} "tiñan" ; + {- VPB (Pass C.Sg Masc) => -} "teñido" ; + {- VPB (Pass C.Sg Fem) => -} "teñida" ; + {- VPB (Pass C.Pl Masc) => -} "teñidos" ; + {- VPB (Pass C.Pl Fem) => -} "teñidas" + ] + } ; + +lin travestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "travestir" ; + {- VI Ger => -} "travistiendo" ; + {- VI Part => -} "travestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "travisto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "travistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "traviste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "travestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "travestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "travisten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "travista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "travistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "travista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "travistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "travistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "travistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "travestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "travestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "travestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "travestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "travestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "travestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "travistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "travistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "travistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "travistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "travistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "travistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "travistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "travistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "travistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "travistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "travistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "travistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "travestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "travestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "travistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "travestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "travestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "travistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "travestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "travestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "travestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "travestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "travestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "travestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "travistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "travistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "travistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "travistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "travistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "travistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "travestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "travestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "travestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "travestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "travestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "travestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "traviste" ; + {- VPB (Imper C.Sg C.P3) => -} "travista" ; + {- VPB (Imper C.Pl C.P1) => -} "travistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "travestid" ; + {- VPB (Imper C.Pl C.P3) => -} "travistan" ; + {- VPB (Pass C.Sg Masc) => -} "travestido" ; + {- VPB (Pass C.Sg Fem) => -} "travestida" ; + {- VPB (Pass C.Pl Masc) => -} "travestidos" ; + {- VPB (Pass C.Pl Fem) => -} "travestidas" + ] + } ; + +lin vestir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "vestir" ; + {- VI Ger => -} "vistiendo" ; + {- VI Part => -} "vestido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "visto" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vistes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "viste" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "vestimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "vestís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "visten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vestía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "vestías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vestía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "vestíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "vestíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vestían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "vistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "vistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "vistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "vistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "vistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "vistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "vistiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "vestí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "vestiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "vistió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "vestimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "vestisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "vistieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "vestiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "vestirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "vestirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "vestiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "vestiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vestirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "vistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "vistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "vistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "vistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vestiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "vestirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vestiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "vestiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "vestiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "vestirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "viste" ; + {- VPB (Imper C.Sg C.P3) => -} "vista" ; + {- VPB (Imper C.Pl C.P1) => -} "vistamos" ; + {- VPB (Imper C.Pl C.P2) => -} "vestid" ; + {- VPB (Imper C.Pl C.P3) => -} "vistan" ; + {- VPB (Pass C.Sg Masc) => -} "vestido" ; + {- VPB (Pass C.Sg Fem) => -} "vestida" ; + {- VPB (Pass C.Pl Masc) => -} "vestidos" ; + {- VPB (Pass C.Pl Fem) => -} "vestidas" + ] + } ; + +lin acomedirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "acomedir" ; + {- VI Ger => -} "acomidiendo" ; + {- VI Part => -} "acomedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "acomido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "acomides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "acomide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "acomedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "acomedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acomiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acomida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acomidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acomida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acomidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acomidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acomidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acomedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acomedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acomedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acomedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acomedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acomedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acomidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acomidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acomidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acomidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acomidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acomidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acomidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acomidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acomidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acomidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "acomedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "acomediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "acomidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "acomedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "acomedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "acomidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "acomediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "acomedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "acomedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "acomediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "acomediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acomedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acomidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acomidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acomidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acomidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acomediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acomedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acomediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acomediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acomediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acomedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "acomide" ; + {- VPB (Imper C.Sg C.P3) => -} "acomida" ; + {- VPB (Imper C.Pl C.P1) => -} "acomidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "acomedid" ; + {- VPB (Imper C.Pl C.P3) => -} "acomidan" ; + {- VPB (Pass C.Sg Masc) => -} "acomedido" ; + {- VPB (Pass C.Sg Fem) => -} "acomedida" ; + {- VPB (Pass C.Pl Masc) => -} "acomedidos" ; + {- VPB (Pass C.Pl Fem) => -} "acomedidas" + ] + } ; + +lin comedirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "comedir" ; + {- VI Ger => -} "comidiendo" ; + {- VI Part => -} "comedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "comido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "comides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "comide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "comedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "comedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "comida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "comidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "comida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "comedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "comedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "comedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "comedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "comidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "comidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "comidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "comidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "comidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "comidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "comidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "comedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "comediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "comidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "comedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "comedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "comidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "comediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "comedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "comedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "comediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "comediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "comidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "comidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "comidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "comidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "comediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "comide" ; + {- VPB (Imper C.Sg C.P3) => -} "comida" ; + {- VPB (Imper C.Pl C.P1) => -} "comidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "comedid" ; + {- VPB (Imper C.Pl C.P3) => -} "comidan" ; + {- VPB (Pass C.Sg Masc) => -} "comedido" ; + {- VPB (Pass C.Sg Fem) => -} "comedida" ; + {- VPB (Pass C.Pl Masc) => -} "comedidos" ; + {- VPB (Pass C.Pl Fem) => -} "comedidas" + ] + } ; + +lin descomedirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "descomedir" ; + {- VI Ger => -} "descomidiendo" ; + {- VI Part => -} "descomedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descomido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descomides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descomide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "descomedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "descomedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descomiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descomida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descomidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descomida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descomidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descomidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descomidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descomedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descomedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descomedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descomedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descomedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descomedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descomidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descomidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descomidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descomidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descomidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descomidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descomidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descomidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descomidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descomidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descomedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descomediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descomidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descomedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descomedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descomidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "descomediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "descomedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "descomedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "descomediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "descomediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descomedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descomidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descomidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descomidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descomidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descomediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descomedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descomediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descomediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descomediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descomedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descomide" ; + {- VPB (Imper C.Sg C.P3) => -} "descomida" ; + {- VPB (Imper C.Pl C.P1) => -} "descomidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "descomedid" ; + {- VPB (Imper C.Pl C.P3) => -} "descomidan" ; + {- VPB (Pass C.Sg Masc) => -} "descomedido" ; + {- VPB (Pass C.Sg Fem) => -} "descomedida" ; + {- VPB (Pass C.Pl Masc) => -} "descomedidos" ; + {- VPB (Pass C.Pl Fem) => -} "descomedidas" + ] + } ; + +lin desmedirse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desmedir" ; + {- VI Ger => -} "desmidiendo" ; + {- VI Part => -} "desmedido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desmido" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desmides" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desmide" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desmedimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desmedís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmiden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmedía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmedías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmedía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmedíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmedíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmedían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmidiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desmedí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desmediste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desmidió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desmedimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desmedisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desmidieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desmediré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desmedirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desmedirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desmediremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desmediréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmedirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmediría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmedirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmediría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmediríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmediríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmedirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desmide" ; + {- VPB (Imper C.Sg C.P3) => -} "desmida" ; + {- VPB (Imper C.Pl C.P1) => -} "desmidamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desmedid" ; + {- VPB (Imper C.Pl C.P3) => -} "desmidan" ; + {- VPB (Pass C.Sg Masc) => -} "desmedido" ; + {- VPB (Pass C.Sg Fem) => -} "desmedida" ; + {- VPB (Pass C.Pl Masc) => -} "desmedidos" ; + {- VPB (Pass C.Pl Fem) => -} "desmedidas" + ] + } ; + +lin abarse_V = reflVerboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "abar" ; + {- VI Ger => -} "abando" ; + {- VI Part => -} "abado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aba" ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} "abad" ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin poder_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "poder" ; + {- VI Ger => -} "pudiendo" ; + {- VI Part => -} "podido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "puedo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "puedes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "puede" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "podemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "podéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pueden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pueda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "puedas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pueda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "podamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "podáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "puedan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "podía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "podías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "podía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "podíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "podíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "podían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pudiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pudieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pudiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pudiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pudierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pudieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pudiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pudieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pudiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pudiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pudieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pudiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pude" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "pudiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pudo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "pudimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "pudisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "pudieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "podré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "podrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "podrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "podremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "podréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "podrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pudiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pudieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pudiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pudiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pudiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pudieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "podría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "podrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "podría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "podríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "podríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "podrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "puede" ; + {- VPB (Imper C.Sg C.P3) => -} "pueda" ; + {- VPB (Imper C.Pl C.P1) => -} "podamos" ; + {- VPB (Imper C.Pl C.P2) => -} "poded" ; + {- VPB (Imper C.Pl C.P3) => -} "puedan" ; + {- VPB (Pass C.Sg Masc) => -} "podido" ; + {- VPB (Pass C.Sg Fem) => -} "podida" ; + {- VPB (Pass C.Pl Masc) => -} "podidos" ; + {- VPB (Pass C.Pl Fem) => -} "podidas" + ] + } ; + +lin bienquerer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "bienquerer" ; + {- VI Ger => -} "bienqueriendo" ; + {- VI Part => -} "bienquerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "bienquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "bienquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "bienquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "bienqueremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "bienqueréis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bienquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bienquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bienquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bienquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bienqueramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bienqueráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bienquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bienquería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bienquerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bienquería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bienqueríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bienqueríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bienquerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bienquisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bienquisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bienquisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bienquisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bienquisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bienquisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bienquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bienquisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bienquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bienquisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bienquisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bienquisiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "bienquise" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "bienquisiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "bienquiso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "bienquisimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "bienquisisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "bienquisieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "bienquerré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "bienquerrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "bienquerrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "bienquerremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "bienquerréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bienquerrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bienquisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bienquisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bienquisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bienquerría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bienquerrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bienquerría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bienquerríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bienquerríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bienquerrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "bienquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "bienquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "bienqueramos" ; + {- VPB (Imper C.Pl C.P2) => -} "bienquered" ; + {- VPB (Imper C.Pl C.P3) => -} "bienquieran" ; + {- VPB (Pass C.Sg Masc) => -} "bienquerido" ; + {- VPB (Pass C.Sg Fem) => -} "bienquerida" ; + {- VPB (Pass C.Pl Masc) => -} "bienqueridos" ; + {- VPB (Pass C.Pl Fem) => -} "bienqueridas" + ] + } ; + +lin desquerer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desquerer" ; + {- VI Ger => -} "desqueriendo" ; + {- VI Part => -} "desquerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desqueremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desqueréis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desqueramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desqueráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desquería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desquerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desquería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desqueríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desqueríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desquerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desquisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desquisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desquisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desquisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desquisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desquisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desquisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desquisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desquisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desquisiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desquise" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desquisiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desquiso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desquisimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desquisisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desquisieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desquerré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desquerrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desquerrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desquerremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desquerréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desquerrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desquisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desquisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desquisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desquisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desquerría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desquerrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desquerría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desquerríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desquerríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desquerrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "desquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "desqueramos" ; + {- VPB (Imper C.Pl C.P2) => -} "desquered" ; + {- VPB (Imper C.Pl C.P3) => -} "desquieran" ; + {- VPB (Pass C.Sg Masc) => -} "desquerido" ; + {- VPB (Pass C.Sg Fem) => -} "desquerida" ; + {- VPB (Pass C.Pl Masc) => -} "desqueridos" ; + {- VPB (Pass C.Pl Fem) => -} "desqueridas" + ] + } ; + +lin malquerer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "malquerer" ; + {- VI Ger => -} "malqueriendo" ; + {- VI Part => -} "malquerido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "malquiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "malquieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "malquiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "malqueremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "malqueréis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "malquieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "malquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "malquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "malquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "malqueramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "malqueráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "malquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "malquería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "malquerías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "malquería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "malqueríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "malqueríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "malquerían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "malquisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "malquisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "malquisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "malquisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "malquisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "malquisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "malquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "malquisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "malquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "malquisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "malquisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "malquisiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "malquise" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "malquisiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "malquiso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "malquisimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "malquisisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "malquisieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "malquerré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "malquerrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "malquerrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "malquerremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "malquerréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "malquerrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "malquisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "malquisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "malquisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "malquisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "malquerría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "malquerrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "malquerría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "malquerríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "malquerríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "malquerrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "malquiere" ; + {- VPB (Imper C.Sg C.P3) => -} "malquiera" ; + {- VPB (Imper C.Pl C.P1) => -} "malqueramos" ; + {- VPB (Imper C.Pl C.P2) => -} "malquered" ; + {- VPB (Imper C.Pl C.P3) => -} "malquieran" ; + {- VPB (Pass C.Sg Masc) => -} "malquerido" ; + {- VPB (Pass C.Sg Fem) => -} "malquerida" ; + {- VPB (Pass C.Pl Masc) => -} "malqueridos" ; + {- VPB (Pass C.Pl Fem) => -} "malqueridas" + ] + } ; + +lin querer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "querer" ; + {- VI Ger => -} "queriendo" ; + {- VI Part => -} "querido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "quiero" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "quieres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "quiere" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "queremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "queréis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "quieren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "quiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "quieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "quiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "queramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "queráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "quieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "quería" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "querías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "quería" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "queríamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "queríais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "querían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "quisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "quisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "quisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "quisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "quisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "quisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "quisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "quisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "quisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "quisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "quisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "quisiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "quise" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "quisiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "quiso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "quisimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "quisisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "quisieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "querré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "querrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "querrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "querremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "querréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "querrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "quisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "quisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "quisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "quisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "quisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "quisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "querría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "querrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "querría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "querríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "querríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "querrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "quiere" ; + {- VPB (Imper C.Sg C.P3) => -} "quiera" ; + {- VPB (Imper C.Pl C.P1) => -} "queramos" ; + {- VPB (Imper C.Pl C.P2) => -} "quered" ; + {- VPB (Imper C.Pl C.P3) => -} "quieran" ; + {- VPB (Pass C.Sg Masc) => -} "querido" ; + {- VPB (Pass C.Sg Fem) => -} "querida" ; + {- VPB (Pass C.Pl Masc) => -} "queridos" ; + {- VPB (Pass C.Pl Fem) => -} "queridas" + ] + } ; + +lin antedecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "antedecir" ; + {- VI Ger => -} "antediciendo" ; + {- VI Part => -} "antedicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "antedigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "antedices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "antedice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "antedecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "antedecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antedicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antedigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antedigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antedigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antedigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antedecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antedecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antedecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antedecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antedecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antedecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antedijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antedijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antedijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antedijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antedijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antedijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antedijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antedijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antedijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antedijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antedijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antedijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "antedije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "antedijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "antedijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "antedijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "antedijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "antedijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "antedeciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "antedecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "antedecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "antedeciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "antedeciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antedecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antedijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antedijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antedijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antedijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antedijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antedijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antedeciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antedecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antedeciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antedeciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antedeciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antedecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "antedice" ; + {- VPB (Imper C.Sg C.P3) => -} "antediga" ; + {- VPB (Imper C.Pl C.P1) => -} "antedigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "antedecid" ; + {- VPB (Imper C.Pl C.P3) => -} "antedigan" ; + {- VPB (Pass C.Sg Masc) => -} "antedicho" ; + {- VPB (Pass C.Sg Fem) => -} "antedicha" ; + {- VPB (Pass C.Pl Masc) => -} "antedichos" ; + {- VPB (Pass C.Pl Fem) => -} "antedichas" + ] + } ; + +lin bendecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "bendecir" ; + {- VI Ger => -} "bendiciendo" ; + {- VI Part => -} "bendicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "bendigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "bendices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "bendice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "bendecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "bendecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bendicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bendiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bendigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bendiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bendigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bendigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bendigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bendecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bendecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bendecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bendecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bendecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bendecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bendijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bendijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bendijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bendijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bendijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bendijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bendijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bendijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bendijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bendijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bendijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bendijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "bendije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "bendijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "bendijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "bendijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "bendijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "bendijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "bendeciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "bendecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "bendecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "bendeciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "bendeciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bendecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bendijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bendijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bendijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bendijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bendijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bendijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bendeciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bendecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bendeciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bendeciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bendeciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bendecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "bendice" ; + {- VPB (Imper C.Sg C.P3) => -} "bendiga" ; + {- VPB (Imper C.Pl C.P1) => -} "bendigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "bendecid" ; + {- VPB (Imper C.Pl C.P3) => -} "bendigan" ; + {- VPB (Pass C.Sg Masc) => -} "bendicho" ; + {- VPB (Pass C.Sg Fem) => -} "bendicha" ; + {- VPB (Pass C.Pl Masc) => -} "bendichos" ; + {- VPB (Pass C.Pl Fem) => -} "bendichas" + ] + } ; + +lin contradecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "contradecir" ; + {- VI Ger => -} "contradiciendo" ; + {- VI Part => -} "contradecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "contradigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "contradices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "contradice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "contradecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "contradecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contradicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contradiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contradigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contradiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contradigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contradigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contradigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contradecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contradecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contradecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contradecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contradecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contradecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contradijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contradijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contradijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contradijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contradijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contradijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contradijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contradijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contradijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contradijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contradijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contradijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contradije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contradijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contradijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contradijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contradijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "contradijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "contradeciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "contradecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "contradecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "contradeciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "contradeciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contradecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contradijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contradijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contradijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contradijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contradijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contradijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contradeciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contradecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contradeciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contradeciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contradeciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contradecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "contradice" ; + {- VPB (Imper C.Sg C.P3) => -} "contradiga" ; + {- VPB (Imper C.Pl C.P1) => -} "contradigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "contradecid" ; + {- VPB (Imper C.Pl C.P3) => -} "contradigan" ; + {- VPB (Pass C.Sg Masc) => -} "contradecido" ; + {- VPB (Pass C.Sg Fem) => -} "contradecida" ; + {- VPB (Pass C.Pl Masc) => -} "contradecidos" ; + {- VPB (Pass C.Pl Fem) => -} "contradecidas" + ] + } ; + +lin desdecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desdecir" ; + {- VI Ger => -} "desdiciendo" ; + {- VI Part => -} "desdicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desdigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desdices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desdice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desdecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desdecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desdicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desdiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desdigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desdiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desdigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desdigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desdigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desdecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desdecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desdecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desdecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desdecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desdecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desdijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desdijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desdijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desdijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desdijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desdijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desdijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desdijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desdijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desdijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desdijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desdijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desdije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desdijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desdijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desdijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desdijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "desdijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desdeciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desdecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desdecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desdeciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desdeciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desdecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desdijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desdijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desdijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desdijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desdijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desdijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desdeciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desdecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desdeciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desdeciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desdeciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desdecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desdice" ; + {- VPB (Imper C.Sg C.P3) => -} "desdiga" ; + {- VPB (Imper C.Pl C.P1) => -} "desdigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desdecid" ; + {- VPB (Imper C.Pl C.P3) => -} "desdigan" ; + {- VPB (Pass C.Sg Masc) => -} "desdicho" ; + {- VPB (Pass C.Sg Fem) => -} "desdicha" ; + {- VPB (Pass C.Pl Masc) => -} "desdichos" ; + {- VPB (Pass C.Pl Fem) => -} "desdichas" + ] + } ; + +lin entredecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entredecir" ; + {- VI Ger => -} "entrediciendo" ; + {- VI Part => -} "entredicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entredigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entredices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entredice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entredecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entredecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entredicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entredigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entredigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entredigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entredigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entredecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entredecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entredecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entredecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entredecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entredecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entredijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entredijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entredijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entredijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entredijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entredijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entredijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entredijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entredijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entredijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entredijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entredijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entredije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entredijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entredijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entredijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entredijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entredijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entredeciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entredecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entredecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entredeciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entredeciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entredecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entredijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entredijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entredijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entredijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entredijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entredijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entredeciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entredecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entredeciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entredeciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entredeciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entredecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entredice" ; + {- VPB (Imper C.Sg C.P3) => -} "entrediga" ; + {- VPB (Imper C.Pl C.P1) => -} "entredigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entredecid" ; + {- VPB (Imper C.Pl C.P3) => -} "entredigan" ; + {- VPB (Pass C.Sg Masc) => -} "entredicho" ; + {- VPB (Pass C.Sg Fem) => -} "entredicha" ; + {- VPB (Pass C.Pl Masc) => -} "entredichos" ; + {- VPB (Pass C.Pl Fem) => -} "entredichas" + ] + } ; + +lin predecir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "predecir" ; + {- VI Ger => -} "prediciendo" ; + {- VI Part => -} "predicho" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "predigo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "predices" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "predice" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "predecimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "predecís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "predicen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "predigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "predigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "predigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "predigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "predecía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "predecías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "predecía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "predecíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "predecíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "predecían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "predijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "predijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "predijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "predijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "predijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "predijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "predijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "predijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "predijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "predijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "predijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "predijesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "predije" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "predijiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "predijo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "predijimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "predijisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "predijeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "predeciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "predecirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "predecirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "predeciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "predeciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "predecirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "predijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "predijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "predijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "predijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "predijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "predijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "predeciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "predecirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "predeciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "predeciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "predeciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "predecirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "predice" ; + {- VPB (Imper C.Sg C.P3) => -} "prediga" ; + {- VPB (Imper C.Pl C.P1) => -} "predigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "predecid" ; + {- VPB (Imper C.Pl C.P3) => -} "predigan" ; + {- VPB (Pass C.Sg Masc) => -} "predicho" ; + {- VPB (Pass C.Sg Fem) => -} "predicha" ; + {- VPB (Pass C.Pl Masc) => -} "predichos" ; + {- VPB (Pass C.Pl Fem) => -} "predichas" + ] + } ; + +lin aducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "aducir" ; + {- VI Ger => -} "aduciendo" ; + {- VI Part => -} "aducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "aduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "aduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "aduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "aducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "aducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "aduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "adujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "adujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "adujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "adujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "adujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "aduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "aducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "aducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "aduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "aduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "aduce" ; + {- VPB (Imper C.Sg C.P3) => -} "aduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "aduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "aducid" ; + {- VPB (Imper C.Pl C.P3) => -} "aduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "aducido" ; + {- VPB (Pass C.Sg Fem) => -} "aducida" ; + {- VPB (Pass C.Pl Masc) => -} "aducidos" ; + {- VPB (Pass C.Pl Fem) => -} "aducidas" + ] + } ; + +lin conducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "conducir" ; + {- VI Ger => -} "conduciendo" ; + {- VI Part => -} "conducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "conduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "conduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "conduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "conducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "conducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "conduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "conduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "conduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "condujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "condujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "condujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "condujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "condujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "conduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "conducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "conducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "conduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "conduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "conduce" ; + {- VPB (Imper C.Sg C.P3) => -} "conduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "conduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "conducid" ; + {- VPB (Imper C.Pl C.P3) => -} "conduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "conducido" ; + {- VPB (Pass C.Sg Fem) => -} "conducida" ; + {- VPB (Pass C.Pl Masc) => -} "conducidos" ; + {- VPB (Pass C.Pl Fem) => -} "conducidas" + ] + } ; + +lin coproducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "coproducir" ; + {- VI Ger => -} "coproduciendo" ; + {- VI Part => -} "coproducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "coproduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "coproduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "coproduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "coproducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "coproducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coproducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coproduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coproduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coproduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coproduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coproduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coproduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coproducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coproducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coproducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coproducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coproducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coproducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coprodujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coprodujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coprodujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coprodujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coprodujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coprodujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coprodujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coprodujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coprodujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coprodujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "coproduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "coprodujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "coprodujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "coprodujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "coprodujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "coprodujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "coproduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "coproducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "coproducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "coproduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "coproduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coproducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coprodujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coprodujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coprodujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coprodujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coproduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coproducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coproduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coproduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coproduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coproducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "coproduce" ; + {- VPB (Imper C.Sg C.P3) => -} "coproduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "coproduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "coproducid" ; + {- VPB (Imper C.Pl C.P3) => -} "coproduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "coproducido" ; + {- VPB (Pass C.Sg Fem) => -} "coproducida" ; + {- VPB (Pass C.Pl Masc) => -} "coproducidos" ; + {- VPB (Pass C.Pl Fem) => -} "coproducidas" + ] + } ; + +lin deducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "deducir" ; + {- VI Ger => -} "deduciendo" ; + {- VI Part => -} "deducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "deducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dedujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dedujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dedujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dedujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dedujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dedujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dedujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dedujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dedujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dedujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "dedujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "dedujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "dedujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "dedujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "dedujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "deduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "deducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "deducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "deduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "deduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dedujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dedujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dedujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dedujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dedujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dedujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deduce" ; + {- VPB (Imper C.Sg C.P3) => -} "deduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "deduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "deducid" ; + {- VPB (Imper C.Pl C.P3) => -} "deduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "deducido" ; + {- VPB (Pass C.Sg Fem) => -} "deducida" ; + {- VPB (Pass C.Pl Masc) => -} "deducidos" ; + {- VPB (Pass C.Pl Fem) => -} "deducidas" + ] + } ; + +lin inducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "inducir" ; + {- VI Ger => -} "induciendo" ; + {- VI Part => -} "inducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "induzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "induces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "induce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "inducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "inducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "induzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "induzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "induzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "induzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "induzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "induzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "indujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "indujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "indujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "indujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "indujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "indujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "indujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "indujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "indujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "indujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "indujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "indujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "induje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "indujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "indujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "indujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "indujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "indujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "induciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "inducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "inducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "induciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "induciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "indujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "indujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "indujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "indujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "indujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "indujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "induciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "induciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "induciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "induciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "induce" ; + {- VPB (Imper C.Sg C.P3) => -} "induzca" ; + {- VPB (Imper C.Pl C.P1) => -} "induzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "inducid" ; + {- VPB (Imper C.Pl C.P3) => -} "induzcan" ; + {- VPB (Pass C.Sg Masc) => -} "inducido" ; + {- VPB (Pass C.Sg Fem) => -} "inducida" ; + {- VPB (Pass C.Pl Masc) => -} "inducidos" ; + {- VPB (Pass C.Pl Fem) => -} "inducidas" + ] + } ; + +lin introducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "introducir" ; + {- VI Ger => -} "introduciendo" ; + {- VI Part => -} "introducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "introduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "introduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "introduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "introducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "introducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "introducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "introduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "introduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "introduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "introduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "introduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "introduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "introducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "introducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "introducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "introducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "introducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "introducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "introdujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "introdujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "introdujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "introdujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "introdujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "introdujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "introdujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "introdujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "introdujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "introdujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "introdujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "introdujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "introduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "introdujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "introdujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "introdujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "introdujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "introdujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "introduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "introducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "introducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "introduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "introduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "introducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "introdujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "introdujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "introdujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "introdujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "introdujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "introdujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "introduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "introducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "introduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "introduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "introduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "introducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "introduce" ; + {- VPB (Imper C.Sg C.P3) => -} "introduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "introduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "introducid" ; + {- VPB (Imper C.Pl C.P3) => -} "introduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "introducido" ; + {- VPB (Pass C.Sg Fem) => -} "introducida" ; + {- VPB (Pass C.Pl Masc) => -} "introducidos" ; + {- VPB (Pass C.Pl Fem) => -} "introducidas" + ] + } ; + +lin producir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "producir" ; + {- VI Ger => -} "produciendo" ; + {- VI Part => -} "producido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "produzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "produces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "produce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "producimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "producís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "producen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "produzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "produzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "produzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "produzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "produzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "produzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "producía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "producías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "producía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "producíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "producíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "producían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "produjera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "produjeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "produjera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "produjéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "produjerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "produjeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "produjese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "produjeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "produjese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "produjésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "produjeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "produjesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "produje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "produjiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "produjo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "produjimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "produjisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "produjeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "produciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "producirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "producirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "produciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "produciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "producirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "produjere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "produjeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "produjere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "produjéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "produjereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "produjeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "produciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "producirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "produciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "produciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "produciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "producirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "produce" ; + {- VPB (Imper C.Sg C.P3) => -} "produzca" ; + {- VPB (Imper C.Pl C.P1) => -} "produzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "producid" ; + {- VPB (Imper C.Pl C.P3) => -} "produzcan" ; + {- VPB (Pass C.Sg Masc) => -} "producido" ; + {- VPB (Pass C.Sg Fem) => -} "producida" ; + {- VPB (Pass C.Pl Masc) => -} "producidos" ; + {- VPB (Pass C.Pl Fem) => -} "producidas" + ] + } ; + +lin reconducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reconducir" ; + {- VI Ger => -} "reconduciendo" ; + {- VI Part => -} "reconducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reconduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reconduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reconduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reconducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reconducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recondujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recondujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recondujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recondujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recondujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recondujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recondujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recondujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recondujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recondujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recondujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recondujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reconduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recondujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recondujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recondujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recondujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recondujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reconduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reconducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reconducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reconduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reconduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recondujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recondujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recondujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recondujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recondujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recondujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reconduce" ; + {- VPB (Imper C.Sg C.P3) => -} "reconduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "reconduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reconducid" ; + {- VPB (Imper C.Pl C.P3) => -} "reconduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "reconducido" ; + {- VPB (Pass C.Sg Fem) => -} "reconducida" ; + {- VPB (Pass C.Pl Masc) => -} "reconducidos" ; + {- VPB (Pass C.Pl Fem) => -} "reconducidas" + ] + } ; + +lin reducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reducir" ; + {- VI Ger => -} "reduciendo" ; + {- VI Part => -} "reducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "redujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "redujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "redujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "redujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "redujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reduce" ; + {- VPB (Imper C.Sg C.P3) => -} "reduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "reduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reducid" ; + {- VPB (Imper C.Pl C.P3) => -} "reduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "reducido" ; + {- VPB (Pass C.Sg Fem) => -} "reducida" ; + {- VPB (Pass C.Pl Masc) => -} "reducidos" ; + {- VPB (Pass C.Pl Fem) => -} "reducidas" + ] + } ; + +lin reproducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reproducir" ; + {- VI Ger => -} "reproduciendo" ; + {- VI Part => -} "reproducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reproduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reproduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reproduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reproducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reproducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reproducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reproduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reproduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reproduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reproduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reproduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reproduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reproducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reproducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reproducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reproducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reproducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reproducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reprodujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reprodujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reprodujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reprodujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reprodujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reprodujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reprodujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reprodujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reprodujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reprodujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reproduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reprodujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reprodujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reprodujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reprodujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reprodujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reproduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reproducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reproducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reproduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reproduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reproducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reprodujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reprodujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reprodujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reprodujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reproduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reproducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reproduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reproduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reproduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reproducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reproduce" ; + {- VPB (Imper C.Sg C.P3) => -} "reproduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "reproduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reproducid" ; + {- VPB (Imper C.Pl C.P3) => -} "reproduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "reproducido" ; + {- VPB (Pass C.Sg Fem) => -} "reproducida" ; + {- VPB (Pass C.Pl Masc) => -} "reproducidos" ; + {- VPB (Pass C.Pl Fem) => -} "reproducidas" + ] + } ; + +lin retraducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "retraducir" ; + {- VI Ger => -} "retraduciendo" ; + {- VI Part => -} "retraducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retraduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retraduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retraduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retraducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retraducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retraducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retraduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retraduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retraduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retraduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retraduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retraduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retraducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retraducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retraducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retraducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retraducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retraducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retradujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retradujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retradujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retradujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retradujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retradujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retradujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retradujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retradujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retradujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retraduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retradujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retradujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retradujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retradujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retradujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retraduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retraducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retraducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retraduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retraduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retraducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retradujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retradujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retradujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retradujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retradujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retradujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retraduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retraducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retraduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retraduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retraduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retraducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retraduce" ; + {- VPB (Imper C.Sg C.P3) => -} "retraduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "retraduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retraducid" ; + {- VPB (Imper C.Pl C.P3) => -} "retraduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "retraducido" ; + {- VPB (Pass C.Sg Fem) => -} "retraducida" ; + {- VPB (Pass C.Pl Masc) => -} "retraducidos" ; + {- VPB (Pass C.Pl Fem) => -} "retraducidas" + ] + } ; + +lin seducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "seducir" ; + {- VI Ger => -} "seduciendo" ; + {- VI Part => -} "seducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "seduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "seduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "seduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "seducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "seducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "seducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "seduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "seduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "seduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "seduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "seduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "seduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "seducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "seducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "seducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "seducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "seducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "seducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sedujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sedujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sedujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sedujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sedujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sedujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sedujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sedujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sedujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sedujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "seduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sedujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sedujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sedujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sedujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sedujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "seduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "seducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "seducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "seduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "seduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "seducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sedujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sedujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sedujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sedujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sedujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sedujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "seduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "seducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "seduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "seduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "seduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "seducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "seduce" ; + {- VPB (Imper C.Sg C.P3) => -} "seduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "seduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "seducid" ; + {- VPB (Imper C.Pl C.P3) => -} "seduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "seducido" ; + {- VPB (Pass C.Sg Fem) => -} "seducida" ; + {- VPB (Pass C.Pl Masc) => -} "seducidos" ; + {- VPB (Pass C.Pl Fem) => -} "seducidas" + ] + } ; + +lin traducir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "traducir" ; + {- VI Ger => -} "traduciendo" ; + {- VI Part => -} "traducido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "traduzco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "traduces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "traduce" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "traducimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "traducís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "traducen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "traduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "traduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "traduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "traduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traducía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "traducías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traducía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "traducíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "traducíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "traducían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tradujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tradujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tradujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tradujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tradujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tradujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tradujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tradujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tradujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tradujesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "traduje" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "tradujiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tradujo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tradujimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "tradujisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tradujeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "traduciré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "traducirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "traducirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "traduciremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "traduciréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traducirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tradujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tradujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tradujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tradujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tradujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tradujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traduciría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traducirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traduciría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traduciríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traduciríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traducirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "traduce" ; + {- VPB (Imper C.Sg C.P3) => -} "traduzca" ; + {- VPB (Imper C.Pl C.P1) => -} "traduzcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "traducid" ; + {- VPB (Imper C.Pl C.P3) => -} "traduzcan" ; + {- VPB (Pass C.Sg Masc) => -} "traducido" ; + {- VPB (Pass C.Sg Fem) => -} "traducida" ; + {- VPB (Pass C.Pl Masc) => -} "traducidos" ; + {- VPB (Pass C.Pl Fem) => -} "traducidas" + ] + } ; + +lin cohibir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "cohibir" ; + {- VI Ger => -} "cohibiendo" ; + {- VI Part => -} "cohibido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cohíbo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cohíbes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cohíbe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cohibimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cohibís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cohíben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cohíba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cohíbas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cohíba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cohibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cohibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cohíban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cohibía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cohibías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cohibía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cohibíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cohibíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cohibían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cohibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cohibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cohibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cohibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cohibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cohibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cohibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cohibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cohibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cohibiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cohibí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "cohibiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cohibió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cohibimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cohibisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cohibieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "cohibiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "cohibirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "cohibirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "cohibiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "cohibiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cohibirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cohibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cohibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cohibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cohibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cohibiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cohibirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cohibiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cohibiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cohibiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cohibirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cohíbe" ; + {- VPB (Imper C.Sg C.P3) => -} "cohíba" ; + {- VPB (Imper C.Pl C.P1) => -} "cohibamos" ; + {- VPB (Imper C.Pl C.P2) => -} "cohibid" ; + {- VPB (Imper C.Pl C.P3) => -} "cohíban" ; + {- VPB (Pass C.Sg Masc) => -} "cohibido" ; + {- VPB (Pass C.Sg Fem) => -} "cohibida" ; + {- VPB (Pass C.Pl Masc) => -} "cohibidos" ; + {- VPB (Pass C.Pl Fem) => -} "cohibidas" + ] + } ; + +lin prohibir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prohibir" ; + {- VI Ger => -} "prohibiendo" ; + {- VI Part => -} "prohibido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prohíbo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prohíbes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prohíbe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prohibimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prohibís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prohíben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prohíba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prohíbas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prohíba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prohibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prohibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prohíban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prohibía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prohibías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prohibía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prohibíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prohibíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prohibían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prohibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prohibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prohibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prohibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prohibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prohibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prohibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prohibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prohibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prohibiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prohibí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prohibiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prohibió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prohibimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prohibisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prohibieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prohibiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prohibirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prohibirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prohibiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prohibiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prohibirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prohibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prohibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prohibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prohibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prohibiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prohibirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prohibiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prohibiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prohibiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prohibirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prohíbe" ; + {- VPB (Imper C.Sg C.P3) => -} "prohíba" ; + {- VPB (Imper C.Pl C.P1) => -} "prohibamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prohibid" ; + {- VPB (Imper C.Pl C.P3) => -} "prohíban" ; + {- VPB (Pass C.Sg Masc) => -} "prohibido" ; + {- VPB (Pass C.Sg Fem) => -} "prohibida" ; + {- VPB (Pass C.Pl Masc) => -} "prohibidos" ; + {- VPB (Pass C.Pl Fem) => -} "prohibidas" + ] + } ; + +lin reunir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reunir" ; + {- VI Ger => -} "reuniendo" ; + {- VI Part => -} "reunido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reúno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reúnes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reúne" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reunimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reunís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reúnen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reúna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reúnas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reúna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reunamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reunáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reúnan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reunía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reunías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reunía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reuníamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reuníais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reunían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reuniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reunieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reuniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reuniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reunierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reunieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reuniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reunieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reuniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reuniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reunieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reuniesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reuní" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reuniste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reunió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reunimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reunisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reunieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reuniré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reunirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reunirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reuniremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reuniréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reunirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reuniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reunieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reuniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reuniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reuniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reunieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reuniría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reunirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reuniría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reuniríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reuniríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reunirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reúne" ; + {- VPB (Imper C.Sg C.P3) => -} "reúna" ; + {- VPB (Imper C.Pl C.P1) => -} "reunamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reunid" ; + {- VPB (Imper C.Pl C.P3) => -} "reúnan" ; + {- VPB (Pass C.Sg Masc) => -} "reunido" ; + {- VPB (Pass C.Sg Fem) => -} "reunida" ; + {- VPB (Pass C.Pl Masc) => -} "reunidos" ; + {- VPB (Pass C.Pl Fem) => -} "reunidas" + ] + } ; + +lin raer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "raer" ; + {- VI Ger => -} "rayendo" ; + {- VI Part => -} "raído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {"rao" ; "raigo"} ; + {- VPB (Pres Ind C.Sg C.P2) => -} "raes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "raemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "raéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "raen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "raiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "raigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "raiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "raigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "raigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "raigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "raía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "raías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "raía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "raíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "raíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "raían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rayesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "raí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "raíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rayó" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "raímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "raísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rayeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "raeré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "raerás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "raerá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "raeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "raeréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "raerán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "raería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "raerías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "raería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "raeríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "raeríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "raerían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rae" ; + {- VPB (Imper C.Sg C.P3) => -} "raiga" ; + {- VPB (Imper C.Pl C.P1) => -} "raigamos" ; + {- VPB (Imper C.Pl C.P2) => -} "raed" ; + {- VPB (Imper C.Pl C.P3) => -} "raigan" ; + {- VPB (Pass C.Sg Masc) => -} "raído" ; + {- VPB (Pass C.Sg Fem) => -} "raída" ; + {- VPB (Pass C.Pl Masc) => -} "raídos" ; + {- VPB (Pass C.Pl Fem) => -} "raídas" + ] + } ; + +lin desleír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "desleír" ; + {- VI Ger => -} "desliendo" ; + {- VI Part => -} "desleído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deslío" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "deslíes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "deslíe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desleímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desleís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deslíen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deslía" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deslías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deslía" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desliamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desliáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deslían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desleía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desleías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desleía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desleíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desleíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desleían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deslieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deslierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deslieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desleí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desleíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "deslió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desleímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desleísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "deslieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desleiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desleirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desleirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desleiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desleiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desleirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deslieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deslieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desleiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desleirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desleiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desleiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desleiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desleirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "deslíe" ; + {- VPB (Imper C.Sg C.P3) => -} "deslía" ; + {- VPB (Imper C.Pl C.P1) => -} "desliamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desleíd" ; + {- VPB (Imper C.Pl C.P3) => -} "deslían" ; + {- VPB (Pass C.Sg Masc) => -} "desleído" ; + {- VPB (Pass C.Sg Fem) => -} "desleída" ; + {- VPB (Pass C.Pl Masc) => -} "desleídos" ; + {- VPB (Pass C.Pl Fem) => -} "desleídas" + ] + } ; + +lin engreír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "engreír" ; + {- VI Ger => -} "engriendo" ; + {- VI Part => -} "engreído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engrío" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engríes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engríe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engreímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engreís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engríen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engrían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engreía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engreías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engreía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engreíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engreíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engreían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engreí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engreíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engreímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engreísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "engrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "engreiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "engreirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "engreirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "engreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "engreiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engreirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engreiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engreirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engreiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engreiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engreiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engreirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engríe" ; + {- VPB (Imper C.Sg C.P3) => -} "engría" ; + {- VPB (Imper C.Pl C.P1) => -} "engriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "engreíd" ; + {- VPB (Imper C.Pl C.P3) => -} "engrían" ; + {- VPB (Pass C.Sg Masc) => -} "engreído" ; + {- VPB (Pass C.Sg Fem) => -} "engreída" ; + {- VPB (Pass C.Pl Masc) => -} "engreídos" ; + {- VPB (Pass C.Pl Fem) => -} "engreídas" + ] + } ; + +lin freír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "freír" ; + {- VI Ger => -} "friendo" ; + {- VI Part => -} variants {"freído" ; "frito"} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "frío" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fríes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fríe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "freímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "freís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fríen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "frías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "friamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "friáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "freía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "freías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "freía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "freíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "freíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "freían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "friera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "frieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "friera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "friéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "frierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "frieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "friese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "frieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "friese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "friésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "frieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "friesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "freí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "freíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "frió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "freímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "freísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "frieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "freiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "freirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "freirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "freiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "freiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "freirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "friere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "frieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "friere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "friéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "friereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "frieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "freiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "freirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "freiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "freiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "freiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "freirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fríe" ; + {- VPB (Imper C.Sg C.P3) => -} "fría" ; + {- VPB (Imper C.Pl C.P1) => -} "friamos" ; + {- VPB (Imper C.Pl C.P2) => -} "freíd" ; + {- VPB (Imper C.Pl C.P3) => -} "frían" ; + {- VPB (Pass C.Sg Masc) => -} variants {"freído" ; "frito"} ; + {- VPB (Pass C.Sg Fem) => -} variants {"freída" ; "frita"} ; + {- VPB (Pass C.Pl Masc) => -} variants {"freídos" ; "fritos"} ; + {- VPB (Pass C.Pl Fem) => -} variants {"freídas" ; "fritas"} + ] + } ; + +lin refreír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "refreír" ; + {- VI Ger => -} "refriendo" ; + {- VI Part => -} "refreído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refrío" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refríes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refríe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "refreímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "refreís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refríen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refrían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refreía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refreías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refreía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refreíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refreíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refreían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "refreí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refreíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "refreímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "refreísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "refrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "refreiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "refreirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "refreirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "refreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "refreiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refreirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refreiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refreirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refreiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refreiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refreiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refreirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refríe" ; + {- VPB (Imper C.Sg C.P3) => -} "refría" ; + {- VPB (Imper C.Pl C.P1) => -} "refriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "refreíd" ; + {- VPB (Imper C.Pl C.P3) => -} "refrían" ; + {- VPB (Pass C.Sg Masc) => -} "refreído" ; + {- VPB (Pass C.Sg Fem) => -} "refreída" ; + {- VPB (Pass C.Pl Masc) => -} "refreídos" ; + {- VPB (Pass C.Pl Fem) => -} "refreídas" + ] + } ; + +lin reír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "reír" ; + {- VI Ger => -} "riendo" ; + {- VI Part => -} "reído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "río" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ríes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ríe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ríen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "riamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "riáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "riera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "riera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "riéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "riese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "riese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "riésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "riesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "rieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "riere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "riere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "riéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "riereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ríe" ; + {- VPB (Imper C.Sg C.P3) => -} "ría" ; + {- VPB (Imper C.Pl C.P1) => -} "riamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reíd" ; + {- VPB (Imper C.Pl C.P3) => -} "rían" ; + {- VPB (Pass C.Sg Masc) => -} "reído" ; + {- VPB (Pass C.Sg Fem) => -} "reída" ; + {- VPB (Pass C.Pl Masc) => -} "reídos" ; + {- VPB (Pass C.Pl Fem) => -} "reídas" + ] + } ; + +lin sofreír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sofreír" ; + {- VI Ger => -} "sofriendo" ; + {- VI Part => -} "sofreído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sofrío" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sofríes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sofríe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sofreímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sofreís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sofríen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sofría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sofrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sofría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sofriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sofriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sofrían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sofreía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sofreías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sofreía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sofreíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sofreíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sofreían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sofriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sofrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sofriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sofriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sofrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sofrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sofriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sofrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sofriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sofriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sofrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sofriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sofreí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sofreíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sofrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sofreímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sofreísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sofrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sofreiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sofreirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sofreirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sofreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sofreiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sofreirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sofriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sofrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sofriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sofriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sofriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sofrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sofreiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sofreirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sofreiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sofreiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sofreiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sofreirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sofríe" ; + {- VPB (Imper C.Sg C.P3) => -} "sofría" ; + {- VPB (Imper C.Pl C.P1) => -} "sofriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sofreíd" ; + {- VPB (Imper C.Pl C.P3) => -} "sofrían" ; + {- VPB (Pass C.Sg Masc) => -} "sofreído" ; + {- VPB (Pass C.Sg Fem) => -} "sofreída" ; + {- VPB (Pass C.Pl Masc) => -} "sofreídos" ; + {- VPB (Pass C.Pl Fem) => -} "sofreídas" + ] + } ; + +lin sonreír_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sonreír" ; + {- VI Ger => -} "sonriendo" ; + {- VI Part => -} "sonreído" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sonrío" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sonríes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sonríe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sonreímos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sonreís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sonríen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sonría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sonrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sonría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sonriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sonriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sonrían" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sonreía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sonreías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sonreía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sonreíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sonreíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sonreían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sonriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sonrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sonriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sonriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sonrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sonrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sonriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sonrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sonriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sonriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sonrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sonriesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sonreí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sonreíste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sonrió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sonreímos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sonreísteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sonrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sonreiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sonreirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sonreirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sonreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sonreiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sonreirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sonriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sonrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sonriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sonriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sonriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sonrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sonreiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sonreirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sonreiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sonreiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sonreiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sonreirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sonríe" ; + {- VPB (Imper C.Sg C.P3) => -} "sonría" ; + {- VPB (Imper C.Pl C.P1) => -} "sonriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sonreíd" ; + {- VPB (Imper C.Pl C.P3) => -} "sonrían" ; + {- VPB (Pass C.Sg Masc) => -} "sonreído" ; + {- VPB (Pass C.Sg Fem) => -} "sonreída" ; + {- VPB (Pass C.Pl Masc) => -} "sonreídos" ; + {- VPB (Pass C.Pl Fem) => -} "sonreídas" + ] + } ; + +lin resalir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "resalir" ; + {- VI Ger => -} "resaliendo" ; + {- VI Part => -} "resalido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "resalgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "resales" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "resale" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "resalimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "resalís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resalen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resalía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resalías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resalía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resalíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resalíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resalían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resaliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "resalí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "resaliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "resalió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "resalimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resalisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "resalieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "resaldré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "resaldrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "resaldrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "resaldremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "resaldréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resaldrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resaldría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resaldrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resaldría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resaldríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resaldríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resaldrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "resal" ; + {- VPB (Imper C.Sg C.P3) => -} "resalga" ; + {- VPB (Imper C.Pl C.P1) => -} "resalgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "resalid" ; + {- VPB (Imper C.Pl C.P3) => -} "resalgan" ; + {- VPB (Pass C.Sg Masc) => -} "resalido" ; + {- VPB (Pass C.Sg Fem) => -} "resalida" ; + {- VPB (Pass C.Pl Masc) => -} "resalidos" ; + {- VPB (Pass C.Pl Fem) => -} "resalidas" + ] + } ; + +lin salir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "salir" ; + {- VI Ger => -} "saliendo" ; + {- VI Part => -} "salido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "salgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sales" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sale" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "salimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "salís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "salen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "salga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "salgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "salga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "salgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "salgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "salgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "salía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "salías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "salía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "salíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "salíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "salían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "saliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "salieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "saliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "saliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "salierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "salieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "saliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "salieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "saliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "saliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "salieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "saliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "salí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "saliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "salió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "salimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "salisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "salieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "saldré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "saldrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "saldrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "saldremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "saldréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "saldrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "saliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "salieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "saliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "saliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "saliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "salieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "saldría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "saldrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "saldría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "saldríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "saldríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "saldrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sal" ; + {- VPB (Imper C.Sg C.P3) => -} "salga" ; + {- VPB (Imper C.Pl C.P1) => -} "salgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "salid" ; + {- VPB (Imper C.Pl C.P3) => -} "salgan" ; + {- VPB (Pass C.Sg Masc) => -} "salido" ; + {- VPB (Pass C.Sg Fem) => -} "salida" ; + {- VPB (Pass C.Pl Masc) => -} "salidos" ; + {- VPB (Pass C.Pl Fem) => -} "salidas" + ] + } ; + +lin sobresalir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "sobresalir" ; + {- VI Ger => -} "sobresaliendo" ; + {- VI Part => -} "sobresalido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sobresalgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sobresales" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sobresale" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sobresalimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sobresalís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobresalen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobresalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobresalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobresalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobresalía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobresalías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobresalía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobresalíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobresalíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresalían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobresaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobresalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobresaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobresaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobresalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobresalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresaliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobresalí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobresaliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobresalió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobresalimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobresalisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "sobresalieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "sobresaldré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "sobresaldrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "sobresaldrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "sobresaldremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "sobresaldréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobresaldrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobresalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobresaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobresalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobresaldría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobresaldrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobresaldría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobresaldríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobresaldríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobresaldrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sobresal" ; + {- VPB (Imper C.Sg C.P3) => -} "sobresalga" ; + {- VPB (Imper C.Pl C.P1) => -} "sobresalgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sobresalid" ; + {- VPB (Imper C.Pl C.P3) => -} "sobresalgan" ; + {- VPB (Pass C.Sg Masc) => -} "sobresalido" ; + {- VPB (Pass C.Sg Fem) => -} "sobresalida" ; + {- VPB (Pass C.Pl Masc) => -} "sobresalidos" ; + {- VPB (Pass C.Pl Fem) => -} "sobresalidas" + ] + } ; + +lin equivaler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "equivaler" ; + {- VI Ger => -} "equivaliendo" ; + {- VI Part => -} "equivalido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "equivalgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "equivales" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "equivale" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "equivalemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "equivaléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "equivalen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "equivalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "equivalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "equivalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "equivalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "equivalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "equivalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "equivalía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "equivalías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "equivalía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "equivalíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "equivalíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "equivalían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "equivaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "equivalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "equivaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "equivaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "equivalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "equivalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "equivaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "equivalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "equivaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "equivaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "equivalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "equivaliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "equivalí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "equivaliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "equivalió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "equivalimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "equivalisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "equivalieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "equivaldré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "equivaldrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "equivaldrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "equivaldremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "equivaldréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "equivaldrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "equivalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "equivaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "equivaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "equivalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "equivaldría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "equivaldrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "equivaldría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "equivaldríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "equivaldríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "equivaldrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "equivale" ; + {- VPB (Imper C.Sg C.P3) => -} "equivalga" ; + {- VPB (Imper C.Pl C.P1) => -} "equivalgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "equivaled" ; + {- VPB (Imper C.Pl C.P3) => -} "equivalgan" ; + {- VPB (Pass C.Sg Masc) => -} "equivalido" ; + {- VPB (Pass C.Sg Fem) => -} "equivalida" ; + {- VPB (Pass C.Pl Masc) => -} "equivalidos" ; + {- VPB (Pass C.Pl Fem) => -} "equivalidas" + ] + } ; + +lin prevaler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prevaler" ; + {- VI Ger => -} "prevaliendo" ; + {- VI Part => -} "prevalido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prevalgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prevales" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prevale" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prevalemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prevaléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prevalen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prevalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prevalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prevalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevalía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prevalías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevalía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prevalíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prevalíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevalían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prevaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prevalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prevaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prevaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prevalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prevalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prevaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prevalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prevaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prevaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prevalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prevaliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prevalí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prevaliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prevalió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prevalimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prevalisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prevalieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prevaldré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prevaldrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prevaldrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prevaldremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prevaldréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevaldrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prevalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prevaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prevaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prevalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevaldría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prevaldrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevaldría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prevaldríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prevaldríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prevaldrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prevale" ; + {- VPB (Imper C.Sg C.P3) => -} "prevalga" ; + {- VPB (Imper C.Pl C.P1) => -} "prevalgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prevaled" ; + {- VPB (Imper C.Pl C.P3) => -} "prevalgan" ; + {- VPB (Pass C.Sg Masc) => -} "prevalido" ; + {- VPB (Pass C.Sg Fem) => -} "prevalida" ; + {- VPB (Pass C.Pl Masc) => -} "prevalidos" ; + {- VPB (Pass C.Pl Fem) => -} "prevalidas" + ] + } ; + +lin valer_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "valer" ; + {- VI Ger => -} "valiendo" ; + {- VI Part => -} "valido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "valgo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "vales" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "vale" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "valemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "valéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "valen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "valga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "valgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "valga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "valgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "valgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "valgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "valía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "valías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "valía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "valíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "valíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "valían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "valiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "valieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "valiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "valiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "valierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "valieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "valiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "valieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "valiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "valiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "valieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "valiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "valí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "valiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "valió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "valimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "valisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "valieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "valdré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "valdrás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "valdrá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "valdremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "valdréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "valdrán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "valiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "valieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "valiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "valiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "valiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "valieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "valdría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "valdrías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "valdría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "valdríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "valdríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "valdrían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "vale" ; + {- VPB (Imper C.Sg C.P3) => -} "valga" ; + {- VPB (Imper C.Pl C.P1) => -} "valgamos" ; + {- VPB (Imper C.Pl C.P2) => -} "valed" ; + {- VPB (Imper C.Pl C.P3) => -} "valgan" ; + {- VPB (Pass C.Sg Masc) => -} "valido" ; + {- VPB (Pass C.Sg Fem) => -} "valida" ; + {- VPB (Pass C.Pl Masc) => -} "validos" ; + {- VPB (Pass C.Pl Fem) => -} "validas" + ] + } ; + +lin soler_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "soler" ; + {- VI Ger => -} variants {} ; + {- VI Part => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "suelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sueles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suele" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "solemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "soléis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "suelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "solamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "solía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "solías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "solía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "solíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "solíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "solían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "solieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "solierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "solieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "solieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "solieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soliesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "solí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "soliste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "solió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "solimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "solisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "solieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; + +lin antever_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "antever" ; + {- VI Ger => -} "anteviendo" ; + {- VI Part => -} "antevisto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "anteveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "anteves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "anteve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "antevemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "anteveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anteven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antevea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "anteveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antevea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "anteveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "anteveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antevean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "anteveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anteveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "anteveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anteveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anteveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anteveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anteviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antevieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anteviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anteviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antevierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antevieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anteviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antevieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anteviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anteviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antevieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anteviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "antevi" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "anteviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "antevio" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "antevimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "antevisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "antevieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "anteveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "anteverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "anteverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "anteveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "anteveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "anteverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anteviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antevieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anteviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anteviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anteviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antevieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antevería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "anteverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antevería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "anteveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "anteveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "anteverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "anteve" ; + {- VPB (Imper C.Sg C.P3) => -} "antevea" ; + {- VPB (Imper C.Pl C.P1) => -} "anteveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "anteved" ; + {- VPB (Imper C.Pl C.P3) => -} "antevean" ; + {- VPB (Pass C.Sg Masc) => -} "antevisto" ; + {- VPB (Pass C.Sg Fem) => -} "antevista" ; + {- VPB (Pass C.Pl Masc) => -} "antevistos" ; + {- VPB (Pass C.Pl Fem) => -} "antevistas" + ] + } ; + +lin entrever_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "entrever" ; + {- VI Ger => -} "entreviendo" ; + {- VI Part => -} "entrevisto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "entreveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "entreves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "entreve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "entrevemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entreveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrevea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrevea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrevean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrevieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrevierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrevieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrevieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrevieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entrevi" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entreviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entrevio" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entrevimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entrevisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "entrevieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "entreveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "entreverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "entreverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "entreveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "entreveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrevieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrevieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrevería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrevería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "entreve" ; + {- VPB (Imper C.Sg C.P3) => -} "entrevea" ; + {- VPB (Imper C.Pl C.P1) => -} "entreveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "entreved" ; + {- VPB (Imper C.Pl C.P3) => -} "entrevean" ; + {- VPB (Pass C.Sg Masc) => -} "entrevisto" ; + {- VPB (Pass C.Sg Fem) => -} "entrevista" ; + {- VPB (Pass C.Pl Masc) => -} "entrevistos" ; + {- VPB (Pass C.Pl Fem) => -} "entrevistas" + ] + } ; + +lin prever_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prever" ; + {- VI Ger => -} "previendo" ; + {- VI Part => -} "previsto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "preveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "preves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "preve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prevemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "preveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "previera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "previeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "previera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "previéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "previerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "previeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "previese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "previeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "previese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "previésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "previeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "previesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "previ" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "previste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "previo" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "previmos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "previsteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "previeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "preveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "preverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "preverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "preveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "preveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "previere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "previeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "previere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "previéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "previereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "previeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "preve" ; + {- VPB (Imper C.Sg C.P3) => -} "prevea" ; + {- VPB (Imper C.Pl C.P1) => -} "preveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "preved" ; + {- VPB (Imper C.Pl C.P3) => -} "prevean" ; + {- VPB (Pass C.Sg Masc) => -} "previsto" ; + {- VPB (Pass C.Sg Fem) => -} "prevista" ; + {- VPB (Pass C.Pl Masc) => -} "previstos" ; + {- VPB (Pass C.Pl Fem) => -} "previstas" + ] + } ; + +lin rever_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "rever" ; + {- VI Ger => -} "reviendo" ; + {- VI Part => -} "revisto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "revemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "revi" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "revio" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "revimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "revisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "revieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reve" ; + {- VPB (Imper C.Sg C.P3) => -} "revea" ; + {- VPB (Imper C.Pl C.P1) => -} "reveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reved" ; + {- VPB (Imper C.Pl C.P3) => -} "revean" ; + {- VPB (Pass C.Sg Masc) => -} "revisto" ; + {- VPB (Pass C.Sg Fem) => -} "revista" ; + {- VPB (Pass C.Pl Masc) => -} "revistos" ; + {- VPB (Pass C.Pl Fem) => -} "revistas" + ] + } ; + +lin trasver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "trasver" ; + {- VI Ger => -} "trasviendo" ; + {- VI Part => -} "trasvisto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasveo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasvemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasvea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasvea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasvean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasveía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasveías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasveía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasveíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasveíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasveían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasviesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "trasvi" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasviste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasvio" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasvimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasvisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasvieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasveré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasverás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasveremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasveréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasverán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasvería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasverías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasvería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasveríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasveríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasverían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasve" ; + {- VPB (Imper C.Sg C.P3) => -} "trasvea" ; + {- VPB (Imper C.Pl C.P1) => -} "trasveamos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasved" ; + {- VPB (Imper C.Pl C.P3) => -} "trasvean" ; + {- VPB (Pass C.Sg Masc) => -} "trasvisto" ; + {- VPB (Pass C.Sg Fem) => -} "trasvista" ; + {- VPB (Pass C.Pl Masc) => -} "trasvistos" ; + {- VPB (Pass C.Pl Fem) => -} "trasvistas" + ] + } ; + +lin ver_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "ver" ; + {- VI Ger => -} "viendo" ; + {- VI Part => -} "visto" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "veo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ves" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "vemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "veis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "veas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "veamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "veáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "veía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "veías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "veía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "veíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "veíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "veían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "viera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "viera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "viéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "viese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "viese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "viésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "viesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "vi" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "viste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "vio" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "vimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "visteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "vieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "veré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "verás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "verá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "veremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "veréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "verán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "viere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "viere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "viéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "viereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "verías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "veríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "veríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "verían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ve" ; + {- VPB (Imper C.Sg C.P3) => -} "vea" ; + {- VPB (Imper C.Pl C.P1) => -} "veamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ved" ; + {- VPB (Imper C.Pl C.P3) => -} "vean" ; + {- VPB (Pass C.Sg Masc) => -} "visto" ; + {- VPB (Pass C.Sg Fem) => -} "vista" ; + {- VPB (Pass C.Pl Masc) => -} "vistos" ; + {- VPB (Pass C.Pl Fem) => -} "vistas" + ] + } ; + +lin imprimir_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "imprimir" ; + {- VI Ger => -} "imprimiendo" ; + {- VI Part => -} variants {"imprimido" ; "impreso"} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "imprimo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "imprimes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "imprime" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "imprimimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "imprimís" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imprimen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "imprima" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "imprimas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "imprima" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "imprimamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "imprimáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "impriman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "imprimía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "imprimías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "imprimía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "imprimíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "imprimíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "imprimían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "imprimiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "imprimieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "imprimiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "imprimiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "imprimierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "imprimieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "imprimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "imprimieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "imprimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "imprimiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "imprimieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "imprimiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "imprimí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "imprimiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "imprimió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "imprimimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "imprimisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "imprimieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "imprimiré" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "imprimirás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "imprimirá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "imprimiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "imprimiréis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "imprimirán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "imprimieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "imprimiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "imprimiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "imprimieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "imprimiría" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "imprimirías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "imprimiría" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "imprimiríamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "imprimiríais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "imprimirían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "imprime" ; + {- VPB (Imper C.Sg C.P3) => -} "imprima" ; + {- VPB (Imper C.Pl C.P1) => -} "imprimamos" ; + {- VPB (Imper C.Pl C.P2) => -} "imprimid" ; + {- VPB (Imper C.Pl C.P3) => -} "impriman" ; + {- VPB (Pass C.Sg Masc) => -} "imprimido" ; + {- VPB (Pass C.Sg Fem) => -} "imprimida" ; + {- VPB (Pass C.Pl Masc) => -} "imprimidos" ; + {- VPB (Pass C.Pl Fem) => -} "imprimidas" + ] + } ; + +lin prender_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "prender" ; + {- VI Ger => -} "prendiendo" ; + {- VI Part => -} variants {"prendido" ; "presto"} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prendo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prendes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prende" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prendemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prendéis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prenden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prenda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prenda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prendía" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prendías" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prendía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prendíamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prendíais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prendían" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prendiesen" ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prendí" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "prendiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "prendió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "prendimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "prendisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "prendieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "prenderé" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "prenderás" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "prenderá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "prenderemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "prenderéis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prenderán" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prendería" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prenderías" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prendería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prenderíamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prenderíais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prenderían" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prende" ; + {- VPB (Imper C.Sg C.P3) => -} "prenda" ; + {- VPB (Imper C.Pl C.P1) => -} "prendamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prended" ; + {- VPB (Imper C.Pl C.P3) => -} "prendan" ; + {- VPB (Pass C.Sg Masc) => -} "prendido" ; + {- VPB (Pass C.Sg Fem) => -} "prendida" ; + {- VPB (Pass C.Pl Masc) => -} "prendidos" ; + {- VPB (Pass C.Pl Fem) => -} "prendidas" + ] + } ; + +lin llover_V = verboV + {s = table (BeschPor.VFB) [ + {- VI Infn => -} "llover" ; + {- VI Ger => -} "lloviendo" ; + {- VI Part => -} "llovido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Sg C.P3) => -} "llueve" ; + {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} "llueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "llovía" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "lloviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "lloviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "llovió" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "lloverá" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "lloviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "llovería" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} variants {} ; + {- VPB (Imper C.Sg C.P3) => -} variants {} ; + {- VPB (Imper C.Pl C.P1) => -} variants {} ; + {- VPB (Imper C.Pl C.P2) => -} variants {} ; + {- VPB (Imper C.Pl C.P3) => -} variants {} ; + {- VPB (Pass C.Sg Masc) => -} variants {} ; + {- VPB (Pass C.Sg Fem) => -} variants {} ; + {- VPB (Pass C.Pl Masc) => -} variants {} ; + {- VPB (Pass C.Pl Fem) => -} variants {} + ] + } ; +} + diff --git a/lib/src/portuguese/IrregPorAbs.gf b/lib/src/portuguese/IrregPorAbs.gf new file mode 100644 index 000000000..3656dd46c --- /dev/null +++ b/lib/src/portuguese/IrregPorAbs.gf @@ -0,0 +1,1093 @@ +abstract IrregPorAbs = Cat ** { + flags coding=utf8 ; + fun abarse_V : V ; + fun abastecer_V : V ; + fun abeldar_V : V ; + fun aberrar_V : V ; + fun ablandecer_V : V ; + fun abnegar_V : V ; + fun abolir_V : V ; + fun aborrecer_V : V ; + fun abravecer_V : V ; + fun abrir_V : V ; + fun absolver_V : V ; + fun abstener_V : V ; + fun absterger_V : V ; + fun absterger2_V : V ; + fun abstraer_V : V ; + fun abuñolar_V : V ; + fun acaecer2_V : V ; + fun acaecer_V : V ; + fun acertar_V : V ; + fun aclarecer_V : V ; + fun acoger_V : V ; + fun acoger2_V : V ; + fun acollar_V : V ; + fun acomedirse_V : V ; + fun acontecer2_V : V ; + fun acontecer_V : V ; + fun acordar_V : V ; + fun acornar_V : V ; + fun acostar_V : V ; + fun acrecentar_V : V ; + fun acrecer_V : V ; + fun adestrar_V : V ; + fun adherir_V : V ; + fun adir_V : V ; + fun adolecer_V : V ; + fun adormecer_V : V ; + fun adormir_V : V ; + fun adquirir_V : V ; + fun adscribir_V : V ; + fun adstringir_V : V ; + fun aducir_V : V ; + fun advenir_V : V ; + fun advertir_V : V ; + fun aferrar_V : V ; + fun afligir_V : V ; + fun afluir_V : V ; + fun afollar_V : V ; + fun aforar_V : V ; + fun agradecer_V : V ; + fun agredir_V : V ; + fun aguerrir_V : V ; + fun ahincar_V : V ; + fun albeldar_V : V ; + fun alentar_V : V ; + fun aliquebrar_V : V ; + fun almorzar_V : V ; + fun alongar_V : V ; + fun aloquecerse_V : V ; + fun altivecer_V : V ; + fun amanecer_V : V ; + fun amarecer_V : V ; + fun amarillecer_V : V ; + fun amoblar_V : V ; + fun amohecer_V : V ; + fun amolar_V : V ; + fun amorecer_V : V ; + fun amortecer_V : V ; + fun amover_V : V ; + fun andar_V : V ; + fun anochecer_V : V ; + fun antecoger_V : V ; + fun antecoger2_V : V ; + fun antedecir_V : V ; + fun anteponer_V : V ; + fun antevenir_V : V ; + fun antever_V : V ; + fun anzolar_V : V ; + fun apacentar_V : V ; + fun aparecer_V : V ; + fun apercollar_V : V ; + fun apergollar_V : V ; + fun apernar_V : V ; + fun apescoliar_V : V ; + fun apetecer_V : V ; + fun aplacer2_V : V ; + fun aplacer_V : V ; + fun aponer_V : V ; + fun apostar_V : V ; + fun apretar_V : V ; + fun aprevenir_V : V ; + fun aprobar_V : V ; + fun arbolecer_V : V ; + fun arborecer_V : V ; + fun arcaizar_V : V ; + fun argüir_V : V ; + fun aridecer_V : V ; + fun arrecir_V : V ; + fun arrendar_V : V ; + fun arrusticar_V : V ; + fun ascender_V : V ; + fun asentar_V : V ; + fun asentir_V : V ; + fun aserrar_V : V ; + fun asestar_V : V ; + fun asestar2_V : V ; + fun asir_V : V ; + fun asolar_V : V ; + fun asoldar_V : V ; + fun asonar_V : V ; + fun aspaventar_V : V ; + fun asperger_V : V ; + fun asperger2_V : V ; + fun astreñir_V : V ; + fun astriñir_V : V ; + fun astringir_V : V ; + fun atardecer_V : V ; + fun atender_V : V ; + fun aterir_V : V ; + fun aterrar_V : V ; + fun atestar_V : V ; + fun atorar_V : V ; + fun atraer_V : V ; + fun atravesar_V : V ; + fun atribuir_V : V ; + fun atronar_V : V ; + fun avanecerse_V : V ; + fun avenir_V : V ; + fun aventar_V : V ; + fun avergonzar_V : V ; + fun azolar_V : V ; + fun beldar_V : V ; + fun bendecir_V : V ; + fun bienquerer_V : V ; + fun blandir_V : V ; + fun blanquecer_V : V ; + fun bruñir_V : V ; + fun bullir_V : V ; + fun caber_V : V ; + fun caer_V : V ; + fun calecer_V : V ; + fun calentar_V : V ; + fun canecerse_V : V ; + fun carecer_V : V ; + fun cegar_V : V ; + fun ceñir_V : V ; + fun cerner_V : V ; + fun cernir_V : V ; + fun cerrar_V : V ; + fun cimentar_V : V ; + fun circuir_V : V ; + fun circunferir_V : V ; + fun circunscribir_V : V ; + fun circunvolar_V : V ; + fun clarecer_V : V ; + fun clocar_V : V ; + fun coadquirir_V : V ; + fun cocer_V : V ; + fun coercer_V : V ; + fun coextenderse_V : V ; + fun coger_V : V ; + fun coger2_V : V ; + fun cohibir_V : V ; + fun colar_V : V ; + fun colegir_V : V ; + fun colgar_V : V ; + fun colicuecer_V : V ; + fun colorir_V : V ; + fun comedirse_V : V ; + fun comenzar_V : V ; + fun compadecer_V : V ; + fun comparecer_V : V ; + fun competir_V : V ; + fun complacer_V : V ; + fun componer_V : V ; + fun comprobar_V : V ; + fun compungir_V : V ; + fun concebir_V : V ; + fun concernir_V : V ; + fun concernir2_V : V ; + fun concertar_V : V ; + fun concluir_V : V ; + fun concordar_V : V ; + fun condecender_V : V ; + fun condecir_V : V ; + fun condescender_V : V ; + fun condolecerse_V : V ; + fun condolerse_V : V ; + fun conducir_V : V ; + fun conferir_V : V ; + fun confesar_V : V ; + fun confluir_V : V ; + fun conmover_V : V ; + fun conocer_V : V ; + fun conseguir_V : V ; + fun consentir_V : V ; + fun consolar_V : V ; + fun consonar_V : V ; + fun constituir_V : V ; + fun constreñir_V : V ; + fun construir_V : V ; + fun contar_V : V ; + fun contender_V : V ; + fun contener_V : V ; + fun contradecir_V : V ; + fun contraer_V : V ; + fun contrahacer_V : V ; + fun contramanifestar_V : V ; + fun contraponer_V : V ; + fun contravenir_V : V ; + fun contribuir_V : V ; + fun controvertir_V : V ; + fun convalecer_V : V ; + fun convencer_V : V ; + fun convenir_V : V ; + fun converger_V : V ; + fun converger2_V : V ; + fun convergir_V : V ; + fun convertir_V : V ; + fun coproducir_V : V ; + fun corregir_V : V ; + fun corroer_V : V ; + fun costar_V : V ; + fun crecer_V : V ; + fun creer_V : V ; + fun cubrir_V : V ; + fun dar_V : V ; + fun decaer_V : V ; + fun decentar_V : V ; + fun decir_V : V ; + fun decrecer_V : V ; + fun deducir_V : V ; + fun defender_V : V ; + fun deferir_V : V ; + fun degollar_V : V ; + fun delinquir_V : V ; + fun demoler_V : V ; + fun demostrar_V : V ; + fun denegar_V : V ; + fun denegrir_V : V ; + fun denostar_V : V ; + fun dentar_V : V ; + fun deponer_V : V ; + fun derrelinquir_V : V ; + fun derrenegar_V : V ; + fun derrengar_V : V ; + fun derretir_V : V ; + fun derruir_V : V ; + fun desabastecer_V : V ; + fun desacertar_V : V ; + fun desacollar_V : V ; + fun desacordar_V : V ; + fun desadormecer_V : V ; + fun desadvertir_V : V ; + fun desaferrar_V : V ; + fun desaforar_V : V ; + fun desagradecer_V : V ; + fun desalentar_V : V ; + fun desamoblar_V : V ; + fun desandar_V : V ; + fun desaparecer_V : V ; + fun desapretar_V : V ; + fun desaprobar_V : V ; + fun desarrendar_V : V ; + fun desasentar_V : V ; + fun desasir_V : V ; + fun desasosegar_V : V ; + fun desatender_V : V ; + fun desatentar_V : V ; + fun desaterrar_V : V ; + fun desavenir_V : V ; + fun desbravecer_V : V ; + fun descabullirse_V : V ; + fun descaecer_V : V ; + fun descaer_V : V ; + fun desceñir_V : V ; + fun descender_V : V ; + fun descerrar_V : V ; + fun descimentar_V : V ; + fun descocer_V : V ; + fun descoger_V : V ; + fun descoger2_V : V ; + fun descolgar_V : V ; + fun descollar_V : V ; + fun descolorir_V : V ; + fun descomedirse_V : V ; + fun descomponer_V : V ; + fun desconcertar_V : V ; + fun desconocer_V : V ; + fun desconsentir_V : V ; + fun desconsolar_V : V ; + fun descontar_V : V ; + fun desconvenir_V : V ; + fun descordar_V : V ; + fun descornar_V : V ; + fun descreer_V : V ; + fun describir_V : V ; + fun descubrir_V : V ; + fun desdecir_V : V ; + fun desdentar_V : V ; + fun desembebecerse_V : V ; + fun desembravecer_V : V ; + fun desempedrar_V : V ; + fun desencerrar_V : V ; + fun desencoger_V : V ; + fun desencoger2_V : V ; + fun desencordar_V : V ; + fun desencovar_V : V ; + fun desenfurecer_V : V ; + fun desengrosar_V : V ; + fun desenmohecer_V : V ; + fun desenmudecer_V : V ; + fun desenrudecer_V : V ; + fun desensoberbecer_V : V ; + fun desentenderse_V : V ; + fun desenterrar_V : V ; + fun desentorpecer_V : V ; + fun desentumecer_V : V ; + fun desenvolver_V : V ; + fun deservir_V : V ; + fun desfallecer_V : V ; + fun desfavorecer_V : V ; + fun desflorecer_V : V ; + fun desfortalecer_V : V ; + fun desfruncir_V : V ; + fun desgobernar_V : V ; + fun desguarnecer_V : V ; + fun deshacer_V : V ; + fun deshelar_V : V ; + fun desherbar_V : V ; + fun desherrar_V : V ; + fun deshumedecer_V : V ; + fun desimponer_V : V ; + fun desinvernar_V : V ; + fun deslendrar_V : V ; + fun desleír_V : V ; + fun deslucir_V : V ; + fun desmajolar_V : V ; + fun desmedirse_V : V ; + fun desmelar_V : V ; + fun desmembrar_V : V ; + fun desmentir_V : V ; + fun desmerecer_V : V ; + fun desmullir_V : V ; + fun desobedecer_V : V ; + fun desobstruir_V : V ; + fun desolar_V : V ; + fun desoldar_V : V ; + fun desollar_V : V ; + fun desoír_V : V ; + fun desosar_V : V ; + fun desosegar_V : V ; + fun desparecer_V : V ; + fun despedir_V : V ; + fun despedrar_V : V ; + fun desperecerse_V : V ; + fun despernar_V : V ; + fun despertar_V : V ; + fun despezar_V : V ; + fun desplacer_V : V ; + fun desplegar_V : V ; + fun despoblar_V : V ; + fun desposeer_V : V ; + fun desproveer_V : V ; + fun desquerer_V : V ; + fun desraizar_V : V ; + fun desteñir_V : V ; + fun destentar_V : V ; + fun desterrar_V : V ; + fun destituir_V : V ; + fun destorcer_V : V ; + fun destruir_V : V ; + fun desuncir_V : V ; + fun desvanecer_V : V ; + fun desventar_V : V ; + fun desvestir_V : V ; + fun desvolver_V : V ; + fun detener_V : V ; + fun deterger_V : V ; + fun deterger2_V : V ; + fun detraer_V : V ; + fun devenir_V : V ; + fun devolver_V : V ; + fun dezmar_V : V ; + fun diferir_V : V ; + fun difluir_V : V ; + fun digerir_V : V ; + fun diluir_V : V ; + fun diminuir_V : V ; + fun dirigir_V : V ; + fun discernir_V : V ; + fun discontar_V : V ; + fun disconvenir_V : V ; + fun discordar_V : V ; + fun disentir_V : V ; + fun disminuir_V : V ; + fun disolver_V : V ; + fun disonar_V : V ; + fun displacer_V : V ; + fun disponer_V : V ; + fun distender_V : V ; + fun distinguir_V : V ; + fun distraer_V : V ; + fun distribuir_V : V ; + fun divergir_V : V ; + fun divertir_V : V ; + fun dolar_V : V ; + fun doler_V : V ; + fun dormir_V : V ; + fun eflorecerse_V : V ; + fun efluir_V : V ; + fun ejercer_V : V ; + fun elegir_V : V ; + fun embarbecer_V : V ; + fun embastecer_V : V ; + fun embebecer_V : V ; + fun embellaquecerse_V : V ; + fun embellecer_V : V ; + fun embermejecer_V : V ; + fun embestir_V : V ; + fun emblandecer_V : V ; + fun emblanquecer_V : V ; + fun embobecer_V : V ; + fun embosquecer_V : V ; + fun embravecer_V : V ; + fun embrutecer_V : V ; + fun emerger_V : V ; + fun emerger2_V : V ; + fun empajolar_V : V ; + fun empalidecer_V : V ; + fun emparentar_V : V ; + fun empavorecer_V : V ; + fun empecer_V : V ; + fun empedernir_V : V ; + fun empedrar_V : V ; + fun empeller_V : V ; + fun empequehecer_V : V ; + fun empezar_V : V ; + fun emplastecer_V : V ; + fun emplebeyecer_V : V ; + fun emplumecer_V : V ; + fun empobrecer_V : V ; + fun empodrecer_V : V ; + fun empoltronecerse_V : V ; + fun emporcar_V : V ; + fun empretecer_V : V ; + fun emputecer_V : V ; + fun enaltecer_V : V ; + fun enamarillecer_V : V ; + fun enardecer_V : V ; + fun encabellecerse_V : V ; + fun encallecer_V : V ; + fun encalvecer_V : V ; + fun encandecer_V : V ; + fun encanecer_V : V ; + fun encarecer_V : V ; + fun encarnecer_V : V ; + fun enceguecer_V : V ; + fun encender_V : V ; + fun encentar_V : V ; + fun encerrar_V : V ; + fun enclocar_V : V ; + fun encloquecer_V : V ; + fun encoger_V : V ; + fun encoger2_V : V ; + fun encomendar_V : V ; + fun encontrar_V : V ; + fun encorar_V : V ; + fun encordar_V : V ; + fun encorecer_V : V ; + fun encovar_V : V ; + fun encrudecer_V : V ; + fun encruelecer_V : V ; + fun encubertar_V : V ; + fun encubrir_V : V ; + fun endentar_V : V ; + fun endentecer_V : V ; + fun endurecer_V : V ; + fun enflaquecer_V : V ; + fun enflorecer_V : V ; + fun enfranquecer_V : V ; + fun enfurecer_V : V ; + fun engorar_V : V ; + fun engrandecer_V : V ; + fun engravecer_V : V ; + fun engreír_V : V ; + fun engrosar_V : V ; + fun engrumecerse_V : V ; + fun engullir_V : V ; + fun enhestar_V : V ; + fun enlenzar_V : V ; + fun enllentecer_V : V ; + fun enlobreguecer_V : V ; + fun enloquecer_V : V ; + fun enlucir_V : V ; + fun enlustrecer_V : V ; + fun enmagrecer_V : V ; + fun enmalecer_V : V ; + fun enmarillecerse_V : V ; + fun enmelar_V : V ; + fun enmendar_V : V ; + fun enmohecer_V : V ; + fun enmollecer_V : V ; + fun enmudecer_V : V ; + fun ennegrecer_V : V ; + fun ennoblecer_V : V ; + fun ennudecer_V : V ; + fun enorgullecer_V : V ; + fun enraizar_V : V ; + fun enralecer_V : V ; + fun enrarecer_V : V ; + fun enrigidecer_V : V ; + fun enriquecer_V : V ; + fun enrocar_V : V ; + fun enrodar_V : V ; + fun enrojecer_V : V ; + fun enronquecer_V : V ; + fun enrudecer_V : V ; + fun enruinecer_V : V ; + fun ensandecer_V : V ; + fun ensangrentar_V : V ; + fun ensarmentar_V : V ; + fun ensarnecer_V : V ; + fun ensilvecerse_V : V ; + fun ensoñar_V : V ; + fun ensoberbecer_V : V ; + fun ensolver_V : V ; + fun ensombrecer_V : V ; + fun ensordecer_V : V ; + fun entallecer_V : V ; + fun entender_V : V ; + fun entenebrecer_V : V ; + fun enternecer_V : V ; + fun enterrar_V : V ; + fun entesar_V : V ; + fun entestecer_V : V ; + fun entigrecerse_V : V ; + fun entontecer_V : V ; + fun entorpecer_V : V ; + fun entortar_V : V ; + fun entreabrir_V : V ; + fun entrecerrar_V : V ; + fun entrecoger_V : V ; + fun entrecoger2_V : V ; + fun entredecir_V : V ; + fun entrelucir_V : V ; + fun entreoír_V : V ; + fun entreparecerse_V : V ; + fun entrepernar_V : V ; + fun entretener_V : V ; + fun entrever_V : V ; + fun entristecer_V : V ; + fun entullecer_V : V ; + fun entumecer_V : V ; + fun envaguecer_V : V ; + fun envanecer_V : V ; + fun envejecer_V : V ; + fun enverdecer_V : V ; + fun envestir_V : V ; + fun envolver_V : V ; + fun enzurdecer_V : V ; + fun equivaler_V : V ; + fun erguir_V : V ; + fun erigir_V : V ; + fun errar_V : V ; + fun escabullirse_V : V ; + fun escaecer_V : V ; + fun escalfecerse_V : V ; + fun escarmentar_V : V ; + fun escarnecer_V : V ; + fun esclarecer_V : V ; + fun escocer_V : V ; + fun escoger_V : V ; + fun escoger2_V : V ; + fun escolar_V : V ; + fun escribir_V : V ; + fun esforzar_V : V ; + fun esmorecer_V : V ; + fun esmuir_V : V ; + fun establecer_V : V ; + fun estarcir_V : V ; + fun estar_V : V ; + fun estatuir_V : V ; + fun estregar_V : V ; + fun estreñir_V : V ; + fun estremecer_V : V ; + fun europeizar_V : V ; + fun evanecer_V : V ; + fun evanescer_V : V ; + fun excandecer_V : V ; + fun excluir_V : V ; + fun exigir_V : V ; + fun expedir_V : V ; + fun exponer_V : V ; + fun extender_V : V ; + fun extinguir_V : V ; + fun extraer_V : V ; + fun fallecer_V : V ; + fun fallir_V : V ; + fun favorecer_V : V ; + fun fenecer_V : V ; + fun ferrar_V : V ; + fun fingir_V : V ; + fun florecer_V : V ; + fun fluir_V : V ; + fun follar_V : V ; + fun fortalecer_V : V ; + fun forzar_V : V ; + fun fosforecer_V : V ; + fun fosforescer_V : V ; + fun fotocomponer_V : V ; + fun frangir_V : V ; + fun fregar_V : V ; + fun freír_V : V ; + fun fruir_V : V ; + fun fruncir_V : V ; + fun frutecer_V : V ; + fun fulgir_V : V ; + fun fungir_V : V ; + fun gañir_V : V ; + fun garantir_V : V ; + fun gemir_V : V ; + fun gernir_V : V ; + fun gobernar_V : V ; + fun grandisonar_V : V ; + fun gruñir_V : V ; + fun gruir_V : V ; + fun guañir_V : V ; + fun guarecer_V : V ; + fun guarnecer_V : V ; + fun haber_V : V ; + fun hacendar_V : V ; + fun hacer_V : V ; + fun hebraizar_V : V ; + fun heder_V : V ; + fun heñir_V : V ; + fun helar_V : V ; + fun henchir_V : V ; + fun hender_V : V ; + fun hendir_V : V ; + fun herbar_V : V ; + fun herbecer_V : V ; + fun herir_V : V ; + fun hermanecer_V : V ; + fun herrar_V : V ; + fun herventar_V : V ; + fun hervir_V : V ; + fun holgar_V : V ; + fun holiar_V : V ; + fun huir_V : V ; + fun humedecer_V : V ; + fun imbuir_V : V ; + fun impedir_V : V ; + fun imponer_V : V ; + fun imprimir_V : V ; + fun improbar_V : V ; + fun incensar_V : V ; + fun incluir_V : V ; + fun indisponer_V : V ; + fun inducir_V : V ; + fun inferir_V : V ; + fun infernar_V : V ; + fun infligir_V : V ; + fun influir_V : V ; + fun infringir_V : V ; + fun ingerir_V : V ; + fun injerir_V : V ; + fun inmergir_V : V ; + fun inmiscuir_V : V ; + fun inquirir_V : V ; + fun inscribir_V : V ; + fun inserir_V : V ; + fun instituir_V : V ; + fun instruir_V : V ; + fun interferir_V : V ; + fun interponer_V : V ; + fun intervenir_V : V ; + fun introducir_V : V ; + fun intuir_V : V ; + fun invernar_V : V ; + fun invertir_V : V ; + fun investir_V : V ; + fun irruir_V : V ; + fun ir_V : V ; + fun jamerdar_V : V ; + fun jimenzar_V : V ; + fun judaizar_V : V ; + fun jugar_V : V ; + fun juñir_V : V ; + fun languidecer_V : V ; + fun leer_V : V ; + fun licuefacer_V : V ; + fun lividecer_V : V ; + fun llover_V : V ; + fun lobreguecer_V : V ; + fun lucir_V : V ; + fun luir_V : V ; + fun malentender_V : V ; + fun malherir_V : V ; + fun malquerer_V : V ; + fun maltraer_V : V ; + fun mancornar_V : V ; + fun manifestar_V : V ; + fun manir_V : V ; + fun mantener_V : V ; + fun manuscribir_V : V ; + fun manutener_V : V ; + fun mecer_V : V ; + fun medir_V : V ; + fun melar_V : V ; + fun mentar_V : V ; + fun mentir_V : V ; + fun merecer_V : V ; + fun merendar_V : V ; + fun moblar_V : V ; + fun mohecer_V : V ; + fun moler_V : V ; + fun morder_V : V ; + fun morir_V : V ; + fun mostrar_V : V ; + fun mover_V : V ; + fun mugir_V : V ; + fun muñir_V : V ; + fun mullir_V : V ; + fun nacer_V : V ; + fun negar_V : V ; + fun negrecer_V : V ; + fun nevar_V : V ; + fun obedecer_V : V ; + fun obscurecer_V : V ; + fun obstruir_V : V ; + fun obtener_V : V ; + fun ocluir_V : V ; + fun ofrecer_V : V ; + fun oler_V : V ; + fun oponer_V : V ; + fun oír_V : V ; + fun oscurecer_V : V ; + fun pacer_V : V ; + fun padecer_V : V ; + fun palidecer_V : V ; + fun parecer_V : V ; + fun patiquebrar_V : V ; + fun pedir_V : V ; + fun pensar_V : V ; + fun percollar_V : V ; + fun perder_V : V ; + fun perecer_V : V ; + fun permanecer_V : V ; + fun perniquebrar_V : V ; + fun perquirir_V : V ; + fun perseguir_V : V ; + fun pertenecer_V : V ; + fun pervertir_V : V ; + fun pimpollecer_V : V ; + fun placer_V : V ; + fun plañir_V : V ; + fun plastecer_V : V ; + fun plegar_V : V ; + fun poblar_V : V ; + fun poder_V : V ; + fun poner_V : V ; + fun poseer_V : V ; + fun posponer_V : V ; + fun preconcebir_V : V ; + fun preconocer_V : V ; + fun predecir_V : V ; + fun predisponer_V : V ; + fun preelegir_V : V ; + fun preestablecer_V : V ; + fun preferir_V : V ; + fun prelucir_V : V ; + fun premorir_V : V ; + fun premostrar_V : V ; + fun prender_V : V ; + fun preponer_V : V ; + fun prescribir_V : V ; + fun presentir_V : V ; + fun presuponer_V : V ; + fun preterir_V : V ; + fun prevalecer_V : V ; + fun prevaler_V : V ; + fun prevenir_V : V ; + fun prever_V : V ; + fun probar_V : V ; + fun producir_V : V ; + fun proferir_V : V ; + fun prohibir_V : V ; + fun promover_V : V ; + fun proponer_V : V ; + fun proscribir_V : V ; + fun proseguir_V : V ; + fun prostituir_V : V ; + fun proteger_V : V ; + fun proteger2_V : V ; + fun proveer_V : V ; + fun provenir_V : V ; + fun pudrir_V : V ; + fun pungir_V : V ; + fun quebrar_V : V ; + fun querer_V : V ; + fun radiodirigir_V : V ; + fun raer_V : V ; + fun rarefacer_V : V ; + fun reabrir_V : V ; + fun reaparecer_V : V ; + fun reapretar_V : V ; + fun reargüir_V : V ; + fun reaventar_V : V ; + fun reblandecer_V : V ; + fun rebullir_V : V ; + fun recaer_V : V ; + fun recalentar_V : V ; + fun receñir_V : V ; + fun recentar_V : V ; + fun recluir_V : V ; + fun recocer_V : V ; + fun recoger_V : V ; + fun recoger2_V : V ; + fun recolar_V : V ; + fun recolegir_V : V ; + fun recomendar_V : V ; + fun recomenzar_V : V ; + fun recomponer_V : V ; + fun reconducir_V : V ; + fun reconocer_V : V ; + fun reconstituir_V : V ; + fun reconstruir_V : V ; + fun recontar_V : V ; + fun reconvalecer_V : V ; + fun reconvenir_V : V ; + fun reconvertir_V : V ; + fun recordar_V : V ; + fun recostar_V : V ; + fun recrecer_V : V ; + fun recrudecer_V : V ; + fun redargüir_V : V ; + fun redecir_V : V ; + fun redescontar_V : V ; + fun redistribuir_V : V ; + fun reducir_V : V ; + fun reelegir_V : V ; + fun reencontrar_V : V ; + fun reexpedir_V : V ; + fun referir_V : V ; + fun reflorecer_V : V ; + fun refluir_V : V ; + fun reforzar_V : V ; + fun refregar_V : V ; + fun refreír_V : V ; + fun refringir_V : V ; + fun refulgir_V : V ; + fun regañir_V : V ; + fun regar_V : V ; + fun regimentar_V : V ; + fun regir_V : V ; + fun regoldar_V : V ; + fun regruñir_V : V ; + fun reguarnecer_V : V ; + fun rehacer_V : V ; + fun rehenchir_V : V ; + fun reherir_V : V ; + fun reherrar_V : V ; + fun rehervir_V : V ; + fun rehollar_V : V ; + fun rehuir_V : V ; + fun rehumedecer_V : V ; + fun reinscribir_V : V ; + fun reñir_V : V ; + fun rejuvenecer_V : V ; + fun releer_V : V ; + fun relentecer_V : V ; + fun relucir_V : V ; + fun remanecer_V : V ; + fun remecer_V : V ; + fun remedir_V : V ; + fun remembrar_V : V ; + fun remendar_V : V ; + fun remolar_V : V ; + fun remoler_V : V ; + fun remostecerse_V : V ; + fun remover_V : V ; + fun remullir_V : V ; + fun renacer_V : V ; + fun rencontrar_V : V ; + fun rendir_V : V ; + fun renegar_V : V ; + fun renovar_V : V ; + fun repacer_V : V ; + fun repensar_V : V ; + fun repetir_V : V ; + fun replegar_V : V ; + fun repoblar_V : V ; + fun reponer_V : V ; + fun reprobar_V : V ; + fun reproducir_V : V ; + fun requebrar_V : V ; + fun requerir_V : V ; + fun rernorder_V : V ; + fun reír_V : V ; + fun resaber_V : V ; + fun resalir_V : V ; + fun resarcir_V : V ; + fun rescontrar_V : V ; + fun rescribir_V : V ; + fun resegar_V : V ; + fun reseguir_V : V ; + fun resolgar_V : V ; + fun resollar_V : V ; + fun resolver_V : V ; + fun resonar_V : V ; + fun resplandecer_V : V ; + fun resquebrar_V : V ; + fun restablecer_V : V ; + fun restituir_V : V ; + fun restregar_V : V ; + fun restriñir_V : V ; + fun restringir_V : V ; + fun resurgir_V : V ; + fun retallecer_V : V ; + fun reteñir_V : V ; + fun retemblar_V : V ; + fun retener_V : V ; + fun retentar_V : V ; + fun retiñir_V : V ; + fun retoñecer_V : V ; + fun retorcer_V : V ; + fun retostar_V : V ; + fun retraducir_V : V ; + fun retraer_V : V ; + fun retribuir_V : V ; + fun retronar_V : V ; + fun retrotraer_V : V ; + fun reunir_V : V ; + fun revejecer_V : V ; + fun revenir_V : V ; + fun reventar_V : V ; + fun reverdecer_V : V ; + fun reverter_V : V ; + fun revertir_V : V ; + fun rever_V : V ; + fun revestir_V : V ; + fun revolar_V : V ; + fun revolcar_V : V ; + fun revolver_V : V ; + fun rezurcir_V : V ; + fun robustecer_V : V ; + fun rodar_V : V ; + fun roer_V : V ; + fun rogar_V : V ; + fun romper_V : V ; + fun rugir_V : V ; + fun rusentar_V : V ; + fun saber_V : V ; + fun salir_V : V ; + fun salpimentar_V : V ; + fun salpullir_V : V ; + fun sarmentar_V : V ; + fun sarpullir_V : V ; + fun satisfacer_V : V ; + fun seducir_V : V ; + fun segar_V : V ; + fun seguir_V : V ; + fun sembrar_V : V ; + fun sementar_V : V ; + fun sentar_V : V ; + fun sentir_V : V ; + fun serrar_V : V ; + fun servir_V : V ; + fun ser_V : V ; + fun soñar_V : V ; + fun sobrecalentar_V : V ; + fun sobrecoger_V : V ; + fun sobrecoger2_V : V ; + fun sobrecrecer_V : V ; + fun sobreentender_V : V ; + fun sobreexponer_V : V ; + fun sobrentender_V : V ; + fun sobreponer_V : V ; + fun sobresalir_V : V ; + fun sobrescribir_V : V ; + fun sobreseer_V : V ; + fun sobresembrar_V : V ; + fun sobresolar_V : V ; + fun sobrevenir_V : V ; + fun sobreverterse_V : V ; + fun sobrevestir_V : V ; + fun sobrevolar_V : V ; + fun socolar_V : V ; + fun sofreír_V : V ; + fun solar_V : V ; + fun soldar_V : V ; + fun soler_V : V ; + fun soltar_V : V ; + fun sonar_V : V ; + fun sonreír_V : V ; + fun sorregar_V : V ; + fun sosegar_V : V ; + fun sostener_V : V ; + fun soterrar_V : V ; + fun subarrendar_V : V ; + fun subdistinguir_V : V ; + fun subentender_V : V ; + fun subexponer_V : V ; + fun subscribir_V : V ; + fun subseguir_V : V ; + fun subsolar_V : V ; + fun substituir_V : V ; + fun substraer_V : V ; + fun subtender_V : V ; + fun subvenir_V : V ; + fun subvertir_V : V ; + fun subyacer_V : V ; + fun sugerir_V : V ; + fun sumergir_V : V ; + fun superentender_V : V ; + fun superponer_V : V ; + fun supervenir_V : V ; + fun suponer_V : V ; + fun surgir_V : V ; + fun suscribir_V : V ; + fun sustituir_V : V ; + fun sustraer_V : V ; + fun tañer_V : V ; + fun tallecer_V : V ; + fun tardecer_V : V ; + fun teñir_V : V ; + fun telecomponer_V : V ; + fun teledirigir_V : V ; + fun temblar_V : V ; + fun tender_V : V ; + fun tener_V : V ; + fun tentar_V : V ; + fun tonar_V : V ; + fun torcer_V : V ; + fun tostar_V : V ; + fun traducir_V : V ; + fun traer_V : V ; + fun transcender_V : V ; + fun transcribir_V : V ; + fun transferir_V : V ; + fun transgredir_V : V ; + fun transigir_V : V ; + fun translucirse_V : V ; + fun transponer_V : V ; + fun trascender_V : V ; + fun trascolar_V : V ; + fun trascribir_V : V ; + fun trasegar_V : V ; + fun trasferir_V : V ; + fun trasfregar_V : V ; + fun trasgredir_V : V ; + fun traslucir_V : V ; + fun trasoñar_V : V ; + fun trasoír_V : V ; + fun trasparecer_V : V ; + fun trasponer_V : V ; + fun trastrocar_V : V ; + fun trasverter_V : V ; + fun trasver_V : V ; + fun travestir_V : V ; + fun trocar_V : V ; + fun tronar_V : V ; + fun tropezar_V : V ; + fun tullecer_V : V ; + fun tullir_V : V ; + fun tumefacer_V : V ; + fun uncir_V : V ; + fun ungir_V : V ; + fun unisonar_V : V ; + fun urgir_V : V ; + fun usucapir_V : V ; + fun valer_V : V ; + fun vencer_V : V ; + fun venir_V : V ; + fun ventar_V : V ; + fun verdecer_V : V ; + fun verter_V : V ; + fun ver_V : V ; + fun vestir_V : V ; + fun volar_V : V ; + fun volcar_V : V ; + fun volver_V : V ; + fun yacer_V : V ; + fun yuxtaponer_V : V ; + fun zabullir_V : V ; + fun zaherir_V : V ; + fun zambullir_V : V ; + fun zurcir_V : V ; + + +} diff --git a/lib/src/portuguese/IrregSpaPor.gf b/lib/src/portuguese/IrregSpaPor.gf new file mode 100644 index 000000000..3656dd46c --- /dev/null +++ b/lib/src/portuguese/IrregSpaPor.gf @@ -0,0 +1,1093 @@ +abstract IrregPorAbs = Cat ** { + flags coding=utf8 ; + fun abarse_V : V ; + fun abastecer_V : V ; + fun abeldar_V : V ; + fun aberrar_V : V ; + fun ablandecer_V : V ; + fun abnegar_V : V ; + fun abolir_V : V ; + fun aborrecer_V : V ; + fun abravecer_V : V ; + fun abrir_V : V ; + fun absolver_V : V ; + fun abstener_V : V ; + fun absterger_V : V ; + fun absterger2_V : V ; + fun abstraer_V : V ; + fun abuñolar_V : V ; + fun acaecer2_V : V ; + fun acaecer_V : V ; + fun acertar_V : V ; + fun aclarecer_V : V ; + fun acoger_V : V ; + fun acoger2_V : V ; + fun acollar_V : V ; + fun acomedirse_V : V ; + fun acontecer2_V : V ; + fun acontecer_V : V ; + fun acordar_V : V ; + fun acornar_V : V ; + fun acostar_V : V ; + fun acrecentar_V : V ; + fun acrecer_V : V ; + fun adestrar_V : V ; + fun adherir_V : V ; + fun adir_V : V ; + fun adolecer_V : V ; + fun adormecer_V : V ; + fun adormir_V : V ; + fun adquirir_V : V ; + fun adscribir_V : V ; + fun adstringir_V : V ; + fun aducir_V : V ; + fun advenir_V : V ; + fun advertir_V : V ; + fun aferrar_V : V ; + fun afligir_V : V ; + fun afluir_V : V ; + fun afollar_V : V ; + fun aforar_V : V ; + fun agradecer_V : V ; + fun agredir_V : V ; + fun aguerrir_V : V ; + fun ahincar_V : V ; + fun albeldar_V : V ; + fun alentar_V : V ; + fun aliquebrar_V : V ; + fun almorzar_V : V ; + fun alongar_V : V ; + fun aloquecerse_V : V ; + fun altivecer_V : V ; + fun amanecer_V : V ; + fun amarecer_V : V ; + fun amarillecer_V : V ; + fun amoblar_V : V ; + fun amohecer_V : V ; + fun amolar_V : V ; + fun amorecer_V : V ; + fun amortecer_V : V ; + fun amover_V : V ; + fun andar_V : V ; + fun anochecer_V : V ; + fun antecoger_V : V ; + fun antecoger2_V : V ; + fun antedecir_V : V ; + fun anteponer_V : V ; + fun antevenir_V : V ; + fun antever_V : V ; + fun anzolar_V : V ; + fun apacentar_V : V ; + fun aparecer_V : V ; + fun apercollar_V : V ; + fun apergollar_V : V ; + fun apernar_V : V ; + fun apescoliar_V : V ; + fun apetecer_V : V ; + fun aplacer2_V : V ; + fun aplacer_V : V ; + fun aponer_V : V ; + fun apostar_V : V ; + fun apretar_V : V ; + fun aprevenir_V : V ; + fun aprobar_V : V ; + fun arbolecer_V : V ; + fun arborecer_V : V ; + fun arcaizar_V : V ; + fun argüir_V : V ; + fun aridecer_V : V ; + fun arrecir_V : V ; + fun arrendar_V : V ; + fun arrusticar_V : V ; + fun ascender_V : V ; + fun asentar_V : V ; + fun asentir_V : V ; + fun aserrar_V : V ; + fun asestar_V : V ; + fun asestar2_V : V ; + fun asir_V : V ; + fun asolar_V : V ; + fun asoldar_V : V ; + fun asonar_V : V ; + fun aspaventar_V : V ; + fun asperger_V : V ; + fun asperger2_V : V ; + fun astreñir_V : V ; + fun astriñir_V : V ; + fun astringir_V : V ; + fun atardecer_V : V ; + fun atender_V : V ; + fun aterir_V : V ; + fun aterrar_V : V ; + fun atestar_V : V ; + fun atorar_V : V ; + fun atraer_V : V ; + fun atravesar_V : V ; + fun atribuir_V : V ; + fun atronar_V : V ; + fun avanecerse_V : V ; + fun avenir_V : V ; + fun aventar_V : V ; + fun avergonzar_V : V ; + fun azolar_V : V ; + fun beldar_V : V ; + fun bendecir_V : V ; + fun bienquerer_V : V ; + fun blandir_V : V ; + fun blanquecer_V : V ; + fun bruñir_V : V ; + fun bullir_V : V ; + fun caber_V : V ; + fun caer_V : V ; + fun calecer_V : V ; + fun calentar_V : V ; + fun canecerse_V : V ; + fun carecer_V : V ; + fun cegar_V : V ; + fun ceñir_V : V ; + fun cerner_V : V ; + fun cernir_V : V ; + fun cerrar_V : V ; + fun cimentar_V : V ; + fun circuir_V : V ; + fun circunferir_V : V ; + fun circunscribir_V : V ; + fun circunvolar_V : V ; + fun clarecer_V : V ; + fun clocar_V : V ; + fun coadquirir_V : V ; + fun cocer_V : V ; + fun coercer_V : V ; + fun coextenderse_V : V ; + fun coger_V : V ; + fun coger2_V : V ; + fun cohibir_V : V ; + fun colar_V : V ; + fun colegir_V : V ; + fun colgar_V : V ; + fun colicuecer_V : V ; + fun colorir_V : V ; + fun comedirse_V : V ; + fun comenzar_V : V ; + fun compadecer_V : V ; + fun comparecer_V : V ; + fun competir_V : V ; + fun complacer_V : V ; + fun componer_V : V ; + fun comprobar_V : V ; + fun compungir_V : V ; + fun concebir_V : V ; + fun concernir_V : V ; + fun concernir2_V : V ; + fun concertar_V : V ; + fun concluir_V : V ; + fun concordar_V : V ; + fun condecender_V : V ; + fun condecir_V : V ; + fun condescender_V : V ; + fun condolecerse_V : V ; + fun condolerse_V : V ; + fun conducir_V : V ; + fun conferir_V : V ; + fun confesar_V : V ; + fun confluir_V : V ; + fun conmover_V : V ; + fun conocer_V : V ; + fun conseguir_V : V ; + fun consentir_V : V ; + fun consolar_V : V ; + fun consonar_V : V ; + fun constituir_V : V ; + fun constreñir_V : V ; + fun construir_V : V ; + fun contar_V : V ; + fun contender_V : V ; + fun contener_V : V ; + fun contradecir_V : V ; + fun contraer_V : V ; + fun contrahacer_V : V ; + fun contramanifestar_V : V ; + fun contraponer_V : V ; + fun contravenir_V : V ; + fun contribuir_V : V ; + fun controvertir_V : V ; + fun convalecer_V : V ; + fun convencer_V : V ; + fun convenir_V : V ; + fun converger_V : V ; + fun converger2_V : V ; + fun convergir_V : V ; + fun convertir_V : V ; + fun coproducir_V : V ; + fun corregir_V : V ; + fun corroer_V : V ; + fun costar_V : V ; + fun crecer_V : V ; + fun creer_V : V ; + fun cubrir_V : V ; + fun dar_V : V ; + fun decaer_V : V ; + fun decentar_V : V ; + fun decir_V : V ; + fun decrecer_V : V ; + fun deducir_V : V ; + fun defender_V : V ; + fun deferir_V : V ; + fun degollar_V : V ; + fun delinquir_V : V ; + fun demoler_V : V ; + fun demostrar_V : V ; + fun denegar_V : V ; + fun denegrir_V : V ; + fun denostar_V : V ; + fun dentar_V : V ; + fun deponer_V : V ; + fun derrelinquir_V : V ; + fun derrenegar_V : V ; + fun derrengar_V : V ; + fun derretir_V : V ; + fun derruir_V : V ; + fun desabastecer_V : V ; + fun desacertar_V : V ; + fun desacollar_V : V ; + fun desacordar_V : V ; + fun desadormecer_V : V ; + fun desadvertir_V : V ; + fun desaferrar_V : V ; + fun desaforar_V : V ; + fun desagradecer_V : V ; + fun desalentar_V : V ; + fun desamoblar_V : V ; + fun desandar_V : V ; + fun desaparecer_V : V ; + fun desapretar_V : V ; + fun desaprobar_V : V ; + fun desarrendar_V : V ; + fun desasentar_V : V ; + fun desasir_V : V ; + fun desasosegar_V : V ; + fun desatender_V : V ; + fun desatentar_V : V ; + fun desaterrar_V : V ; + fun desavenir_V : V ; + fun desbravecer_V : V ; + fun descabullirse_V : V ; + fun descaecer_V : V ; + fun descaer_V : V ; + fun desceñir_V : V ; + fun descender_V : V ; + fun descerrar_V : V ; + fun descimentar_V : V ; + fun descocer_V : V ; + fun descoger_V : V ; + fun descoger2_V : V ; + fun descolgar_V : V ; + fun descollar_V : V ; + fun descolorir_V : V ; + fun descomedirse_V : V ; + fun descomponer_V : V ; + fun desconcertar_V : V ; + fun desconocer_V : V ; + fun desconsentir_V : V ; + fun desconsolar_V : V ; + fun descontar_V : V ; + fun desconvenir_V : V ; + fun descordar_V : V ; + fun descornar_V : V ; + fun descreer_V : V ; + fun describir_V : V ; + fun descubrir_V : V ; + fun desdecir_V : V ; + fun desdentar_V : V ; + fun desembebecerse_V : V ; + fun desembravecer_V : V ; + fun desempedrar_V : V ; + fun desencerrar_V : V ; + fun desencoger_V : V ; + fun desencoger2_V : V ; + fun desencordar_V : V ; + fun desencovar_V : V ; + fun desenfurecer_V : V ; + fun desengrosar_V : V ; + fun desenmohecer_V : V ; + fun desenmudecer_V : V ; + fun desenrudecer_V : V ; + fun desensoberbecer_V : V ; + fun desentenderse_V : V ; + fun desenterrar_V : V ; + fun desentorpecer_V : V ; + fun desentumecer_V : V ; + fun desenvolver_V : V ; + fun deservir_V : V ; + fun desfallecer_V : V ; + fun desfavorecer_V : V ; + fun desflorecer_V : V ; + fun desfortalecer_V : V ; + fun desfruncir_V : V ; + fun desgobernar_V : V ; + fun desguarnecer_V : V ; + fun deshacer_V : V ; + fun deshelar_V : V ; + fun desherbar_V : V ; + fun desherrar_V : V ; + fun deshumedecer_V : V ; + fun desimponer_V : V ; + fun desinvernar_V : V ; + fun deslendrar_V : V ; + fun desleír_V : V ; + fun deslucir_V : V ; + fun desmajolar_V : V ; + fun desmedirse_V : V ; + fun desmelar_V : V ; + fun desmembrar_V : V ; + fun desmentir_V : V ; + fun desmerecer_V : V ; + fun desmullir_V : V ; + fun desobedecer_V : V ; + fun desobstruir_V : V ; + fun desolar_V : V ; + fun desoldar_V : V ; + fun desollar_V : V ; + fun desoír_V : V ; + fun desosar_V : V ; + fun desosegar_V : V ; + fun desparecer_V : V ; + fun despedir_V : V ; + fun despedrar_V : V ; + fun desperecerse_V : V ; + fun despernar_V : V ; + fun despertar_V : V ; + fun despezar_V : V ; + fun desplacer_V : V ; + fun desplegar_V : V ; + fun despoblar_V : V ; + fun desposeer_V : V ; + fun desproveer_V : V ; + fun desquerer_V : V ; + fun desraizar_V : V ; + fun desteñir_V : V ; + fun destentar_V : V ; + fun desterrar_V : V ; + fun destituir_V : V ; + fun destorcer_V : V ; + fun destruir_V : V ; + fun desuncir_V : V ; + fun desvanecer_V : V ; + fun desventar_V : V ; + fun desvestir_V : V ; + fun desvolver_V : V ; + fun detener_V : V ; + fun deterger_V : V ; + fun deterger2_V : V ; + fun detraer_V : V ; + fun devenir_V : V ; + fun devolver_V : V ; + fun dezmar_V : V ; + fun diferir_V : V ; + fun difluir_V : V ; + fun digerir_V : V ; + fun diluir_V : V ; + fun diminuir_V : V ; + fun dirigir_V : V ; + fun discernir_V : V ; + fun discontar_V : V ; + fun disconvenir_V : V ; + fun discordar_V : V ; + fun disentir_V : V ; + fun disminuir_V : V ; + fun disolver_V : V ; + fun disonar_V : V ; + fun displacer_V : V ; + fun disponer_V : V ; + fun distender_V : V ; + fun distinguir_V : V ; + fun distraer_V : V ; + fun distribuir_V : V ; + fun divergir_V : V ; + fun divertir_V : V ; + fun dolar_V : V ; + fun doler_V : V ; + fun dormir_V : V ; + fun eflorecerse_V : V ; + fun efluir_V : V ; + fun ejercer_V : V ; + fun elegir_V : V ; + fun embarbecer_V : V ; + fun embastecer_V : V ; + fun embebecer_V : V ; + fun embellaquecerse_V : V ; + fun embellecer_V : V ; + fun embermejecer_V : V ; + fun embestir_V : V ; + fun emblandecer_V : V ; + fun emblanquecer_V : V ; + fun embobecer_V : V ; + fun embosquecer_V : V ; + fun embravecer_V : V ; + fun embrutecer_V : V ; + fun emerger_V : V ; + fun emerger2_V : V ; + fun empajolar_V : V ; + fun empalidecer_V : V ; + fun emparentar_V : V ; + fun empavorecer_V : V ; + fun empecer_V : V ; + fun empedernir_V : V ; + fun empedrar_V : V ; + fun empeller_V : V ; + fun empequehecer_V : V ; + fun empezar_V : V ; + fun emplastecer_V : V ; + fun emplebeyecer_V : V ; + fun emplumecer_V : V ; + fun empobrecer_V : V ; + fun empodrecer_V : V ; + fun empoltronecerse_V : V ; + fun emporcar_V : V ; + fun empretecer_V : V ; + fun emputecer_V : V ; + fun enaltecer_V : V ; + fun enamarillecer_V : V ; + fun enardecer_V : V ; + fun encabellecerse_V : V ; + fun encallecer_V : V ; + fun encalvecer_V : V ; + fun encandecer_V : V ; + fun encanecer_V : V ; + fun encarecer_V : V ; + fun encarnecer_V : V ; + fun enceguecer_V : V ; + fun encender_V : V ; + fun encentar_V : V ; + fun encerrar_V : V ; + fun enclocar_V : V ; + fun encloquecer_V : V ; + fun encoger_V : V ; + fun encoger2_V : V ; + fun encomendar_V : V ; + fun encontrar_V : V ; + fun encorar_V : V ; + fun encordar_V : V ; + fun encorecer_V : V ; + fun encovar_V : V ; + fun encrudecer_V : V ; + fun encruelecer_V : V ; + fun encubertar_V : V ; + fun encubrir_V : V ; + fun endentar_V : V ; + fun endentecer_V : V ; + fun endurecer_V : V ; + fun enflaquecer_V : V ; + fun enflorecer_V : V ; + fun enfranquecer_V : V ; + fun enfurecer_V : V ; + fun engorar_V : V ; + fun engrandecer_V : V ; + fun engravecer_V : V ; + fun engreír_V : V ; + fun engrosar_V : V ; + fun engrumecerse_V : V ; + fun engullir_V : V ; + fun enhestar_V : V ; + fun enlenzar_V : V ; + fun enllentecer_V : V ; + fun enlobreguecer_V : V ; + fun enloquecer_V : V ; + fun enlucir_V : V ; + fun enlustrecer_V : V ; + fun enmagrecer_V : V ; + fun enmalecer_V : V ; + fun enmarillecerse_V : V ; + fun enmelar_V : V ; + fun enmendar_V : V ; + fun enmohecer_V : V ; + fun enmollecer_V : V ; + fun enmudecer_V : V ; + fun ennegrecer_V : V ; + fun ennoblecer_V : V ; + fun ennudecer_V : V ; + fun enorgullecer_V : V ; + fun enraizar_V : V ; + fun enralecer_V : V ; + fun enrarecer_V : V ; + fun enrigidecer_V : V ; + fun enriquecer_V : V ; + fun enrocar_V : V ; + fun enrodar_V : V ; + fun enrojecer_V : V ; + fun enronquecer_V : V ; + fun enrudecer_V : V ; + fun enruinecer_V : V ; + fun ensandecer_V : V ; + fun ensangrentar_V : V ; + fun ensarmentar_V : V ; + fun ensarnecer_V : V ; + fun ensilvecerse_V : V ; + fun ensoñar_V : V ; + fun ensoberbecer_V : V ; + fun ensolver_V : V ; + fun ensombrecer_V : V ; + fun ensordecer_V : V ; + fun entallecer_V : V ; + fun entender_V : V ; + fun entenebrecer_V : V ; + fun enternecer_V : V ; + fun enterrar_V : V ; + fun entesar_V : V ; + fun entestecer_V : V ; + fun entigrecerse_V : V ; + fun entontecer_V : V ; + fun entorpecer_V : V ; + fun entortar_V : V ; + fun entreabrir_V : V ; + fun entrecerrar_V : V ; + fun entrecoger_V : V ; + fun entrecoger2_V : V ; + fun entredecir_V : V ; + fun entrelucir_V : V ; + fun entreoír_V : V ; + fun entreparecerse_V : V ; + fun entrepernar_V : V ; + fun entretener_V : V ; + fun entrever_V : V ; + fun entristecer_V : V ; + fun entullecer_V : V ; + fun entumecer_V : V ; + fun envaguecer_V : V ; + fun envanecer_V : V ; + fun envejecer_V : V ; + fun enverdecer_V : V ; + fun envestir_V : V ; + fun envolver_V : V ; + fun enzurdecer_V : V ; + fun equivaler_V : V ; + fun erguir_V : V ; + fun erigir_V : V ; + fun errar_V : V ; + fun escabullirse_V : V ; + fun escaecer_V : V ; + fun escalfecerse_V : V ; + fun escarmentar_V : V ; + fun escarnecer_V : V ; + fun esclarecer_V : V ; + fun escocer_V : V ; + fun escoger_V : V ; + fun escoger2_V : V ; + fun escolar_V : V ; + fun escribir_V : V ; + fun esforzar_V : V ; + fun esmorecer_V : V ; + fun esmuir_V : V ; + fun establecer_V : V ; + fun estarcir_V : V ; + fun estar_V : V ; + fun estatuir_V : V ; + fun estregar_V : V ; + fun estreñir_V : V ; + fun estremecer_V : V ; + fun europeizar_V : V ; + fun evanecer_V : V ; + fun evanescer_V : V ; + fun excandecer_V : V ; + fun excluir_V : V ; + fun exigir_V : V ; + fun expedir_V : V ; + fun exponer_V : V ; + fun extender_V : V ; + fun extinguir_V : V ; + fun extraer_V : V ; + fun fallecer_V : V ; + fun fallir_V : V ; + fun favorecer_V : V ; + fun fenecer_V : V ; + fun ferrar_V : V ; + fun fingir_V : V ; + fun florecer_V : V ; + fun fluir_V : V ; + fun follar_V : V ; + fun fortalecer_V : V ; + fun forzar_V : V ; + fun fosforecer_V : V ; + fun fosforescer_V : V ; + fun fotocomponer_V : V ; + fun frangir_V : V ; + fun fregar_V : V ; + fun freír_V : V ; + fun fruir_V : V ; + fun fruncir_V : V ; + fun frutecer_V : V ; + fun fulgir_V : V ; + fun fungir_V : V ; + fun gañir_V : V ; + fun garantir_V : V ; + fun gemir_V : V ; + fun gernir_V : V ; + fun gobernar_V : V ; + fun grandisonar_V : V ; + fun gruñir_V : V ; + fun gruir_V : V ; + fun guañir_V : V ; + fun guarecer_V : V ; + fun guarnecer_V : V ; + fun haber_V : V ; + fun hacendar_V : V ; + fun hacer_V : V ; + fun hebraizar_V : V ; + fun heder_V : V ; + fun heñir_V : V ; + fun helar_V : V ; + fun henchir_V : V ; + fun hender_V : V ; + fun hendir_V : V ; + fun herbar_V : V ; + fun herbecer_V : V ; + fun herir_V : V ; + fun hermanecer_V : V ; + fun herrar_V : V ; + fun herventar_V : V ; + fun hervir_V : V ; + fun holgar_V : V ; + fun holiar_V : V ; + fun huir_V : V ; + fun humedecer_V : V ; + fun imbuir_V : V ; + fun impedir_V : V ; + fun imponer_V : V ; + fun imprimir_V : V ; + fun improbar_V : V ; + fun incensar_V : V ; + fun incluir_V : V ; + fun indisponer_V : V ; + fun inducir_V : V ; + fun inferir_V : V ; + fun infernar_V : V ; + fun infligir_V : V ; + fun influir_V : V ; + fun infringir_V : V ; + fun ingerir_V : V ; + fun injerir_V : V ; + fun inmergir_V : V ; + fun inmiscuir_V : V ; + fun inquirir_V : V ; + fun inscribir_V : V ; + fun inserir_V : V ; + fun instituir_V : V ; + fun instruir_V : V ; + fun interferir_V : V ; + fun interponer_V : V ; + fun intervenir_V : V ; + fun introducir_V : V ; + fun intuir_V : V ; + fun invernar_V : V ; + fun invertir_V : V ; + fun investir_V : V ; + fun irruir_V : V ; + fun ir_V : V ; + fun jamerdar_V : V ; + fun jimenzar_V : V ; + fun judaizar_V : V ; + fun jugar_V : V ; + fun juñir_V : V ; + fun languidecer_V : V ; + fun leer_V : V ; + fun licuefacer_V : V ; + fun lividecer_V : V ; + fun llover_V : V ; + fun lobreguecer_V : V ; + fun lucir_V : V ; + fun luir_V : V ; + fun malentender_V : V ; + fun malherir_V : V ; + fun malquerer_V : V ; + fun maltraer_V : V ; + fun mancornar_V : V ; + fun manifestar_V : V ; + fun manir_V : V ; + fun mantener_V : V ; + fun manuscribir_V : V ; + fun manutener_V : V ; + fun mecer_V : V ; + fun medir_V : V ; + fun melar_V : V ; + fun mentar_V : V ; + fun mentir_V : V ; + fun merecer_V : V ; + fun merendar_V : V ; + fun moblar_V : V ; + fun mohecer_V : V ; + fun moler_V : V ; + fun morder_V : V ; + fun morir_V : V ; + fun mostrar_V : V ; + fun mover_V : V ; + fun mugir_V : V ; + fun muñir_V : V ; + fun mullir_V : V ; + fun nacer_V : V ; + fun negar_V : V ; + fun negrecer_V : V ; + fun nevar_V : V ; + fun obedecer_V : V ; + fun obscurecer_V : V ; + fun obstruir_V : V ; + fun obtener_V : V ; + fun ocluir_V : V ; + fun ofrecer_V : V ; + fun oler_V : V ; + fun oponer_V : V ; + fun oír_V : V ; + fun oscurecer_V : V ; + fun pacer_V : V ; + fun padecer_V : V ; + fun palidecer_V : V ; + fun parecer_V : V ; + fun patiquebrar_V : V ; + fun pedir_V : V ; + fun pensar_V : V ; + fun percollar_V : V ; + fun perder_V : V ; + fun perecer_V : V ; + fun permanecer_V : V ; + fun perniquebrar_V : V ; + fun perquirir_V : V ; + fun perseguir_V : V ; + fun pertenecer_V : V ; + fun pervertir_V : V ; + fun pimpollecer_V : V ; + fun placer_V : V ; + fun plañir_V : V ; + fun plastecer_V : V ; + fun plegar_V : V ; + fun poblar_V : V ; + fun poder_V : V ; + fun poner_V : V ; + fun poseer_V : V ; + fun posponer_V : V ; + fun preconcebir_V : V ; + fun preconocer_V : V ; + fun predecir_V : V ; + fun predisponer_V : V ; + fun preelegir_V : V ; + fun preestablecer_V : V ; + fun preferir_V : V ; + fun prelucir_V : V ; + fun premorir_V : V ; + fun premostrar_V : V ; + fun prender_V : V ; + fun preponer_V : V ; + fun prescribir_V : V ; + fun presentir_V : V ; + fun presuponer_V : V ; + fun preterir_V : V ; + fun prevalecer_V : V ; + fun prevaler_V : V ; + fun prevenir_V : V ; + fun prever_V : V ; + fun probar_V : V ; + fun producir_V : V ; + fun proferir_V : V ; + fun prohibir_V : V ; + fun promover_V : V ; + fun proponer_V : V ; + fun proscribir_V : V ; + fun proseguir_V : V ; + fun prostituir_V : V ; + fun proteger_V : V ; + fun proteger2_V : V ; + fun proveer_V : V ; + fun provenir_V : V ; + fun pudrir_V : V ; + fun pungir_V : V ; + fun quebrar_V : V ; + fun querer_V : V ; + fun radiodirigir_V : V ; + fun raer_V : V ; + fun rarefacer_V : V ; + fun reabrir_V : V ; + fun reaparecer_V : V ; + fun reapretar_V : V ; + fun reargüir_V : V ; + fun reaventar_V : V ; + fun reblandecer_V : V ; + fun rebullir_V : V ; + fun recaer_V : V ; + fun recalentar_V : V ; + fun receñir_V : V ; + fun recentar_V : V ; + fun recluir_V : V ; + fun recocer_V : V ; + fun recoger_V : V ; + fun recoger2_V : V ; + fun recolar_V : V ; + fun recolegir_V : V ; + fun recomendar_V : V ; + fun recomenzar_V : V ; + fun recomponer_V : V ; + fun reconducir_V : V ; + fun reconocer_V : V ; + fun reconstituir_V : V ; + fun reconstruir_V : V ; + fun recontar_V : V ; + fun reconvalecer_V : V ; + fun reconvenir_V : V ; + fun reconvertir_V : V ; + fun recordar_V : V ; + fun recostar_V : V ; + fun recrecer_V : V ; + fun recrudecer_V : V ; + fun redargüir_V : V ; + fun redecir_V : V ; + fun redescontar_V : V ; + fun redistribuir_V : V ; + fun reducir_V : V ; + fun reelegir_V : V ; + fun reencontrar_V : V ; + fun reexpedir_V : V ; + fun referir_V : V ; + fun reflorecer_V : V ; + fun refluir_V : V ; + fun reforzar_V : V ; + fun refregar_V : V ; + fun refreír_V : V ; + fun refringir_V : V ; + fun refulgir_V : V ; + fun regañir_V : V ; + fun regar_V : V ; + fun regimentar_V : V ; + fun regir_V : V ; + fun regoldar_V : V ; + fun regruñir_V : V ; + fun reguarnecer_V : V ; + fun rehacer_V : V ; + fun rehenchir_V : V ; + fun reherir_V : V ; + fun reherrar_V : V ; + fun rehervir_V : V ; + fun rehollar_V : V ; + fun rehuir_V : V ; + fun rehumedecer_V : V ; + fun reinscribir_V : V ; + fun reñir_V : V ; + fun rejuvenecer_V : V ; + fun releer_V : V ; + fun relentecer_V : V ; + fun relucir_V : V ; + fun remanecer_V : V ; + fun remecer_V : V ; + fun remedir_V : V ; + fun remembrar_V : V ; + fun remendar_V : V ; + fun remolar_V : V ; + fun remoler_V : V ; + fun remostecerse_V : V ; + fun remover_V : V ; + fun remullir_V : V ; + fun renacer_V : V ; + fun rencontrar_V : V ; + fun rendir_V : V ; + fun renegar_V : V ; + fun renovar_V : V ; + fun repacer_V : V ; + fun repensar_V : V ; + fun repetir_V : V ; + fun replegar_V : V ; + fun repoblar_V : V ; + fun reponer_V : V ; + fun reprobar_V : V ; + fun reproducir_V : V ; + fun requebrar_V : V ; + fun requerir_V : V ; + fun rernorder_V : V ; + fun reír_V : V ; + fun resaber_V : V ; + fun resalir_V : V ; + fun resarcir_V : V ; + fun rescontrar_V : V ; + fun rescribir_V : V ; + fun resegar_V : V ; + fun reseguir_V : V ; + fun resolgar_V : V ; + fun resollar_V : V ; + fun resolver_V : V ; + fun resonar_V : V ; + fun resplandecer_V : V ; + fun resquebrar_V : V ; + fun restablecer_V : V ; + fun restituir_V : V ; + fun restregar_V : V ; + fun restriñir_V : V ; + fun restringir_V : V ; + fun resurgir_V : V ; + fun retallecer_V : V ; + fun reteñir_V : V ; + fun retemblar_V : V ; + fun retener_V : V ; + fun retentar_V : V ; + fun retiñir_V : V ; + fun retoñecer_V : V ; + fun retorcer_V : V ; + fun retostar_V : V ; + fun retraducir_V : V ; + fun retraer_V : V ; + fun retribuir_V : V ; + fun retronar_V : V ; + fun retrotraer_V : V ; + fun reunir_V : V ; + fun revejecer_V : V ; + fun revenir_V : V ; + fun reventar_V : V ; + fun reverdecer_V : V ; + fun reverter_V : V ; + fun revertir_V : V ; + fun rever_V : V ; + fun revestir_V : V ; + fun revolar_V : V ; + fun revolcar_V : V ; + fun revolver_V : V ; + fun rezurcir_V : V ; + fun robustecer_V : V ; + fun rodar_V : V ; + fun roer_V : V ; + fun rogar_V : V ; + fun romper_V : V ; + fun rugir_V : V ; + fun rusentar_V : V ; + fun saber_V : V ; + fun salir_V : V ; + fun salpimentar_V : V ; + fun salpullir_V : V ; + fun sarmentar_V : V ; + fun sarpullir_V : V ; + fun satisfacer_V : V ; + fun seducir_V : V ; + fun segar_V : V ; + fun seguir_V : V ; + fun sembrar_V : V ; + fun sementar_V : V ; + fun sentar_V : V ; + fun sentir_V : V ; + fun serrar_V : V ; + fun servir_V : V ; + fun ser_V : V ; + fun soñar_V : V ; + fun sobrecalentar_V : V ; + fun sobrecoger_V : V ; + fun sobrecoger2_V : V ; + fun sobrecrecer_V : V ; + fun sobreentender_V : V ; + fun sobreexponer_V : V ; + fun sobrentender_V : V ; + fun sobreponer_V : V ; + fun sobresalir_V : V ; + fun sobrescribir_V : V ; + fun sobreseer_V : V ; + fun sobresembrar_V : V ; + fun sobresolar_V : V ; + fun sobrevenir_V : V ; + fun sobreverterse_V : V ; + fun sobrevestir_V : V ; + fun sobrevolar_V : V ; + fun socolar_V : V ; + fun sofreír_V : V ; + fun solar_V : V ; + fun soldar_V : V ; + fun soler_V : V ; + fun soltar_V : V ; + fun sonar_V : V ; + fun sonreír_V : V ; + fun sorregar_V : V ; + fun sosegar_V : V ; + fun sostener_V : V ; + fun soterrar_V : V ; + fun subarrendar_V : V ; + fun subdistinguir_V : V ; + fun subentender_V : V ; + fun subexponer_V : V ; + fun subscribir_V : V ; + fun subseguir_V : V ; + fun subsolar_V : V ; + fun substituir_V : V ; + fun substraer_V : V ; + fun subtender_V : V ; + fun subvenir_V : V ; + fun subvertir_V : V ; + fun subyacer_V : V ; + fun sugerir_V : V ; + fun sumergir_V : V ; + fun superentender_V : V ; + fun superponer_V : V ; + fun supervenir_V : V ; + fun suponer_V : V ; + fun surgir_V : V ; + fun suscribir_V : V ; + fun sustituir_V : V ; + fun sustraer_V : V ; + fun tañer_V : V ; + fun tallecer_V : V ; + fun tardecer_V : V ; + fun teñir_V : V ; + fun telecomponer_V : V ; + fun teledirigir_V : V ; + fun temblar_V : V ; + fun tender_V : V ; + fun tener_V : V ; + fun tentar_V : V ; + fun tonar_V : V ; + fun torcer_V : V ; + fun tostar_V : V ; + fun traducir_V : V ; + fun traer_V : V ; + fun transcender_V : V ; + fun transcribir_V : V ; + fun transferir_V : V ; + fun transgredir_V : V ; + fun transigir_V : V ; + fun translucirse_V : V ; + fun transponer_V : V ; + fun trascender_V : V ; + fun trascolar_V : V ; + fun trascribir_V : V ; + fun trasegar_V : V ; + fun trasferir_V : V ; + fun trasfregar_V : V ; + fun trasgredir_V : V ; + fun traslucir_V : V ; + fun trasoñar_V : V ; + fun trasoír_V : V ; + fun trasparecer_V : V ; + fun trasponer_V : V ; + fun trastrocar_V : V ; + fun trasverter_V : V ; + fun trasver_V : V ; + fun travestir_V : V ; + fun trocar_V : V ; + fun tronar_V : V ; + fun tropezar_V : V ; + fun tullecer_V : V ; + fun tullir_V : V ; + fun tumefacer_V : V ; + fun uncir_V : V ; + fun ungir_V : V ; + fun unisonar_V : V ; + fun urgir_V : V ; + fun usucapir_V : V ; + fun valer_V : V ; + fun vencer_V : V ; + fun venir_V : V ; + fun ventar_V : V ; + fun verdecer_V : V ; + fun verter_V : V ; + fun ver_V : V ; + fun vestir_V : V ; + fun volar_V : V ; + fun volcar_V : V ; + fun volver_V : V ; + fun yacer_V : V ; + fun yuxtaponer_V : V ; + fun zabullir_V : V ; + fun zaherir_V : V ; + fun zambullir_V : V ; + fun zurcir_V : V ; + + +} diff --git a/lib/src/portuguese/LangPor.gf b/lib/src/portuguese/LangPor.gf new file mode 100644 index 000000000..53477ce96 --- /dev/null +++ b/lib/src/portuguese/LangPor.gf @@ -0,0 +1,12 @@ +--# -path=.:../romance:../abstract:../common:../api + +concrete LangPor of Lang = + GrammarPor, + LexiconPor + ,DocumentationPor --# notpresent + ,ConstructionPor + ** { + +flags startcat = Phr ; + +} ; diff --git a/lib/src/portuguese/LexiconPor.gf b/lib/src/portuguese/LexiconPor.gf new file mode 100644 index 000000000..e73032afe --- /dev/null +++ b/lib/src/portuguese/LexiconPor.gf @@ -0,0 +1,363 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +concrete LexiconPor of Lexicon = CatPor ** open + (M=MorphoPor), ParadigmsPor, BeschPor in { + +flags + coding=utf8 ; + optimize=values ; + +lin + airplane_N = regN "aeroplano" ; -- avión is masculine + answer_V2S = mkV2S (regV "responder") dative ; + apartment_N = regN "apartamento" ; + apple_N = regN "manzana" ; + art_N = regN "arte" ; + ask_V2Q = mkV2Q (regV "preguntar") dative ; + baby_N = regN "bebé" ; -- can be used for both fem. & masc. + bad_A = prefA (mkADeg (regA "malo") (regA "peor")) ; + bank_N = regN "banco" ; + beautiful_A = prefA (regADeg "bello") ; -- bella + become_VA = reflV (mkV "convertir" "convierto") ; --- convertirse en, volverse, ponerse + beer_N = regN "cerveza" ; + beg_V2V = mkV2V (mkV "rogar" "ruego") accusative dative ; -- pedir + big_A = prefA (regADeg "grande") ; + bike_N = regN "bicicleta" ; + bird_N = regN "pájaro" ; + black_A = regADeg "negro" ; -- negra + blue_A = regADeg "azul" ; + boat_N = regN "bote" ; + book_N = regN "libro" ; + boot_N = regN "bota" ; + boss_N = regN "jefe" ; + boy_N = regN "niño" ; + bread_N = regN "pan" ; + break_V2 = dirV2 (special_ppV (regV "romper") "roto") ; + broad_A = regADeg "ancho" ; + brother_N2 = deN2 (regN "hermano") ; + brown_A = regADeg "marrón" ; --- * + butter_N = regN "manteca" ; + buy_V2 = dirV2 (regV "comprar") ; + camera_N = regN "cámara" ; -- ["máquina fotográfica"] + cap_N = regN "gorra" ; + car_N = regN "auto" ; + carpet_N = regN "alfombra" ; + cat_N = regN "gato" ; -- gata + ceiling_N = regN "techo" ; + chair_N = regN "silla" ; + cheese_N = regN "queso" ; + child_N = regN "niño" ; -- niña + church_N = regN "iglesia" ; + city_N = femN (regN "ciudad") ; -- fem + clean_A = regADeg "limpio" ; + clever_A = regADeg "inteligente" ; + close_V2 = dirV2 (mkV "cerrar" "cierro") ; + coat_N = regN "abrigo" ; + cold_A = regADeg "frío" ; -- fría + come_V = verboV (venir_82 "venir") ; + computer_N = regN "ordenador" ; -- also computador, ordenador in Porin + country_N = regN "país" ; -- masc + cousin_N = regN "primo" ; + cow_N = regN "vaca" ; + die_V = verboV (morir_35b "morir") ; + dirty_A = regADeg "sucio" ; + distance_N3 = mkN3 (regN "distancia") genitive dative ; + doctor_N = regN "médico" ; -- médica + dog_N = regN "perro" ; -- perra + door_N = regN "puerta" ; + drink_V2 = dirV2 (regV "tomar") ; -- beber + easy_A2V = mkA2V (regA "fácil") dative genitive ; + eat_V2 = dirV2 (regV "comer") ; + empty_A = regADeg "vacío" ; + enemy_N = regN "enemigo" ; -- enemiga + factory_N = regN "fábrica" ; + father_N2 = deN2 (regN "padre") ; + fear_VS = mkVS (regV "temer") ; + find_V2 = dirV2 (verboV (encontrar_38 "encontrar")) ; + fish_N = mascN (regN "pez") ; + floor_N = regN "suelo" ; -- piso + forget_V2 = dirV2 (regV "olvidar") ; + fridge_N = regN "heladera" ; + friend_N = regN "amigo" ; -- amiga + fruit_N = regN "fruta" ; + fun_AV = mkAV (regA "divertido") genitive ; -- entretenido + garden_N = regN "jardín" ; + girl_N = regN "niña" ; + glove_N = regN "guante" ; + gold_N = regN "oro" ; + good_A = prefA (mkADeg (regA "bueno") (regA "mejor")) ; ---- adv? + go_V = (verboV (ir_46 "ir")) ; + green_A = regADeg "verde" ; + harbour_N = regN "puerto" ; + hate_V2 = dirV2 (mkV "odiar" "odio") ; + hat_N = regN "sombrero" ; + hear_V2 = dirV2 (mkV (oir_51 "oír")) ; + hill_N = regN "colina" ; + hope_VS = mkVS (regV "esperar") ; + horse_N = regN "caballo" ; + hot_A = regADeg "caliente" ; + house_N = regN "casa" ; + important_A = regADeg "importante" ; + industry_N = regN "industria" ; + iron_N = regN "hierro" ; + king_N = regN "rey" ; + know_V2 = mkV2 (verboV (conocer_25 "conocer")) ; + know_VQ = mkVQ (verboV (saber_71 "saber")) ; + know_VS = mkVS (verboV (saber_71 "saber")) ; + lake_N = regN "lago" ; + lamp_N = regN "lámpara" ; + learn_V2 = dirV2 (regV "aprender") ; + leather_N = regN "cuero" ; + leave_V2 = dirV2 (regV "partir") ; -- irse, dejar + like_V2 = dirV2 (regV "gustar") ; + listen_V2 = dirV2 (regV "escuchar") ; + live_V = verboV (vivir_7 "vivir") ; + long_A = regADeg "largo" ; + lose_V2 = dirV2 (verboV (defender_29 "perder")) ; + love_N = regN "amor" ; + love_V2 = dirV2 (regV "amar") ; + man_N = regN "hombre" ; -- masc + married_A2 = mkA2 (regA "casado") dative ; + meat_N = femN (regN "carne") ; + milk_N = femN (regN "leche") ; + moon_N = regN "luna" ; + mother_N2 = deN2 (mkN "madre" feminine) ; + mountain_N = mkN "montaña" ; + music_N = mkN "música" ; + narrow_A = regADeg "estrecho" ; + new_A = prefA (regADeg "nuevo") ; + newspaper_N = mkN "periódico" ; -- diario + oil_N = mkN "aceite" ; + old_A = prefA (regADeg "viejo") ; + open_V2 = dirV2 (special_ppV (regV "abrir") "abierto") ; + paint_V2A = mkV2A (regV "pintar") accusative (mkPrep "en") ; + paper_N = mkN "papel" ; + paris_PN = mkPN "París" masculine ; + peace_N = mkN "paz" feminine ; + pen_N = mkN "lapicera" ; + planet_N = mkN "planeta" masculine ; + plastic_N = mkN "plástico" ; + play_V2 = dirV2 (verboV (jugar_47 "jugar")) ; + policeman_N = mkN "policía" masculine ; -- fem refers to the institution + priest_N = mkN "cura" masculine ; -- masc + probable_AS = mkAS (regA "probable") ; + queen_N = mkN "reina" ; + question_N = mkN "pregunta" ; + radio_N = mkN "radio" feminine ; + rain_V0 = mkV0 (verboV (llover_89 "llover")) ; + read_V2 = dirV2 (verboV (creer_26 "leer")) ; + reason_N = mkN "razón" feminine ; + red_A = regADeg "rojo" ; + religion_N = mkN "religión" "religiones" feminine ; + restaurant_N = mkN "restaurante" ; -- restorán, restaurán, masc + river_N = mkN "río" ; + rock_N = mkN "roca" ; + roof_N = mkN "techo" ; + rubber_N = regN "goma" ; + run_V = regV "correr" ; + say_VS = mkVS (verboV (decir_28 "decir")) ; + school_N = regN "escuela" ; + science_N = regN "ciencia" ; + sea_N = regN "mar" ; -- masc & fem + seek_V2 = dirV2 (regV "buscar") ; + see_V2 = dirV2 (verboV (ver_83 "ver")) ; + sell_V3 = dirV3 (regV "vender") dative ; + send_V3 = dirV3 (regV "mandar") dative ; + sheep_N = regN "oveja" ; + ship_N = femN (regN "nave") ; + shirt_N = regN "camisa" ; + shoe_N = regN "zapato" ; + shop_N = regN "negocio" ; + short_A = regADeg "corto" ; --- breve + silver_N = regN "plata" ; + sister_N = regN "hermana" ; + sleep_V = verboV (dormir_35 "dormir") ; + small_A = prefA (regADeg "pequeño") ; + snake_N = femN (regN "serpiente") ; -- fem + sock_N = regN "media" ; + speak_V2 = dirV2 (regV "hablar") ; + star_N = regN "estrella" ; + steel_N = regN "acero" ; + stone_N = regN "piedra" ; + stove_N = regN "horno" ; -- estufa + student_N = regN "estudiante" ; -- used both for fem & masc + stupid_A = regADeg "estúpido" ; + sun_N = regN "sol" ; + switch8off_V2 = dirV2 (regV "apagar") ; + switch8on_V2 = dirV2 (regV "prender") ; + table_N = regN "mesa" ; + talk_V3 = mkV3 (regV "hablar") dative genitive ; + teacher_N = regN "maestro" ; -- maestra + teach_V2 = dirV2 (regV "enseñar") ; + television_N = mkN "televisión" feminine ; -- televisor masc + thick_A = regADeg "grueso" ; + thin_A = regADeg "fino" ; -- delgado + train_N = regN "tren" ; + travel_V = regV "viajar" ; + tree_N = regN "árbol" ; + --- trousers_N = regN "pantalón" ; -- masc + ugly_A = regADeg "feo" ; + understand_V2 = dirV2 (mkV "entender" "entiendo") ; + university_N = femN (regN "universidad") ; + village_N = regN "pueblo" ; + wait_V2 = mkV2 (regV "esperar") dative ; + walk_V = mkV "caminar" ; + warm_A = regADeg "caliente" ; + war_N = mkN "guerra" ; + watch_V2 = dirV2 (regV "mirar") ; -- ver + water_N = mkN "agua" ; + white_A = compADeg (regA "blanco") ; + window_N = regN "ventana" ; + wine_N = regN "vino" ; + win_V2 = dirV2 (regV "ganar") ; + woman_N = mkN "mujer" feminine ; + wonder_VQ = mkVQ (reflV (regV "preguntar")) ; + wood_N = regN "madera" ; + write_V2 = dirV2 (special_ppV (regV "escribir") "escrito") ; + yellow_A = regADeg "amarillo" ; + young_A = prefA (mkA "joven" "joven" "jóvenes" "jóvenes" "jovenamente") ; + + do_V2 = dirV2 (verboV (hacer_44 "hacer")) ; + now_Adv = mkAdv "ahora" ; + already_Adv = mkAdv "ya" ; + song_N = mkN "canción" "canciones" feminine ; + add_V3 = dirV3 (regV "sumar") dative ; + number_N = regN "número" ; + put_V2 = dirV2 (verboV (poner_60 "poner")) ; + stop_V = regV "parar" ; + jump_V = regV "saltar" ; + + left_Ord = M.mkOrd (regA "izquierda") ; + right_Ord = M.mkOrd (regA "derecha") ; + far_Adv = mkAdv "lejos" ; ----? + correct_A = regA "correcto" ; + dry_A = regA "seco" ; + dull_A = regA "desafilado" ; + full_A = regA "lleno" ; + heavy_A = regA "pesado" ; + near_A = regA "cercano" ; + rotten_A = regA "podrido" ; + round_A = regA "redondo" ; + sharp_A = regA "filoso" ; -- afilado, puntiagudo + smooth_A = regA "liso" ; -- suave + straight_A = regA "directo" ; + wet_A = regA "mojado" ; + wide_A = regA "ancho" ; -- extenso + animal_N = regN "animal" ; -- masc (sometimes fem when adj) + ashes_N = regN "ceniza" ; + back_N = regN "espalda" ; + bark_N = regN "corteza" ; + belly_N = regN "panza" ; -- barriga + blood_N = femN (regN "sangre") ; + bone_N = regN "hueso" ; + breast_N = regN "seno" ; -- pecho + cloud_N = femN (regN "nube") ; + day_N = mascN (regN "día") ; + dust_N = regN "polvo" ; + ear_N = regN "oreja" ; + earth_N = regN "tierra" ; + egg_N = regN "huevo" ; + eye_N = regN "ojo" ; + fat_N = regN "grasa" ; + feather_N = regN "pluma" ; + fingernail_N = regN "uña" ; + fire_N = regN "fuego" ; + flower_N = femN (regN "flor") ; + fog_N = regN "niebla" ; + foot_N = regN "pie" ; + forest_N = regN "bosque" ; + grass_N = regN "pasto" ; -- hierba, césped (masc) + guts_N = regN "tripa" ; -- gut=intestino ---- pl.t. tripas + hair_N = regN "cabello" ; -- pelo + hand_N = femN (regN "mano") ; + head_N = regN "cabeza" ; + heart_N = mkN "corazón" "corazones" masculine ; + horn_N = regN "cuerno" ; + husband_N = regN "marido" ; -- esposo + ice_N = regN "hielo" ; + knee_N = regN "rodilla" ; + leaf_N = regN "hoja" ; + leg_N = regN "pierna" ; + liver_N = regN "hígado" ; + louse_N = regN "piojo" ; + mouth_N = regN "boca" ; + name_N = regN "nombre" ; + neck_N = regN "cuello" ; + night_N = femN (regN "noche") ; + nose_N = femN (regN "nariz") ; + person_N = regN "persona" ; + rain_N = regN "lluvia" ; + road_N = femN (regN "calle") ; -- camino + root_N = femN (regN "raíz") ; + rope_N = regN "cuerda" ; + salt_N = femN (regN "sal") ; + sand_N = regN "arena" ; + seed_N = regN "semilla" ; + skin_N = femN (regN "piel") ; -- fem + sky_N = regN "cielo" ; + smoke_N = regN "humo" ; + snow_N = femN (regN "nieve") ; -- fem + stick_N = mkN "bastón" "bastones" masculine ; -- palo + tail_N = regN "cola" ; + tongue_N = regN "lengua" ; + tooth_N = regN "diente" ; + wife_N = regN "esposa" ; + wind_N = regN "viento" ; + wing_N = regN "ala" ; + worm_N = regN "gusano" ; -- lombriz (fem) + year_N = regN "año" ; + bite_V2 = dirV2 (verboV (morder_50b "morder")) ; + blow_V = regV "soplar" ; + burn_V = regV "quemar" ; + count_V2 = dirV2 (verboV (contar_38b "contar")) ; + cut_V2 = dirV2 (regV "cortar") ; + dig_V = regV "escarbar" ; + fall_V = verboV (caer_20 "caer") ; + fear_V2 = dirV2 (regV "temer") ; + fight_V2 = dirV2 (regV "pelear") ; + float_V = regV "flotar" ; + flow_V = verboV (influir_45 "fluir") ; -- circular + fly_V = regV "volar" ; + freeze_V = regV "congelar" ; + give_V3 = dirdirV3 (verboV (dar_27 "dar")) ; + hit_V2 = dirV2 (regV "golpear") ; + hold_V2 = dirV2 (verboV (tener_4 "tener")) ; + hunt_V2 = dirV2 (regV "cazar") ; + kill_V2 = dirV2 (regV "matar") ; + laugh_V = regV "reir" ; ----V reír_67 + lie_V = reflV (regV "acostar") ; -- "acostarse" + play_V = regV "jugar" ; + pull_V2 = dirV2 (regV "tirar") ; + push_V2 = dirV2 (regV "empujar") ; + rub_V2 = dirV2 (regV "resfregar") ; + scratch_V2 = dirV2 (regV "rascar") ; + sew_V = regV "coser" ; + sing_V = regV "cantar" ; + sit_V = reflV (mkV "sentar" "siento") ; + smell_V = verboV (oler_52 "oler") ; + spit_V = regV "escupir" ; + split_V2 = dirV2 (regV "separar") ; -- dividir,) ; + squeeze_V2 = dirV2 (regV "exprimir") ; + stab_V2 = dirV2 (regV "apuñalar") ; + stand_V = verboV (estar_2 "estar") ; ---- "estar de pie" ; + suck_V2 = dirV2 (regV "chupar") ; + swell_V = regV "tragar" ; + swim_V = regV "nadar" ; + think_V = regV "pensar" ; + throw_V2 = dirV2 (regV "tirar") ; + tie_V2 = dirV2 (regV "atar") ; + turn_V = regV "doblar" ; + vomit_V = regV "vomitar" ; + wash_V2 = dirV2 (regV "lavar") ; + wipe_V2 = dirV2 (regV "secar") ; + breathe_V = (regV "respirar") ; + + john_PN = mkPN "Juan" masculine ; + today_Adv = mkAdv "hoy" ; + + grammar_N = regN "gramática" ; + language_N = regN "lengua" ; + rule_N = regN "regla" ; + + +} ; diff --git a/lib/src/portuguese/MakeStructuralPor.gf b/lib/src/portuguese/MakeStructuralPor.gf new file mode 100644 index 000000000..d7f714587 --- /dev/null +++ b/lib/src/portuguese/MakeStructuralPor.gf @@ -0,0 +1,23 @@ +--# -path=.:../romance:../common:../abstract + +resource MakeStructuralPor = open CatPor, (P = ParadigmsPor), MorphoPor, Prelude in { + +oper + mkConj : Str -> Str -> Number -> Conj = \x,y,n -> + {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; + mkSubj : Str -> Subj = \x -> + {s = x ; m = Indic ; lock_Subj = <>} ; + mkSubjSubj : Str -> Subj = \x -> + {s = x ; m = Conjunct ; lock_Subj = <>} ; + + mkIQuant : Str -> IQuant = \s -> + {s = \\_,_,c => prepCase c ++ s ; lock_IQuant = <>} ; + + mkPredet : Str -> Str -> Prep -> Bool -> Predet = \m,f,c,p -> lin Predet { + s = \\g,k => prepCase k ++ case g.g of {Masc => m ; Fem => f} ; + c = c.c ; + a = if_then_else PAgr p (PAg Sg) PNoAg ---- e,g, "chacun de"; other possibilities? + } ; + + +} diff --git a/lib/src/portuguese/MorphoPor.gf b/lib/src/portuguese/MorphoPor.gf new file mode 100644 index 000000000..1ebc38b0d --- /dev/null +++ b/lib/src/portuguese/MorphoPor.gf @@ -0,0 +1,204 @@ +--# -path=.:../romance:../common:../../prelude + +--1 A Simple Pornish Resource Morphology +-- +-- Aarne Ranta 2002 -- 2005 +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. To build a lexicon, it is better to use $ParadigmsPor$, which +-- gives a higher-level access to this module. + +resource MorphoPor = CommonRomance, ResPor ** + open PhonoPor, Prelude, Predef, + CatPor in { + + flags optimize=all ; + coding=utf8 ; + + +--2 Nouns +-- +-- The following macro is useful for creating the forms of number-dependent +-- tables, such as common nouns. + +oper + numForms : (_,_ : Str) -> Number => Str = \vino, vini -> + table {Sg => vino ; Pl => vini} ; + +-- For example: + + nomVino : Str -> Number => Str = \vino -> + numForms vino (vino + "s") ; + + nomPilar : Str -> Number => Str = \pilar -> + numForms pilar (pilar + "es") ; + + nomTram : Str -> Number => Str = \tram -> + numForms tram tram ; + +-- Common nouns are inflected in number and have an inherent gender. + + mkNoun : (Number => Str) -> Gender -> Noun = \mecmecs,gen -> + {s = mecmecs ; g = gen} ; + + mkNounIrreg : Str -> Str -> Gender -> Noun = \mec,mecs -> + mkNoun (numForms mec mecs) ; + + mkNomReg : Str -> Noun = \mec -> + case mec of { + _ + ("o" | "e" | "é" | "á") => mkNoun (nomVino mec) Masc ; --bebé, papá; how about other accented vocal endings? champú champúes + _ + "a" => mkNoun (nomVino mec) Fem ; + _ + "z" => mkNounIrreg mec (init mec + "ces") Fem ; + _ + "ión" => mkNounIrreg mec (tk 2 mec + "ones") Fem ; + _ + "tud" => mkNounIrreg mec (mec + "es") Fem ; + _ + "án" => mkNounIrreg mec (tk 2 mec + "anes") Masc ; + _ + "én" => mkNounIrreg mec (tk 2 mec + "enes") Masc ; + _ + "ín" => mkNounIrreg mec (tk 2 mec + "ines") Masc ; + _ + "ón" => mkNounIrreg mec (tk 2 mec + "ones") Masc ; + _ + "ún" => mkNounIrreg mec (tk 2 mec + "unes") Masc ; + _ => mkNoun (nomPilar mec) Masc + } ; + + +--2 Adjectives +-- +-- Adjectives are conveniently seen as gender-dependent nouns. +-- Here are some patterns. First one that describes the worst case. + + mkAdj : (_,_,_,_,_ : Str) -> Adj = \solo,sola,soli,sole,solamente -> + {s = table { + AF Masc n => numForms solo soli ! n ; + AF Fem n => numForms sola sole ! n ; + AA => solamente + } + } ; + +-- Then the regular and invariant patterns. + + adjSolo : Str -> Adj = \solo -> + let + sol = Predef.tk 1 solo + in + mkAdj solo (sol + "a") (sol + "os") (sol + "as") (sol + "amente") ; + + -- masculine and feminine are identical: + -- adjectives ending with -e, -a and many but not all that end in a consonant + adjUtil : Str -> Str -> Adj = \util,utiles -> + mkAdj util util utiles utiles (util + "mente") ; + + -- adjectives that end in consonant but have different masc and fem forms + -- español, hablador ... + adjEspanol : Str -> Str -> Adj = \espanol,espanola -> + mkAdj espanol espanola (espanol + "es") (espanol + "as") (espanola + "mente") ; + + adjBlu : Str -> Adj = \blu -> + mkAdj blu blu blu blu blu ; --- + + -- francés francesa franceses francesas + adjEs : Str -> Adj = \francEs -> + let franc : Str = Predef.tk 2 francEs ; + frances : Str = franc + "es" ; + in mkAdj francEs (frances + "a") (frances + "es") (frances + "as") (frances + "amente") ; + + + -- alemán alemana alemanes alemanas + adjVn : Str -> Adj = \alemAn -> + let alemA : Str = init alemAn ; + alem : Str = init alemA ; + A : Str = last alemA ; + V : Str = case A of { + "á" => "a" ; + "é" => "e" ; + "í" => "i" ; + "ó" => "o" ; + "ú" => "u" + } ; + alemVn : Str = alem + V + "n" ; + in mkAdj alemAn (alemVn + "a") (alemVn + "es") + (alemVn + "as") (alemVn + "amente") ; + + mkAdjReg : Str -> Adj = \solo -> + case solo of { + _ + "o" => adjSolo solo ; + _ + ("e" | "a") => adjUtil solo (solo + "s") ; + _ + "és" => adjEs solo ; + _ + ("á" | "é" | "í" | "ó" | "ú") + "n" => adjVn solo ; + _ => adjUtil solo (solo + "es") + } ; + +--2 Personal pronouns +-- +-- All the eight personal pronouns can be built by the following macro. +-- The use of "ne" as atonic genitive is debatable. +-- We follow the rule that the atonic nominative is empty. + + mkPronoun : (_,_,_,_,_,_,_,_ : Str) -> + Gender -> Number -> Person -> Pronoun = + \il,le,lui,Lui,son,sa,ses,see,g,n,p -> + let + alui : Case -> Str = \x -> prepCase x ++ Lui ; + in { + s = table { + Nom => {c1 = [] ; c2 = [] ; comp = il ; ton = Lui} ; + Acc => {c1 = le ; c2 = [] ; comp = [] ; ton = Lui} ; + CPrep P_a => {c1 = [] ; c2 = lui ; comp = [] ; ton = alui (CPrep P_a)} ; + c => {c1 = [] ; c2 = [] ; comp, ton = alui c} + } ; + poss = \\n,g => case of { + => son ; + => sa ; + => ses ; + => see + } ; + + a = Ag g n p ; + hasClit = True ; isPol = False + } ; + + +--2 Determiners +-- +-- Determiners, traditionally called indefinite pronouns, are inflected +-- in gender and number, like adjectives. + + pronForms : Adj -> Gender -> Number -> Str = \tale,g,n -> tale.s ! AF g n ; + + mkOrdinal : A -> Ord = \adj-> + lin Ord { + s = \\ag => adj.s ! Posit ! AF ag.g ag.n ; + } ; + + mkQuantifier : (ese,esa,esos,esas : Str) -> Quant = \ese,esa,esos,esas-> + let + se : Str = Predef.drop 1 ese ; + sa : Str = Predef.drop 1 esa ; + sos : Str = Predef.drop 1 esos ; + sas : Str = Predef.drop 1 esas ; + E : Str = "é" ; + attrforms : Number => Gender => Case => Str = table { + Sg => \\g,c => prepCase c ++ genForms ese esa ! g ; + Pl => \\g,c => prepCase c ++ genForms esos esas ! g ---- + } ; + npforms : Number => Gender => Case => Str = table { + Sg => \\g,c => prepCase c ++ genForms (E + se) (E + sa) ! g ; + Pl => \\g,c => prepCase c ++ genForms (E + sos) (E + sas) ! g } + in lin Quant { + s = \\_ => attrforms ; + s2 = [] ; + sp = npforms ; isNeg = False + } ; + + mkDeterminer : (mucho,mucha : Str) -> Number -> Bool -> Det = \mucho,mucha,number,neg -> + lin Det { + s,sp = \\g,c => prepCase c ++ genForms mucho mucha ! g ; + n = number; + s2 = [] ; + isNeg = neg + } ; + + mkIDet : (cuantos, cuantas : Str) -> Number -> IDet = \cuantos,cuantas,number -> + lin IDet { + s = \\g,c => prepCase c ++ genForms cuantos cuantas ! g ; + n = number + } ; +} diff --git a/lib/src/portuguese/NounPor.gf b/lib/src/portuguese/NounPor.gf new file mode 100644 index 000000000..b1a1056f0 --- /dev/null +++ b/lib/src/portuguese/NounPor.gf @@ -0,0 +1,2 @@ +concrete NounPor of Noun = CatPor ** NounRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/NumeralPor.gf b/lib/src/portuguese/NumeralPor.gf new file mode 100644 index 000000000..e6f6ac556 --- /dev/null +++ b/lib/src/portuguese/NumeralPor.gf @@ -0,0 +1,144 @@ +concrete NumeralPor of Numeral = CatPor [Numeral,Digits] ** + open CommonRomance, ResRomance, MorphoPor, Prelude in { + flags coding=utf8 ; + +lincat + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; + Sub100 = {s : CardOrd => Str ; n : Number} ; + Sub1000 = {s : CardOrd => Str ; n : Number} ; + Sub1000000 = {s : CardOrd => Str ; n : Number} ; + +lin num x = x ; + +lin n2 = + mkTal "dos" "doce" "veinte" "doscientos" + "segundo" "duodécimo" "vigésimo" "ducentésimo" ; +lin n3 = + mkTal "tres" "trece" "treinta" "trescientos" + "tercero" "decimotercero" "trigésimo" "tricentesimo" ; +lin n4 = + mkTal "cuatro" "catorce" "cuarenta" "cuatrocientos" + "cuarto" "decimocuarto" "cuadragésimo" "cuadringentesimo" ; +lin n5 = + mkTal "cinco" "quince" "cincuenta" "quinientos" + "quinto" "decimoquinto" "quincuagésimo" "guingentésimo" ; +lin n6 = + mkTal "seis" "dieciséis" "sesenta" "seiscientos" + "sexto" "decimosexto" "sexagésimo" "sexcentesimo" ; +lin n7 = + mkTal "siete" "diecisiéte" "setenta" "setecientos" + "séptimo" "decimoséptimo" "septuagésimo" "septingentesimo" ; +lin n8 = + mkTal "ocho" "dieciocho" "ochenta" "ochocientos" + "octavo" "decimoctavo" "octogésimo" "octingentésimo" ; +lin n9 = + mkTal "nueve" "diecinueve" "noventa" "novecientos" + "noveno" "decimonoveno" "nonagésimo" "noningentésimo" ; + +lin pot01 = + let uno = (mkTal "uno" "once" "diez" "ciento" "primero" "undécimo" + "décimo" "centésimo").s in + {s =\\f,g => case of { + => [] ; + => "un" ; + => "una" ; + => "cien" ; + => "ciento" ; + _ => uno ! f ! g + } ; + n = Sg + } ; + +lin pot0 d = {s = d.s ; n = Pl} ; +lin pot110 = spl ((mkTal "diez" [] [] [] "decimo" [] [] []).s ! ental indip) ; +lin pot111 = spl ((mkTal "once" [] [] [] "undécimo" [] [] []).s ! ental indip) ; +lin pot1to19 d = spl (d.s ! ton) ; +lin pot0as1 n = {s = n.s ! ental indip ; n = n.n} ; +lin pot1 d = spl (d.s ! tiotal) ; +lin pot1plus d e = + {s = \\g => d.s ! tiotal ! g ++ y_CardOrd g ++ e.s ! ental indip ! g ; n = Pl} ; +lin pot1as2 n = n ; +lin pot2 d = spl (d.s ! hundra False) ; +lin pot2plus d e = + {s = \\g => d.s ! hundra True ! g ++ e.s ! g ; n = Pl} ; +lin pot2as3 n = n ; +lin pot3 n = spl (\\g => n.s ! NCard Masc ++ mil g) ; +lin pot3plus n m = {s = \\g => n.s ! NCard Masc ++ mil g ++ m.s ! g ; n = Pl} ; + +oper + mkTal : (x1,_,_,_,_,_,_,x8 : Str) -> {s : DForm => CardOrd => Str} = + \due,dodici,venti,ducento,secondo,dodicesimo,ventesimo,ducentesimo -> + {s = \\d,co => case of { + => due ; + => pronForms (adjSolo secondo) g n ; + => venti ; + => regCard ventesimo g n ; + => dodici ; + => regCard dodicesimo g n ; + => ducento ; + => Predef.tk 2 ducento + "as" ; + => regCard ducentesimo g n + } + } ; + + regCard : Str -> Gender -> Number -> Str = \ventesimo -> + pronForms (adjSolo ventesimo) ; + + spl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \s -> { + s = s ; + n = Pl + } ; + + mil : CardOrd -> Str = \g -> + (mkTal "mil" [] [] [] "milésimo" [] [] []).s ! ental indip ! g ; + + y_CardOrd : CardOrd -> Str = \co -> case co of { + NCard _ => "y" ; + _ => [] + } ; + +param + DForm = ental Pred | ton | tiotal | hundra Bool ; + Pred = pred | indip ; + + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard Masc ++ BIND ++ i.s ! o ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1:o" Sg ; ---- gender + D_2 = mk2Dig "2" "2:o" ; + D_3 = mk2Dig "3" "3:o" ; + D_4 = mkDig "4" ; + D_5 = mkDig "5" ; + D_6 = mkDig "6" ; + D_7 = mkDig "7" ; + D_8 = mkDig "8" ; + D_9 = mkDig "9" ; + + oper + mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; + mkDig : Str -> TDigit = \c -> mk2Dig c (c + ":o") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard _ => c ; NOrd _ _ => o} ; ---- gender + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} diff --git a/lib/src/portuguese/ParadigmsPor.gf b/lib/src/portuguese/ParadigmsPor.gf new file mode 100644 index 000000000..7824e078e --- /dev/null +++ b/lib/src/portuguese/ParadigmsPor.gf @@ -0,0 +1,540 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +--1 Pornish Lexical Paradigms +-- +-- Aarne Ranta 2004 - 2006 +-- +-- This is an API for the user of the resource grammar +-- for adding lexical items. It gives functions for forming +-- expressions of open categories: nouns, adjectives, verbs. +-- +-- Closed categories (determiners, pronouns, conjunctions) are +-- accessed through the resource syntax API, $Structural.gf$. +-- +-- The main difference with $MorphoPor.gf$ is that the types +-- referred to are compiled resource grammar types. We have moreover +-- had the design principle of always having existing forms, rather +-- than stems, as string arguments of the paradigms. +-- +-- The structure of functions for each word class $C$ is the following: +-- first we give a handful of patterns that aim to cover all +-- regular cases. Then we give a worst-case function $mkC$, which serves as an +-- escape to construct the most irregular words of type $C$. For +-- verbs, there is a fairly complete list of irregular verbs in +-- [``IrregPor`` ../../spanish/IrregPor.gf]. + +resource ParadigmsPor = + open + (Predef=Predef), + Prelude, + MorphoPor, + BeschPor, + CatPor in { + + flags optimize=all ; + coding=utf8 ; + +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + + masculine : Gender ; + feminine : Gender ; + +-- To abstract over number names, we define the following. + + Number : Type ; + + singular : Number ; + plural : Number ; + +-- Prepositions used in many-argument functions are either strings +-- (including the 'accusative' empty string) or strings that +-- amalgamate with the following word (the 'genitive' "de" and the +-- 'dative' "a"). + + accusative : Prep ; -- direct object + genitive : Prep ; -- preposition "de" and its contractions + dative : Prep ; -- preposition "a" and its contractions + + mkPrep : overload { + mkPrep : Str -> Prep ; -- other preposition + mkPrep : Str -> Prep -> Prep ; -- compound prepositions, e.g. "antes de", made as mkPrep "antes" genitive + } ; + + +--2 Nouns + + mkN : overload { + +-- The regular function takes the singular form and the gender, +-- and computes the plural and the gender by a heuristic. +-- The heuristic says that the gender is feminine for nouns +-- ending with "a" or "z", and masculine for all other words. +-- Nouns ending with "a", "o", "e" have the plural with "s", +-- those ending with "z" have "ces" in plural; all other nouns +-- have "es" as plural ending. The accent is not dealt with. + + mkN : (luz : Str) -> N ; -- predictable; feminine for "-a"/"-z", otherwise masculine + +-- A different gender can be forced. + + mkN : Str -> Gender -> N ; -- force gender + +-- The worst case has two forms (singular + plural) and the gender. + + mkN : (baston,bastones : Str) -> Gender -> N -- worst case + } ; + + +--3 Compound nouns +-- +-- Some nouns are ones where the first part is inflected as a noun but +-- the second part is not inflected. e.g. "número de teléfono". +-- They could be formed in syntax, but we give a shortcut here since +-- they are frequent in lexica. + + compN : N -> Str -> N ; -- compound, e.g. "número" + "de teléfono" + + +--3 Relational nouns +-- +-- Relational nouns ("fille de x") need a case and a preposition. + + mkN2 : N -> Prep -> N2 ; -- relational noun with preposition + +-- The most common cases are the genitive "de" and the dative "a", +-- with the empty preposition. + + deN2 : N -> N2 ; -- relational noun with preposition "de" + aN2 : N -> N2 ; -- relational noun with preposition "a" + +-- Three-place relational nouns ("la connessione di x a y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; -- prepositions for two complements + + +--3 Relational common noun phrases +-- +-- In some cases, you may want to make a complex $CN$ into a +-- relational noun (e.g. "the old town hall of"). However, $N2$ and +-- $N3$ are purely lexical categories. But you can use the $AdvCN$ +-- and $PrepNP$ constructions to build phrases like this. + +-- +--3 Proper names and noun phrases +-- +-- Proper names need a string and a gender. +-- The default gender is feminine for names ending with "a", otherwise masculine. + + mkPN : overload { + mkPN : (Anna : Str) -> PN ; -- feminine for "-a" + mkPN : (Pilar : Str) -> Gender -> PN ; -- force gender + mkPN : N -> PN ; -- gender from noun + } ; + + +--2 Adjectives + + mkA : overload { + +-- For regular adjectives, all forms are derived from the +-- masculine singular. The types of adjectives that are recognized are +-- "alto", "fuerte", "util". Comparison is formed by "mas". + + mkA : (util : Str) -> A ; -- predictable adjective + +-- Some adjectives need the feminine form separately. + + mkA : (espanol,espanola : Str) -> A ; + +-- One-place adjectives compared with "mas" need five forms in the worst +-- case (masc and fem singular, masc plural, adverbial). + + mkA : (solo,sola,solos,solas,solamente : Str) -> A ; -- worst-case + +-- In the worst case, two separate adjectives are given: +-- the positive ("bueno"), and the comparative ("mejor"). + + mkA : (bueno : A) -> (mejor : A) -> A -- special comparison (default with "mas") + } ; + +-- The functions above create postfix adjectives. To switch +-- them to prefix ones (i.e. ones placed before the noun in +-- modification, as in "buen vino"), the following function is +-- provided. + + prefixA : A -> A ; -- adjective before noun (default after noun) + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; -- e.g. "casado" + dative + + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. + + mkAdv : Str -> Adv ; + +-- Some appear next to the verb (e.g. "siempre"). + + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + + mkAdN : Str -> AdN ; + + +--2 Verbs + + mkV : overload { + +-- Regular verbs are ones inflected like "cortar", "deber", or "vivir". +-- The regular verb function is the first conjugation ("ar") recognizes +-- the variations corresponding to the patterns +-- "actuar, cazar, guiar, pagar, sacar". The module $BeschPor$ gives +-- the complete set of "Bescherelle" conjugations. + + mkV : (pagar : Str) -> V ; -- regular in "-ar", "-er", ".ir" + +-- Verbs with vowel alternatition in the stem - easiest to give with +-- two forms, e.g. "mostrar"/"muestro". + + mkV : (mostrar,muestro : Str) -> V ; -- regular with vowel alternation + +-- Most irreguler verbs are found in $IrregPor$. If this is not enough, +-- the module $BeschPor$ gives all the patterns of the "Bescherelle" +-- book. To use them in the category $V$, wrap them with the function + + mkV : Verbum -> V ; -- import verb constructed with BeschPor + + mkV : V -> Str -> V ; -- particle verb + } ; + +-- To form reflexive verbs: + + reflV : V -> V ; -- reflexive verb + +-- Verbs with a deviant passive participle: just give the participle +-- in masculine singular form as second argument. + + special_ppV : V -> Str -> V ; -- deviant past participle, e.g. abrir - abierto + + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). + + mkV2 : overload { + mkV2 : Str -> V2 ; -- regular, direct object + mkV2 : V -> V2 ; -- direct object + mkV2 : V -> Prep -> V2 -- other object + } ; + + +-- You can reuse a $V2$ verb in $V$. + + v2V : V2 -> V ; --% + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : overload { + mkV3 : V -> V3 ; -- donner (+ accusative + dative) + mkV3 : V -> Prep -> V3 ; -- placer (+ accusative) + dans + mkV3 : V -> Prep -> Prep -> V3 -- parler + dative + genitive + } ; + dirV3 : V -> Prep -> V3 ; -- e.g. dar,(accusative),a + dirdirV3 : V -> V3 ; -- e.g. dar,(dative),(accusative) + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; --% + mkVS : V -> VS ; + + mkVV : V -> VV ; -- plain infinitive: "quiero hablar" + deVV : V -> VV ; -- "terminar de hablar" + aVV : V -> VV ; -- "aprender a hablar" + + mkVA : V -> VA ; + + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + mkV2S : overload { + mkV2S : V -> V2S ; + mkV2S : V -> Prep -> V2S ; + } ; + mkV2V : overload { + mkV2V : V -> V2V ; + mkV2V : V -> Prep -> Prep -> V2V ; + } ; + mkV2A : overload { + mkV2A : V -> V2A ; + mkV2A : V -> Prep -> Prep -> V2A ; + } ; + + + mkAS : A -> AS ; --% + mkA2S : A -> Prep -> A2S ; --% + mkAV : A -> Prep -> AV ; --% + mkA2V : A -> Prep -> Prep -> A2V ; --% + +-- Notice: categories $AS, A2S, AV, A2V$ are just $A$, +-- and the second argument is given +-- as an adverb. Likewise +-- $V0$ is just $V$. + + V0 : Type ; --% + AS, A2S, AV, A2V : Type ; --% + + +--. +--2 The definitions of the paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + Gender = MorphoPor.Gender ; + Number = MorphoPor.Number ; + masculine = Masc ; + feminine = Fem ; + singular = Sg ; + plural = Pl ; + + accusative = complAcc ** {lock_Prep = <>} ; + genitive = complGen ** {lock_Prep = <>} ; + dative = complDat ** {lock_Prep = <>} ; + + mkPrep = overload { + mkPrep : Str -> Prep = \p -> {s = p ; c = Acc ; isDir = False ; lock_Prep = <>} ; + mkPrep : Str -> Prep -> Prep = \p,c -> {s = p ; c = c.c ; isDir = False ; lock_Prep = <>} + } ; + + + mk2N x y g = mkNounIrreg x y g ** {lock_N = <>} ; + regN x = mkNomReg x ** {lock_N = <>} ; + compN x y = {s = \\n => x.s ! n ++ y ; g = x.g ; lock_N = <>} ; + femN x = {s = x.s ; g = feminine ; lock_N = <>} ; + mascN x = {s = x.s ; g = masculine ; lock_N = <>} ; + + mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p} ; + deN2 n = mkN2 n genitive ; + aN2 n = mkN2 n dative ; + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p ; c3 = q} ; + + mk2PN x g = {s = x ; g = g} ** {lock_PN = <>} ; + regPN x = mk2PN x g where { + g = case last x of { + "a" => feminine ; + _ => masculine + } + } ; + + makeNP x g n = {s = (pn2np (mk2PN x g)).s; a = agrP3 g n ; hasClit = False ; isPol = False ; isNeg = False} ** {lock_NP = <>} ; + + mk5A a b c d e = + compADeg {s = \\_ => (mkAdj a b c d e).s ; isPre = False ; lock_A = <>} ; + + mk2A a b = + compADeg {s = \\_ => (adjEspanol a b).s ; isPre = False ; lock_A = <>} ; + + regA a = compADeg {s = \\_ => (mkAdjReg a).s ; isPre = False ; lock_A = <>} ; + prefA a = {s = a.s ; isPre = True ; lock_A = <>} ; + + mkA2 a p = a ** {c2 = p ; lock_A2 = <>} ; + + mkADeg a b = + {s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ; + isPre = a.isPre ; lock_A = <>} ; + compADeg a = + {s = table {Posit => a.s ! Posit ; _ => \\f => "más" ++ a.s ! Posit ! f} ; + isPre = a.isPre ; + lock_A = <>} ; + regADeg a = compADeg (regA a) ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + mkAdN x = ss x ** {lock_AdN = <>} ; + + + regV x = -- cortar actuar cazar guiar pagar sacar + let + ar = Predef.dp 2 x ; + z = Predef.dp 1 (Predef.tk 2 x) ; + verb = case ar of { + "ir" => vivir_7 x ; + "er" => deber_6 x ; + "ar" => case z of { + "u" => actuar_9 x ; + "z" => cazar_21 x ; + "i" => guiar_43 x ; + "g" => pagar_53 x ; + "c" => sacar_72 x ; + _ => cortar_5 x + } ; + _ => Predef.error ("regular verb infinitive must end ar/ir/er, not satisfied by" ++ x) + } + in verbBesch verb ** {vtyp = VHabere ; p = [] ; lock_V = <>} ; + + reflV v = v ** {vtyp = VRefl} ; + + verboV ve = verbBesch ve ** {vtyp = VHabere ; p = [] ; lock_V = <>} ; + + reflVerboV : Verbum -> V = \ve -> reflV (verboV ve) ; + + special_ppV ve pa = { + s = table { + VPart g n => (adjSolo pa).s ! AF g n ; + p => ve.s ! p + } ; + lock_V = <> ; + p = ve.p ; + vtyp = VHabere + } ; + + regAltV x y = case x of { + _ + "ar" => verboV (regAlternV x y) ; + _ => verboV (regAlternVEr x y) + } ; + + + + mk2V2 v p = lin V2 (v ** {c2 = p}) ; + dirV2 v = mk2V2 v accusative ; + v2V v = lin V v ; + + mmkV3 : V -> Prep -> Prep -> V3 ; -- parler, à, de + mmkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mmkV3 v accusative p ; + dirdirV3 v = mmkV3 v dative accusative ; + + mmkV2 : V -> Prep -> V2 ; + mmkV2 v p = v ** {c2 = p ; lock_V2 = <>} ; + + mkV3 = overload { + mkV3 : V -> V3 = dirdirV3 ; -- donner,_,_ + mkV3 : V -> Prep -> V3 = dirV3 ; -- placer,_,sur + mkV3 : V -> Prep -> Prep -> V3 = mmkV3 -- parler, à, de + } ; + + mkV2S = overload { + mkV2S : V -> V2S = \v -> mmkV2 v dative ** {mn,mp = Indic ; lock_V2S = <>} ; + mkV2S : V -> Prep -> V2S = \v,p -> mmkV2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; + } ; + mkV2V = overload { + mkV2V : V -> V2V = \v -> mmkV3 v accusative dative ** {lock_V2V = <>} ; + mkV2V : V -> Prep -> Prep -> V2V = \v,p,q -> mmkV3 v p q ** {lock_V2V = <>} ; + } ; + + mkV2A = overload { + mkV2A : V -> V2A = \v -> mmkV3 v accusative dative ** {lock_V2A = <>} ; + mkV2A : V -> Prep -> Prep -> V2A = \v,p,q -> mmkV3 v p q ** {lock_V2A = <>} ; + } ; + + + V0 : Type = V ; + AS, AV : Type = A ; + A2S, A2V : Type = A2 ; + + mkV0 v = v ** {lock_V0 = <>} ; + mkVS v = v ** {m = \\_ => Indic ; lock_VS = <>} ; ---- more moods + + mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; + deVV v = v ** {c2 = complGen ; lock_VV = <>} ; + aVV v = v ** {c2 = complDat ; lock_VV = <>} ; + + mkVA v = v ** {lock_VA = <>} ; + + mkVQ v = v ** {lock_VQ = <>} ; + mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_AS = <>} ; ---- more moods + mkA2S v p = mkA2 v p ** {lock_A2S = <>} ; + mkAV v p = v ** {c = p.p1 ; s2 = p.p2 ; lock_AV = <>} ; + mkA2V v p q = mkA2 v p ** {s3 = q.p2 ; c3 = q.p1 ; lock_A2V = <>} ; + +--- + + mkN = overload { + mkN : (luz : Str) -> N = regN ; + mkN : Str -> Gender -> N = \s,g -> {s = (regN s).s ; g = g ; lock_N = <>}; + mkN : (baston,bastones : Str) -> Gender -> N = mk2N + } ; + regN : Str -> N ; + mk2N : (baston,bastones : Str) -> Gender -> N ; + mascN : N -> N ; + femN : N -> N ; + + + mkPN = overload { + mkPN : (Anna : Str) -> PN = regPN ; + mkPN : (Pilar : Str) -> Gender -> PN = mk2PN ; + mkPN : N -> PN = \n -> lin PN {s = n.s ! Sg ; g = n.g} ; + } ; + mk2PN : Str -> Gender -> PN ; -- Juan + regPN : Str -> PN ; -- feminine for "-a", otherwise masculine + +-- To form a noun phrase that can also be plural, +-- you can use the worst-case function. + + makeNP : Str -> Gender -> Number -> NP ; + + mkA = overload { + mkA : (util : Str) -> A = regA ; + mkA : (espanol,espanola : Str) -> A = mk2A ; + mkA : (solo,sola,solos,solas,solamente : Str) -> A = mk5A ; + mkA : (bueno : A) -> (mejor : A) -> A = mkADeg ; + } ; + + mk5A : (solo,sola,solos,solas,solamente : Str) -> A ; + mk2A : (espanol,espanola : Str) -> A ; + regA : Str -> A ; + mkADeg : A -> A -> A ; + compADeg : A -> A ; + regADeg : Str -> A ; + prefA : A -> A ; + prefixA = prefA ; + + mkV = overload { + mkV : (pagar : Str) -> V = \s -> case s of { + far + "se" => reflV (regV far) ; + _ => regV s + } ; + mkV : (mostrar,muestro : Str) -> V = regAltV ; + mkV : Verbum -> V = verboV ; + + mkV : V -> Str -> V = \v,p -> v ** {p = p} ; ---- to recognize particles in dict, not yet in lincat V + } ; + regV : Str -> V ; + regAltV : (mostrar,muestro : Str) -> V ; + verboV : Verbum -> V ; + + mkV2 = overload { + mkV2 : Str -> V2 = \s -> dirV2 (regV s) ; + mkV2 : V -> V2 = dirV2 ; + mkV2 : V -> Prep -> V2 = mk2V2 + } ; + mk2V2 : V -> Prep -> V2 ; + dirV2 : V -> V2 ; + + + +} ; diff --git a/lib/src/portuguese/ParsePor.gf b/lib/src/portuguese/ParsePor.gf new file mode 100644 index 000000000..144804830 --- /dev/null +++ b/lib/src/portuguese/ParsePor.gf @@ -0,0 +1,157 @@ +--# -path=alltenses +concrete ParsePor of ParseEngAbs = + TensePor, +-- CatPor, + NounPor - [PPartNP], + AdjectivePor, + NumeralPor, + SymbolPor [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], + ConjunctionPor, + VerbPor - [SlashV2V, PassV2, UseCopula, ComplVV], + AdverbPor, + PhrasePor, + SentencePor, + QuestionPor, + RelativePor, + IdiomPor [NP, VP, Tense, Cl, ProgrVP, ExistNP], + ExtraPor [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash, + Temp, Pol, Conj, VPS, ListVPS, S, Num, CN, RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP, + VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV, + ClSlash, RCl, EmptyRelSlash], + + DictEngPor ** +open MorphoPor, ResPor, ParadigmsPor, SyntaxPor, Prelude in { + +flags + literal=Symb ; + coding = utf8 ; + + +lin +-- missing from ExtraPor; should not really be there either + + GenNP np = + let denp = (np.s ! ResPor.genitive).ton in { + s = \\_,_,_,_ => [] ; + sp = \\_,_,_ => denp ; + s2 = denp ; + isNeg = False ; + } ; + + EmptyRelSlash slash = mkRCl which_RP (lin ClSlash slash) ; + + that_RP = which_RP ; + + UncNeg = negativePol ; + +-- lexical entries + + another_Quant = mkQuantifier "otro" "otra" "otros" "otras" ; + some_Quant = mkQuantifier "algún" "alguna" "algunos" "algunas" ; + anySg_Det = mkDeterminer "algún" "alguna" Sg False ; ---- also meaning "whichever" ? + each_Det = SyntaxPor.every_Det ; + + but_Subj = {s = "pero" ; m = Indic} ; ---- strange to have this as Subj + +{- + myself_NP = regNP "myself" singular ; + yourselfSg_NP = regNP "yourself" singular ; + himself_NP = regNP "himself" singular ; + herself_NP = regNP "herself" singular ; + itself_NP = regNP "itself" singular ; + ourself_NP = regNP "ourself" plural ; + yourselfPl_NP = regNP "yourself" plural ; + themself_NP = regNP "themself" plural ; + themselves_NP = regNP "themselves" plural ; +-} + + CompoundCN num noun cn = { + s = \\n => cn.s ! n ++ "de" ++ noun.s ! num.n ; + g = cn.g + } ; + +{- + DashCN noun1 noun2 = { + s = \\n,c => noun1.s ! Sg ! Nom ++ "-" ++ noun2.s ! n ! c ; + g = noun2.g + } ; + + GerundN v = { + s = \\n,c => v.s ! VPresPart ; + g = Neutr + } ; + + GerundAP v = { + s = \\agr => v.s ! VPresPart ; + isPre = True + } ; +-} + + PastPartAP v = { + s = table { + AF g n => v.s ! VPart g n ; + _ => v.s ! VPart Masc Sg ---- the adverb form + } ; + isPre = True + } ; + +{- + OrdCompar a = {s = \\c => a.s ! AAdj Compar c } ; +-} + + PositAdVAdj a = {s = a.s ! Posit ! AA} ; + +{- + UseQuantPN q pn = {s = \\c => q.s ! False ! Sg ++ pn.s ! npcase2case c ; a = agrgP3 Sg pn.g} ; + + SlashV2V v ant p vp = insertObjc (\\a => v.c3 ++ ant.s ++ p.s ++ + infVP v.typ vp ant.a p.p a) + (predVc v) ; + + SlashVPIV2V v p vpi = insertObjc (\\a => p.s ++ + v.c3 ++ + vpi.s ! VVAux ! a) + (predVc v) ; + ComplVV v a p vp = insertObj (\\agr => a.s ++ p.s ++ + infVP v.typ vp a.a p.p agr) + (predVV v) ; +-} + +---- TODO: find proper expressions for OSV and OVS in Por + PredVPosv np vp = mkCl (lin NP np) (lin VP vp) ; + PredVPovs np vp = mkCl (lin NP np) (lin VP vp) ; + + + CompS s = {s = \\_ => "de" ++ "que" ++ s.s ! Indic} ; ---- de ? + +{- + CompQS qs = {s = \\_ => qs.s ! QIndir} ; + CompVP ant p vp = {s = \\a => ant.s ++ p.s ++ + infVP VVInf vp ant.a p.p a} ; + + VPSlashVS vs vp = + insertObj (\\a => infVP VVInf vp Simul CPos a) (predV vs) ** + {c2 = ""; gapInMiddle = False} ; + + PastPartRS ant pol vps = { + s = \\agr => vps.ad ++ vps.ptp ++ vps.s2 ! agr ; + c = npNom + } ; + + PresPartRS ant pol vp = { + s = \\agr => vp.ad ++ vp.prp ++ vp.s2 ! agr ; + c = npNom + } ; + + ApposNP np1 np2 = { + s = \\c => np1.s ! c ++ "," ++ np2.s ! npNom ; + a = np1.a + } ; + + AdAdV = cc2 ; + + UttAdV adv = adv; + +-} + +} diff --git a/lib/src/portuguese/PhonoPor.gf b/lib/src/portuguese/PhonoPor.gf new file mode 100644 index 000000000..609f4f612 --- /dev/null +++ b/lib/src/portuguese/PhonoPor.gf @@ -0,0 +1,39 @@ +resource PhonoPor = open Prelude in { +flags coding=utf8 ; + +--3 Elision +-- +-- The phonological rule of *elision* can be defined as follows in GF. +-- In Pornish it includes both vowels and 'h'. + +oper + vocale : Strs = strs { + "a" ; "e" ; "h" ; "i" ; "o" ; "u" + } ; + + --Feminine nouns that start with stressed a use the masculine article el for phonetic reasons: + --e.g. "el agua pura" but "la pura agua". + --To prevent "el aguamarina", we list explicitly words that begin with these words + falseAWords : pattern Str = #("aguam"|"aguaf"|"almac"|"alab"|"alac"|"alam"|"alan"|"alar") ; + aWords : pattern Str = #("agua" | "alma" | "ala") ; + + chooseLa = pre { + falseAWords => "la" ; + aWords => "el" ; + "á" => "el" ; + _ => "la" + } ; + chooseDeLa = pre { + falseAWords => "de la" ; + aWords => "del" ; + "á" => "del" ; + _ => "de la" + } ; + + chooseALa = pre { + falseAWords => "a la" ; + aWords => "al" ; + "á" => "al" ; + _ => "a la" + } ; +} diff --git a/lib/src/portuguese/PhrasePor.gf b/lib/src/portuguese/PhrasePor.gf new file mode 100644 index 000000000..386011fb6 --- /dev/null +++ b/lib/src/portuguese/PhrasePor.gf @@ -0,0 +1,2 @@ +concrete PhrasePor of Phrase = CatPor ** PhraseRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/QuestionPor.gf b/lib/src/portuguese/QuestionPor.gf new file mode 100644 index 000000000..534b0a7e8 --- /dev/null +++ b/lib/src/portuguese/QuestionPor.gf @@ -0,0 +1,2 @@ +concrete QuestionPor of Question = CatPor ** QuestionRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/RelativePor.gf b/lib/src/portuguese/RelativePor.gf new file mode 100644 index 000000000..d14472341 --- /dev/null +++ b/lib/src/portuguese/RelativePor.gf @@ -0,0 +1,2 @@ +concrete RelativePor of Relative = CatPor ** RelativeRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/ResPor.gf b/lib/src/portuguese/ResPor.gf new file mode 100644 index 000000000..cfa9add47 --- /dev/null +++ b/lib/src/portuguese/ResPor.gf @@ -0,0 +1,13 @@ +--1 Pornish auxiliary operations. +-- +---- This module contains operations that are needed to make the +---- resource syntax work. To define everything that is needed to +---- implement $Test$, it moreover contains regular lexical +---- patterns needed for $Lex$. +-- + +instance ResPor of ResRomance = DiffPor ** open CommonRomance, Prelude in { + +--- flags optimize=noexpand ; + +} ; diff --git a/lib/src/portuguese/SentencePor.gf b/lib/src/portuguese/SentencePor.gf new file mode 100644 index 000000000..f1f3dd147 --- /dev/null +++ b/lib/src/portuguese/SentencePor.gf @@ -0,0 +1,2 @@ +concrete SentencePor of Sentence = CatPor ** SentenceRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/StructuralPor.gf b/lib/src/portuguese/StructuralPor.gf new file mode 100644 index 000000000..2c8a61b83 --- /dev/null +++ b/lib/src/portuguese/StructuralPor.gf @@ -0,0 +1,181 @@ +concrete StructuralPor of Structural = CatPor ** + open PhonoPor, MorphoPor, ParadigmsPor, BeschPor, + MakeStructuralPor, (X = ConstructX), Prelude in { + + flags optimize=all ; + coding=utf8 ; + +lin + -- have_V3 + -- have_not_V3 + + above_Prep = mkPrep "sobre" ; + after_Prep = {s = ["despues"] ; c = MorphoPor.genitive ; isDir = False} ; + all_Predet = { + s = \\a,c => prepCase c ++ aagrForms "todo" "toda" "todos" "todas" ! a ; + c = Nom ; + a = PNoAg + } ; + almost_AdA, almost_AdN = ss "casi" ; + always_AdV = ss "siempre" ; + although_Subj = ss "aunque" ** {m = Conjunct} ; + and_Conj = {s1 = [] ; s2 = etConj.s ; n = Pl} ; + at_least_AdN = ss "al menos" ; + at_most_AdN = ss "a lo más" ; + because_Subj = ss "porque" ** {m = Indic} ; + before_Prep = {s = "antes" ; c = MorphoPor.genitive ; isDir = False} ; + behind_Prep = {s = "detrás" ; c = MorphoPor.genitive ; isDir = False} ; + between_Prep = mkPrep "entre" ; + both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ; + but_PConj = ss "pero" ; + by8agent_Prep = mkPrep "por" ; + by8means_Prep = mkPrep "por" ; + can8know_VV = mkVV (verboV (saber_71 "saber")) ; + can_VV = mkVV (verboV (poder_58 "poder")) ; + during_Prep = mkPrep "durante" ; + either7or_DConj = {s1,s2 = "o" ; n = Sg} ; + everybody_NP = makeNP ["todos"] Masc Pl ; + every_Det = mkDeterminer "cada" "cada" Sg False ; + everything_NP = pn2np (mkPN ["todo"] Masc) ; + everywhere_Adv = ss ["en todas partes"] ; + except_Prep = mkPrep "excepto" ; + few_Det = mkDeterminer "pocos" "pocas" Pl False ; +--- first_Ord = {s = \\ag => (regA "primero").s ! Posit ! AF ag.g ag.n} ; + for_Prep = mkPrep "para" ; + from_Prep = complGen ; --- + he_Pron = + mkPronoun + "él" "lo" "le" "él" + "su" "su" "sus" "sus" + Masc Sg P3 ; + here_Adv = mkAdv "aquí" ; + here7to_Adv = mkAdv ["para aquí"] ; + here7from_Adv = mkAdv ["de aquí"] ; + how_IAdv = ss "como" ; + how8many_IDet = mkIDet "cuántos" "cuántas" Pl ; + how8much_IAdv = ss "cuánto" ; + if_Subj = ss "si" ** {m = Indic} ; + if_then_Conj = {s1 = "si" ; s2 = "entonces" ; n = Sg ; lock_Conj = <>} ; + in8front_Prep = {s = "delante" ; c = MorphoPor.genitive ; isDir = False} ; + i_Pron = + mkPronoun + "yo" "me" "me" "mí" + "mi" "mi" "mis" "mis" + Masc Sg P1 ; + in_Prep = mkPrep "en" ; + it_Pron = + mkPronoun + "él" "lo" "le" "él" + "su" "su" "sus" "sus" + Masc Sg P3 ; + less_CAdv = X.mkCAdv "menos" conjThan ; ---- + many_Det = mkDeterminer "muchos" "muchas" Pl False ; + more_CAdv = X.mkCAdv "más" conjThan ; + most_Predet = {s = \\_,c => prepCase c ++ ["la mayor parte"] ; c = CPrep P_de ; + a = PNoAg} ; + much_Det = mkDeterminer "mucho" "mucha" Sg False ; + must_VV = mkVV (verboV (deber_6 "deber")) ; + no_Quant = + let + ningun : ParadigmsPor.Number => ParadigmsPor.Gender => Case => Str = table { + Sg => \\g,c => prepCase c ++ genForms "ningún" "ninguna" ! g ; + Pl => \\g,c => prepCase c ++ genForms "ningunos" "ningunas" ! g + } + in { + s = \\_ => ningun ; + sp = ningun ; + s2 = [] ; isNeg = True + } ; + no_Utt = ss "no" ; + not_Predet = {s = \\a,c => prepCase c ++ "no" ; c = Nom ; a = PNoAg} ; + nobody_NP = pn2npNeg (mkPN "nadie") ; + nothing_NP = pn2npNeg (mkPN "nada") ; + + on_Prep = mkPrep "sobre" ; +--- one_Quant = {s = \\g,c => prepCase c ++ genForms "uno" "una" ! g} ; + only_Predet = {s = \\_,c => prepCase c ++ "solamente" ; c = Nom ; + a = PNoAg} ; + or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; + otherwise_PConj = ss "otramente" ; + part_Prep = complGen ; + please_Voc = ss ["por favor"] ; + possess_Prep = complGen ; + quite_Adv = ss "bastante" ; + she_Pron = + mkPronoun + "ella" "la" "le" "ella" + "su" "su" "sus" "sus" + Fem Sg P3 ; + so_AdA = ss "tanto" ; + somebody_NP = pn2np (mkPN "alguien" Masc) ; + somePl_Det = mkDeterminer "algunos" "algunas" Pl False ; + someSg_Det = mkDeterminer "algún" "alguna" Sg False ; + something_NP = pn2np (mkPN ["algo"] Masc) ; + somewhere_Adv = ss ["en alguna parte"] ; + that_Quant = mkQuantifier "ese" "esa" "esos" "esas" ; + there_Adv = mkAdv "allí" ; -- allá + there7to_Adv = mkAdv ["para allí"] ; + there7from_Adv = mkAdv ["de allí"] ; + therefore_PConj = ss ["por eso"] ; + they_Pron = mkPronoun + "ellos" "los" "les" "ellos" + "su" "su" "sus" "sus" + Masc Pl P3 ; + this_Quant = mkQuantifier "este" "esta" "estos" "estas" ; + through_Prep = mkPrep "por" ; + too_AdA = ss "demasiado" ; + to_Prep = complDat ; + under_Prep = mkPrep "bajo" ; + very_AdA = ss "muy" ; + want_VV = mkVV (verboV (querer_64 "querer")) ; + we_Pron = + mkPronoun + "nosotros" "nos" "nos" "nosotros" + "nuestro" "nuestra" "nuestros" "nuestras" + Masc Pl P1 ; + whatSg_IP = {s = \\c => prepCase c ++ ["qué"] ; a = aagr Masc Sg} ; + whatPl_IP = {s = \\c => prepCase c ++ ["qué"] ; a = aagr Masc Pl} ; --- + when_IAdv = ss "cuándo" ; + when_Subj = ss "cuando" ** {m = Indic} ; + where_IAdv = ss "dónde" ; + which_IQuant = {s = table { + Sg => \\g,c => prepCase c ++ "qué" ; --- cual + Pl => \\g,c => prepCase c ++ "qué" + } + } ; + whoPl_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Masc Pl} ; + whoSg_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Masc Sg} ; + why_IAdv = ss ["por qué"] ; + without_Prep = mkPrep "sin" ; + with_Prep = mkPrep "con" ; + yes_Utt = ss "sí" ; + youSg_Pron = mkPronoun + "tú" "te" "te" "ti" + "tu" "tu" "tus" "tus" + Masc Sg P2 ; + youPl_Pron = + mkPronoun + "vosotros" "os" "os" "vosotros" + "vuestro" "vuestra" "vuestros" "vuestras" + Masc Pl P2 ; + youPol_Pron = + mkPronoun + "usted" "lo" "le" "usted" + "su" "su" "sus" "sus" + Masc Sg P3 ; + +oper + etConj : {s : Str ; n : MorphoPor.Number} = {s = pre { + "y" ; + "y" / strs {"ya" ; "ye" ; "yo" ; "yu"} ; + "e" / strs {"i" ; "hi" ; "y"} + }} ** {n = Pl} ; +lin + as_CAdv = X.mkCAdv "si" conjThan ; ---- + have_V2 = dirV2 (verboV (tener_4 "tener")) ; + + that_Subj = {s = "que" ; m = Conjunct} ; + + lin language_title_Utt = ss "español" ; +} + diff --git a/lib/src/portuguese/SymbolPor.gf b/lib/src/portuguese/SymbolPor.gf new file mode 100644 index 000000000..888b3ece5 --- /dev/null +++ b/lib/src/portuguese/SymbolPor.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:../prelude + +concrete SymbolPor of Symbol = CatPor ** SymbolRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/TensePor.gf b/lib/src/portuguese/TensePor.gf new file mode 100644 index 000000000..c82de94df --- /dev/null +++ b/lib/src/portuguese/TensePor.gf @@ -0,0 +1,3 @@ +concrete TensePor of Tense = CatPor, TenseX [Ant,AAnter,ASimul] ** + TenseRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/portuguese/TerminologyPor.gf b/lib/src/portuguese/TerminologyPor.gf new file mode 100644 index 000000000..ab015bd26 --- /dev/null +++ b/lib/src/portuguese/TerminologyPor.gf @@ -0,0 +1,68 @@ +--# -path=.:../abstract:../common + +concrete TerminologyPor of Terminology = CatPor ** open + ResPor, + CommonRomance, + ParadigmsPor, + (G = GrammarPor), + (S = SyntaxPor), + (L = LexiconPor), + Prelude + +in { +flags coding=utf8 ; + + +lincat + Category = G.N ; + ParameterType = G.N ; + Parameter = G.N ; + + Heading = {s : Str} ; + + +lin + noun_Category = mkN "sustantivo" ; + adjective_Category = mkN "adjetivo" ; + verb_Category = mkN "verbo" masculine ; + + gender_ParameterType = mkN "género" masculine ; + + singular_Parameter = mkN "singular" ; + plural_Parameter = mkN "plural" ; + + masculine_Parameter = mkN "masculino" ; + feminine_Parameter = mkN "femenino" ; + neuter_Parameter = mkN "neutro" ; + + nominative_Parameter = mkN "nominativo" ; + genitive_Parameter = mkN "genitivo" ; + dative_Parameter = mkN "dativo" ; + accusative_Parameter = mkN "accusativo" ; + + imperative_Parameter = mkN "imperativo" ; + indicative_Parameter = mkN "indicativo" ; + conjunctive_Parameter = mkN "subjuntivo" ; + infinitive_Parameter = mkN "infinitivo" ; + + present_Parameter = mkN "presente" ; + past_Parameter = mkN "pretérito" ; + future_Parameter = mkN "futuro" ; + conditional_Parameter = mkN "condicional" ; + perfect_Parameter = mkN "perfecto compuesto" ; ---- + imperfect_Parameter = mkN "imperfecto" ; + simple_past_Parameter = mkN "perfecto simple" ; ---- + + participle_Parameter = mkN "participio" ; + aux_verb_Parameter = mkN "auxiliar" ; ---- + + positive_Parameter = mkN "positivo" ; + comparative_Parameter = mkN "comparativo" ; + superlative_Parameter = mkN "superlativo" ; + predicative_Parameter = mkN "predicativo" ; + + nounHeading n = ss (n.s ! Sg) ; + + exampleGr_N = mkN "ejemplo" masculine ; + +} \ No newline at end of file diff --git a/lib/src/portuguese/TextPor.gf b/lib/src/portuguese/TextPor.gf new file mode 100644 index 000000000..1b5fe2324 --- /dev/null +++ b/lib/src/portuguese/TextPor.gf @@ -0,0 +1,12 @@ +concrete TextPor of Text = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** { + + flags coding=utf8 ; +-- This works for the special punctuation marks of Pornish. + + lin + TEmpty = {s = []} ; + TFullStop x xs = {s = x.s ++ "." ++ xs.s} ; + TQuestMark x xs = {s = "¿" ++ x.s ++ "?" ++ xs.s} ; + TExclMark x xs = {s = "¡" ++ x.s ++ "!" ++ xs.s} ; + +} diff --git a/lib/src/portuguese/VerbPor.gf b/lib/src/portuguese/VerbPor.gf new file mode 100644 index 000000000..8ad20e2da --- /dev/null +++ b/lib/src/portuguese/VerbPor.gf @@ -0,0 +1,2 @@ +concrete VerbPor of Verb = CatPor ** VerbRomance with + (ResRomance = ResPor) ; diff --git a/lib/src/translator/DictionaryFin.gf b/lib/src/translator/DictionaryFin.gf index 15de5e041..407085c4e 100644 --- a/lib/src/translator/DictionaryFin.gf +++ b/lib/src/translator/DictionaryFin.gf @@ -29776,7 +29776,7 @@ lin ligament_N = mkWN (k48A "side") ; --UNCHK lin ligand_N = mkWN "ligandi" ; --UNCHK lin ligation_N = mkWN "sitominen" ; --UNCHK lin ligature_N = mkWN "sitominen" ; --UNCHK -lin light_A = mkA "kevyt" | mkWA (k10 "valoisa") ; ---- split +lin light_A = mkA "kevyt" "kevyitä" | mkWA (k10 "valoisa") ; ---- split lin light_Adv = mkWAdv (k99 "kevyesti") ; --UNCHK lin light_N = mkN "valo" ; lin light_V = mkWV (k66 "valaista") ; --UNCHK @@ -29975,7 +29975,7 @@ lin lionet_N = mkWN (k10 "leijona") "nuori" ; --UNCHK lin lionfish_N = mkWN (compoundN "leijona" (k9 "kala")) ; --UNCHK lin lion_hearted_A = mkWA (k38 "urhoollinen") ; --UNCHK lin lionize_V2 = mkWV2 (k53 "ylistää") ; --UNCHK -lin lip_N = mkN "huuli" ; --mkWN (k9 "reuna") ; +lin lip_N = mkN "huuli" "huulia" ; --mkWN (k9 "reuna") ; lin liparis_N = mkWN "suku" "Liparis" ; --UNCHK lin lipase_N = mkWN (compoundN "lip" (k5 "aasi")) ; --UNCHK lin lipectomy_N = mkWN (compoundN "poisto" (k39 "leikkaus")) "rasvakudoksen" ; --UNCHK @@ -30679,7 +30679,7 @@ lin lunacy_N = mkWN (k39 "hullutus") ; --UNCHK lin lunar_A = mkWA "lunaarinen" ; --UNCHK lin lunatic_A = mkWA (compoundA "kuu" (k1 "hullu")) ; --UNCHK lin lunatic_N = mkWN (k1A "uskalikko") ; --UNCHK -lin lunch_N = mkWN (k41 "lounas") "virallinen" ; --UNCHK +lin lunch_N = mkN "lounas" ; lin lunch_V = mkWV (k53 "lounastaa") ; --UNCHK lin lunch_V2 = mkWV2 (k53 "lounastaa") ; --UNCHK lin luncheon_N = mkWN (k41 "lounas") "virallinen" ; --UNCHK @@ -31821,7 +31821,7 @@ lin meany_N = mkWN (k2 "henkilö") "epäystävällinen" ; --UNCHK lin measles_N = mkWN (compoundN "tuhka" (k1A "rokko")) ; --UNCHK lin measly_A = mkWA (k38 "vähäpätöinen") ; --UNCHK lin measurable_A = mkWA (k10 "oleva") "mitattavissa" ; --UNCHK -lin measure_N = mkN "keino" ; +lin measure_N = mkN "mitta" | mkN "keino" ; ---- split lin measure_V = mkWV (k73A "mitata") ; --UNCHK lin measure_V2 = mkWV2 (k73A "mitata") ; lin measure_against_V3 = variants {} ; -- guess-p-verb